@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: "Noto Sans JP"; }

/* 吹き出し 右向き */
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 200px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #FF9966;
  box-sizing: border-box; }

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2; }

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #FF9966;
  z-index: 1; }

.balloon2-right p {
  margin: 0;
  padding: 0;
  text-align: justify; }

/* 吹き出し 左向き */
.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 200px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #F4C70C;
  box-sizing: border-box; }

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2; }

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #F4C70C;
  z-index: 1; }

.balloon2-left p {
  margin: 0;
  padding: 0; }

/* ホバーアニメーション アップ */
.hoverUP {
  transition: all 0.5s; }
  .hoverUP:hover {
    transform: translateY(-8px); }

.hoverColor {
  transition: all 0.5s; }
  .hoverColor:hover {
    color: #00B050; }

/* ヘッダー */
header.pc {
  padding: 30px 0 0 0px;
  position: relative; }
  header.pc #headerLogo {
    width: 300px;
    margin-left: 50px; }
    header.pc #headerLogo h1 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      color: #00B050;
      margin-left: -10px; }
    header.pc #headerLogo p {
      font-size: 15px;
      font-weight: bold;
      text-align: center; }
  header.pc #nav01 {
    position: absolute;
    top: 50px;
    right: 60px; }
    header.pc #nav01 ul {
      display: flex;
      justify-content: space-between;
      width: 650px; }
      header.pc #nav01 ul li {
        font-size: 15px;
        font-weight: bold; }
        header.pc #nav01 ul li a {
          color: black;
          display: inline-block;
          width: 100%; }
          header.pc #nav01 ul li a:hover {
            color: #00B050; }
  header.pc #nav02 {
    width: 100%;
    background: #00B050;
    height: 50px;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0; }
    header.pc #nav02 ul {
      display: table;
      margin: 0 auto;
      max-width: 1250px;
      width: 100%; }
      header.pc #nav02 ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border-left: solid 2px #00843C;
        width: 20%;
        text-align: center;
        height: 30px;
        padding: 4px 0 0 0; }
        header.pc #nav02 ul li:last-of-type {
          border-right: solid 2px #00843C; }
        header.pc #nav02 ul li a {
          color: white;
          display: inline-block;
          transition: all 0.5s;
          width: 100%; }
          header.pc #nav02 ul li a:hover {
            color: yellow; }

/* フッター　ヘイワ薬局グループ */
#group {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
  border-bottom: solid thin #00B050; }
  #group .flowerLeft {
    position: absolute;
    top: 50px;
    left: 0; }
  #group .flowerRight {
    position: absolute;
    top: 50px;
    right: 0; }
  #group .titleEn {
    text-align: center;
    font-weight: bold;
    font-size: 15px; }
  #group h1 {
    font-size: 30px;
    color: #00B050;
    text-align: center;
    margin-bottom: 50px; }
  #group ul {
    display: flex;
    justify-content: space-between;
    width: 700px;
    flex-wrap: wrap;
    margin: 0 auto; }
    #group ul li {
      width: 180px;
      margin-bottom: 30px; }
      #group ul li p span {
        font-weight: bold; }

/* サイトマップ */
#sitemap {
  width: 100%;
  height: 60px;
  background: #00B050;
  font-size: 13px;
  font-weight: bold;
  color: white;
  padding-top: 20px;
  margin-top: 100px; }
  #sitemap ul {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto; }
    #sitemap ul li:last-of-type:after {
      content: none; }
    #sitemap ul li:after {
      content: "＼";
      font-weight: bold;
      color: yellow;
      margin-left: 10px; }
    #sitemap ul li a {
      color: white;
      transition: all 0.5s; }
      #sitemap ul li a:hover {
        color: yellow; }

@media (max-width: 768px) {
  header.pc {
    display: none; }

  /*  ヘイワ薬局グループ */
  #group {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
    padding-top: 50px;
    border-top: solid thin #00B050; }
    #group h1 {
      font-size: 25px;
      color: #00B050;
      text-align: center;
      font-weight: bold;
      margin-top: -3px; }
    #group .titleEn {
      font-size: 12px;
      color: black;
      font-weight: bold;
      text-align: center;
      padding-top: 50px; }
    #group .flowerLeft {
      position: absolute;
      top: 60px;
      left: 10px;
      width: 75px; }
    #group .flowerRight {
      position: absolute;
      top: 60px;
      right: 10px;
      width: 75px; }
    #group ul {
      width: 360px;
      margin: 30px auto 0px auto;
      padding-left: 10px; }
      #group ul li {
        display: inline-block;
        vertical-align: top;
        width: 160px;
        margin: 0 5px 20px 5px; }
        #group ul li:nth-of-type(even) {
          margin-right: 0;
          margin-left: 15px; }
        #group ul li p {
          font-size: 14px; }
          #group ul li p span {
            font-weight: bold; } }
@media (min-width: 768px) {
  .sp {
    display: none; }

  .pc {
    display: block; }

  /* ヒーロー */
  #hero .headerTitle {
    width: 100%;
    font-weight: bold;
    background: #FFCC66;
    color: black;
    font-size: 30px;
    height: 50px;
    text-align: center;
    margin-top: 20px; }
  #hero div {
    width: 950px;
    margin: 20px auto 0 auto;
    position: relative; }
    #hero div img {
      width: 400px; }
    #hero div .illust {
      width: 150px;
      position: absolute;
      bottom: 10px;
      right: 380px; }
    #hero div h1 {
      position: absolute;
      bottom: 10px;
      right: 20px;
      font-size: 40px; }
    #hero div .titleEn {
      font-size: 25px;
      font-weight: bold;
      position: absolute;
      right: 110px;
      bottom: 60px; }

  /* ヘイワ薬局式ダイエット */
  #section01 {
    margin-top: 20px; }
    #section01 > div {
      padding: 50px;
      background: #FFF7E0;
      width: 950px;
      margin: 0 auto; }
    #section01 h2 {
      width: 100%;
      text-align: center;
      font-size: 30px;
      color: white;
      background: #FF9966;
      height: 50px;
      margin-bottom: 50px; }
    #section01 dl {
      width: 850px;
      margin: 0 auto;
      position: relative; }
      #section01 dl dt {
        font-size: 25px;
        font-weight: bold;
        color: #FF9966;
        margin-bottom: 20px; }
      #section01 dl:nth-of-type(1) dd:nth-of-type(1) {
        width: 650px; }
        #section01 dl:nth-of-type(1) dd:nth-of-type(1) .img01 {
          width: 300px;
          position: absolute;
          top: -30px;
          right: 0; }
      #section01 dl:nth-of-type(1) dd:nth-of-type(2) {
        margin-left: 370px;
        width: 500px; }
        #section01 dl:nth-of-type(1) dd:nth-of-type(2) .img02 {
          width: 350px;
          position: absolute;
          top: 250px;
          left: 0; }
      #section01 dl:nth-of-type(2) {
        margin-top: 100px;
        position: relative; }
        #section01 dl:nth-of-type(2) .img02 {
          width: 300px;
          position: absolute; }
        #section01 dl:nth-of-type(2) dd:nth-of-type(1) {
          margin-left: 320px;
          margin-top: 80px;
          width: 500px; }
          #section01 dl:nth-of-type(2) dd:nth-of-type(1) span {
            font-size: 20px;
            font-weight: bold; }
        #section01 dl:nth-of-type(2) dd:nth-of-type(2) {
          width: 600px;
          margin-top: 50px; }
          #section01 dl:nth-of-type(2) dd:nth-of-type(2) span {
            font-size: 20px;
            font-weight: bold; }
        #section01 dl:nth-of-type(2) .img03 {
          position: absolute;
          bottom: -20px;
          right: 0;
          width: 250px; }
      #section01 dl:nth-of-type(3) {
        margin-top: 50px; }

  /* ダイエット相談の流れ */
  #section02 {
    margin-top: 100px; }
    #section02 h2 {
      width: 100%;
      text-align: center;
      font-size: 30px;
      color: white;
      background: #FF9966;
      height: 50px;
      margin-bottom: 50px; }
    #section02 > div {
      padding: 50px;
      background: #FFF7E0;
      width: 950px;
      margin: 0 auto; }
      #section02 > div h3 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px; }

  /* ダイエット相談の流れ */
  #section03 {
    width: 900px;
    margin: 50px auto 0 auto;
    position: relative; }
    #section03 ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #section03 ul li {
        width: 420px;
        border: solid 5px #FF9966;
        margin-bottom: 60px; }
        #section03 ul li .number {
          font-size: 35px;
          font-weight: bold;
          color: #FF9966;
          padding: 0 0 0 0px;
          margin: 0px 0 0 10px; }
        #section03 ul li dl {
          padding-top: 0px;
          display: block; }
          #section03 ul li dl dt {
            background: #FF9966;
            color: white;
            font-size: 16px;
            text-align: center;
            padding: 5px 0;
            margin-bottom: 10px; }
          #section03 ul li dl dd {
            display: table;
            margin: 0 auto;
            font-size: 15px;
            font-weight: bold; }
          #section03 ul li dl img {
            width: 100%;
            display: block;
            margin: 0 auto;
            padding: 10px; }
      #section03 ul li:nth-of-type(even) {
        background: #FF9966;
        width: 50px;
        margin: -1px auto -1px auto;
        height: 50px;
        border: none;
        display: none; }
    #section03 .comment {
      display: inline-block;
      vertical-align: top;
      position: absolute;
      width: 460px;
      bottom: 400px;
      right: -30px; }
      #section03 .comment .balloon2-right {
        position: absolute;
        top: 0;
        left: 0;
        text-align: justify;
        background: #FFF7E0; }
      #section03 .comment img {
        width: 250px;
        position: absolute;
        top: 0;
        right: 0; }

  /* 案内 */
  #guide {
    margin-top: 50px; }
    #guide ul {
      width: 1000px;
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      #guide ul li {
        width: 330px; }
        #guide ul li:first-of-type a {
          background-color: #FFCCFF;
          border: solid 3px #FF00FF;
          padding: 5px; }
        #guide ul li:first-of-type p {
          font-size: 20px; }
        #guide ul li:nth-of-type(2) a, #guide ul li:nth-of-type(3) a {
          padding-top: 20px; }
        #guide ul li p {
          font-size: 15px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 10px; }
        #guide ul li a {
          width: 300px;
          height: 70px;
          display: block;
          font-weight: bold;
          margin: 0 auto;
          background-color: #FFCC66;
          text-align: center;
          border-radius: 20px;
          padding: 10px;
          border: solid 3px #FF9966;
          color: black; }
          #guide ul li a span {
            font-size: 12px;
            text-align: center; }
          #guide ul li a:visited {
            color: black; }

  /* 店舗情報 */
  #shopInfo {
    padding: 0 0 100px 0; }
    #shopInfo h2 {
      font-size: 20px;
      font-weight: bold;
      color: white;
      background-color: #FF9966;
      margin-top: 50px;
      text-align: center;
      padding: 0 0 2px 0;
      bottom: 0;
      width: 100%;
      height: 50px;
      font-size: 30px; }
    #shopInfo div {
      width: 800px;
      margin: 50px auto 0 auto;
      position: relative; }
      #shopInfo div img {
        padding: 20px 20px 10px 20px;
        width: 480px;
        display: inline-block;
        vertical-align: top; }
      #shopInfo div p {
        padding: 0px 20px;
        font-weight: bold;
        font-size: 20px;
        line-height: 2; }
        #shopInfo div p:nth-of-type(1) {
          position: absolute;
          top: 20px;
          left: 460px; }
        #shopInfo div p:nth-of-type(2) {
          position: absolute;
          top: 180px;
          left: 460px; }
      #shopInfo div .tel {
        padding: 0px 20px;
        font-weight: bold;
        font-size: 25px;
        line-height: 2;
        color: #00B050;
        position: absolute;
        top: 135px;
        left: 460px; }
      #shopInfo div .more {
        width: 250px;
        display: block;
        margin: 10px auto 0px auto;
        padding: 0px;
        position: absolute;
        top: 300px;
        left: 460px; }
        #shopInfo div .more img {
          width: 250px; } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  header {
    position: relative; }
    header #logo {
      width: 220px;
      margin-top: 10px;
      margin-left: 10px;
      padding-bottom: 10px; }
      header #logo .sub {
        font-size: 12px;
        text-align: center; }
      header #logo .company {
        font-size: 24px;
        font-weight: bold;
        color: #00B050;
        text-align: center;
        margin-top: -3px; }
    header .headerTitle {
      width: 100%;
      background-color: #FFCC66;
      font-weight: bold;
      color: black;
      font-size: 16px;
      padding: 5px 0;
      text-align: center;
      margin-bottom: 10px; }
    header #title {
      width: 95%;
      display: block;
      margin: 0 auto; }
      header #title img {
        width: 50%;
        display: inline-block;
        vertical-align: middle; }
      header #title div {
        width: 48%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto; }
        header #title div img {
          display: block;
          margin: 0 auto 5px auto; }
        header #title div p {
          font-size: 15px;
          text-align: center;
          font-weight: bold; }
        header #title div h1 {
          font-size: 18px;
          text-align: center;
          margin-top: -5px; }

  /* ヘイワ薬局式ダイエット */
  #section01 dl {
    width: 90%;
    margin: 20px auto 0 auto; }
    #section01 dl dt {
      font-weight: bold;
      font-size: 18px;
      color: #FF9966;
      margin-bottom: 20px;
      width: 100%; }
    #section01 dl dd {
      font-size: 15px;
      text-align: justify; }
    #section01 dl .img01 {
      float: right;
      width: 160px;
      margin-left: 10px;
      margin-bottom: 5px; }
    #section01 dl .img02 {
      float: left;
      width: 120px;
      margin-right: 10px;
      margin-bottom: 5px; }
    #section01 dl .img03 {
      float: right;
      height: 200px;
      margin-left: 10px;
      margin-bottom: 5px; }
  #section01 h2 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #FF9966;
    margin-top: 10px;
    text-align: center;
    padding: 0 0 2px 0;
    bottom: 0;
    width: 100%; }

  /* ダイエット相談の流れ */
  #section02 {
    margin-top: 50px; }
    #section02 h2 {
      font-size: 20px;
      font-weight: bold;
      color: white;
      background-color: #FF9966;
      margin-bottom: 30px;
      text-align: center;
      padding: 0 0 2px 0;
      bottom: 0;
      width: 100%; }
    #section02 div {
      width: 90%;
      margin: 0 auto; }
      #section02 div h3 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px; }
      #section02 div p {
        font-size: 15px; }

  /* ダイエット相談の流れ */
  #section03 {
    width: 95%;
    margin: 50px auto 0 auto; }
    #section03 ul li {
      width: 100%;
      border: solid 5px #FF9966; }
      #section03 ul li .number {
        font-size: 35px;
        font-weight: bold;
        color: #FF9966;
        padding: 0 0 0px 10px;
        margin-bottom: 0px; }
      #section03 ul li dl {
        padding-top: 0px;
        display: block; }
        #section03 ul li dl dt {
          background: #FF9966;
          color: white;
          font-size: 16px;
          text-align: center;
          padding: 5px 0;
          margin-bottom: 10px; }
        #section03 ul li dl dd {
          display: table;
          margin: 0 auto;
          font-size: 15px;
          font-weight: bold; }
        #section03 ul li dl img {
          width: 100%;
          display: block;
          margin: 0 auto;
          padding: 10px; }
    #section03 ul li:nth-of-type(even) {
      background: #FF9966;
      width: 50px;
      margin: -1px auto -1px auto;
      height: 50px;
      border: none; }
    #section03 p {
      font-weight: bold;
      font-size: 15px;
      text-align: justify;
      width: 90%;
      margin: 10px auto 0 auto; }

  /* 案内 */
  #guide {
    margin-top: 50px; }
    #guide ul li {
      width: 100%;
      margin-bottom: 30px; }
      #guide ul li:first-of-type a {
        background-color: #FFCCFF;
        border: solid 3px #FF00FF;
        padding: 10px; }
      #guide ul li:first-of-type p {
        font-size: 20px; }
      #guide ul li p {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px; }
      #guide ul li a {
        width: 80%;
        display: block;
        font-weight: bold;
        margin: 0 auto;
        background-color: #FFCC66;
        text-align: center;
        border-radius: 50px;
        padding: 10px;
        border: solid 3px #FF9966;
        color: black; }
        #guide ul li a span {
          font-size: 12px;
          text-align: center; }
        #guide ul li a:visited {
          color: black; }

  /* 店舗情報 */
  #shopInfo {
    padding-bottom: 50px; }
    #shopInfo h2 {
      font-size: 20px;
      font-weight: bold;
      color: white;
      background-color: #FF9966;
      margin-top: 50px;
      text-align: center;
      padding: 0 0 2px 0;
      bottom: 0;
      width: 100%; }
    #shopInfo div {
      width: 100%; }
      #shopInfo div img {
        padding: 20px 20px 10px 20px;
        width: 100%; }
      #shopInfo div p {
        padding: 0px 20px;
        font-weight: bold;
        font-size: 16px;
        line-height: 2; }
      #shopInfo div a {
        padding: 0px 20px;
        font-weight: bold;
        font-size: 20px;
        line-height: 2;
        color: #00B050; }
      #shopInfo div .more {
        width: 250px;
        display: block;
        margin: 10px auto 0px auto;
        padding: 0px; }
        #shopInfo div .more img {
          width: 250px; } }
