@charset "UTF-8";
@media screen and (max-width: 450px) {

  .wrapper {
    width: 100%;

  }

  .mainvisual {
    position: relative;
  }

  .top img {
    width: 100%;
    height: 650px;
    object-fit: cover;
  }

  .sp {
    width: 80vw;
    height: 75px;
    position: absolute;
    top: 250px;
    left: 40px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .navigation ul li a {
    color: white;
    font-size: 15px;
    text-shadow: 1px 2px 3px rgb(67, 61, 61);
    font-weight: bold;
    text-decoration: none;
  }

  .navigation {
    position: absolute;
    display: inline-block;
    top: 30px;
    right: 15px;
    transition: all 0.3s;
  }

  li {
    margin-left: 15px;
    list-style: none;

  }

  .menuletter {
    position: relative;
    width: 100vw;
    height: 100px;
    background-attachment: scroll;
  }

  .menuletter h2 {
    font-size: 35px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

  }

  .menu {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: auto 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menudetail1 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    line-height: 30px;
    border-right: none;
  }

  .menudetail1 h3 {
    margin: auto 0;
    text-decoration: underline 5px #e03131;
    text-underline-offset: 0.3em;
    padding-top: 35px;
    padding-bottom: 35px;

  }

  .menu h3 {
    width: 30vw;
    margin-left: 125px;
  }

  .menudetail1 dd {
    float: right;
  }

  .menudetail1 dl {
    display: flex;
    flex-wrap: wrap;
  }

  .menudetail1 dt {
    width: 87%;
    text-align: left;
    border-bottom: dotted 1px #000;
    margin-bottom: 25px;
  }

  .menudetail1 dd {
    width: 13%;
    text-align: right;
    padding-top: 8px;
  }

  .menudetail2 dd {
    float: right;
  }

  .menudetail2 dl {
    display: flex;
    flex-wrap: wrap;
  }

  .menudetail2 dt {
    width: 87%;
    text-align: left;
    border-bottom: dotted 1px #000;
    margin-bottom: 25px;
  }

  .menudetail2 dd {
    width: 13%;
    text-align: right;
    padding-top: 8px;
  }


  .menudetail2 {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 30px;
  }

  .menudetail2 .h3other {
    margin-top: 30px;
    margin-bottom: 0px;
  }


  .aboutletter {
    position: relative;
    width: 100vw;
    height: 100px;
    margin-top: 100px;
    background-attachment: scroll;
  }

  .aboutletter h2 {
    font-size: 35px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

  }

  .aboutspace {
    max-width: 1000px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0px;
    margin-top: 5px;
  }

  .aboutspace h3 {
    margin-top: 30px;
  }

  .aboutchild1 img,
  .aboutchild2 img {
    width: 280px;
    height: 185px;

  }

  .aboutchild1 {
    display: inline-block;
    position: relative;
    z-index: 3;
    left: 0px;
    margin-bottom: 180px;
    margin-top: 50px;

  }

  .aboutchild2 {
    position: absolute;
    top: 130px;
    left: 70px;
    z-index: -1;
  }


  p {
    width: 100%;
  }

  .p1,
  .p2 {
    display: flex;
    flex-flow: column;
    margin-bottom: 0px;
  }

  .pchild1,
  .pchild2,
  .pchild3,
  .pchild4 {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;;
    margin-top: 20px;
  }

  .access {
    position: relative;
    width: 100vw;
    height: 100px;
    background-attachment: scroll;
  }

  .access h2 {
    font-size: 35px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

  }

  .accesssapace {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0px;
  }

  .accesssapace h3 {
    text-decoration: underline 5px #e03131;
    text-underline-offset: 0.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .map {
    filter: grayscale(100%);
    margin-left: 0px;
    width: 91.5vw;
    height: 350px;
    background-color: #ffffff;
  }

  .adress {
    margin-left: 0px;
    font-size: 15px;
    background-color: #ffffff;
    margin-bottom: 100px;
  }

  .contact {
    position: relative;
    width: 100vw;
    height: 100px;
    background-attachment: scroll;
  }

  .contact h2 {
    font-size: 35px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

  }

  .contactspace {
    width: 100%;
    margin-left: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }


  footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}











}