@charset "UTF-8";
/*--------------------------------------------------------------------
  base settings
--------------------------------------------------------------------*/
#coinlaundry {
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #ffffff;
  font-size: 10px;
  line-height: 1.6;
  line-break: strict;
  text-align: justify;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  height: 100%;
}
#coinlaundry > * {
  border: 0;
  box-sizing: inherit;
}
#coinlaundry ol,
#coinlaundry ul {
  list-style: none;
}
#coinlaundry img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*--------------------------------------------------------------------
  font-color
--------------------------------------------------------------------*/
#coinlaundry .white {
  color: #ffffff;
}
#coinlaundry .black {
  color: #333333;
}
#coinlaundry .gray {
  color: #cccccc;
}
#coinlaundry .light-black {
  color: #666666;
}
#coinlaundry .light-gray {
  color: #e7e7e7;
}
#coinlaundry .bright-gray {
  color: #f8f8f8;
}
#coinlaundry .green {
  color: #019877;
}
#coinlaundry .forestgreen {
  color: #218c5b;
}
#coinlaundry .darkgreen {
  color: #099f7e;
}
#coinlaundry .seagreen {
  color: #2cb698;
}
#coinlaundry .red {
  color: #e62948;
}

/*--------------------------------------------------------------------
  font-family
--------------------------------------------------------------------*/
#coinlaundry .font-gothic {
  font-family: "モトヤLシーダ3等幅", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", sans-serif !important;
}
#coinlaundry .font-mincho {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*--------------------------------------------------------------------
  font-size
--------------------------------------------------------------------*/
#coinlaundry .text--48 {
  font-size: 4.8em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--48 {
    font-size: 3.6em;
  }
}
#coinlaundry .text--40 {
  font-size: 4em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--40 {
    font-size: 3.2em;
  }
}
#coinlaundry .text--34 {
  font-size: 3.4em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--34 {
    font-size: 3em;
  }
}
#coinlaundry .text--32 {
  font-size: 3.2em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--32 {
    font-size: 2.8em;
  }
}
#coinlaundry .text--28 {
  font-size: 2.8em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--28 {
    font-size: 2.4em;
  }
}
#coinlaundry .text--26 {
  font-size: 2.6em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--26 {
    font-size: 2.2em;
  }
}
#coinlaundry .text--24 {
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--24 {
    font-size: 2em;
  }
}
#coinlaundry .text--22 {
  font-size: 2.2em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--22 {
    font-size: 1.8em;
  }
}
#coinlaundry .text--20 {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--20 {
    font-size: 1.8em;
  }
}
#coinlaundry .text--18 {
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .text--18 {
    font-size: 1.6em;
  }
}
#coinlaundry .text--16 {
  font-size: 1.6em;
}
#coinlaundry .text--15 {
  font-size: 1.5em;
}
#coinlaundry .text--14 {
  font-size: 1.4em;
}
#coinlaundry .text--12 {
  font-size: 1.2em;
}
#coinlaundry .text--10 {
  font-size: 1em;
}

/*--------------------------------------------------------------------
  text
--------------------------------------------------------------------*/
#coinlaundry .textbox__notes {
  border: 1px solid #333333;
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 20px 10px;
  width: 85%;
  max-width: 832px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .textbox__notes {
    padding: 20px 0;
    width: 100%;
  }
}
#coinlaundry .textbox__notes ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #coinlaundry .textbox__notes ul {
    display: block;
    text-align: left;
  }
}
#coinlaundry .textbox__notes ul li {
  display: inline-block;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .textbox__notes ul li {
    display: block;
    margin: 0;
  }
  #coinlaundry .textbox__notes ul li .two_letters {
    margin-right: 1em;
  }
}
#coinlaundry .textbox__news {
  background-color: rgba(1, 152, 119, 0.2);
  margin-top: 10px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .textbox__news {
    padding: 15px;
  }
}
#coinlaundry .textbox__news p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #coinlaundry .textbox__news p {
    line-height: inherit;
    text-align: center;
  }
}
#coinlaundry .textbox__news p span.marker {
  display: inline-block;
  color: #e62948;
  background-color: #fdf05d;
  font-weight: bold;
  padding: 0 0.25em;
  margin: 0 0.25em;
}
#coinlaundry .textbox__news p span.data {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .textbox__news p span.data {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------------
  innerbox
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #coinlaundry .inner {
    padding: 0 4%;
  }
}

/*--------------------------------------------------------------------
  flexbox
--------------------------------------------------------------------*/
#coinlaundry .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#coinlaundry .row .text--15 {
  color: #666;
}
#coinlaundry .row .column--1-2 {
  width: 49.25%;
}
@media screen and (max-width: 768px) {
  #coinlaundry .row .column--1-2 {
    width: 100%;
  }
}
#coinlaundry .row .column--1-2-wide {
  width: 46.7%;
}
@media screen and (max-width: 768px) {
  #coinlaundry .row .column--1-2-wide {
    width: 100%;
  }
}
#coinlaundry .row .column--1-3 {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  #coinlaundry .row .column--1-3 {
    width: 100%;
  }
}
#coinlaundry .row .column--2-3 {
  width: calc((100% - 40px) / 3 * 2);
}
@media screen and (max-width: 768px) {
  #coinlaundry .row .column--2-3 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .row > *:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------------
  tab
--------------------------------------------------------------------*/
#coinlaundry .tab__item {
  width: 50%;
  display: block;
  float: left;
  color: #909090;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  border-top: 4px solid #e7e7e7;
  border-bottom: 4px solid #e7e7e7;
  box-sizing: border-box;
  transition: 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #coinlaundry .tab__item {
    font-size: 2.4em;
  }
}
#coinlaundry .tab__item:hover {
  color: rgba(144, 144, 144, 0.7);
}
#coinlaundry input[name="tab__item"] {
  display: none;
}
#coinlaundry .tab__content {
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #coinlaundry .tab__content {
    padding: 20px 0 0;
  }
}
#coinlaundry .tab__container #tab1:checked + .tab__item,
#coinlaundry .tab__container #tab2:checked + .tab__item {
  color: #004c24;
  border-top: 4px solid #004c24;
  border-bottom: 4px solid transparent;
  position: relative;
}
#coinlaundry .tab__container #tab1:checked + .tab__item::after,
#coinlaundry .tab__container #tab2:checked + .tab__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #004c24;
  width: 2px;
  height: calc(100% + 4px);
}
#coinlaundry .tab__container #tab1:checked + .tab__item::after {
  right: 0;
}
#coinlaundry .tab__container #tab2:checked + .tab__item::after {
  left: 0;
}

/*--------------------------------------------------------------------
  footer
--------------------------------------------------------------------*/
#coinlaundry .ft {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #coinlaundry .ft {
    padding: 20px 0 30px;
  }
}
#coinlaundry .ft[data-item="area"] {
  padding: 0 0 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .ft[data-item="area"] {
    padding: 0;
    margin-top: 30px;
  }
}
#coinlaundry .ft__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#coinlaundry .ft__ul li {
  width: 49.25%;
}
@media screen and (max-width: 768px) {
  #coinlaundry .ft__ul li {
    margin-top: 20px;
    width: 100%;
  }

  #coinlaundry .ft[data-item="area"] .ft__ul li {
    margin-top: 0;
  }
}
#coinlaundry .ft__ul li a {
  display: block;
  background-color: #ffffff;
  background-image: url(/library/contents/services/coinlaundry/img/common/icon_arrow_r.png);
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 10.5px 18px;
  border: 2px solid #099f7e;
  border-radius: 10px;
  padding: 18px 35px 18px 20px;
  transition: 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #coinlaundry .ft__ul li a {
    padding: 20px 40px 20px 20px;
  }
}
#coinlaundry .ft__ul li a[data-color="green"] {
  background-color: #2DB698;
  background-image: url(/library/contents/services/coinlaundry/img/common/icon_arrow_r_wh.png);
  border: 2px solid #2DB698;
}
#coinlaundry .ft__ul li a .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#coinlaundry .ft__ul li a .content .icon {
  width: 20%;
  max-width: 80px;
}
#coinlaundry .ft__ul li a .content .text {
  flex: 1;
  color: #019877;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #coinlaundry .ft__ul li a .content .text {
    font-size: 2em;
  }
}
#coinlaundry .ft__ul li a[data-color="green"] .content .text {
  color: #ffffff;
}
#coinlaundry .ft__ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#coinlaundry .ft__ul li a:hover .content .icon img {
  opacity: 1;
}
#coinlaundry .ft__ul.full li {
  width: 100%;
}

/*--------------------------------------------------------------------
  clearfix - utility
--------------------------------------------------------------------*/
.u-font-bold {
  font-weight: bold !important;
}

.u-text-ac {
  text-align: center !important;
}

.u-text-al {
  text-align: left !important;
}

.u-text-ar {
  text-align: right !important;
}

.u-text-linethrough {
  text-decoration: line-through !important;
}

.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

.u-for-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-for-pc {
    display: none;
  }
}

.u-for-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-for-sp {
    display: block;
  }
}

.u-mc {
  margin-left: auto;
  margin-right: auto;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-40 {
    margin-top: 20px !important;
  }
}

.u-mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-60 {
    margin-top: 40px !important;
  }
}

.u-mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-80 {
    margin-top: 40px !important;
  }
}

.u-mt-120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .u-mt-120 {
    margin-top: 60px !important;
  }
}

.u-mt-remove {
  margin-top: 0 !important;
}

.u-mb-remove {
  margin-bottom: 0 !important;
}

.u-pt-remove {
  padding-top: 0 !important;
}

.u-pb-remove {
  padding-bottom: 0 !important;
}

/*--------------------------------------------------------------------
  トップページ
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #coinlaundry .fv {
    padding: 0;
  }
}
#coinlaundry .shoplist__ttl {
  color: #019877;
  border-bottom: 4px solid #099f7e;
  font-weight: bold;
  line-height: 2.6;
  text-align: center;
  margin-top: 40px;
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__ttl {
    line-height: 2;
    margin-top: 20px;
  }
}
#coinlaundry .shoplist__anker {
  position: relative;
}
#coinlaundry .shoplist__anker__point {
  position: absolute;
  top: -20px;
}
#coinlaundry .shoplist__subttl {
  color: #333333;
  border-left: 6px solid #099f7e;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 12px;
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__subttl {
    font-size: 2em;
  }
}
#coinlaundry .shoplist__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#coinlaundry .shoplist__ul li {
  margin-top: 20px;
  width: 49.25%;
}
#coinlaundry .shoplist__ul .none-btn {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__ul li {
    width: 100%;
  }
}
#coinlaundry .shoplist__ul li .card {
  display: block;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;
}
#coinlaundry .shoplist__ul li .card .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#coinlaundry .shoplist__ul li .card .content .thumb {
  width: 39%;
}
#coinlaundry .shoplist__ul li .card .content .text {
  flex: 1;
  text-align: center;
}
#coinlaundry .shoplist__ul li .card .content .text .name {
  color: #333333;
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1.35;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__ul li .card .content .text .name {
    font-size: 2em;
  }
}
#coinlaundry .shoplist__ul li .card .content .text .textlink {
  margin-top: 15px;
}
#coinlaundry .shoplist__ul li .card .content .text .textlink a {
  color: #218c5b;
  font-size: 2.1em;
  font-weight: normal;
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__ul li .card .content .text .textlink a {
    font-size: 1.6em;
  }
}
#coinlaundry .shoplist__ul li .card .content .text .textlink a::after {
  content: " >";
}
#coinlaundry .shoplist__ul li .card .content .text .textlink a:hover {
  color: #019877;
  text-decoration: none;
}
#coinlaundry .shoplist__ul li .card .btn {
  margin: 16px auto 0;
}
#coinlaundry .shoplist__ul li .card .btn a {
  display: block;
  color: #ffffff;
  background-color: #2cb698;
  background-image: url(/library/contents/services/coinlaundry/img/common/icon_blank.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-radius: 2.2em;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: auto;
  max-width: 330px;
  transition: 0.1s ease-in-out;
}
#coinlaundry .shoplist__ul li .card .btn.btn--app a {
  font-size: 1.6em;
}

@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__ul li .card .btn a {
    font-size: 1.6em;
    line-height: 48px;
  }
  #coinlaundry .shoplist__ul li .card .btn.btn--app a {
    font-size: 1.5em;
  }
}
#coinlaundry .shoplist__ul li .card .btn a:hover {
  background-color: #019877;
  text-decoration: none;
}
#coinlaundry .shoplist__irregular {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__irregular {
    margin-top: 20px;
  }
}
#coinlaundry .shoplist__irregular > * {
  width: 49.25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__irregular > * {
    width: 100%;
  }
}
#coinlaundry .shoplist__irregular > * .shoplist__ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shoplist__irregular > div.u-mt-40:first-of-type {
    margin-top: 0 !important;
  }
}

/*--------------------------------------------------------------------
  下層ページ共通
--------------------------------------------------------------------*/
#coinlaundry .pagetitle {
  background-color: #f8f8f8;
  padding: 12px 18px 18px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .pagetitle {
    margin: 20px 0;
  }
}
#coinlaundry .pagetitle h2 a {
  display: inline-block;
  color: transparent;
}
#coinlaundry .pagetitle h2 a img {
  width: 212px;
  height: 50px;
  transition: 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #coinlaundry .pagetitle h2 a img {
    width: 160px;
    height: 38px;
  }
}
#coinlaundry .page__inner {
  padding: 30px 0 120px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .page__inner {
    padding: 20px 0 80px;
  }
}
#coinlaundry .page__inner:last-child {
  padding-bottom: 0;
}
#coinlaundry .maintitle {
  color: #ffffff;
  background-color: #333333;
  font-weight: bold;
  line-height: 1;
  padding: 12px 18px;
  font-size: 2.8em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .maintitle {
    font-size: 2.4em;
  }
}
#coinlaundry .subtitle {
  display: flex;
  align-items: center;
  color: #019877;
  line-height: 1;
  position: relative;
}
#coinlaundry .subtitle::before {
  content: "";
  background-color: #099f7e;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 3px;
}
#coinlaundry .subtitle__image {
  background-color: #fff;
  padding-right: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #coinlaundry .subtitle__image {
    padding-right: 8px;
  }
}
#coinlaundry .subtitle__image img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #coinlaundry .subtitle__image img {
    width: 28px;
  }
}
#coinlaundry .subtitle__image img[src$="ttl_icon_sneaker_a.png"] {
  width: 46.5px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .subtitle__image img[src$="ttl_icon_sneaker_a.png"] {
    width: 32px;
  }
}
#coinlaundry .subtitle__text {
  color: #019877;
  background-color: #ffffff;
  font-size: 3.4em;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #coinlaundry .subtitle__text {
    font-size: 2.4em;
    padding-right: 8px;
    line-height: 1.2;
  }
}
#coinlaundry .subtitle__text.medium {
  font-size: 2.4em;
  padding-right: 26px;
}
#coinlaundry .movie {
  max-width: 700px;
  margin: 0 auto;
}
#coinlaundry .movie__inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#coinlaundry .movie__inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#coinlaundry .movie__txt {
  margin-top: 20px;
  font-size: 2.2em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .movie__txt {
    font-size: 1.6em;
  }
}

/*--------------------------------------------------------------------
  店舗詳細ページ
--------------------------------------------------------------------*/
#coinlaundry .shopdetail__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#coinlaundry .shopdetail__head__ttl {
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.8em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__head__ttl {
    font-size: 2.4em;
  }
}
#coinlaundry .shopdetail__head__btn {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__head__btn {
    flex: none;
    width: 100%;
  }
}
#coinlaundry .shopdetail__head__btn a {
  display: block;
  color: #ffffff;
  background-color: #2cb698;
  background-image: url(/library/contents/services/coinlaundry/img/common/icon_blank.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-radius: 2.2em;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: 0 0 0 auto;
  max-width: 330px;
  transition: 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__head__btn a {
    font-size: 1.6em;
    line-height: 48px;
    margin: 20px auto 0;
  }
}
#coinlaundry .shopdetail__head__btn a:hover {
  background-color: #019877;
  text-decoration: none;
}
#coinlaundry .shopdetail__head__new {
  font-size: 20px;
  color: #e62948;
  width: 100%;
  line-height: 1;
}
#coinlaundry .shopdetail__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 62.0545%;
  position: relative;
}
#coinlaundry .shopdetail__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#coinlaundry .shopdetail__addr table tr {
  vertical-align: top;
}
#coinlaundry .shopdetail__addr table tr th,
#coinlaundry .shopdetail__addr table tr td {
  line-height: 1.4;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__addr table tr th,
  #coinlaundry .shopdetail__addr table tr td {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__addr table tr th,
  #coinlaundry .shopdetail__addr table tr td {
    display: block;
  }
}
#coinlaundry .shopdetail__addr table tr th {
  color: #099f7e;
  font-weight: bold;
  text-align: left;
  width: 33.3333333334%;
  padding: 0 0 18px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__addr table tr th {
    width: 100%;
    padding: 0;
  }
}
#coinlaundry .shopdetail__addr table tr td {
  padding: 0 0 18px 18px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__addr table tr td {
    padding: 4px 0 16px 16px;
  }
}
#coinlaundry .shopdetail__addr table tr:last-child th,
#coinlaundry .shopdetail__addr table tr:last-child td {
  padding-bottom: 0;
}
#coinlaundry .shopdetail__machine {
  overflow: auto;
}
#coinlaundry .shopdetail__machine table {
  width: 100%;
}
#coinlaundry .shopdetail__machine table th,
#coinlaundry .shopdetail__machine table td {
  border-bottom: 1px solid #e7e7e7;
  border-collapse: collapse;
  padding: 10px 0;
  width: 20%;
  font-size: 1.6em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__machine table th,
  #coinlaundry .shopdetail__machine table td {
    font-size: 1.2em;
  }
}
#coinlaundry .shopdetail__machine table thead th:nth-of-type(even) {
  background-color: #f8f8f8;
}
#coinlaundry .shopdetail__machine table tbody th {
  text-align: left;
}
#coinlaundry .shopdetail__machine table tbody td:nth-of-type(odd) {
  background-color: #f8f8f8;
}
#coinlaundry .shopdetail__iconlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
#coinlaundry .shopdetail__iconlist li {
  width: 111.7px;
  border-radius: 11px;
  background: #fff;
}
body.responsive #coinlaundry .shopdetail__iconlist li {
  width: 114.22px;
}
@media screen and (min-width: 768px) {
  #coinlaundry .shopdetail__iconlist.feature li:nth-of-type(n + 7) {
    margin-left: 0;
  }
  #coinlaundry .shopdetail__iconlist.feature li:nth-of-type(n + 7):last-of-type {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__iconlist.feature li:nth-of-type(n + 5) {
    margin-left: 0;
  }
  #coinlaundry .shopdetail__iconlist.feature li:nth-of-type(n + 5):last-of-type {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #coinlaundry .shopdetail__iconlist li:nth-child(8n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__iconlist li {
    width: calc(20.2% - 8px);
    border-radius: 5.5px;
  }
  body.responsive #coinlaundry .shopdetail__iconlist li {
    width: calc(20.2% - 8px);
  }
  #coinlaundry .shopdetail__iconlist li:nth-child(5n) {
    margin-right: 0;
  }
}
#coinlaundry .shopdetail__iconlist.feature {
  background: #2db69866;
  padding: 24px 60px;
  justify-content: center;
}
#coinlaundry .shopdetail__iconlist.feature p {
  width: 100%;
  padding: 0 62px 16px;
  text-align: center;
}
#coinlaundry .shopdetail__iconlist.feature ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__iconlist.feature p {
    padding: 0 62px 6px;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .shopdetail__iconlist.feature {
    padding: 24px 6.1855670103%;
  }
}

/*--------------------------------------------------------------------
  料金
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #coinlaundry .pricelist__wrapper {
    overflow-x: scroll;
  }
}
#coinlaundry .pricelist table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  #coinlaundry .pricelist table {
    table-layout: auto;
  }
}
#coinlaundry .pricelist table tr {
  height: 43px;
  line-height: 43px;
  font-size: 1.6em;
  white-space: nowrap;
}
#coinlaundry .pricelist table tr:nth-of-type(1) {
  background-color: #2db698;
  color: #fff;
  height: 61px;
  line-height: 1.4;
  text-align: center;
}
#coinlaundry .pricelist table tr:nth-of-type(1) th {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #coinlaundry .pricelist table tr:nth-of-type(1) th span {
    font-size: 0.8em;
  }
}
#coinlaundry .pricelist table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 260px;
}
#coinlaundry .pricelist table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 120px;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) th,
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td {
  line-height: 1.4;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) th {
  width: 260px;
  text-align: left;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td {
  width: 120px;
  text-align: right;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td p {
  margin: 0 auto;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(1),
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:last-of-type {
  background: #2cb69814;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(-n + 2) {
  text-align: center;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(-n + 2) p {
  width: 2.5em;
  text-align: right;
  margin: 0 auto;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(-n + 2) p.pricelist__notes {
  width: auto;
  font-size: 10px;
  text-align: center;
  margin: 2px 8px 0;
  white-space: normal;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(2) {
  background-color: #fff;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(n + 2) {
  width: calc((100% - 380px) / 2);
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(n + 2) p {
  width: 4.5em;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td.sale {
  font-weight: bold;
  font-size: 20px;
  background-color: #e62948;
  color: #fff;
}
#coinlaundry .pricelist table tr:nth-of-type(n + 2) td.usual {
  background-color: #3333334d;
}
#coinlaundry .pricelist table.sneaker tr:last-of-type {
  height: 66px;
}
#coinlaundry .pricelist table.sneaker tr th,
#coinlaundry .pricelist table.sneaker tr td {
  width: 50%;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #coinlaundry .pricelist tr:nth-of-type(n + 2) th,
  #coinlaundry .pricelist tr:nth-of-type(n + 2) td {
    width: auto;
    padding: 12px 20px;
  }
  #coinlaundry .pricelist tr:nth-of-type(n + 2) th {
    padding-left: 0;
  }
  #coinlaundry .pricelist table tr:nth-of-type(n + 2) td:nth-of-type(-n + 2) p.pricelist__notes {
    margin: 0 -15px;
  }
}

/*--------------------------------------------------------------------
  導入設備と使い方
--------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

#coinlaundry {
  /*--------------------------------------------------------------------
    導入設備
  --------------------------------------------------------------------*/
  /*----------------------------------------------------------------
  	使い方
  ----------------------------------------------------------------*/
  /*----------------------------------------------------------------
  	精算方法
  ----------------------------------------------------------------*/
}
#coinlaundry .machine__ttl {
  color: #019877;
}
#coinlaundry .machine__ttl .subtitle__text {
  padding-right: 0;
}
#coinlaundry .machine__ttl-series {
  font-size: 2em;
}
#coinlaundry .machine__links {
  margin: 32px 0 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .machine__links {
    flex-direction: column;
  }
}
#coinlaundry .machine__links li {
  width: calc((100% - 16px) / 3);
}
@media screen and (max-width: 768px) {
  #coinlaundry .machine__links li {
    width: 100%;
  }
}
#coinlaundry .machine__links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  padding: 18px;
  border: 2px solid #333;
  border-radius: 10px;
  position: relative;
  transition: 0.2s ease-in-out;
}
#coinlaundry .machine__links li a:hover {
  text-decoration: none;
  transform: translateY(5px);
}
#coinlaundry .machine__links li a:after {
  content: "";
  background: url(/library/contents/services/coinlaundry/img/common/icon_arrow_b.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
}
#coinlaundry .howto {
  padding-top: 90px;
}
#coinlaundry .usage {
  padding-top: 90px;
}
#coinlaundry .usage__image-s,
#coinlaundry .usage__image-m,
#coinlaundry .usage__image-l {
  text-align: center;
  width: 100%;
  object-fit: contain;
}
#coinlaundry .usage__image-s {
  height: 180px;
}
#coinlaundry .usage__image-m {
  height: 215px;
}
#coinlaundry .usage__image-l {
  height: 345px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility {
    margin-bottom: 40px;
  }
}
#coinlaundry .usage__facility__ttl {
  color: #ffffff;
  background-color: #099f7e;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  padding: 12px 18px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__ttl {
    font-size: 2em;
  }
}
#coinlaundry .usage__facility__subttl {
  background-color: rgba(51, 51, 51, 0.2);
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__subttl {
    font-size: 1.8em;
  }
}
#coinlaundry .usage__facility__lead {
  color: #019877;
  font-weight: bold;
  margin-top: 15px;
  font-size: 2.2em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__lead {
    font-size: 1.8em;
  }
}
#coinlaundry .usage__facility__tb__pattern1 {
  margin-top: 10px;
  width: 100%;
}
#coinlaundry .usage__facility__tb__pattern1 tr {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern1 tr {
    vertical-align: bottom;
  }
}
#coinlaundry .usage__facility__tb__pattern1 tr.not {
  display: block;
  min-height: 33px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern1 tr.not {
    display: none;
  }
}
#coinlaundry .usage__facility__tb__pattern1 tr th,
#coinlaundry .usage__facility__tb__pattern1 tr td {
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern1 tr th,
  #coinlaundry .usage__facility__tb__pattern1 tr td {
    white-space: inherit;
  }
}
#coinlaundry .usage__facility__tb__pattern1 tr th {
  font-weight: normal;
  text-align: left;
  font-size: 1.8em;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern1 tr th {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern1 tr th {
    width: 66.6666666667%;
  }
}
#coinlaundry .usage__facility__tb__pattern1 tr td {
  font-weight: bold;
  text-align: right;
  font-size: 1.8em;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern1 tr td {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern1 tr td {
    width: 33.3333333334%;
  }
}
#coinlaundry .usage__facility__tb__pattern2 {
  width: 100%;
}
#coinlaundry .usage__facility__tb__pattern2 tr {
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
#coinlaundry .usage__facility__tb__pattern2 tr th,
#coinlaundry .usage__facility__tb__pattern2 tr td {
  line-height: 1.5;
  white-space: nowrap;
  padding: 10px 0;
  width: 50%;
}
#coinlaundry .usage__facility__tb__pattern2 tr th {
  font-weight: normal;
  text-align: left;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern2 tr th {
    font-size: 1.6em;
  }
}
#coinlaundry .usage__facility__tb__pattern2 tr td {
  font-weight: bold;
  text-align: right;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__facility__tb__pattern2 tr td {
    font-size: 1.8em;
  }
}
#coinlaundry .usage__facility__caption {
  margin-top: 20px;
  font-size: 1.5em;
}
#coinlaundry .usage__howto__list li {
  border: 1px solid #099f7e;
  border-left: 20px solid #099f7e;
}
#coinlaundry .usage__howto__list li:nth-child(n + 2) {
  border-top: none;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li {
    border-left: 1px solid #099f7e;
    border-bottom: 3px solid #099f7e;
    position: relative;
  }
  #coinlaundry .usage__howto__list li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #099f7e transparent transparent transparent;
    position: absolute;
    top: inherit;
    left: 50%;
    right: inherit;
    bottom: -12px;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  #coinlaundry .usage__howto__list li:last-child {
    border-bottom: 1px solid #099f7e;
  }
  #coinlaundry .usage__howto__list li:last-child::after {
    display: none;
  }
}
#coinlaundry .usage__howto__list li .usage__howto__list__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li .usage__howto__list__contents {
    display: block;
    padding: 30px 5%;
  }
}
#coinlaundry .usage__howto__list li .usage__howto__list__contents .left {
  display: flex;
  align-items: center;
}
#coinlaundry .usage__howto__list li .usage__howto__list__contents .left .image {
  margin-right: 20px;
  max-width: 75px;
  width: 28.5%;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li .usage__howto__list__contents .left .image {
    margin-right: 10px;
    width: 12%;
  }
}
#coinlaundry .usage__howto__list li .usage__howto__list__contents .left .text .ttl {
  font-weight: bold;
  font-size: 2.6em;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li .usage__howto__list__contents .left .text .ttl {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li .usage__howto__list__contents .left .text .ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
#coinlaundry .usage__howto__list li .usage__howto__list__contents .left .text__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li .usage__howto__list__contents .left .text__flex {
    display: block;
  }
}
#coinlaundry .usage__howto__list li .usage__howto__list__contents .left .text__flex > *:first-child {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li .usage__howto__list__contents .left .text__flex > *:first-child {
    margin-right: 0;
  }
}
#coinlaundry .usage__howto__list li .usage__howto__list__contents .right {
  width: 164px;
}
@media screen and (max-width: 768px) {
  #coinlaundry .usage__howto__list li .usage__howto__list__contents .right {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
}
/*# sourceMappingURL=coinlaundry.css.map */