@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: justify;
  color: #666666; }

@media (min-width: 768px) {
  .pc {
    display: block; }

  .sp {
    display: none; }

  #hero {
    height: 500px;
    width: 100%;
    background-image: url("../img/fukuyama/hero.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    #hero div {
      width: 1000px;
      margin: 0 auto; }
      #hero div h1 {
        font-size: 40px;
        color: white;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        letter-spacing: 0.1em;
        padding-top: 220px; }

  #introduction {
    display: table;
    margin: 0 auto;
    padding: 100px 0; }
    #introduction div {
      width: 480px;
      display: inline-block;
      vertical-align: top; }
      #introduction div h2 {
        font-size: 25px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 30px; }
      #introduction div p {
        line-height: 2;
        color: #666666; }
    #introduction img {
      display: inline-block;
      vertical-align: top;
      width: 400px;
      height: auto;
      margin-left: 50px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }

  #section01 {
    width: 930px;
    margin: 0 auto 50px auto;
    padding-bottom: 100px; }
    #section01 p {
      color: #666666;
      line-height: 2; }
    #section01 ul {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      #section01 ul li {
        width: 300px;
        background: #E08692;
        padding: 20px;
        border-radius: 10px; }
        #section01 ul li img {
          display: block;
          margin: 0 auto;
          width: 60px; }
        #section01 ul li dt {
          font-size: 20px;
          text-align: center;
          color: #FFF000;
          font-weight: bold;
          margin: 15px 0; }
        #section01 ul li dd {
          font-weight: bold;
          color: white;
          line-height: 1.5;
          text-align: center; }
    #section01 a {
      padding: 10px;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      color: white;
      line-height: 1.5;
      background: #F19369;
      width: 550px;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
      transition: 0.3s all;
      margin-top: 30px; }
      #section01 a span {
        color: white; }
      #section01 a:hover {
        transform: translateY(-5px); }

  #section02 {
    background: #FEF7FA;
    padding: 100px; }
    #section02 h2 {
      width: 1000px;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 25px;
      display: block;
      margin: 0 auto 50px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section02 p {
      text-align: center;
      line-height: 2;
      color: #666666; }
    #section02 > div {
      width: 1000px;
      display: flex;
      justify-content: space-between;
      margin: 50px auto 0 auto; }
      #section02 > div img {
        width: 490px; }

  #section03 {
    padding: 100px 0; }
    #section03 > div {
      width: 1000px;
      margin: 0 auto 70px auto; }
      #section03 > div dl {
        width: 550px;
        display: inline-block;
        vertical-align: top;
        margin-right: 50px;
        color: #666666; }
        #section03 > div dl dt {
          font-size: 20px;
          font-weight: bold;
          padding-bottom: 5px;
          border-bottom: dotted 5px #E08692;
          margin-bottom: 20px; }
        #section03 > div dl dd {
          color: #666666;
          line-height: 2; }
      #section03 > div img {
        width: 390px;
        display: inline-block;
        vertical-align: top; }
    #section03 > div:nth-of-type(3) {
      margin-top: 100px; }
      #section03 > div:nth-of-type(3) ul {
        display: flex;
        width: 950px;
        justify-content: space-between;
        margin: 0 auto 0 auto; }
        #section03 > div:nth-of-type(3) ul li {
          display: inline-block;
          vertical-align: top; }
          #section03 > div:nth-of-type(3) ul li p {
            font-weight: bold;
            font-size: 18px;
            color: white;
            background: #69abf9;
            width: 250px;
            padding: 10px;
            text-align: center;
            margin: 0 auto 25px auto;
            display: block;
            border-radius: 30px; }
          #section03 > div:nth-of-type(3) ul li img {
            height: 300px;
            width: auto; }

  #section04 {
    padding: 100px;
    background: #FEF7FA;
    border-bottom: solid 2px white; }
    #section04 h3 {
      text-align: center;
      font-size: 25px;
      position: relative;
      width: 1000px;
      margin: 0 auto 30px auto;
      display: block; }
      #section04 h3:before {
        width: 320px;
        height: 3px;
        background: #A77CFA;
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        left: 0; }
      #section04 h3:after {
        width: 320px;
        height: 3px;
        background: #A77CFA;
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 0; }
    #section04 > div:nth-of-type(1) {
      display: flex;
      justify-content: space-between;
      width: 1000px;
      margin: 0 auto; }
    #section04 .info {
      width: 450px; }
      #section04 .info h4 {
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        width: 100%;
        background: #666666;
        padding: 10px;
        line-height: 1.2;
        position: relative;
        background-image: url("../img/fukuyama/titleBg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        #section04 .info h4 span {
          font-size: 18px; }
      #section04 .info ul li {
        padding: 10px;
        border-bottom: dotted 5px #A77CFA; }
        #section04 .info ul li :last-of-type {
          border-bottom: none; }
        #section04 .info ul li dl {
          font-weight: bold; }
          #section04 .info ul li dl dt {
            display: inline-block;
            vertical-align: middle;
            height: 60px; }
            #section04 .info ul li dl dt img {
              height: 100%; }
          #section04 .info ul li dl dd {
            display: inline-block;
            vertical-align: middle;
            width: 320px;
            line-height: 1.5;
            font-size: 18px;
            margin-left: 20px; }
          #section04 .info ul li dl dd.tel, #section04 .info ul li dl dd.fax {
            font-size: 25px;
            font-weight: bold; }
      #section04 .info .time {
        width: 100%;
        background: #E5DEF9;
        padding: 10px 10px 10px 20px;
        margin-top: 20px;
        font-weight: bold;
        position: relative; }
        #section04 .info .time img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 95px; }
        #section04 .info .time dt {
          display: inline-block;
          vertical-align: middle;
          margin-right: 50px;
          text-align: center; }
        #section04 .info .time dd {
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          line-height: 1.2; }
          #section04 .info .time dd span {
            font-size: 16px; }
    #section04 .map iframe {
      width: 500px;
      aspect-ratio: 2/3; }
    #section04 .access {
      width: 1000px;
      border: solid 2px #A77CFA;
      margin: 20px auto 0 auto;
      padding: 20px; }
      #section04 .access dt {
        color: white;
        font-weight: bold;
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
        background: #A77CFA;
        border-radius: 5px; }
      #section04 .access dd {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px; }
        #section04 .access dd p {
          margin-bottom: 10px;
          font-weight: bold;
          text-indent: -1.4em;
          padding-left: 1.4em; }
          #section04 .access dd p span {
            color: #A77CFA;
            margin-right: 5px; }
    #section04 .link {
      width: 750px;
      display: flex;
      justify-content: space-between;
      margin: 50px auto 0 auto; }
      #section04 .link a {
        padding: 10px;
        width: 350px;
        text-align: center;
        border-radius: 10px;
        transition: 0.3s all;
        color: white;
        font-size: 20px;
        font-weight: bold; }
        #section04 .link a:hover {
          transform: translateY(-5px); }
        #section04 .link a img {
          display: inline-block;
          vertical-align: middle;
          height: 30px;
          margin-right: 10px;
          margin-top: -3px; }
      #section04 .link a:nth-of-type(1) {
        background: #E08692; }
      #section04 .link a:nth-of-type(2) {
        background: #f19369; } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    height: 300px;
    width: 100%;
    background-image: url("../img/fukuyama/hero.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    #hero div {
      width: 100%;
      margin: 0 auto; }
      #hero div h1 {
        font-size: 30px;
        color: white;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        letter-spacing: 0.1em;
        padding-top: 200px;
        text-align: center; }
        #hero div h1 span {
          display: none; }

  #introduction {
    display: table;
    margin: 0 auto;
    padding: 70px 0 50px 0; }
    #introduction div {
      width: 90%;
      display: block;
      margin: 0 auto; }
      #introduction div h2 {
        font-size: 22px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 20px; }
      #introduction div .english {
        color: #E08692;
        margin-bottom: 30px; }
      #introduction div p {
        line-height: 2;
        color: #666666;
        text-align: justify;
        font-size: 15px; }
      #introduction div .attention {
        font-size: 13px;
        margin-top: 20px; }
    #introduction img {
      display: none; }

  #section01 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 70px; }
    #section01 p {
      color: #666666;
      line-height: 2;
      font-size: 15px; }
    #section01 ul {
      display: block;
      margin: 20px auto 0 auto;
      width: 90%; }
      #section01 ul li {
        width: 100%;
        background: #E08692;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px; }
        #section01 ul li img {
          display: block;
          margin: 0 auto;
          width: 60px; }
        #section01 ul li dt {
          font-size: 20px;
          text-align: center;
          color: #FFF000;
          font-weight: bold;
          margin: 15px 0; }
        #section01 ul li dd {
          font-weight: bold;
          color: white;
          line-height: 1.5;
          text-align: center; }
    #section01 a {
      padding: 10px;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      color: white;
      line-height: 1.5;
      background: #F19369;
      width: 90%;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
      margin-top: 70px; }
      #section01 a span {
        display: none;
        color: white; }

  #section02 {
    background: #FEF7FA;
    padding: 70px 0; }
    #section02 h2 {
      width: 90%;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 20px;
      display: block;
      margin: 0 auto 50px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section02 p {
      text-align: center;
      line-height: 2;
      color: #666666;
      width: 90%;
      font-size: 15px;
      display: block;
      margin: 0 auto; }
    #section02 > div {
      width: 90%;
      display: block;
      margin: 50px auto 0 auto; }
      #section02 > div img {
        width: 100%;
        display: block;
        margin-bottom: 20px; }

  #section03 {
    padding: 70px 0; }
    #section03 > div {
      width: 90%;
      margin: 0 auto 70px auto; }
      #section03 > div dl {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        color: #666666; }
        #section03 > div dl dt {
          font-size: 20px;
          font-weight: bold;
          padding-bottom: 5px;
          border-bottom: dotted 5px #666666;
          margin-bottom: 20px; }
        #section03 > div dl dd {
          color: #666666;
          line-height: 2;
          font-size: 15px;
          text-align: justify; }
      #section03 > div img {
        width: 100%;
        display: block;
        vertical-align: top; }
    #section03 > div:nth-of-type(3) {
      margin-top: 100px; }
      #section03 > div:nth-of-type(3) ul {
        display: block;
        width: 100%; }
        #section03 > div:nth-of-type(3) ul li {
          display: block;
          margin-bottom: 50px; }
          #section03 > div:nth-of-type(3) ul li p {
            font-weight: bold;
            font-size: 18px;
            color: white;
            background: #69abf9;
            width: 250px;
            padding: 10px;
            text-align: center;
            margin: 0 auto 25px auto;
            display: block;
            border-radius: 30px; }
          #section03 > div:nth-of-type(3) ul li img {
            height: auto;
            width: 100%; }

  #section04 {
    padding: 70px 0;
    background: #FEF7FA;
    border-bottom: solid 2px white; }
    #section04 h3 {
      text-align: center;
      font-size: 25px;
      position: relative;
      width: 90%;
      margin: 0 auto 30px auto;
      display: block; }
    #section04 > div:nth-of-type(1) {
      display: block;
      width: 90%;
      margin: 0 auto; }
    #section04 .info {
      width: 100%; }
      #section04 .info h4 {
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding: 10px;
        line-height: 1.2;
        position: relative;
        background-image: url("../img/fukuyama/titleBg.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        #section04 .info h4 span {
          font-size: 18px; }
      #section04 .info ul li {
        padding: 10px;
        border-bottom: dotted 5px #A77CFA; }
        #section04 .info ul li :last-of-type {
          border-bottom: none; }
        #section04 .info ul li dl {
          font-weight: bold; }
          #section04 .info ul li dl dt {
            display: inline-block;
            vertical-align: middle;
            height: 50px; }
            #section04 .info ul li dl dt img {
              height: 100%; }
          #section04 .info ul li dl dd {
            display: inline-block;
            vertical-align: middle;
            width: 230px;
            line-height: 1.5;
            font-size: 16px;
            margin-left: 15px; }
          #section04 .info ul li dl dd.tel, #section04 .info ul li dl dd.fax {
            font-size: 25px;
            font-weight: bold; }
      #section04 .info .time {
        width: 100%;
        background: #E5DEF9;
        padding: 10px 10px 10px 10px;
        margin-top: 20px;
        font-weight: bold;
        position: relative; }
        #section04 .info .time img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 65px; }
        #section04 .info .time dt {
          display: inline-block;
          vertical-align: middle;
          margin-right: 25px;
          text-align: center;
          font-size: 15px; }
        #section04 .info .time dd {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          line-height: 1.2; }
          #section04 .info .time dd span {
            font-size: 13px; }
    #section04 .map {
      margin-top: 30px; }
      #section04 .map iframe {
        width: 100%;
        height: 300px; }
    #section04 .access {
      width: 90%;
      border: solid 2px #A77CFA;
      margin: 20px auto 0 auto;
      padding: 10px; }
      #section04 .access dt {
        color: white;
        font-weight: bold;
        padding: 10px;
        display: block;
        background: #A77CFA;
        border-radius: 5px;
        margin: 20px auto;
        width: 150px;
        text-align: center; }
      #section04 .access dd {
        display: block;
        margin-left: 0px; }
        #section04 .access dd p {
          margin-bottom: 10px;
          font-weight: bold;
          text-indent: -1.4em;
          padding-left: 1.4em; }
          #section04 .access dd p span {
            color: #A77CFA;
            margin-right: 5px; }
    #section04 .link {
      width: 90%;
      display: block;
      margin: 50px auto 0 auto; }
      #section04 .link a {
        padding: 10px;
        width: 100%;
        text-align: center;
        border-radius: 10px;
        display: block;
        margin-bottom: 30px;
        color: white;
        font-size: 20px;
        font-weight: bold; }
        #section04 .link a img {
          display: inline-block;
          vertical-align: middle;
          height: 30px;
          margin-right: 10px;
          margin-top: -3px; }
      #section04 .link a:nth-of-type(1) {
        background: #E08692; }
      #section04 .link a:nth-of-type(2) {
        background: #f19369; } }
