@charset "utf-8";

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;
  font-family: 'M PLUS 1p', sans-serif;
  line-height: normal
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, 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;
  text-decoration: none;
  color: #000
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
/*
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
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

body {
  width: 100%
}

.contents {
  max-width: 940px;
  width: 95%;
  margin: auto;
  padding: 0 0 50px;
}

h1 {
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 27px;
  margin: 40px 5%
}

@media (max-width:768px) {
  h1 {
    font-size: 5vw
  }
}

h2 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 300;
  font-size: 21px;
  border-bottom: 2px solid #f4ba1c;
  margin: 0 0 10px;
  padding: 0px 0
}

h3 {
  font-weight: 500;
  font-size: 16px
}

.partition {
  width: 100%;
  margin: 30px auto;
  text-align: center
}

#headimg img {
  width: 100%
}

#bread {
  width: 95%;
  margin: 5px auto;
  font-size: 14px
}

img {
  max-width: 100%
}

@media (max-width:768px) {
  h2, h3, p {
    width: 100%;
    margin: auto !important
  }

  p, h3 {
    font-size: 100%
  }
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #f4ba1c;
  z-index: 1
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center
}

#catch {
  margin: 15px 0 0 15px;
  line-height: 2em;
  font-size: 14px
}

@media (max-width:768px) {
  #catch {
    font-size: 2vw
  }
}

.site {
  margin: 12px 0 0 15px;
  float: left;
  width: auto
}

@media (max-width:925px) {
  .site img {
    max-width: 250px;
    width: 56vw
  }
}

@media (max-width:925px) and (max-width:450px) {
  .site img {
    margin-top: 1vh
  }
}

#header-inner {
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1
}

@media (max-width:925px) {
  #header-inner {
    height: 70px
  }
}

#header-inner.fixed {
  position: fixed;
  top: 0
}

@media (max-width:925px) {
  #header-inner.fixed {
    position: relative
  }
}

#mainmenu {
  display: block !important
}

.mainmenu {
  margin: 30px 10px auto auto
}

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

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

@media (max-width:925px) {
  .mainmenu ul {
    display: none
  }
}

.mainmenu li {
  float: left;
  width: auto
}

.mainmenu li:not(:last-child) {
  border-right: 1px solid #aaa
}

.mainmenu li a {
  display: block;
  padding: 0 10px;
  color: #000;
  font-size: 15px;
  text-decoration: none
}

@media (max-width:768px) {
  .mainmenu li a {
    font-size: 15px;
    padding: 5px 10px
  }
}

.mainmenu li a:hover {
  color: #aaa
}

.header-inner:after {
  content: "";
  display: block;
  clear: both
}

.sitenav {
  float: right;
  width: auto
}

#contactbtn a {
  font-size: 15px;
  color: #fff;
  float: right;
  height: 65px;
  width: 110px;
  background: #e95412;
  text-align: center;
  padding-top: 15px;
  line-height: 1.5em
}

@media (max-width:925px) {
  #contactbtn a {
    width: 65px;
    font-size: 65%
  }
}

#contactbtn a .fas {
  font-size: 25px
}

.navToggle {
  display: none
}

@media (max-width:925px) {
  .navToggle {
    display: block;
    position: absolute;
    right: 75px;
    top: 15px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    text-align: center
  }
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 4px #f4ba1c;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 6px
}

.navToggle span:nth-child(1) {
  top: 9px
}

.navToggle span:nth-child(2) {
  top: 18px
}

.navToggle span:nth-child(3) {
  top: 27px
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}

nav.globalMenuSp {
  display: none;
  z-index: 2;
  color: #000;
  text-align: center;
  width: 100%
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0
}

.headimg {
  padding: calc(42%*260/1000) 0
}

.headimg h1 {
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 32px
}

@media (max-width:768px) {
  .headimg h1 {
    font-size: 5vw
  }
}

.kijiimg {
  background: url(../images/news_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.serviceimg {
  background: url(../images/service_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.gasstationimg {
  background: url(../images/station_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.suwa-ssimg {
  background: url(../images/suwa-ss_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.neo-laundryimg {
  background: url(../images/neo-laundry_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.companyimg {
  background: url(../images/company_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.recruitimg {
  background: url(../images/company_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.contactimg {
  background: url(../images/contact_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.recruit_formimg {
  background: url(../images/recruit_form_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.thanksimg {
  background: url(../images/recruit_form_header.jpg) no-repeat center top;
  background-size: 100% auto
}

.privacy-policyimg {
  background: url(../images/privacy_header.jpg) no-repeat center top;
  background-size: 100% auto
}

#copyright {
  margin: 0;
  text-align: center;
  padding: 2px 0;
  color: #fff;
  background: #e95412;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: lighter;
  font-size: 13px
}

@media (max-width:768px) {
  #copyright {
    font-size: 3vw;
    width: 100%
  }
}

#adress {
  width: 95%;
  max-width: 940px;
  background: #f4f2f3;
  margin: 0 auto 40px;
  padding: 0px 0 40px
}

#adress_btn {
  display: flex;
  justify-content: center
}

@media (max-width:768px) {
  #adress_btn {
    flex-direction: column;
    margin: 0 5%
  }
}

#adress h1 {
  margin: 0;
  padding: 30px
}

@media (max-width:768px) {
  #adress h1 {
    font-size: 5vw
  }
}

#tel {
  font-size: 30px;
  font-weight: bold;
  margin-top: 7px
}

@media (max-width:768px) {
  #tel {
    font-size: 20px;
    margin-top: 20px;
    text-align: center
  }
}

#footcont {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #e95412;
  border: 3px solid #fff;
  text-align: center;
  padding: 10px 90px;
  margin: 0 30px
}

@media (max-width:768px) {
  #footcont {
    padding: 10px 30px
  }
}

#adress:after {
  content: "";
  display: block;
  clear: both
}

#telicon {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
  background: #000;
  color: #f4f2f3;
  border-radius: 3px;
  vertical-align: 1vh
}

#footerMenu {
  background: #fcede6;
  text-align: center;
  padding: 1em 0
}

#footerMenu p {
  font-size: 16px
}

@media (max-width:768px) {
  #footerMenu p {
    font-size: 12px;
    margin: 0 5%
  }
}

#footerMenu #name {
  font-weight: bold;
  font-weight: bold;
  font-size: 29px;
  line-height: 28px;
  padding: 23px 0 3px
}

@media (max-width:768px) {
  #footerMenu #name {
    font-size: 7vw
  }
}

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

.footernav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.footernav li {
  width: auto;
  display: inline-block
}

.footernav li:not(:last-child) {
  border-right: 1px solid #000
}

.footernav li a {
  display: block;
  padding: 0 10px;
  color: #000;
  font-size: 15px;
  text-decoration: none
}

.footernav li a:hover {
  color: #aaa
}

.contents {
  max-width: 940px;
  width: 95%;
  margin: auto;
  padding: 0 0 50px;
}

#news {
  border-top: 1px solid #e95412;
  border-bottom: 1px solid #e95412;
  display: flex;
  margin: 30px 0
}

@media (max-width:768px) {
  #news {
    flex-direction: column;
    border: 1px solid #e95412
  }
}

#news .widget-title {
  color: #fff;
  background: #e95412;
  font-size: 20px;
  font-weight: 400;
  font-family: 'M PLUS 1p', sans-serif;
  margin: 0;
  padding: 120px 20px
}

@media (max-width:768px) {
  #news .widget-title {
    padding: 20px 0px
  }
}

.news-list {
  padding: 5px
}

#newsbt {
  text-align: center
}

#newsbtn {
  text-align: center
}

#newsbtn a {
  display: inline-block;
  cursor: pointer;
  padding: 7px 70px;
  background: #e95412;
  color: #fff;
  font-size: 20px
}


#top_banner {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 20px auto;
}

#top_banner>* {
  width: 49%;
  background-color: #fff9f7;
  padding: 0 0 10px;
  margin: 0 auto 20px;
}

#top_banner .top_banner_title {
  text-align: center;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 300;
  font-size: 21px;
  padding: 10px 0 5px;
}

#top_banner .top_banner_txt {
  text-align: center;
  font-size: 16px;
  padding: 0 0 10px;
}

#top_banner .top_banner_link {
  text-align: center;
  font-size: 15px;
  margin: 0 auto 10px;
  padding: 5px;
  width: 80%;
  background-color: #e95412;
  color: #fff;
}


@media (max-width:768px) {

  #top_banner>* {
    width: 100%;
  }

}





.topnews {
  margin: 10px 0 0 5px;
  display: flex
}

.topnews .thumbnail1 img {
  width: 108px;
  height: 63px;
  object-fit: cover
}

.topnews .dates {
  margin: 0 0 0 15px;
  line-height: normal;
  font-size: 14px
}

.service-menu {
  display: flex;
  justify-content: space-between
}

.service-menu h2::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 14px;
  line-height: 2.5em;
  color: #f4ba1c;
  float: right
}

@media (max-width:768px) {
  .service-menu {
    flex-direction: column;
    align-items: center
  }
}

.service-menu section {
  width: 220px;
  margin: 15px 0 0
}

@media (max-width:768px) {
  .service-menu section {
    width: 100%;
    margin: 30px 0
  }

  .service-menu section img {
    display: block;
    margin: auto
  }

  .service-menu section p {
    padding: 10px 0
  }
}

.menu-img {
  margin: 40px 0;
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: space-between
}

@media (max-width:768px) {
  .menu-img {
    flex-direction: column
  }
}

.menu-img section {
  margin: 10px 0
}

.menu-img section:hover {
  opacity: 0.5
}

.service-list {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around
}

@media (max-width:768px) {
  .service-list {
    flex-direction: column
  }
}

.service-list section {
  width: 450px;
  max-width: 95%
}

@media (max-width:768px) {
  .service-list section {
    margin: 30px 0
  }
}

.service_box {
  display: flex
}

.service_box img {
  margin: 10px 0 0 10px
}

@media (max-width:768px) {
  .service_box img {
    width: 80%
  }
}

.service_box .service_text p {
  font-size: 14px
}

@media (max-width:768px) {
  .service_box {
    flex-direction: column;
    margin: 5px 0
  }
}


/*products-menu*/

.products-menu #menu1 {
  background-image: url(../images/service_01.jpg)
}

.products-menu #menu2 {
  background-image: url(../images/service_02.jpg)
}

.products-menu #menu3 {
  background-image: url(../images/service_03.jpg)
}

.products-menu #menu4 {
  background-image: url(../images/service_04.jpg)
}

.products-menu #menu5 {
  background-image: url(../images/service_05.jpg)
}

.products-menu section {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: 30px 0
}

.products-menu section h2 {
  color: #e95412;
  font-size: 25px;
  font-weight: 500;
  font-family: 'M PLUS 1p', sans-serif;
  border-style: none;
  margin: 0 0 10px
}

.products-menu section p {
  line-height: 2em
}

.products-menu section:nth-child(odd) {
  background-position: right
}

.products-menu section:nth-child(even) {
  background-position: left
}

.products-menu section:nth-child(even) .menu_text {
  right: 0
}

.products-menu section .menu_text {
  width: 600px;
  height: 180px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 9px -2px;
  padding: 20px;
  position: absolute;
  top: 20%;
  margin-top: -20px
}

@media (max-width:768px) {
  .products-menu section .menu_text {
    width: 100%;
    height: 94%;
    padding: 10px 0;
    top: 0;
    margin: 0
  }
}

@media (max-width:768px) {
  .products-menu section {
    background-size: cover
  }
}


/*company*/

#company section {
  margin: 70px 0 35px
}

#company p {
  line-height: 26px
}

#company h2 {
  position: relative;
  color: #e95412;
  font-size: 37px;
  font-weight: 400;
  font-family: "Arial", "メイリオ", sans-serif;
  border-bottom: 3px solid #ccc;
  margin: 0 auto 20px !important;
}

#company h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid #e95412
}

#company table {
  margin-top: 35px
}

@media (max-width:768px) {
  #company table {
    width: 100%;
    margin: auto
  }
}

#company table tr {
  border-top: 1px solid #ccc !important;
}

#company table tr:last-child {
  border-bottom: 1px solid #ccc !important;
}

#company table tr th, #company table tr td {
  padding: 15px 0 15px 10px;
  vertical-align: top !important;
}

@media (max-width:768px) {
  #company table tr th, #company table tr td {
    display: block !important;
    width: 100%
  }
}

#company table tr th {
  text-align: left !important;
  font-weight: 400 !important;
}

@media (max-width:768px) {
  #company table tr th {
    padding-bottom: 0 !important;
  }
}

#company table tr td {
  width: auto !important;
}

#company table tr td img {
  float: right !important;
  padding-bottom: 15px !important;
}

#company a {
  text-decoration: underline;
}

@media (max-width:768px) {
  #company table tr td img {
    margin-top: 15px !important;
  }
}

#about {
  display: flex
}

@media (max-width:768px) {
  #about {
    flex-direction: column
  }
}

#about p {
  margin-right: 10px
}

#about img {
  height: 100%;
  max-width: 336px
}


@media (max-width:768px) {
  #about img {
    padding: 5%
  }
}


/*about_company*/


#about_company img {
  display: inherit;
  margin: 20px auto
}



/*station*/


#station #map {
  margin-top: 90px
}

@media (max-width:768px) {
  #station #map {
    text-align: center
  }
}

#station ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 5%
}

#station ul li {
  min-width: 200px;
  margin: 10px 0
}

@media (max-width:768px) {
  #station ul li {
    width: 140px;
    min-width: 140px
  }
}

#station ul li img {
  float: left;
  margin-right: 10px
}

#station ul li p {
  line-height: 2.5em
}

@media (max-width:768px) {
  #station ul li p {
    line-height: 1.5em
  }
}

#station #left {
  float: left
}

#station #left p {
  text-align: center;
  margin-bottom: 10px
}

@media (max-width:768px) {
  #station #left {
    clear: both
  }
}



/*gasstation*/


#gasstation .wp-block-button {
  text-align: center;
  width: 80%;
}

#gasstation .wp-block-button a {
  margin: 20px auto;
  display: inline-block;
  cursor: pointer;
  padding: 5px 5px;
  background: #e95412;
  color: #fff;
  font-size: 18px
}


#station #gasstation section {
  background: #f4f4f4;
  display: flex;
  padding: 20px;
  margin: 30px 0
}

@media (max-width:768px) {
  #station #gasstation section {
    flex-direction: column;
    padding: 20px 0
  }

  #station #gasstation section .txtblock {
    min-width: 100% !important;
    padding: 0 20px;
    box-sizing: border-box
  }

  #station #gasstation section h2 {
    width: 100%
  }

  #station #gasstation section iframe {
    margin: 10px 0px;
    width: 100%
  }
}

#station #gasstation section .txtblock {
  min-width: 370px
}

#station #gasstation section img {
  height: 100%;
  margin: 0 10px;
  max-width: 250px
}

@media (max-width:768px) {
  #station #gasstation section img {
    margin: auto
  }
}

#station #gasstation dl {
  margin: 10px 0
}

#station #gasstation dt {
  font-weight: 500
}

#station #gasstation dt::before {
  font-family: "Font Awesome 5 Free";
  color: #e95412;
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: 900
}

#station #gasstation .adress::before {
  content: "\f3c5";
  letter-spacing: 9px
}

#station #gasstation .tel::before {
  content: "\f095"
}

#station #gasstation .time::before {
  content: "\f017";
  font-weight: 400
}

#station #gasstation .info::before {
  content: "\f05a"
}

#station #gasstation dd {
  padding: 0 24px;
  font-size: 90%
}

#station #gasstation dd img {
  height: 30px;
  margin: 0
}

@media (max-width:768px) {
  #station #gasstation dd img {
    padding: 0 5px
  }
}


/**/


.contactpage {
  text-align: center;
  margin: 60px 0
}

.contactpage section #tel {
  color: #e95412;
  font-size: 55px
}

@media (max-width:768px) {
  .contactpage section #tel {
    font-size: 8vw
  }
}

.contactpage section #telicon {
  font-size: 0.3em;
  background: #e95412;
  margin-bottom: 50px
}

.contactpage section #newsbtn {
  margin-bottom: 100px
}

@media (max-width:768px) {
  .contactpage section #newsbtn {
    margin: 10px 0
  }

  .contactpage section #newsbtn a {
    font-size: 4vw;
    padding: 7px 10%
  }
}

.contactpage p {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 300;
  font-size: 27px;
  margin: 40px 5%
}

.contactpage p #recruit {
  font-size: 18px
}

@media (max-width:768px) {
  .contactpage p {
    font-size: 5vw
  }
}

.table-res-form {
  width: 100%;
  max-width: 940px;
  margin: auto
}

.table-res-form tr {
  border-bottom: 1px #ddd dotted
}

.table-res-form th, .table-res-form td {
  padding: 1.5em 0
}

.table-res-form th {
  width: 35%;
  text-align: left;
  vertical-align: top
}

.table-res-form .requied {
  font-size: 0.8em;
  color: red;
  padding: 0.3em 0.3em 0.2em
}

@media only screen and (max-width:768px) {
  .table-res-form th, .table-res-form td {
    display: block;
    padding: 1.5em 5%;
    box-sizing: border-box
  }

  .table-res-form th {
    text-align: left;
    width: 100%
  }
}

.table-res-form input[type="text"], input[type="email"], textarea {
  border: 1px #ddd solid;
  padding: 0.5em;
  margin-bottom: 0.5em;
  width: 95%
}

input[type="text"]:focus, textarea:focus {
  background: #eff
}

input[type="button"], input[type="submit"] {
  padding: 0.5em 4em;
  background: #959595;
  color: #fff;
  font-weight: bold;
  border-style: none
}

@media (max-width:768px) {
  input[type="button"], input[type="submit"] {
    margin-bottom: 10px
  }
}

.subtn {
  text-align: center;
  margin: 15px 0 75px
}

@media (max-width:768px) {
  .subtn {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 18%
  }
}

input[type="button"]:hover, input[type="submit"]:hover {
  background: #006599;
  border-style: none
}

.archive {
  display: flex;
  margin: 40px 0;
  justify-content: space-between
}

.archive .thu {
  width: 30%
}

.archive .dates {
  line-height: 2em;
  font-size: 15px;
  width: 70%
}

.archive .thumbnail1 img {
  width: 240px;
  height: 140px;
  object-fit: cover
}

@media (max-width:768px) {
  .archive .thumbnail1 {
    text-align: center
  }
}

@media (max-width:768px) {
  .archive {
    flex-direction: column;
    margin: 50px 20px
  }

  .archive .thu, .archive .dates, .archive p {
    width: 100%
  }
}

#single .kiji {
  width: 95%;
  margin: auto
}

#single #date_cat {
  text-align: right;
  margin-bottom: 10px;
  font-size: 80%
}

#single::after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 50px
}

#single h1 {
  font-family: 'M PLUS 1p', sans-serif;
  text-align: left;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin: 40px 0 20px
}

#single p, #single ul {
  margin: 50px 0;
  line-height: 1.8em;
  width: 100%
}

#single img {
  display: block;
  height: auto !important
}

#single img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

#single img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0
}

#single img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em
}

#cate-icon {
  clear: both;
  min-width: 60px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  line-height: 0px;
  vertical-align: 1px
}

@media (max-width:768px) {
  #cate-icon {
    white-space: nowrap
  }
}

.gs {
  background-color: #00b8ee
}

.news {
  background-color: #e95412
}

.recruitinfo {
  background-color: #8bc87b
}

.archive .dates {
  width: calc(100% - 190px);
}

.archive .thumbnail1 img {
  width: 180px;
  height: auto;
}

@media (max-width: 768px) {
  .archive .dates {
    width: 100%;
  }
}

/*privacy-policy*/

#privacy-policy section {
  margin: 70px 0 35px
}

#privacy-policy p {
  line-height: 26px
}

#privacy-policy h2 {
  position: relative;
  color: #e95412;
  font-size: 30px;
  font-weight: 400;
  font-family: "Arial", "メイリオ", sans-serif;
  border-bottom: 3px solid #ccc
}

#privacy-policy h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid #e95412
}


#contact .wp-block-button {
  text-align: center
}

#contact .wp-block-button a {
  display: inline-block;
  cursor: pointer;
  padding: 7px 70px;
  background: #e95412;
  color: #fff;
  font-size: 20px
}




/*#neo-laundry*/
#neo-laundry a {
  color:#006599;
  text-decoration:underline;
}

#neo-laundry h2 {
  font-size: 25px;
    margin-bottom: 20px !important;
}

#neo-laundry h3 {
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
  color: #006599;
}

#neo-laundry h4 {
  font-size: 18px;
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
  color: #e95412;
  border-bottom: #e95412 1px solid;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-weight: normal;
  display: inline-block;
}

#neo-laundry ul {
  margin: 0 0 0 5px;
  padding: 0 0 5px;
}

#neo-laundry ul {
  list-style: none;
  padding-left: 0;
  text-indent: -1em;
padding-left: 1em;
}

#neo-laundry ul li::before {
  content: "•";
  color: #747474;
  margin-right: 5px;
}

#neo-laundry ol {
  margin: 0 0 0 30px;
}



#neo-laundry .wp-element-caption{
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  margin-top: 0;
}

#neo-laundry .spec_wrap{
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto 30px ;
  background-color: #f0f6ff;
}
#neo-laundry .wp-block-table {
    width: 100%;
  overflow-x: auto;         /* 横スクロール許可 */
  -webkit-overflow-scrolling: touch; /* スマホでの慣性スクロール */
  margin: 0 auto;
}
#neo-laundry .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  margin: 10px auto 10px;
}



#neo-laundry .wp-block-table td, #neo-laundry .wp-block-table th {
    border: 1px solid #c9c9c9 !important;
    padding: 20px !important;
    vertical-align: middle !important;
}

#neo-laundry table tr:first-child td {
  background-color: #f7f9ff;
}

/* 一番左の列 */
#neo-laundry table td:first-child {
  background-color: #f7f9ff;
}


