@charset "UTF-8";
/* CSS Document */

/*=========================================
想定端末　一般的なAndroid のportrait 横幅360px
=========================================*/
@media screen and (min-width: 360px) {
  div#wrapper {
    font-family: suns-serif;
    margin: 0px auto;
    min-height: 100vh;
    box-sizing: border-box;
  }

  #load_animation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #load_animation .icon {
    padding: 20px 0;
  }
  #load_animation .icon img {
    width: 20vh;
    height: auto;
    display: none;
  }
  #load_animation .loading_gif {
    padding: 50px 0;
  }
  #load_animation .loading_gif img {
    width: 12vh;
    height: auto;
    display: none;
  }

  header {
    background-image: url("../images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
    margin: auto;
  }

  div#titlle img {
    width: 107px;
    margin: 14px 0px 10px 14px;
  }

  header ul#navigation {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    z-index: 1000;
    height: 0vh;
    transition-duration: 500ms;
    overflow: hidden;
  }

  input#trigger:checked + label + ul#navigation {
    height: 40vh;
    background-color: rgba(255, 255, 255, 1);
  }

  input#trigger {
    display: none;
  }

  label#hamburger {
    position: fixed;
    top: 10px;
    right: 200px;
    bottom: auto;
    left: 280px;
    z-index: 2000;
    display: block;
    width: 40px;
    height: 40px;
  }

  label#hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #282626;
    position: absolute;
    top: 19px;
    right: auto;
    bottom: auto;
    left: 5px;
    z-index: 100;
    transition-duration: 500ms;
  }

  input#trigger:checked + label#hamburger span {
    opacity: 0;
  }

  label#hamburger::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #282626;

    position: absolute;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 5px;
    z-index: 100;
    transition-duration: 500ms;
  }

  input#trigger:checked + label#hamburger::before {
    top: 19px;
    transform: rotate(45deg);
  }

  label#hamburger::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #141313;
    position: absolute;
    top: 26px;
    right: auto;
    bottom: auto;
    left: 5px;
    z-index: 100;
    transition-duration: 500ms;
  }

  input#trigger:checked + label#hamburger::after {
    top: 19px;
    transform: rotate(-45deg);
  }

  header ul#navigation {
    font-size: 1.6rem;
    text-align: center;

    overflow: auto;
    padding: 0px;
    width: 100%;
    opacity: 0.7;
  }

  header ul#navigation li {
    padding: 10px 0px 20px 0px;
  }

  header ul#navigation li a {
    color: #141313;
    text-decoration: none;
  }

  header ul#navigation li.now a {
    color: #d06c6c;
    font-weight: 700;
  }

  figure img {
    width: 300px;
  }

  div#block-1 h1 {
    text-align: center;
    margin-top: 20px;
  }

  h1 img {
    width: 127px;
  }

  /*--------------１段落目--------------*/

  div#block-1 h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
  }

  div#block-1 p {
    text-align: center;
    font-size: 10px;
    margin: 8px;
  }

  div#block-1 figure img {
    margin: 10px 10px 10px 30px;
    width: 300px;
  }

  div#block-1 figure:last-child img {
    margin: 10px 10px 40px 30px;
    width: 300px;
  }

  /*--------------2段落目--------------*/

  div#block-2 {
    background-color: rgba(239, 239, 239, 0.8);
    padding: 30px 0px;
    margin-bottom: 0px;
  }

  div#block-2 h3 {
    font-size: 13px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 10px;
    width: 120px;
    padding: 2px;
    margin: 10px auto;
  }

  div#block-2 p img {
    width: 124px;
    padding: 0px 0px 50px 35px;
  }

  div#block-2 p img:first-child {
    padding: 20px 118px 10px 118px;
  }

  div#block-2 figure img {
    width: 360px;
    padding-top: 20px;
  }

  /*--------------3段落目--------------*/

  div#block-3 {
  }

  div#block-3 h4 {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin-top: 40px;
  }

  div#block-3 h6 {
    padding-top: 3%;
    text-align: center;
    font-size: 7px;
    margin: 0;
  }

  div#block-3 p img {
    width: 350px;
    margin: 30px 0px;
    padding: 0px 5px;
  }

  /*--------------4段落目--------------*/

  section {
    display: flex;
    background-color: rgba(229, 165, 122, 0.5);
    border-radius: 15px;
    width: 230px;
    padding: 10px;
    margin: 20px 30px 20px 50px;
    text-align: center;
  }

  section h5 {
    padding: 20px 20px 0px 20px;
    font-size: 13px;
    line-height: 1.5;
  }

  section p img {
    width: 50px;
    padding-top: 10px;
  }

  @keyframes fuwafuwa {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }

  /*回転を無限に繰り返す*/
  .anime-fuwafuwa {
    animation: 3s fuwafuwa infinite;
  }

  .down-to-top {
    opacity: 0.1;
    transform: translateY(20px);
    transition: all 1s;
  }

  .down-to-top.scrollin {
    opacity: 1;
    transform: translateY(0);
  }

  .left-to-right {
    opacity: 0.1;
    transform: translateX(-20px);
    transition: all 1s;
  }
  .left-to-right.scrollin {
    opacity: 1;
    transform: translate(0);
  }

  .keyframe3 {
    animation-name: poyopoyo;
  }

  @keyframes poyopoyo {
    0%,
    40%,
    60%,
    80% {
      transform: scale(1);
    }
    50%,
    70% {
      transform: scale(0.95);
    }
  }

  .animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-duration: 3s;
  }

  .slider img {
    width: 360px;
  }

  /*--------------4段落目お試し↑--------------*/
  div#block-4 {
    background-color: rgba(239, 239, 239, 0.8);
  }

  div#sec-1 h2 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
  }

  div#sec-1 figure img {
    width: 220px;
    margin: 20px 70px;
  }

  div#sec-1 p {
    font-size: 11px;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 15px;
    border-bottom: 1px solid #7c7979;
    width: 230px;
    margin: 0 auto;
  }

  div#sec-2 h2 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
  }

  div#sec-2 figure img {
    width: 260px;
    margin: 20px 50px;
  }

  div#sec-2 p {
    font-size: 11px;
    text-align: justify;
  }

  div#sec-2 h3 {
    text-align: justify;
    margin: 5px 10px 5px 40px;
    font-size: 11px;
  }

  div#sec-2 {
    padding-bottom: 10px;
  }

  div#mail {
    display: flex;
    border-top: solid 1px #7c7979;
    border-bottom: solid 1px #7c7979;
    width: 280px;
    margin: 20px auto;
  }

  div#mail h4 {
    padding-top: 35px;
    font-size: 10px;
  }

  div#mail p img {
    width: 100px;
    padding: 10px 10px 10px 10px;
  }

  /*--------------フッター部分--------------*/

  div#footer-area {
    margin-top: 55px;
  }

  div#footer1 {
    margin: 0px auto;
  }

  div#footer1 p {
    font-size: 9px;
    text-align: justify;
    padding: 0px 50px 30px 50px;
    float: left;
    line-height: 2.5;
  }

  div#footer2 h5:first-of-type {
    padding: 0px 40px 30px 50px;
    float: left;
    font-size: 9px;
    text-align: center;
    line-height: 1.5;
  }

  div#footer2 h5 {
    padding: 0px 20px 30px 30px;
    float: left;
    font-size: 9px;
    text-align: center;
    line-height: 1.5;
  }

  div#footer2 {
    padding: 0px;
    margin: 0px;
  }

  div#footer2 figure img {
    width: 145px;
    float: left;
    padding: 0px 20px 0px 30px;
  }

  div#footer2 h4:first-of-type {
    font-size: 10px;
    text-align: justify;
    line-height: 1;
    padding: 50px 60px 10px 20px;
  }

  div#footer2 h4 {
    font-size: 10px;
    text-align: justify;
    line-height: 1.25;
    padding: 5px 0px 10px 20px;
  }

  footer {
    text-align: center;
    padding: 40px 0px 30px 20px;
    font-size: 8px;
  }
} /*一般的なAndroid portrait 360×640ここまで*/

/*============================================================
想定端末　iPhone SE2,6,7,8 のportrait 横幅375px
============================================================*/
@media screen and (min-width: 375px) {
  header {
    background-image: url("../images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: auto;
  }

  div#titlle img {
    width: 110px;
  }

  label#hamburger {
    top: 9px;
    left: 300px;
  }

  div#block-1 figure:last-child img {
    margin: 10px 37px 40px 37px;
  }

  div#block-1 figure img {
    margin: 10px 37px 10px 37px;
  }

  div#block-2 p img:first-child {
    padding: 20px 120px 10px 130px;
  }

  div#block-2 p img {
    width: 124px;
    padding: 0px 0px 50px 40px;
  }

  .slider img {
    width: 375px;
  }

  div#block-3 p.down-to-top {
    margin: 0px;
    padding: 0px;
  }

  div#block-3 p img {
    width: 360px;
    margin: 30px 0px;
    padding: 0px 10px;
  }

  div#sec-1 figure img {
    width: 235px;
    margin: 20px 70px;
  }

  section {
    margin: 20px 20px 20px 55px;
  }

  div#sec-2 h3 {
    margin: 5px 10px 5px 45px;
  }

  div#mail h4 {
    padding-top: 30px;
    line-height: 1.5;
  }
} /*iPhone SE2,6,7,8 portrait  横幅375pxここまで*/

/*=========================================
想定端末　iPhone12 のportrait 横幅390px
=========================================*/
@media screen and (min-width: 390px) {
  div#titlle img {
    width: 120px;
    margin: 20px 0px 10px 20px;
  }

  label#hamburger {
    top: 9px;
    left: 320px;
  }

  div#block-1 figure img {
    margin: 10px 44px 10px 45px;
  }

  div#block-1 figure:last-child img {
    margin: 10px 44px 40px 45px;
  }

  .slider img {
    width: 390px;
  }

  div#block-3 p img {
    width: 370px;
    padding: 0px 10px;
  }

  div#sec-1 figure img {
    width: 245px;
    margin: 20px 70px;
  }

  section {
    margin: 20px 0px 20px 70px;
  }

  div#sec-2 h3 {
    margin: 5px 10px 5px 55px;
  }

  div#footer1 p {
    padding: 0px 60px 30px 55px;
  }

  div#footer2 h5:first-of-type {
    padding: 0px 40px 30px 60px;
  }
} /*iPhone12 のportrait 横幅390px　ここまで*/

/*=========================================
 横幅 414px まで
=========================================*/

@media screen and (min-width: 414px) {
  .slider img {
    width: 390px;
    margin: 0 auto;
  }

  div#block-3 p img {
    width: 390px;
    margin: 30px auto;
    padding: 0px 10px;
  }

  div#footer2 figure img {
    width: 145px;
    float: left;
    padding: 0px 20px 0px 50px;
  }

  div#footer2 h4:first-of-type {
    font-size: 10px;
    text-align: justify;
    line-height: 1;
    padding: 50px 80px 10px 20px;
  }

  div#footer2 h4 {
    font-size: 10px;
    text-align: justify;
    line-height: 1.25;
    padding: 5px 0px 10px 20px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

/*=========================================
600px 以上　959px未満
=========================================*/
@media screen and (min-width: 600px) {
  div#wrapper {
    max-width: 600px;
  }

  label#hamburger {
    top: 20px;
    left: 600px;
  }

  div#titlle img {
    width: 150px;
    margin: 20px 30px 10px 30px;
  }

  header ul#navigation {
    padding: 10px;
  }

  input#trigger:checked + label + ul#navigation {
    height: 25vh;
  }

  div#block-1 {
    margin-bottom: 40px;
  }

  h1 img {
    width: 110px;
  }

  div#block-1 h2 {
    font-size: 15px;
    padding: 10px 20px 10px 30px;
  }

  div#block-1 p {
    font-size: 12px;
    margin: 10px 10px 10px 20px;
    text-align: justify;
  }

  div#block-1 figure img {
    margin: 10px 15px 10px 20px;
  }

  div#block-1 figure img {
    width: 260px;
  }

  div#block-1 figure:last-child img {
    float: right;
    margin: -170px 20px 0px 20px;
    width: 230px;
  }

  .slider img {
    width: 100%;
  }

  div#block-2 h3 {
    font-size: 15px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 10px;
    width: 120px;
    padding: 5px;
    margin: 10px auto;
  }

  div#block-2 p img {
    width: 120px;
    padding: 50px 30px 100px 40px;
  }

  div#block-2 p img:first-child {
    padding: 50px 30px 100px 40px;
  }

  div#block-3 p img {
    width: 580px;
  }

  div#block-3 h6 {
    padding-top: 3.5%;
    text-align: center;
    font-size: 10px;
    margin: 0;
  }

  div#block-3 h4 {
    font-size: 17px;
    margin: 70px 0px 30px 0px;
  }

  div#block-3 p img {
    margin: 50px 0px;
  }

  div#sec-1 {
  }

  div#sec-1 figure img {
    width: 300px;
    margin: 20px 150px;
  }

  div#sec-1 p {
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #7c7979;
    width: 300px;
    margin: 0 auto;
  }

  section {
    padding: 20px;
    margin: 30px auto;
  }

  section h5 {
    padding: 10px 30px 0px 20px;
    font-size: 14px;
    line-height: 1.75;
  }

  div#sec-1 h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
  }

  div#sec-2 h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
  }

  div#sec-2 h3 {
    margin: 5px 10px 10px 60px;
  }

  div#sec-2 h3 {
    text-align: center;
    margin: 5px auto;
    width: 370px;
    font-size: 13px;
    padding-bottom: 5px;
  }

  div#mail {
    width: 300px;
    margin: 32px auto;
  }

  div#mail h4 {
    font-size: 12px;
    padding-top: 25px;
  }

  div#footer2 h4 {
    font-size: 12px;
    text-align: justify;
    line-height: 1.25;
    padding: 15px 30px 10px 190px;
  }

  div#footer2 h4:first-of-type {
    font-size: 12px;
    text-align: justify;
    line-height: 1.25;
    padding: 15px 30px 10px 190px;
  }

  div#footer1 p {
    padding: 0px 60px 30px 55px;
  }

  div#footer2 h5:first-of-type {
    padding: 0px 20px 10px 70px;
  }

  div#footer2 figure img {
    width: 175px;
    padding: 0px 40px 0px 100px;
  }

  div#footer2 h5 {
    padding: 20px 0px 40px 70px;
    /*clear: both;*/
  }

  div#footer2 figure img {
    width: 165px;
    float: left;
    padding: 0px 20px 0px 100px;
  }

  div#footer2 h4:first-of-type {
    font-size: 10px;
    text-align: center;
    line-height: 1;
    padding: 50px 100px 10px 50px;
  }

  div#footer2 h4 {
    font-size: 10px;
    text-align: center;
    line-height: 1.25;
    padding: 5px 100px 10px 50px;
  }

  footer {
    padding: 50px 0px 30px 0px;
  }
}

/* 横幅959以下　ここまで*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ここからPC ※マウスがある */

/*=========================================
想定端末　
PC　横幅960ox以上 ※マウスがある
=========================================*/
@media screen and (min-width: 960px) {
  div#wrapper {
    max-width: 960px;
    margin: 0px auto;
  }

  header {
    background-image: url("../images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  ul#navigation li:hover {
    opacity: 0.5;
  }

  label#hamburger,
  label#coverlayer {
    display: none;
  }

  div#titlle img {
    width: 150px;
    margin: 10px 30px 10px 10px;
  }

  header ul#navigation {
    display: flex;
    justify-content: center;
    padding: 25px 20px 0px 30px;
    position: absolute;
    height: auto;
    font-size: 1.6rem;
    font-weight: 500;
  }

  header ul#navigation li {
    padding: 0px 30px 0px 50px;
  }

  header ul#navigation li:first-child {
    padding: 0px 30px 0px 140px;
  }

  header ul#navigation li a {
    color: #141313;
    text-decoration: none;
  }

  h1 img {
    width: 160px;
    padding-top: 30px;
  }

  div#block-1 h2 {
    font-size: 20px;
    padding: 40px 20px 60px 10px;
  }

  div#block-1 p {
    font-size: 18px;
    margin: 10px 10px 0px 40px;
    width: 500px;
    line-height: 1.5;
  }

  div#block-1 figure img {
    margin: 40px 10px 10px 40px;
    width: 420px;
  }

  div#block-1 figure:last-child img {
    float: right;
    margin: -300px 30px 60px 0px;
    width: 400px;
  }

  div#block-2 h3 {
    font-size: 15px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 10px;
    width: 300px;
    padding: 8px;
    margin: 10px auto;
  }

  div#block-2 p img:first-child {
    padding: 50px 30px 100px 90px;
    width: 170px;
  }

  div#block-2 p img {
    width: 170px;
    padding: 50px 40px 100px 70px;
  }

  .slider img {
    width: 700px;
    margin: 0px auto;
  }

  div#block-3 h4 {
    font-size: 20px;
    margin: 70px 0px 20px 0px;
  }

  div#block-3 p img {
    margin: 90px 0px;
    width: 800px;
  }

  div#block-3 h6 {
    padding-top: 4%;
    text-align: center;
    font-size: 13px;
    margin: 0;
  }

  div#block-3 p.down-to-top.scrollin {
    margin: 0px auto;
    width: 800px;
  }

  div#block-4 {
    padding: 0px;
    margin: 0px;
    display: flex;
  }

  div#sec-1 {
  }

  div#sec-1 figure img {
    width: 300px;
    margin: 30px 50px 45px 70px;
  }

  div#sec-1 h2 {
    font-size: 20px;
    padding-top: 40px;
  }

  div#sec-1 p {
    font-size: 15px;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 15px;
    border-bottom: 1px solid #7c7979;
    width: 300px;
    margin: 0px auto;
  }

  div#sec-2 {
    margin-left: 30px;
  }

  div#sec-2 h2 {
    font-size: 20px;
    padding-top: 40px;
  }

  section {
    width: 300px;
    padding: 30px;
    margin: 40px auto;
  }

  section h5 {
    padding: 20px 30px 0px 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  section p img {
    width: 80px;
    padding: 10px 0px 0px 10px;
  }

  section p img:hover {
  opacity: 0.7;
  }

  div#sec-2 h3 {
    text-align: justify;
    margin: 5px 10px 5px 80px;
    font-size: 14px;
    line-height: 1.75;
    width: 400px;
  }

  div#mail {
    width: 340px;
    margin: 40px auto;
  }

  div#mail h4 {
    padding-top: 30px;
    font-size: 13px;
    line-height: 1.75;
  }

  div#mail h4:hover {
  opacity: 0.8;
  }

  div#mail p img {
    width: 120px;
    padding: 10px 10px 10px 10px;
  }

  div#mail p img:hover {
   opacity: 0.7;
  }

  div#footer-area {
    display: flex;
  }

  div#footer1 {
    margin: 0px;
    padding: 0px;
    width: 40%;
  }

  div#footer1 p:first-child {
    padding: 0px 50px 30px 40px;
  }

  div#footer1 p {
    font-size: 11px;
    text-align: justify;
    padding: 0px 50px 40px 40px;
    float: left;
    line-height: 2.5;
  }

  div#footer2 {
    width: 60%;
    margin: 0px;
    padding: 0px;
    display: block;
  }

  div#footer2 h5:first-of-type {
    padding: 0px 0px 30px 20px;
    font-size: 12px;
    text-align: center;
    line-height: 1.75;
    width: 120px;
  }

  div#footer2 h5 {
    padding: 0px 0px 30px 20px;
    font-size: 12px;
    text-align: center;
    line-height: 1.75;
  }

  div#footer2 figure img {
    padding: 0px 0px 20px 120px;
    width: 165px;
  }

  div#footer2 h4:first-of-type {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    padding-right: 300px;
    margin: 0px;
  }

  div#footer2 h4 {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    padding-right: 300px;
    margin: 0px;
  }

  footer {
    text-align: center;
    padding: 40px 0px 20px 0px;
    font-size: 11px;
    height: 30px;
  }
} /*PC　横幅960px以上 ※マウスがある　ここまで*/
