@charset "UTF-8";
/*
基本情報
*/
/***************************************************************
基本
***************************************************************/
/*--------------------------------------------------------------
本体
--------------------------------------------------------------*/
body {
  max-width: 1200px;
  min-width: 737px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  -webkit-text-size-adjust: 100%;
}

/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/
a, i {
  transition: 0.5s;
}

/*--------------------------------------------------------------
フェードイン
--------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************************************************************
ヘッダー
***************************************************************/
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
header {
  position: relative;
}

header #common {
  position: absolute;
  top: 10px;
  left: 0%;
  transform: translate(0%, 0px);
  z-index: 2;
  width: 100%;
}

header #common h1 {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #000;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}

/*--------------------------------------------------------------
ドロワーメニュー
--------------------------------------------------------------*/
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 4px !important;
}

header .drawer-hamburger {
  width: 5rem;
  padding: 60px 0.75rem 30px;
}

header nav.drawer-nav {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

.drawer--right .drawer-nav {
  right: -20rem;
}

.drawer-nav {
  width: 20rem;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

/* メニュー
--------------------------------------------------------------*/
header nav.drawer-nav ul.drawer-menu li:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

header nav.drawer-nav ul.drawer-menu li a {
  display: block;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  text-decoration: none;
}

/* お問い合わせ
--------------------------------------------------------------*/
header nav.drawer-nav ul.drawer-contact {
  display: block;
  margin: 50px 0 0 0;
  list-style-type: none;
}

header nav.drawer-nav ul.drawer-contact li {
  display: block;
}

header nav.drawer-nav ul.drawer-contact li.parts_1 img {
  display: block;
  width: 100%;
}

header nav.drawer-nav ul.drawer-contact li.parts_2 {
  padding: 10px 0;
  border-style: solid;
  border-color: #298A08;
  border-width: 0 0 1px 0;
  color: #727171;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

header nav.drawer-nav ul.drawer-contact li.parts_3 {
  margin: 10px 0 0 0;
  text-align: center;
}

header nav.drawer-nav ul.drawer-contact li.parts_3 img {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

header nav.drawer-nav ul.drawer-contact li.parts_4 a {
  display: block;
  margin: 10px 0 0 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

header nav.drawer-nav ul.drawer-contact li.parts_4 a span {
  display: block;
  margin: 5px 0 0 0;
  color: #727171;
  font-size: 14px;
}

header nav.drawer-nav ul.drawer-contact li.parts_5 a {
  display: block;
  margin: 10px 0 0 0;
  border-style: solid;
  border-color: #298A08;
  border-width: 1px;
  color: #298A08;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
}

header nav.drawer-nav ul.drawer-contact li.parts_5 a span {
  display: block;
  padding: 10px 0;
  background: #298A08;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

/* SNS
--------------------------------------------------------------*/
header nav.drawer-nav ul.drawer-sns {
  margin: 50px 0 0 0;
  font-size: 0;
  text-align: center;
}

header nav.drawer-nav ul.drawer-sns li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

header nav.drawer-nav ul.drawer-sns li a i {
  display: inline-block;
  font-size: 30px;
}

header nav.drawer-nav ul.drawer-sns li:nth-of-type(1) a i {
  color: #305097;
}

header nav.drawer-nav ul.drawer-sns li:nth-of-type(2) a i {
  color: #3f729b;
}

/***************************************************************
フッター
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
footer {
  padding: 20px 0;
  box-sizing: border-box;
  background: #fff;
}

/*--------------------------------------------------------------
著作権
--------------------------------------------------------------*/
footer #copyright small {
  display: block;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #727171;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
}

/* トップページ */
/***************************************************************
ファーストビュー
***************************************************************/
/*--------------------------------------------------------------
相対位置
--------------------------------------------------------------*/
#toppage #firstview {
  position: relative;
}

/*--------------------------------------------------------------
ビジュアル
--------------------------------------------------------------*/
#toppage #firstview .visual {
  height: 100vh;
  background: url("/image.php?id=4") no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: hidden;
  z-index: 1;
}

/*--------------------------------------------------------------
装飾
--------------------------------------------------------------*/
/* ロゴ
--------------------------------------------------------------*/
#toppage #firstview .decoration .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#toppage #firstview .decoration .logo img {
  display: inline-block;
  width: 276px;
}

/* お知らせ
--------------------------------------------------------------*/
#toppage #firstview .decoration .notice {
  position: absolute;
  bottom: 25%;
  left: 0%;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#toppage #firstview .decoration .notice p {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#toppage #firstview .decoration .notice p br:nth-of-type(1) {
  display: none;
}

/* スクロール
--------------------------------------------------------------*/
#toppage #firstview .decoration .scroll {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 5%);
  text-align: center;
}

#toppage #firstview .decoration .scroll a {
  display: inline-block;
  text-decoration: none;
}

#toppage #firstview .decoration .scroll a i {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-color: #fff;
  border-width: 5px;
  border-radius: 50px;
  color: #fff;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
}

#toppage #firstview .decoration .scroll a span {
  display: block;
  margin: 20px 0 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
}

/***************************************************************
店舗一覧
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#toppage #shop {
  background: #f9f8f6;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#toppage #shop .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#toppage #shop .flask .midashi {
  text-align: center;
}

#toppage #shop .flask .midashi h2 {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
}

#toppage #shop .flask .midashi h2:before,
#toppage #shop .flask .midashi h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #727171;
}

#toppage #shop .flask .midashi h2:before {
  left: 0;
}

#toppage #shop .flask .midashi h2:after {
  right: 0;
}

/*--------------------------------------------------------------
小見出し
--------------------------------------------------------------*/
#toppage #shop .flask .komidashi p {
  margin: 50px 0 0 0;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}

#toppage #shop .flask .komidashi h3 {
  margin: 10px 0 0 0;
  color: #727171;
  font-size: 30px;
  letter-spacing: 6px;
  text-align: center;
}

/*--------------------------------------------------------------
一覧
--------------------------------------------------------------*/
/* タブメニュー
--------------------------------------------------------------*/
#toppage #shop .flask .list ul.tab {
  margin: 20px 0 0 0;
  box-sizing: border-box;
  font-size: 0;
}

#toppage #shop .flask .list ul.tab li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 0;
  background: #fff;
  border-style: solid;
  border-color: #e8e7e7;
  border-width: 1px 1px 0 1px;
  border-radius: 0;
  transition: 0.3s;
  cursor: pointer;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  text-align: center;
}

#toppage #shop .flask .list ul.tab li.active {
  background: #F6CEE3;
  color: #fff;
  cursor: auto;
}

#toppage #shop .flask .list ul.tab li:nth-of-type(even) {
  border-width: 1px 1px 0 0;
}

/* タブコンテンツ（初めのタブ以外は非表示にする為、.oneをdisplay:noneにする）
--------------------------------------------------------------*/
#toppage #shop .flask .list .area {
  padding: 20px 0;
  background: #fff;
  border-style: solid;
  border-color: #e8e7e7;
  border-width: 10px;
}

#toppage #shop .flask .list .area .one {
  display: none;
  font-size: 0;
}

#toppage #shop .flask .list .area .show {
  display: block;
}

/* ボックス
--------------------------------------------------------------*/
#toppage #shop .flask .list .area .one dl {
  display: block;
  width: 95%;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}

#toppage #shop .flask .list .area .one dl:nth-of-type(n+2) {
  margin: 20px auto 0 auto;
}

/* 店舗名
--------------------------------------------------------------*/
#toppage #shop .flask .list .area .one dl dt {
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: center;
}

#toppage #shop .flask .list .area .one dl dt span {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #727171;
}

#toppage #shop .flask .list .area .one dl dt span::before,
#toppage #shop .flask .list .area .one dl dt span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 20px solid transparent;
}

#toppage #shop .flask .list .area .one dl dt span::before {
  border-top: 10px solid #727171;
}

#toppage #shop .flask .list .area .one dl dt span::after {
  margin-top: -2px;
  border-top: 10px solid #fff;
}

/* 店舗情報
--------------------------------------------------------------*/
#toppage #shop .flask .list .area .one dl dd .info_1 {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  margin: 20px 0 0 0;
}

#toppage #shop .flask .list .area .one dl dd .info_1 p {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

#toppage #shop .flask .list .area .one dl dd .info_1 p a {
  display: inline-block;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  background: #00ace6;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-decoration: none;
}

#toppage #shop .flask .list .area .one dl dd .info_1 p a:hover {
  background: #fff;
  color: #727171;
}

#toppage #shop .flask .list .area .one dl dd .info_2 table {
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

#toppage #shop .flask .list .area .one dl dd .info_2 table tbody {
  width: 100%;
  box-sizing: border-box;
}

#toppage #shop .flask .list .area .one dl dd .info_2 table tbody tr {
  width: 100%;
  box-sizing: border-box;
}

#toppage #shop .flask .list .area .one dl dd .info_2 table tbody tr th {
  display: block;
  padding: 5px 10px;
  background: #727171;
  border-style: solid;
  border-color: #727171;
  border-width: 1px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
}

#toppage #shop .flask .list .area .one dl dd .info_2 table tbody tr td {
  display: block;
  padding: 0 10px;
  background: #fff;
  border-style: solid;
  border-color: #727171;
  border-width: 1px;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: center;
}

/***************************************************************
コインランドリーの使い方
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#toppage #convenient {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#toppage #convenient .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#toppage #convenient .flask .midashi {
  text-align: center;
}

#toppage #convenient .flask .midashi h2 {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
}

#toppage #convenient .flask .midashi h2:before,
#toppage #convenient .flask .midashi h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #727171;
}

#toppage #convenient .flask .midashi h2:before {
  left: 0;
}

#toppage #convenient .flask .midashi h2:after {
  right: 0;
}

/*--------------------------------------------------------------
コインランドリー機器
--------------------------------------------------------------*/
#toppage #convenient .flask .machine {
  box-sizing: border-box;
  margin: 50px 0 0 0;
  background: #fff;
  font-size: 0;
  text-align: center;
}

#toppage #convenient .flask .machine article {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}

#toppage #convenient .flask .machine article:nth-of-type(even) {
  border-style: solid;
  border-color: #e8f1f2;
  border-width: 0 0 0 1px;
}

#toppage #convenient .flask .machine article a {
  display: block;
  text-decoration: none;
}

#toppage #convenient .flask .machine article a:hover {
  opacity: 0.8;
}

#toppage #convenient .flask .machine article a span.parts_1 {
  display: block;
  padding: 10px 0;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
}

#toppage #convenient .flask .machine article a span.parts_2 {
  display: block;
}

#toppage #convenient .flask .machine article a span.parts_2 img {
  display: block;
  width: 100%;
}

/***************************************************************
衣料品以外で洗えるもの・洗えないもの
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#toppage #can {
  background: #f9f8f6;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#toppage #can .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
画像
--------------------------------------------------------------*/
#toppage #can .image p img {
  display: block;
  width: 100%;
}

/***************************************************************
お客様の声
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#toppage #voice {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#toppage #voice .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#toppage #voice .flask .midashi {
  text-align: center;
}

#toppage #voice .flask .midashi h2 {
  position: relative;
  display: inline-block;
  padding: 0 100px;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
}

#toppage #voice .flask .midashi h2:before,
#toppage #voice .flask .midashi h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #727171;
}

#toppage #voice .flask .midashi h2:before {
  left: 0;
}

#toppage #voice .flask .midashi h2:after {
  right: 0;
}

/*--------------------------------------------------------------
カミングスーン
--------------------------------------------------------------*/
#toppage #voice .flask .comingsoon {
  margin: 50px 0 0 0;
}

#toppage #voice .flask .comingsoon p {
  color: #727171;
  font-size: 30px;
  letter-spacing: 6px;
  text-align: center;
}

/***************************************************************
SNS
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#toppage #sns {
  background: #f9f8f6;
}

/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/
#toppage #sns #flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}

/*--------------------------------------------------------------
フェイスブック
--------------------------------------------------------------*/
#toppage #sns #flask #facebook {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}

#toppage #sns #flask #facebook #container {
  display: inline-block;
  width: 300px;
  height: 339px;
  overflow-y: hidden;
}

#toppage #sns #flask #facebook #container p.icon {
  margin: 0 0 20px 0;
}

#toppage #sns #flask #facebook #container p.icon a {
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

#toppage #sns #flask #facebook #container p.icon a i {
  display: inline-block;
  margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
インスタグラム
--------------------------------------------------------------*/
#toppage #sns #flask #instagram {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}

#toppage #sns #flask #instagram #container {
  display: inline-block;
}

#toppage #sns #flask #instagram #container p.icon {
  margin: 0 0 20px 0;
}

#toppage #sns #flask #instagram #container p.icon a {
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

#toppage #sns #flask #instagram #container p.icon a i {
  display: inline-block;
  margin: 0 10px 0 0;
}

#toppage #sns #flask #instagram #container ul {
  display: inline-block;
  max-width: 300px;
  width: 300px;
  list-style-type: none;
  font-size: 0;
}

#toppage #sns #flask #instagram #container ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}

#toppage #sns #flask #instagram #container ul li a img {
  display: block;
  width: 100%;
}

/***************************************************************
運営会社
***************************************************************/
.top-company {
  margin: 50px auto 0;
  width: 90%;
  max-width: 430px;
}
.top-company dt {
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  position: relative;
}
.top-company dt::before {
  background: #bdbdbd;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.top-company dt:not(:first-child) {
  margin-top: 25px;
}
.top-company dd {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 10px;
}

/* 下層ページ */
/***************************************************************
グローバルナビゲーション
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #navigation {
  padding: 40px 0 0 0;
}

/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/
#lower #navigation .flask {
  display: block;
}

/*--------------------------------------------------------------
ロゴ
--------------------------------------------------------------*/
#lower #navigation .flask .logo {
  display: block;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

#lower #navigation .flask .logo p a img {
  display: inline-block;
  width: 150px;
}

/*--------------------------------------------------------------
メニュー
--------------------------------------------------------------*/
#lower #navigation .flask .menu {
  display: none;
}

#lower #navigation .flask .menu ul {
  display: none;
}

#lower #navigation .flask .menu ul:nth-of-type(2) {
  display: none;
}

#lower #navigation .flask .menu ul li {
  display: none;
}

#lower #navigation .flask .menu ul li:nth-of-type(n+2) {
  display: none;
}

/* 1行目
--------------------------------------------------------------*/
#lower #navigation .flask .menu ul:nth-of-type(1) li a i {
  display: none;
}

#lower #navigation .flask .menu ul:nth-of-type(1) li:nth-of-type(1) a i {
  display: none;
}

#lower #navigation .flask .menu ul:nth-of-type(1) li:nth-of-type(2) a i {
  display: none;
}

/* 2行目
--------------------------------------------------------------*/
#lower #navigation .flask .menu ul:nth-of-type(2) li a {
  display: none;
}

#lower #navigation .flask .menu ul:nth-of-type(2) li a:hover {
  display: none;
}

#lower #navigation .flask .menu ul:nth-of-type(2) li a i {
  display: none;
}

/***************************************************************
パンくずリスト
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #breadcrumb {
  padding: 0;
  background: #f9f8f6;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #breadcrumb .flask {
  display: block;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#lower #breadcrumb .flask .left {
  display: block;
}

#lower #breadcrumb .flask h2 {
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
}

/*--------------------------------------------------------------
ぱんくずリスト
--------------------------------------------------------------*/
#lower #breadcrumb .flask .right {
  display: block;
  margin: 10px 0 0 0;
}

#lower #breadcrumb .flask ul {
  list-style-type: none;
  text-align: center;
  font-size: 0;
}

#lower #breadcrumb .flask ul li {
  display: inline-block;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  white-space: nowrap;
}

#lower #breadcrumb .flask ul li:nth-of-type(1)::after {
  content: ">";
}

#lower #breadcrumb .flask ul li:nth-of-type(2) {
  margin: 0 0 0 10px;
}

#lower #breadcrumb .flask ul li a {
  color: #00a0e9;
}

#lower #breadcrumb .flask ul li a:hover {
  text-decoration: none;
}

/***************************************************************
店舗一覧
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #shop {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #shop .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
お住まいの地域は？？
--------------------------------------------------------------*/
#lower #shop .flask .house .midashi {
  text-align: center;
}

#lower #shop .flask .house .midashi h3 {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 60%, #FF8000 60%);
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
}

#lower #shop .flask .house .link {
  margin: 20px 0 0 0;
  font-size: 0;
  text-align: center;
}

#lower #shop .flask .house .link p {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  box-sizing: border-box;
}

#lower #shop .flask .house .link p:nth-of-type(n+4) {
  margin: 10px 0 0 0;
}

#lower #shop .flask .house .link p a {
  display: inline-block;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  padding: 60px 0 0 0;
  background: #00ace6;
  border-radius: 75px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  text-decoration: none;
}

#lower #shop .flask .house .link p a:hover {
  background: #e8f1f2;
  color: #727171;
}

/*--------------------------------------------------------------
それぞれ
--------------------------------------------------------------*/
/* 都道府県
--------------------------------------------------------------*/
#lower #shop .flask .each .city {
  margin: 50px 0 0 0;
  text-align: center;
}

#lower #shop .flask .each .city p {
  display: inline-block;
  padding: 0 0 10px 0;
  border-style: solid;
  border-color: #727171;
  border-width: 0 0 2px 0;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
}

/* リンク
--------------------------------------------------------------*/
#lower #shop .flask .each .link {
  margin: 20px 0 0 0;
}

#lower #shop .flask .each .link p {
  text-align: center;
}

#lower #shop .flask .each .link p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #shop .flask .each .link p a {
  display: inline-block;
  color: #00ace6;
  font-size: 20px;
  letter-spacing: 4px;
  text-decoration: underline;
}

/* 店舗情報
--------------------------------------------------------------*/
#lower #shop .flask .each .list {
  margin: 20px 0 0 0;
  box-sizing: border-box;
}

#lower #shop .flask .each .list article {
  padding: 20px;
  background: #fff;
}

#lower #shop .flask .each .list article:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

#lower #shop .flask .each .list article .parts_1 p img {
  display: block;
  width: 100%;
}

#lower #shop .flask .each .list article .parts_2 p.name {
  margin: 20px 0 0 0;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 40px;
}

#lower #shop .flask .each .list article .parts_2 p.info {
  margin: 20px 0 0 0;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}

#lower #shop .flask .each .list article .parts_2 p.info a {
  color: #00ace6;
}

#lower #shop .flask .each .list article .parts_2 p.free a {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 5px 20px;
  background: #727171;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  text-decoration: none;
}

#lower #shop .flask .each .list article .parts_2 p.free a i {
  display: inline-block;
  margin: 0 0 0 20px;
}

/***************************************************************
fluffyとは
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #about {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #about .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
ポイント
--------------------------------------------------------------*/
#lower #about .flask .point {
  font-size: 0;
  text-align: center;
}

#lower #about .flask .point article {
  display: block;
  box-sizing: border-box;
}

#lower #about .flask .point article:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

#lower #about .flask .point article .frame {
  display: inline-block;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}

#lower #about .flask .point article .frame p.midashi {
  font-size: 0;
  text-align: left;
}

#lower #about .flask .point article .frame p.midashi span.parts_1 {
  display: inline-block;
  vertical-align: bottom;
  color: #FF8000;
  font-size: 20px;
  font-weight: bold;
}

#lower #about .flask .point article .frame p.midashi span.parts_1 b {
  font-size: 50px;
  font-weight: bold;
}

#lower #about .flask .point article .frame p.midashi span.parts_2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  padding: 0 0 5px 0;
  border-style: solid;
  border-color: #727171;
  border-width: 0 0 1px 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

#lower #about .flask .point article .frame p.image {
  margin: 20px 0 0 0;
}

#lower #about .flask .point article .frame p.image img {
  display: block;
  width: 100%;
}

#lower #about .flask .point article .frame p.text {
  margin: 20px 0 0 0;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: left;
}

/***************************************************************
上手な使い方
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #howtouse {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #howtouse .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/
#lower #howtouse .flask .table {
  display: flex;
  flex-wrap: wrap;
}

#lower #howtouse .flask .table .left {
  order: 2;
  width: 100%;
  box-sizing: border-box;
  background: url("/image.php?id=128") no-repeat;
  background-size: 50%;
  background-position: left bottom;
}

#lower #howtouse .flask .table .left p {
  margin: 20px 0 0 0;
  padding: 0 25% 40% 25%;
}

#lower #howtouse .flask .table .left p img {
  display: block;
  width: 100%;
}

#lower #howtouse .flask .table .right {
  order: 1;
  width: 100%;
  box-sizing: border-box;
  background: url("/image.php?id=129") no-repeat;
  background-size: 50%;
  background-position: right center;
}

#lower #howtouse .flask .table .right h3 {
  position: relative;
  display: inline-block;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 40px;
}

#lower #howtouse .flask .table .right h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  /*線の上下位置*/
  display: inline-block;
  width: 100px;
  /*線の長さ*/
  height: 5px;
  /*線の太さ*/
  background-color: #727171;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}

#lower #howtouse .flask .table .right h3 br {
  display: none;
}

#lower #howtouse .flask .table .right article {
  margin: 50px 0 0 0;
}

#lower #howtouse .flask .table .right article:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

#lower #howtouse .flask .table .right article p {
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}

/*--------------------------------------------------------------
動画
--------------------------------------------------------------*/
.how-video {
  background: #fff;
}

.how-video__box {
  max-width: 640px;
  margin: 10% auto 0;
}

.how-video__box:first-child {
  margin-top: 0;
}

.how-video__ttl {
  font-size: 18px;
  text-align: center;
}

.how-video__wrapper {
  margin-top: 15px;
  padding-bottom: 56%;
  position: relative;
}

.how-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************************************************************
よくある質問
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #qa {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #qa .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
アコーディオン
--------------------------------------------------------------*/
.ac {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
}

.ac:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

.ac > .ac-q {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 60px;
  color: #4682b4;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}

.ac > .ac-q span {
  display: inline;
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

.ac > .ac-q::before {
  content: "Q.";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.ac > .ac-q::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 40px;
  font-size: normal;
  letter-spacing: 0;
  text-align: center;
}

.ac > .ac-a {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: ease;
}

.ac > .ac-a p {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border-top: 1px solid #ddd;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}

.ac > .ac-a p::before {
  content: "A.";
  position: absolute;
  top: 20px;
  left: 20px;
  color: #4682b4;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.ac > .ac-a p img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 30px;
  margin: 0 10px;
}

.ac > .ac-a p a {
  color: #00a0e9;
  text-decoration: underline;
}

.ac.js-enabled > .ac-a {
  visibility: hidden;
}

.ac.is-active > .ac-a {
  visibility: visible;
}

.ac.is-active > .ac-q::after {
  content: "–";
}

/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/
.qa-contact {
  background: #FFF;
  border: 2px solid #73ac21;
  border-radius: 10px;
  box-sizing: border-box;
  color: #73ac21;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}

.qa-contact__header {
  font-size: 18px;
  padding: 15px;
}

.qa-contact__title {
  font-size: 24px;
  margin-top: 10px;
}

.qa-contact__body {
  border-top: 1px solid #73ac21;
  border-bottom: 1px solid #73ac21;
  padding: 15px;
}

.qa-contact__tel {
  display: inline-block;
  position: relative;
}

.qa-contact__num {
  font-size: 36px;
  font-weight: bold;
  margin-left: 40px;
}

.qa-contact__pc {
  display: none;
}

.qa-contact__sp {
  color: inherit;
  text-decoration: none;
}

.qa-contact__img {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 0;
}

.qa-contact__footer {
  font-size: 14px;
  line-height: 1.3;
  padding: 15px;
  text-align: center;
}

.qa-contact__footer-col02 {
  font-weight: bold;
  margin-top: 8px;
}

/***************************************************************
運営会社
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #company {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #company .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
プロフィール
--------------------------------------------------------------*/
#lower #company .flask .profile {
  padding: 0 50px;
  background: #fff;
  box-sizing: border-box;
}

#lower #company .flask .profile table {
  width: 100%;
  box-sizing: border-box;
}

#lower #company .flask .profile table tbody {
  width: 100%;
  box-sizing: border-box;
}

#lower #company .flask .profile table tbody tr {
  display: block;
  box-sizing: border-box;
}

#lower #company .flask .profile table tbody tr th {
  display: block;
  padding: 20px 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: left;
}

#lower #company .flask .profile table tbody tr td {
  display: block;
  padding: 20px 0;
  border-style: dashed;
  border-color: #ccc;
  border-width: 1px 0 0 0;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}

#lower #company .flask .profile table tbody tr td span {
  font-weight: bold;
}

/***************************************************************
コインランドリーの使い方
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #use {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #use .flask {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コインランドリー機
--------------------------------------------------------------*/
#lower #use .flask .machine article {
  padding: 20px;
  background: #fff;
}

#lower #use .flask .machine article:nth-of-type(n+2) {
  margin: 50px 0 0 0;
}

#lower #use .flask .machine article p.image {
  text-align: center;
}

#lower #use .flask .machine article p.image img {
  display: inline-block;
  width: 100%;
  max-width: 700px;
}

/*use*/
.use img {
  display: block;
  height: auto;
  max-width: 100%;
}

.use li {
  list-style-type: none;
}

.use__title {
  text-align: center;
}

.use__title h3 {
  display: inline-block;
  font-size: 48px;
  margin-bottom: 30px;
  padding: 0 70px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #CCC;
}

.-use01 .use__title h3 {
  color: #ff5050;
}

.-use02 .use__title h3 {
  color: #12e8de;
}

.-use03 .use__title h3,
.-use04 .use__title h3 {
  color: #ece503;
}

.use__title h3::before,
.use__title h3::after {
  background-repeat: no-repeat;
  background-size: 60px;
  content: "";
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
}

.use__title h3::before {
  background-image: url(image.php?id=38);
  left: 0;
}

.use__title h3::after {
  background-image: url(image.php?id=39);
  right: 0;
}

.use__img,
.use-list,
.use-support {
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
}

.use-list__item {
  margin-bottom: 20px;
}

.use-list__title {
  font-size: 35px;
  margin-bottom: 10px;
}

.use-list__num {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  width: 40px;
}

.use-list__price {
  color: #F00;
  display: inline-block;
  font-size: 80%;
  margin-left: 20px;
  text-decoration: underline;
}

.use-list__text {
  display: inline-block;
  line-height: 1.5;
  margin-left: 55px;
  vertical-align: middle;
}

.use-list__img {
  display: inline-block;
  vertical-align: middle;
}

.use-list__note {
  font-size: 80%;
  text-align: right;
}

.use-list__em {
  color: #F00;
}

.use-list__course {
  font-size: 14px;
  margin-top: 15px;
}

.use-support {
  font-size: 0;
}

.use-support > div {
  display: inline-block;
  font-size: 18px;
}

.use-support__img {
  margin-right: 10px;
}

.use-support__text {
  line-height: 1.5;
}

/***************************************************************
各店舗詳細
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
#lower #each {
  background: #e8f1f2;
}

/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #each .flask {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
空き状況
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------------------------*/
#lower #each .flask .availability .midashi {
  padding: 50px 0 0 0;
  text-align: center;
}

#lower #each .flask .availability .midashi img {
  display: inline-block;
  height: 60px;
}

#lower #each .flask .availability .midashi h3 {
  margin: 10px 0 0 0;
  color: #727171;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
}

#lower #each .flask .availability .midashi h3 span {
  display: block;
  margin: 5px 0 0 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

/* コンテンツ
--------------------------------------------------------------*/
#lower #each .flask .availability .content p {
  margin: 20px 0 0 0;
  box-sizing: border-box;
}

#lower #each .flask .availability .content p a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

#lower #each .flask .availability .content p a span.logo {
  display: block;
  padding: 20px 0 0 0;
  border-style: dashed;
  border-color: #87cefa;
  border-width: 5px 0 0 0;
}

#lower #each .flask .availability .content p a span.logo img {
  display: inline-block;
  width: 200px;
}

#lower #each .flask .availability .content p a span.name {
  display: block;
  margin: 20px 0 0 0;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
}

#lower #each .flask .availability .content p a span.text {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 0 20px 0;
  border-style: dashed;
  border-color: #87cefa;
  border-width: 0 0 5px 0;
  color: #4682b4;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
}

/*--------------------------------------------------------------
機器一覧
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------------------------*/
#lower #each .flask .machine .midashi {
  padding: 50px 0 0 0;
  text-align: center;
}

#lower #each .flask .machine .midashi img {
  display: inline-block;
  height: 60px;
}

#lower #each .flask .machine .midashi h3 {
  margin: 10px 0 0 0;
  color: #727171;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
}

#lower #each .flask .machine .midashi h3 span {
  display: block;
  margin: 5px 0 0 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

/* コンテンツ
--------------------------------------------------------------*/
#lower #each .flask .machine .content p {
  margin: 20px 0 0 0;
  color: #727171;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
}

#lower #each .flask .machine .content p span {
  display: block;
  margin: 5px 0 0 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

#lower #each .flask .machine .content article {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

#lower #each .flask .machine .content article .left {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
}

#lower #each .flask .machine .content article .left img {
  display: inline-block;
  height: 250px;
}

#lower #each .flask .machine .content article .right {
  display: block;
  margin: 10px 0 0 0;
}

#lower #each .flask .machine .content article .right dl {
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
}

#lower #each .flask .machine .content article .right dl dt {
  display: block;
  margin: 10px 0 0 0;
}

#lower #each .flask .machine .content article .right dl dt span {
  display: inline-block;
  padding: 10px 20px;
  background: #00008b;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

#lower #each .flask .machine .content article .right dl dd {
  display: block;
  margin: 5px 0 0 0;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}

#lower #each .flask .machine .content article .right dl dd br {
  display: none;
}

/*--------------------------------------------------------------
店舗の特徴
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------------------------*/
#lower #each .flask .feature .midashi {
  padding: 50px 0 0 0;
  text-align: center;
}

#lower #each .flask .feature .midashi img {
  display: inline-block;
  height: 60px;
}

#lower #each .flask .feature .midashi h3 {
  margin: 10px 0 0 0;
  color: #727171;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
}

#lower #each .flask .feature .midashi h3 span {
  display: block;
  margin: 5px 0 0 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

/* コンテンツ
--------------------------------------------------------------*/
#lower #each .flask .feature .content {
  margin: 20px 0 0 0;
  padding: 50px 0;
  background-image: url("/image.php?id=54");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#lower #each .flask .feature .content p {
  width: 95%;
  margin: 0 auto;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  border-style: solid;
  border-color: #ffd700;
  border-width: 0 0 5px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

#lower #each .flask .feature .content p:nth-of-type(n+2) {
  margin: 20px auto 0 auto;
}

#lower #each .flask .feature .content p i {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #87cefa;
  font-size: 20px;
  font-weight: bold;
}

/*--------------------------------------------------------------
店舗の情報
--------------------------------------------------------------*/
/* 見出し
--------------------------------------------------------------*/
#lower #each .flask .information .midashi {
  padding: 50px 0 0 0;
  text-align: center;
}

#lower #each .flask .information .midashi img {
  display: inline-block;
  height: 60px;
}

#lower #each .flask .information .midashi h3 {
  margin: 10px 0 0 0;
  color: #727171;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
}

#lower #each .flask .information .midashi h3 span {
  display: block;
  margin: 5px 0 0 0;
  color: #727171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
}

/* スライダー
--------------------------------------------------------------*/
#lower #each .flask .information #simple {
  margin: 20px auto 0 auto;
}

.sp-button {
  width: 5px !important;
  height: 5px !important;
}

/* グーグルマップ
--------------------------------------------------------------*/
#lower #each .flask .map {
  display: block;
  box-sizing: border-box;
}

#lower #each .flask .map .left {
  display: block;
  margin: 20px 0 0 0;
}

#lower #each .flask .map .left iframe {
  width: 100%;
  height: 300px;
}

#lower #each .flask .map .right {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
}

#lower #each .flask .map .right img {
  display: inline-block;
  width: 200px;
}

#lower #each .flask .map .right p {
  margin: 20px 0 0 0;
  color: #727171;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  text-align: center;
}

#lower #each .flask .map .right p span {
  display: block;
  font-weight: bold;
}

/*--------------------------------------------------------------
店舗スタッフ募集
--------------------------------------------------------------*/
.staff {
  padding: 50px 0 0;
  text-align: center;
}

.staff__list {
  background: #FFF;
  border: 3px solid #87cefa;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding: 50px;
}

.staff__item {
  font-weight: bold;
  list-style: none;
}

.staff__item.-title {
  color: #2496dc;
  font-size: 36px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
店舗チラシ
--------------------------------------------------------------*/
.flyer {
  padding-top: 50px;
  text-align: center;
}

.flyer__img {
  height: auto;
  max-width: 100%;
}