@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*------------------------------------------------*/
section#store {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    section#store {
      padding: 80px 0px; } }

#store {
  background: #d8ebeb;
  /*******/ }
  #store h3.title {
    line-height: 1.4;
    margin-bottom: 20px !important;
    font-weight: bold;
    text-align: center;
    font-size: 3.0rem; }
    @media screen and (min-width: 768px) {
      #store h3.title {
        font-size: 4.5rem;
        margin-bottom: 30px !important; } }
  #store .mainBlock {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 8px; }
    @media screen and (min-width: 768px) {
      #store .mainBlock {
        padding: 30px; } }
    @media screen and (min-width: 768px) {
      #store .mainBlock {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #store .mainBlock .dataArea {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #store .mainBlock .dataArea {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      @media screen and (max-width: 1024px) {
        #store .mainBlock .dataArea {
          margin-bottom: 15px; } }
      @media screen and (min-width: 1025px) {
        #store .mainBlock .dataArea {
          width: 65%; } }
      @media screen and (max-width: 767px) {
        #store .mainBlock .dataArea .pictBox {
          width: 100%; } }
      @media screen and (min-width: 768px) {
        #store .mainBlock .dataArea .pictBox {
          width: 370px; } }
    #store .mainBlock .mapArea {
      width: 100%; }
      @media screen and (min-width: 1025px) {
        #store .mainBlock .mapArea {
          width: 32%; } }
    #store .mainBlock .dataArea .pictBox .pict {
      margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #store .mainBlock .dataArea .pictBox .pointIcon {
        margin-bottom: 10px; } }
    #store .mainBlock .dataArea .pictBox .pointIcon ul {
      display: flex; }
      #store .mainBlock .dataArea .pictBox .pointIcon ul li {
        width: 70px;
        margin-right: 5px; }
    @media screen and (min-width: 768px) {
      #store .mainBlock .dataArea .detailBox {
        width: -webkit-calc(100% - 390px);
        width: calc(100% - 390px); } }
    #store .mainBlock .dataArea .detailBox .tel a {
      margin-top: 10px;
      font-weight: bold;
      font-size: 3.0rem;
      line-height: 1;
      color: #DD070B; }
    #store .mainBlock .dataArea .detailBox .text {
      line-height: 1.3;
      margin-top: 10px; }
    #store .mainBlock .dataArea .detailBox .titleArea h4.title {
      font-size: 32px;
      font-weight: bold;
      color: #1c9c99;
      line-height: 1; }
    #store .mainBlock .dataArea .detailBox .titleArea .address {
      margin-top: 10px;
      line-height: 1; }
    #store .mainBlock .dataArea .detailBox .dashListArea {
      margin-top: 16px; }
      #store .mainBlock .dataArea .detailBox .dashListArea ul li {
        border-top: 1px dashed #333333;
        padding: 10px 0; }
        #store .mainBlock .dataArea .detailBox .dashListArea ul li .dashList .text {
          font-size: 1.8rem;
          font-weight: bold;
          line-height: 1;
          position: relative;
          padding-left: 22px; }
          #store .mainBlock .dataArea .detailBox .dashListArea ul li .dashList .text:after {
            width: 18px;
            height: 18px;
            content: "●";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -9px; }
        #store .mainBlock .dataArea .detailBox .dashListArea ul li p {
          margin-top: 0px; }
    #store .mainBlock .mapArea .mapBox {
      width: 100%;
      margin-left: 0; }
      #store .mainBlock .mapArea .mapBox .catch {
        width: 100%;
        display: block;
        padding: 5px;
        color: #fff;
        background-color: #1c9c99;
        font-weight: bold;
        text-align: center; }
      #store .mainBlock .mapArea .mapBox .map {
        margin-top: 5px; }
        #store .mainBlock .mapArea .mapBox .map iframe {
          width: 100%;
          height: 290px; }
        #store .mainBlock .mapArea .mapBox .map .mapLink a {
          color: #00C8EB;
          text-decoration: underline; }
          @media screen and (min-width: 1025px) {
            #store .mainBlock .mapArea .mapBox .map .mapLink a:hover {
              text-decoration: none; } }
      #store .mainBlock .mapArea .mapBox .mapLink a {
        color: #00C8EB;
        text-decoration: underline; }
        @media screen and (min-width: 1025px) {
          #store .mainBlock .mapArea .mapBox .mapLink a:hover {
            text-decoration: none; } }
  #store .linkbtn {
    background: #1c9c99;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    border-radius: 8px; }
    #store .linkbtn a {
      display: block;
      padding: 15px;
      color: #ffffff;
      border-radius: 8px;
      transition: all .25s ease-out; }
      #store .linkbtn a:hover {
        background: #007572;
        transition: all .25s ease-out; }
      #store .linkbtn a .annotation {
        font-size: 14px; }
