@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; } }
