@charset "UTF-8";
/* CSS Document */
main {
  position: relative;
  padding-top: 78px; }

h2 {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 115, 106, 0.8);
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4em;
  padding: .6em 0;
  top: 0;
  text-align: center;
  letter-spacing: .1em; }
  h2.eat {
    background-color: #ff736A; }
    h2.eat span {
      background: url("../../img/share/icon-eat.svg") no-repeat left center;
      background-size: 1.4em;
      /*padding-left: 2em;*/ }
  h2.exp {
    background-color: #A174B2; }
    h2.exp span {
      background: url("../../img/share/icon-exp.svg") no-repeat left center;
      background-size: 1.4em;
      /*padding-left: 2em;*/ }
  h2.play {
    background-color: #73C677; }
    h2.play span {
      background: url("../../img/share/icon-play.svg") no-repeat left center;
      background-size: 1.4em;
      /*padding-left: 2em;*/ }
  h2.buy {
    background-color: #29A6D8; }
    h2.buy span {
      background: url("../../img/share/icon-buy.svg") no-repeat left center;
      background-size: 1.4em;
      /*padding-left: 2em;*/ }
  h2.beau {
    background-color: #E8C60D; }
    h2.beau span {
      background: url("../../img/share/icon-beau.svg") no-repeat left center;
      background-size: 1.4em;
      /*padding-left: 2em;*/ }
  h2.etc {
    background-color: #ccc; }

section#sec01 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 100px; }
  section#sec01 .title {
    width: 100%;
    margin: 40px auto auto;
    display: flex; }
    @media screen and (max-width: 767px) {
      section#sec01 .title {
        flex-direction: column; } }
    section#sec01 .title div.left {
      text-align: left;
      width: 50%; }
      @media screen and (max-width: 767px) {
        section#sec01 .title div.left {
          width: 100%;
          margin-bottom: 1rem; } }
      section#sec01 .title div.left .tag {
        display: inline-block;
        padding: 0 2em;
        box-sizing: border-box;
        color: white;
        text-align: center;
        line-height: 2em;
        font-size: 14px; }
        section#sec01 .title div.left .tag.eat {
          background-color: #ff736A; }
        section#sec01 .title div.left .tag.exp {
          background-color: #A174B2; }
        section#sec01 .title div.left .tag.play {
          background-color: #73C677; }
        section#sec01 .title div.left .tag.buy {
          background-color: #29A6D8; }
        section#sec01 .title div.left .tag.beau {
          background-color: #E8C60D; }
        section#sec01 .title div.left .tag.etc {
          background-color: #ccc; }
      section#sec01 .title div.left p.place {
        color: #47ccbf;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.4em;
        margin-top: .2em; }
        @media screen and (max-width: 767px) {
          section#sec01 .title div.left p.place {
            font-size: 18px; } }
      section#sec01 .title div.left h3 {
        font-size: 40px;
        margin-top: .2em; }
        @media screen and (max-width: 767px) {
          section#sec01 .title div.left h3 {
            font-size: 24px; } }
      section#sec01 .title div.left p.address {
        font-size: 20px;
        line-height: 1.4em;
        margin-top: .5em; }
        @media screen and (max-width: 767px) {
          section#sec01 .title div.left p.address {
            font-size: 16px; } }
    section#sec01 .title div.right {
      width: 50%; }
      @media screen and (max-width: 767px) {
        section#sec01 .title div.right {
          width: 100%; } }
      section#sec01 .title div.right .tel {
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        section#sec01 .title div.right .tel p {
          color: #47ccbf;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            section#sec01 .title div.right .tel p {
              font-size: 14px; } }
          section#sec01 .title div.right .tel p:first-of-type {
            border: 1px solid #47ccbf;
            padding: .5em 1em; }
            @media screen and (max-width: 767px) {
              section#sec01 .title div.right .tel p:first-of-type {
                padding: .5em; } }
          section#sec01 .title div.right .tel p.number {
            font-size: 2em;
            min-height: 34px;
            padding-left: 40px;
            background: url("../images/shosai/tel.svg") no-repeat left center;
            margin-left: 10px;
            letter-spacing: .2em; }
            @media screen and (max-width: 767px) {
              section#sec01 .title div.right .tel p.number {
                background-size: 24px;
                padding-left: 30px;
                letter-spacing: 0em; } }
      section#sec01 .title div.right .present {
        border: 2px solid rgba(41, 166, 216, 0.5);
        background-color: rgba(71, 204, 191, 0.1);
        border-radius: 20px;
        box-shadow: 3px 3px 2px rgba(216, 216, 216, 0.5);
        position: absolute;
        background-image: url("../images/shosai/present.svg");
        background-repeat: no-repeat;
        background-position: right 20px bottom;
        padding: 2.5em 1.5em 1.5em;
        position: relative;
        font-size: 20px;
        line-height: 1.4em; }
        @media screen and (max-width: 767px) {
          section#sec01 .title div.right .present {
            font-size: 18px; } }
        section#sec01 .title div.right .present h4 {
          position: absolute;
          display: inline-block;
          background-color: #29A6D8;
          color: white;
          padding: 0 1.5em;
          height: 1.8em;
          line-height: 1.8em;
          border-radius: .9em;
          top: 0;
          left: 0;
          transform: translateY(-50%);
          z-index: 1; }
  section#sec01 .body {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      section#sec01 .body {
        flex-direction: column; } }
    section#sec01 .body .photo {
      width: 35%; }
      @media screen and (max-width: 767px) {
        section#sec01 .body .photo {
          width: 100%; } }
      section#sec01 .body .photo figure {
        width: 100%;
        margin-bottom: 3%; }
        section#sec01 .body .photo figure img {
          width: 100%;
          height: auto; }
    section#sec01 .body .text {
      width: 60%; }
      @media screen and (max-width: 767px) {
        section#sec01 .body .text {
          width: 100%; } }
      section#sec01 .body .text h4 {
        color: #ff736a;
        font-size: 24px;
        margin-bottom: .5em;
        line-height: 1.6em; }
        @media screen and (max-width: 767px) {
          section#sec01 .body .text h4 {
            font-size: 20px; } }
      section#sec01 .body .text > p {
        color: #4d4d4d;
        font-size: 1rem;
        line-height: 1.7em;
        text-align: justify; }
  section#sec01 .shosai h5 {
    margin-top: 90px;
    color: #47ccbf;
    font-size: 1.2rem;
    margin-bottom: .8em; }
  section#sec01 .shosai table {
    width: 100%;
    border-top: 1px solid #cccccc;
    color: #4d4d4d;
    line-height: 1.6em; }
    section#sec01 .shosai table tr {
      border-bottom: 1px solid #cccccc; }
      section#sec01 .shosai table tr:nth-of-type(odd) {
        background-color: rgba(71, 204, 191, 0.1); }
      section#sec01 .shosai table tr td {
        padding: 1em; }
        @media screen and (max-width: 767px) {
          section#sec01 .shosai table tr td {
            padding: 1em .5em; } }
        section#sec01 .shosai table tr td:first-of-type {
          width: 9em; }
          @media screen and (max-width: 767px) {
            section#sec01 .shosai table tr td:first-of-type {
              width: 8em; } }
        section#sec01 .shosai table tr td ul li {
          padding-left: 1em;
          text-indent: -1em; }
          section#sec01 .shosai table tr td ul li::before {
            content: " ・ "; }
  section#sec01 .g-map {
    margin-top: 60px;
    width: 100%;
    height: 0;
    padding-bottom: 36.8%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      section#sec01 .g-map {
        padding-bottom: 82%; } }
    section#sec01 .g-map iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
