﻿@charset "utf-8";

#after-bath_title {
  background-image: url(bg_title.jpg);
}

#column_main #after-bath_title h2 {
  background-image: url(title01.png);
  padding-bottom: 14.5%;
}

@media screen and (max-width: 768px) {
  #after-bath_title {
    background-position: right 40% center;
  }

  #column_main #after-bath_title h2 {
    padding-bottom: 17%;
  }
}
