@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0; }

section {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 600px) {
    section {
      width: 100%;
      margin-top: 10px;
      padding: 0 5px; } }
  section + section {
    padding-top: 30px; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

table {
  width: 100%;
  margin-bottom: 20px; }
  table th, table td {
    position: relative;
    padding: 5px;
    vertical-align: middle; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 150%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

#container {
  position: relative;
  width: 100%;
  min-width: 1060px;
  min-height: 100%;
  margin-bottom: -340px;
  padding-bottom: 340px; }
  @media screen and (max-width: 600px) {
    #container {
      min-width: 100%;
      margin-bottom: -300px;
      padding-bottom: 300px; } }

.contents {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .contents {
      width: 100%;
      margin-top: 80px; } }

header {
  width: 1040px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 600px) {
    header {
      width: 100%;
      height: 80px;
      background-color: #fff; } }
  header h1 {
    font-size: 0.7em;
    text-align: left; }
    @media screen and (max-width: 600px) {
      header h1 {
        padding-left: 5px; } }
  header .header_logo {
    width: 400px;
    display: block; }
    @media screen and (max-width: 600px) {
      header .header_logo {
        width: 82%;
        height: 52px;
        padding-left: 5px; } }
  header .header_tel {
    position: absolute;
    top: 20px;
    right: 0; }
    @media screen and (max-width: 600px) {
      header .header_tel {
        display: none; } }

#top-head {
  /* Fixed reset */ }
  @media screen and (max-width: 600px) {
    #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
      z-index: 102; } }
  #top-head #top-head.fixed {
    padding-top: 0;
    background: transparent; }

/*ハンバーガーメニュー*/
#nav-toggle {
  display: none; }
  @media screen and (max-width: 600px) {
    #nav-toggle {
      display: block;
      position: absolute;
      right: 10px;
      bottom: 20px;
      width: 34px;
      height: 36px;
      cursor: pointer;
      z-index: 103; }
      #nav-toggle div {
        position: relative; }
        #nav-toggle div span {
          display: block;
          position: absolute;
          height: 4px;
          width: 100%;
          background: #033352;
          left: 0;
          -webkit-transition: .35s ease-in-out;
          -moz-transition: .35s ease-in-out;
          transition: .35s ease-in-out; }
          #nav-toggle div span:nth-child(1) {
            top: 0; }
          #nav-toggle div span:nth-child(2) {
            top: 10px; }
          #nav-toggle div span:nth-child(3) {
            top: 20px; }
        #nav-toggle div p {
          position: absolute;
          top: 25px;
          left: -2px;
          color: #033352;
          font-size: 0.7em;
          font-weight: bold; } }

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }
.open #global-nav {
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px); }

/*グローバルナビ*/
#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -480px;
  background: #22b2fd;
  width: 100%;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 101; }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0; }
    #global-nav ul li {
      float: none;
      position: static;
      border-bottom: 1px solid #fff; }
      #global-nav ul li:last-child {
        border: none; }
      #global-nav ul li a {
        display: block;
        padding: 15px 0;
        color: #fff; }

.pc_menu {
  background-color: #033352;
  margin-top: 10px; }
  @media screen and (max-width: 600px) {
    .pc_menu {
      display: none; } }
  .pc_menu ul {
    width: 100%;
    display: flex;
    width: 1040px;
    margin: 0 auto; }
    .pc_menu ul li {
      width: 100%;
      font-size: 1.2em;
      text-align: center;
      border-left: 1px solid #fff; }
      .pc_menu ul li:last-child {
        border-right: 1px solid #fff; }
      .pc_menu ul li a {
        display: block;
        padding: 20px 0;
        color: #fff; }
        .pc_menu ul li a:hover {
          background-color: #fff;
          color: #033352; }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 340px;
  text-align: center;
  background: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    footer {
      height: 300px; } }
  footer .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    footer .inner .footer_logo {
      display: inline-block;
      width: 400px;
      margin-bottom: 30px; }
      @media screen and (max-width: 600px) {
        footer .inner .footer_logo {
          width: 70%; } }
    footer .inner .footer_menu {
      width: 700px;
      margin: 0 auto;
      margin-bottom: 30px; }
      @media screen and (max-width: 600px) {
        footer .inner .footer_menu {
          width: 100%;
          margin: 0;
          padding: 0;
          font-size: 0;
          line-height: 0;
          text-align: left; } }
      @media screen and (max-width: 600px) {
        footer .inner .footer_menu ul {
          background-color: rgba(34, 178, 253, 0.8); } }
      footer .inner .footer_menu ul li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: normal;
        text-align: left;
        padding: 0 20px 0 0; }
        footer .inner .footer_menu ul li::after {
          position: absolute;
          content: ">";
          top: 8px;
          right: 0; }
        footer .inner .footer_menu ul li:last-child::after {
          display: none; }
        footer .inner .footer_menu ul li a {
          display: block;
          padding: 10px 0 10px 5px;
          color: #033352; }
        @media screen and (max-width: 600px) {
          footer .inner .footer_menu ul li {
            display: inline-block;
            width: 50%;
            font-size: 0.9rem;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            background-color: rgba(34, 178, 253, 0.8);
            padding: 0; }
            footer .inner .footer_menu ul li::after {
              display: none; }
            footer .inner .footer_menu ul li a {
              color: #fff; } }
    footer .inner small {
      display: block;
      font-size: 0.8em;
      background-color: #fff;
      padding: 5px 0; }

.bg_box {
  background: url(../images/main_bg.png);
  background-position: 0 -20px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 600px) {
    .bg_box {
      background-position: -180px -80px; } }
  .bg_box .main_box {
    width: 1040px;
    margin: 0 auto;
    padding: 30px 0; }
    @media screen and (max-width: 600px) {
      .bg_box .main_box {
        width: 100%;
        margin-top: 75px;
        padding: 20px 0 0 0; } }
    .bg_box .main_box .col {
      display: inline-block;
      width: 48%;
      vertical-align: top;
      text-align: center; }
      @media screen and (max-width: 600px) {
        .bg_box .main_box .col {
          width: 100%;
          padding: 5px; } }
      @media screen and (max-width: 600px) {
        .bg_box .main_box .col img {
          width: 70%; } }
      .bg_box .main_box .col .main_point {
        padding-top: 20px; }
        .bg_box .main_box .col .main_point li {
          width: 31%;
          display: inline-block;
          margin-left: 5px; }
          .bg_box .main_box .col .main_point li:first-child {
            margin-left: 0; }
          .bg_box .main_box .col .main_point li img {
            width: 100%; }

.top_convenient {
  background-color: #FFEBEB;
  padding: 30px 40px 20px 40px;
  margin-bottom: 60px; }
  @media screen and (max-width: 600px) {
    .top_convenient {
      padding: 0 0 10px 0; } }
  .top_convenient ul {
    display: flex;
    vertical-align: middle;
    margin-bottom: 10px; }
    @media screen and (max-width: 600px) {
      .top_convenient ul {
        display: block;
        margin: 0 10px; } }
    .top_convenient ul li {
      width: 50%;
      margin: 0 8px;
      text-align: left;
      border: 2px solid #033352;
      border-radius: 10px;
      background-color: #fff; }
      @media screen and (max-width: 600px) {
        .top_convenient ul li {
          width: 100%;
          margin: 0 0 10px 0; } }
      .top_convenient ul li a {
        display: flex;
        width: 100%;
        height: 100%;
        padding: 10px; }
        @media screen and (max-width: 600px) {
          .top_convenient ul li a {
            padding: 0 10px; } }
        .top_convenient ul li a img {
          display: block;
          width: 100px;
          height: 100px; }
          @media screen and (max-width: 600px) {
            .top_convenient ul li a img {
              width: 75px; } }
        .top_convenient ul li a div {
          flex: 2;
          font-size: 1.2em;
          margin-left: 20px; }
          .top_convenient ul li a div .con_title {
            color: #ff1e41;
            font-size: 1.4em;
            font-weight: 500;
            font-family: 'Noto Sans Japanese';
            margin: 15px 0 10px 0; }
          @media screen and (max-width: 600px) {
            .top_convenient ul li a div {
              font-size: 1em; } }
  .top_convenient small {
    font-size: 0.8em;
    text-align: right; }

.top_merit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .top_merit {
      display: block; } }
  .top_merit h4 {
    font-size: 1.2em;
    color: #ff1e41;
    padding-bottom: 8px; }
  .top_merit li {
    flex-basis: 32.5%;
    position: relative;
    background: #d6eefe;
    padding-top: 90px;
    border-radius: 10px;
    margin-top: 150px; }
    @media screen and (max-width: 600px) {
      .top_merit li {
        width: 100%;
        border-radius: 0px;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 20px 0; }
        .top_merit li::before {
          content: "";
          display: block; } }
    .top_merit li:nth-child(2) {
      background: #eee; }
    .top_merit li p {
      text-align: left;
      padding: 20px; }
      @media screen and (max-width: 600px) {
        .top_merit li p {
          padding: 0; } }
    .top_merit li img {
      position: absolute;
      left: 50%;
      margin-left: -111px;
      top: -150px;
      z-index: 101; }
      @media screen and (max-width: 600px) {
        .top_merit li img {
          width: 100px;
          top: 50%;
          left: 5px;
          margin: 0;
          margin-top: -55px; } }
    @media screen and (max-width: 600px) {
      .top_merit li div {
        text-align: left;
        padding-left: 110px;
        padding-right: 5px; } }

.top_shoplist {
  font-size: 0;
  text-align: left; }
  .top_shoplist li {
    position: relative;
    display: inline-block;
    width: 24%;
    height: 240px;
    margin: 0.5%;
    font-size: 1rem;
    background: url(../images/shop/list_yokokawa.png);
    background-size: cover; }
    .top_shoplist li:nth-child(2) {
      background: url(../images/shop/list_gyotoku.png);
      background-size: cover; }
    .top_shoplist li:nth-child(3) {
      background: url(../images/shop/list_oojima.png);
      background-size: cover; }
    .top_shoplist li:nth-child(4) {
      background: url(../images/shop/list_edagawa.png);
      background-size: cover; }
    .top_shoplist li:nth-child(5) {
      background: url(../images/shop/list_higashisuna.png);
      background-size: cover; }
    .top_shoplist li:nth-child(6) {
      background: url(../images/shop/list_kinshicho.png);
      background-size: cover; }
    .top_shoplist li:nth-child(7) {
      background: url(../images/shop/list_kouhoku.png);
      background-size: cover; }
    .top_shoplist li:nth-child(8) {
      background: url(../images/shop/list_minamikoiwa.jpg) center;
      background-size: cover; }
    @media screen and (max-width: 600px) {
      .top_shoplist li {
        width: 49%;
        height: 180px; } }
    .top_shoplist li a {
      display: block;
      width: 100%;
      height: 100%; }
    .top_shoplist li p {
      width: 100%;
      position: absolute;
      padding: 15px 0;
      margin-bottom: 0;
      bottom: 0;
      color: #fff;
      font-size: 1.3em;
      text-align: center;
      background-color: rgba(34, 178, 253, 0.8); }
      .top_shoplist li p::after {
        content: ""; }

.beginner {
  display: flex; }
  @media screen and (max-width: 600px) {
    .beginner {
      display: block; } }

.beginner_nav {
  text-align: left; }
  .beginner_nav .index {
    font-size: 1.2em;
    padding-bottom: 10px;
    color: #22b2fd; }
  .beginner_nav ul {
    margin-bottom: 30px; }
    @media screen and (max-width: 600px) {
      .beginner_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .beginner_nav ul li {
      margin-bottom: 5px;
      border: 2px solid #22b2fd;
      border-radius: 5px;
      background: #eff8fe; }
      .beginner_nav ul li a {
        color: #033352;
        width: 100%;
        height: 100%;
        display: block;
        padding: 10px;
        background: #eff8fe;
        border-radius: 5px; }
        .beginner_nav ul li a:hover {
          color: #fff;
          background-color: #22b2fd;
          border-radius: 0; }
        @media screen and (max-width: 600px) {
          .beginner_nav ul li a {
            padding: 10px 5px; } }
      @media screen and (max-width: 600px) {
        .beginner_nav ul li {
          font-size: 0.8em;
          flex-basis: 49.5%;
          align-content: stretch; } }

.display_area {
  flex: 3;
  margin-right: 30px;
  text-align: left; }
  @media screen and (max-width: 600px) {
    .display_area {
      width: 100%;
      margin: 0; } }
  .display_area ul li {
    display: flex;
    padding: 30px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 10px; }
    @media screen and (max-width: 600px) {
      .display_area ul li {
        display: block;
        padding: 10px 10px 20px 10px; } }
    .display_area ul li:last-child {
      margin-bottom: 30px; }
    .display_area ul li img {
      width: 130px;
      height: 130px; }
      @media screen and (max-width: 600px) {
        .display_area ul li img {
          display: block;
          margin: 10px auto; } }
    .display_area ul li div {
      margin-left: 30px;
      width: 80%; }
      @media screen and (max-width: 600px) {
        .display_area ul li div {
          width: 100%;
          margin: 0; } }
      .display_area ul li div h4 {
        font-size: 1.2em;
        color: #033352;
        margin-bottom: 15px; }
        @media screen and (max-width: 600px) {
          .display_area ul li div h4 {
            text-align: center; } }
  .display_area .beginner_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 30px;
    padding: 0 5px; }
    @media screen and (max-width: 600px) {
      .display_area .beginner_menu {
        justify-content: space-between; } }
    .display_area .beginner_menu li {
      flex-basis: 24%;
      margin-right: 5px;
      font-size: 1em;
      text-align: center;
      padding: 0; }
      @media screen and (max-width: 600px) {
        .display_area .beginner_menu li {
          flex-basis: 49%;
          margin-right: 0; } }
      .display_area .beginner_menu li:last-child {
        margin-bottom: 10px; }
      .display_area .beginner_menu li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px; }
      .display_area .beginner_menu li img {
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-bottom: 10px; }
        @media screen and (max-width: 600px) {
          .display_area .beginner_menu li img {
            width: 90px;
            height: 90px; } }

.shoplist {
  position: relative;
  overflow: hidden;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/ }
  @media screen and (max-width: 600px) {
    .shoplist {
      display: block; } }
  .shoplist > li {
    float: left;
    width: 32%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .shoplist > li {
        width: 100%; } }
    .shoplist > li table {
      margin: 10px 5px; }
    .shoplist > li .shop_image {
      height: 160px;
      margin-bottom: 20px; }
    .shoplist > li .btn_orange {
      font-size: 1.1em;
      margin-bottom: 10px; }
    .shoplist > li:nth-child(3n-1), .shoplist > li:nth-child(3n-2) {
      margin-right: 20px; }

.shoplist_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: left; }
  .shoplist_box > li {
    float: left;
    width: 32%;
    position: relative;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
    vertical-align: middle; }
    @media screen and (max-width: 600px) {
      .shoplist_box > li {
        display: block;
        flex: none;
        width: 100%; } }
    .shoplist_box > li:nth-child(3n-1), .shoplist_box > li:nth-child(3n-2) {
      margin-right: 20px; }
    .shoplist_box > li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 10px 8px; }
    .shoplist_box > li h4 {
      width: 5em;
      display: inline-block;
      margin-bottom: 20px;
      font-size: 1.5em;
      color: #033352; }
    .shoplist_box > li .shop_icon {
      position: absolute;
      right: 10px; }
      .shoplist_box > li .shop_icon li {
        display: inline-block;
        border: none;
        background: #ccc;
        border-radius: 5px;
        padding: 8px 8px 4px 8px;
        margin: 0; }
        .shoplist_box > li .shop_icon li img {
          width: 22px;
          height: 22px; }
      .shoplist_box > li .shop_icon .active {
        background: #ffad00; }

.shop_image {
  width: 100%;
  height: 370px;
  object-fit: cover;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .shop_image {
      height: 200px; } }

.shop_about {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .shop_about {
      display: block; } }
  .shop_about div table {
    font-size: 1.2em; }
    @media screen and (max-width: 600px) {
      .shop_about div table {
        width: 100%;
        font-size: 1em; } }
    .shop_about div table th span {
      font-size: 0.9em;
      display: block;
      background-color: #979797;
      padding: 3px 5px;
      color: #fff;
      border-radius: 5px; }
    .shop_about div table td {
      text-align: left; }
  .shop_about .map {
    border: 1px solid #ccc; }
    @media screen and (max-width: 600px) {
      .shop_about .map {
        width: 100%;
        display: block;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
        .shop_about .map iframe, .shop_about .map object, .shop_about .map embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

.shop_access {
  text-align: left;
  padding-top: 30px; }
  .shop_access table {
    font-size: 0.9em; }
    .shop_access table th {
      width: 20%;
      vertical-align: top; }
      .shop_access table th span {
        position: relative;
        display: inline-block;
        padding: 10px 5px;
        width: 200px;
        min-width: 115px;
        height: auto;
        line-height: 150%;
        color: #19283C;
        text-align: center;
        background: #F6F6F6;
        border: 2px solid #19283C;
        z-index: 0; }
        @media screen and (max-width: 600px) {
          .shop_access table th span {
            position: relative;
            display: inline-block;
            width: 100%; } }
        .shop_access table th span::before {
          content: "";
          position: absolute;
          top: 50%;
          right: -8px;
          margin-top: -8px;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 8px 0 8px 8px;
          border-color: transparent transparent transparent #F6F6F6;
          z-index: 0; }
          @media screen and (max-width: 600px) {
            .shop_access table th span::before {
              top: inherit;
              bottom: -9px;
              left: 50%;
              margin-left: -9px;
              border-style: solid;
              border-width: 9px 9px 0 9px;
              border-color: #F6F6F6 transparent transparent transparent; } }
        .shop_access table th span::after {
          content: "";
          position: absolute;
          top: 50%;
          right: -11px;
          margin-top: -9px;
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 9px 0 9px 9px;
          border-color: transparent transparent transparent #19283C;
          z-index: -1; }
          @media screen and (max-width: 600px) {
            .shop_access table th span::after {
              top: inherit;
              bottom: -12px;
              left: 50%;
              margin-left: -10px;
              border-style: solid;
              border-width: 10px 10px 0 10px;
              border-color: #19283C transparent transparent transparent; } }
      @media screen and (max-width: 600px) {
        .shop_access table th {
          width: 100%;
          display: block; } }
    .shop_access table td {
      padding-left: 20px; }
      @media screen and (max-width: 600px) {
        .shop_access table td {
          padding: 20px 10px;
          width: 100%;
          display: block; } }
  .shop_access p {
    margin-bottom: 30px; }

.shop_icon {
  display: inline-block; }
  .shop_icon li {
    display: inline-block;
    width: auto;
    border: none;
    background: #ccc;
    border-radius: 5px;
    padding: 8px 8px 4px 8px;
    margin: 0; }
    .shop_icon li img {
      width: 22px;
      height: 22px; }
  .shop_icon .active {
    background: #ffad00; }

.shop_icon_l {
  text-align: left; }
  @media screen and (max-width: 600px) {
    .shop_icon_l {
      text-align: center;
      margin-bottom: 30px; } }
  .shop_icon_l li {
    display: inline-block;
    font-size: 0.9em;
    width: 80px;
    height: 80px;
    background: #ccc;
    color: #fff;
    border-radius: 5px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .shop_icon_l li {
        width: 70px;
        height: 70px;
        font-size: 0.8em; } }
    .shop_icon_l li img {
      display: block;
      height: 35px;
      margin: 10px auto; }
      @media screen and (max-width: 600px) {
        .shop_icon_l li img {
          height: 25px; } }

.faq {
  text-align: left;
  margin-bottom: 30px; }
  .faq dt {
    position: relative;
    font-size: 1.2em;
    padding: 10px;
    padding-left: 1.7em;
    color: #033352;
    border: 1px solid #ccc;
    border-left: 10px solid #033352;
    border-radius: 5px; }
    .faq dt::before {
      content: "Q";
      font-weight: bold;
      color: #033352;
      position: absolute;
      top: 10px;
      left: 10px; }
  .faq dd {
    position: relative;
    padding: 10px 0 10px 45px; }
    @media screen and (max-width: 600px) {
      .faq dd {
        padding: 10px; } }
    .faq dd::before {
      content: "A.";
      font-size: 1.2em;
      font-weight: bold;
      color: #ff1e41;
      position: absolute;
      top: 10px;
      left: 20px; }
      @media screen and (max-width: 600px) {
        .faq dd::before {
          position: static;
          padding-right: 10px; } }

.announce {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 1.2em;
  border-radius: 5px;
  text-align: left;
  color: #ff1e41;
  line-height: 150%;
  background: #ffeaed; }
  @media screen and (max-width: 600px) {
    .announce {
      margin: -10px 5px 20px 5px; } }

.attention_list {
  text-align: left; }
  .attention_list li {
    position: relative;
    font-size: 1.1em;
    padding: 0 0 10px 25px;
    padding-bottom: 10px; }
    .attention_list li::before {
      content: "◎";
      position: absolute;
      color: #033352;
      top: 0;
      left: 0; }
    .attention_list li P {
      color: #ff1e41;
      font-size: 0.9em;
      position: relative;
      padding-left: 1.1em; }
      .attention_list li P::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0; }

.privacy {
  text-align: left; }
  .privacy p {
    margin-bottom: 30px; }
  .privacy ul li {
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .privacy ul li {
        padding: 5px;
        background-color: #eee;
        border-radius: 5px; } }

.sitemap_box {
  display: inline-block;
  width: 45%;
  margin-right: 40px;
  text-align: left;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .sitemap_box {
      width: 100%; } }
  .sitemap_box p {
    font-size: 1.2em; }
  .sitemap_box a {
    color: #033352; }
  .sitemap_box ul {
    margin: 10px; }
    .sitemap_box ul li {
      position: relative;
      display: inline-block;
      text-align: left;
      padding: 0 5px;
      padding-left: 15px;
      margin-bottom: 15px; }
      .sitemap_box ul li::before {
        position: absolute;
        content: "▶︎";
        color: #22b2fd;
        font-size: 0.7em;
        top: 0;
        left: 0; }

.title {
  position: relative;
  padding-left: 38px;
  margin: 40px 0;
  font-size: 1.7em;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  color: #033352;
  text-align: left; }
  .title::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../images/title.svg);
    background-size: 28px 28px; }
    @media screen and (max-width: 600px) {
      .title::before {
        display: none; } }
  @media screen and (max-width: 600px) {
    .title {
      margin: 20px 0;
      font-size: 1.3em;
      padding: 20px 5px;
      color: #fff;
      background-color: #033352; } }

.top_title {
  font-size: 1.8em;
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  color: #033352;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .top_title {
      margin: 20px 0;
      font-size: 1.3em;
      padding: 20px 5px;
      color: #fff;
      background-color: #033352; } }

.sub_title {
  margin: 30px 0;
  font-size: 1.6em;
  color: #333; }

.sub_title_s {
  margin-bottom: 20px;
  font-size: 1.4em; }

.sub_title_ss {
  margin-bottom: 10px;
  font-size: 1.3em; }

.border_title01 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  font-size: 1.5em;
  color: #22b2fd; }

.border_title02 {
  padding: 0 0 10px 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
  font-size: 1.4em;
  color: #033352;
  text-align: left; }

.btn_orange {
  display: inline-block;
  width: 280px;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 1.3em;
  color: #fff;
  background: linear-gradient(to bottom, #ffa700, #ff7902);
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }

.btn_link {
  display: inline-block;
  width: 100px;
  padding: 5px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #ffad00;
  border-radius: 10px;
  text-align: center; }

.table_price {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px; }
  @media screen and (max-width: 600px) {
    .table_price {
      width: 100%;
      margin: 0; } }
  .table_price table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .table_price table th {
      background: #ecf8ff;
      width: 30%;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    .table_price table .type {
      background: #22b2fd;
      color: #fff; }
    .table_price table td {
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc; }

.table_company {
  text-align: left; }
  .table_company th {
    width: 20%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .table_company th {
        display: block;
        width: 100%;
        background: #eee;
        border: none;
        border-radius: 5px; } }
  .table_company td {
    border-bottom: 1px solid #ccc;
    padding: 10px; }
    @media screen and (max-width: 600px) {
      .table_company td {
        display: block;
        width: 100%;
        border: none; } }

.table_washable {
  text-align: center;
  border-top: 1px solid #6B6B6B;
  border-left: 1px solid #6B6B6B; }
  .table_washable tr:first-child th {
    color: #fff;
    background-color: #B4B4B4;
    text-align: center; }
  .table_washable th {
    padding: 10px;
    font-size: 1.1em;
    text-align: left;
    border-bottom: 1px solid #6B6B6B;
    border-right: 1px solid #6B6B6B; }
  .table_washable .item {
    width: 150px;
    text-align: center;
    background-color: #eee; }
    @media screen and (max-width: 600px) {
      .table_washable .item {
        width: 20px; } }
  .table_washable td {
    width: 18%;
    font-size: 1.3em;
    padding: 10px;
    border-bottom: 1px solid #6B6B6B;
    border-right: 1px solid #6B6B6B; }
    .table_washable td sub {
      font-size: 0.6em;
      color: #f00; }
      @media screen and (max-width: 600px) {
        .table_washable td sub {
          display: none; } }
    .table_washable td sup {
      display: none; }
      @media screen and (max-width: 600px) {
        .table_washable td sup {
          display: block;
          font-size: 0.6em;
          color: #ff1e41; } }

.table_time {
  border-color: #ffb5b7;
  margin-bottom: 5px;
  border-top: 1px solid #ffb5b7;
  border-left: 1px solid #ffb5b7; }
  .table_time th {
    padding: 10px;
    font-size: 1.2em;
    text-align: center;
    background-color: #ffb5b7;
    color: #fff;
    border-bottom: 1px solid #ffb5b7;
    border-right: 1px solid #ffb5b7; }
  .table_time td {
    position: relative;
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #ffb5b7;
    border-right: 1px solid #ffb5b7; }
    @media screen and (max-width: 600px) {
      .table_time td {
        display: block;
        width: 100%; } }
    .table_time td p {
      position: absolute;
      right: 10px;
      display: inline-block;
      padding: 0 10px;
      font-size: 1.1em;
      border-radius: 5px;
      color: #fff;
      background-color: #ffb5b7; }
      .table_time td p span {
        font-size: 0.8em; }
  .table_time .indication {
    color: #FF8516;
    text-align: center;
    background-color: #FDE6CC; }

@media screen and (max-width: 600px) {
  .table_shop {
    width: 100%;
    margin-bottom: 10px; } }
.table_shop th span {
  font-size: 0.9em;
  display: block;
  background-color: #979797;
  color: #fff;
  border-radius: 5px; }
.table_shop td {
  text-align: left; }

.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_link {
  color: #22b2fd;
  text-decoration: underline; }

.text_small {
  font-size: 0.8em; }

.icon_active {
  background-color: #ffad00 !important; }

.pink td, .pink th {
  border-color: #FF80BD !important; }
.pink th, .pink p {
  background-color: #FF80BD !important; }

.orange td, .orange th {
  border-color: #f6b532 !important; }
.orange th, .orange p {
  background-color: #f6b532 !important; }

.caption {
  margin-bottom: 20px; }

.sham_cation {
  margin-top: 10px; }
  .sham_cation li, .sham_cation p {
    position: relative;
    padding-left: 1.4em;
    margin-top: 2px;
    font-size: 0.9em;
    line-height: 140%; }
    .sham_cation li::before, .sham_cation p::before {
      content: "※";
      position: absolute;
      left: 0;
      top: 0; }

.sp_asterisk {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp_asterisk {
      display: block;
      color: #ff1e41; } }

.space_bottom {
  margin-bottom: 20px; }
