.content .ttlArea {
  display: flex;
  flex-wrap: wrap;
  min-width: 1120px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .content .ttlArea {
      min-width: 100%;
      flex-direction: column; } }
  .content .ttlArea .img {
    width: 50%;
    height: 500px;
    background: url(../img/fl_hot-spring/img01.jpg) no-repeat center right;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .content .ttlArea .img {
        width: 100%;
        height: auto;
        padding-top: 55%;
        position: static; } }
  .content .ttlArea .ttl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 160px;
    background: url(../../common/img/bg_brown.gif) repeat left top; }
    @media screen and (max-width: 768px) {
      .content .ttlArea .ttl {
        width: 100%;
        height: auto;
        padding: 25px 0;
        text-align: center; } }
    .content .ttlArea .ttl h2 {
      font-size: 18px;
      color: #ffffff;
      letter-spacing: 2px;
      width: 540px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .content .ttlArea .ttl h2 {
          font-size: 16px;
          width: 100%;
          padding: 0 3%; } }
      .content .ttlArea .ttl h2 span {
        font-family: 'Noto Sans JP', sans-serif;
        display: block;
        font-size: 30px;
        letter-spacing: 7px;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .content .ttlArea .ttl h2 span {
            font-size: 28px;
            margin-top: 10px; } }
.content .contWrap {
  margin: 50px auto 80px;
  display: flex; }
  @media screen and (max-width: 768px) {
    .content .contWrap {
      margin: 30px auto 50px; } }
  .content .contWrap .boxL {
    width: 540px;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .content .contWrap .boxL {
        width: 100%;
        margin-right: 0;
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .content .contWrap .boxL .imgSP {
        margin: 30px auto 0; } }
  .content .contWrap .boxR {
    width: 540px;
    margin-top: 340px; }
    @media screen and (max-width: 768px) {
      .content .contWrap .boxR {
        display: none; } }

/*# sourceMappingURL=fl_hot-spring.css.map */
