body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


ul {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  background: #265A3C;
  width: 100%;
}

header a {
  color: white;
}

.head img {
  margin: auto 0;
}

h1 {
  color: #be8f68;
  margin-top: 60px;
  font-size: 5vw;
}

h1::before {
  content: '';
  display: inline-block;
  background-image: url(../img/title-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
}

h1::after {
  content: '';
  display: inline-block;
  background-image: url(../img/title-logo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-left: 10px;
  margin-top: 5px;
}


.setumei {
  position: relative;
  margin-top: 60px;
}

.setumei img {
  width: 100%;
}

.setumei p {
  text-align: left;
  width: 70%;
  margin: 0 auto;
  color: #6f5436;
}



.bun {
  width: 80%;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  line-height: 1.7;
}

.osusume {
  color: white;
  background: #BE8F68;
  text-align: center;
  width: 30%;
  height: 40px;
  line-height: 40px;
  margin: 30px auto 0;
  border-radius: 5px;
  font-size: 3vw;
}

.osusume a {
  color: white;
}

h3 {
  background: #6f5436;
  color: white;
  margin-top: 60px;
  font-size: 4vw;
  height: 40px;
  line-height: 40px;
}

h6 {
  color: #89AC71;
  font-size: 3vw;
}

.choice-pan img {
  width: 80%;
}

.pan {
  display: flex;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.okazu {
  padding: 0;
}

.first {
  display: flex;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.first img {
  width: 80%;
}

.second {
  display: flex;
  margin-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
}

.second img {
  width: 73.5%;
}

.bread img {
  width: 100%;
}

.content{
  margin: 0 auto;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
}

.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
  font-weight: bold;
  text-align: center;
}

table {
  width: 100%;
  margin: 10px auto 0;
}

th {
  color: white;
  background: #265a3c;
}

td {
  color: #6F5436;
}



footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background: #265A3C;
  margin-top: 70px;
}

/* パソコン */
@media screen and (min-width:500px) {
  .nav {
    display: none;
  }

  header {
    width: 100%;
    text-align: center;
    height: 100px;
    display: flex;
  }

  .head img {
    width: 56px;
    height: 56px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .head {
    width: 90%;
    display: flex;
    margin: 0 auto;
  }

  .pc-head {
    width: 80%;
    height: 100px;
    padding-left: 0;
    margin: 0 auto;
    line-height: 100px;
  }

  .pc-head li {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
  }

  h1 {
    font-size: 25px;
  }

  .sumaho-img {
    display: none;
  }

  .pc-img {
    min-height: 600px;
  }


  .bun {
    top: 75%;
  }


  .main-bun {
    font-size: 14px;
  }

  .kome {
    font-size: 12px;
  }

  .osusume {
    font-size: 20px;
    width: 270px;
    margin-top: 50px;
  }

  h3 {
    font-size: 20px;
  }

  .second {
    padding-left: 100px;
    padding-right: 100px;
  }

  .second img {
    width: 60%;
  }

  h6 {
    font-size: 15px;
    margin-top: 15px;
  }


}

@media screen and (max-width:789px) {

.main-bun {
  font-size: 12px;
}

.kome {
  font-size: 11px;
}

.osusume {
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
}

}




/* スマホ*/
@media screen and (max-width:499px) {

  .pc-head {
    display: none;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }

  .head {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }

  .head img {
    width: 9vw;
    height: 9vw;
    margin: auto 0;
  }

  .nav {
    margin: 0 0 0 auto;
  }

  .drawer-hidden {
    display: none;
  }

  .drawer-open {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上に */
    cursor: pointer;
  }

  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: white;
    transition: 0.5s;
    position: absolute;
  }

  .drawer-open span:before {
    bottom: 8px;
  }

  .drawer-open span:after {
    top: 8px;
  }

  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }

  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #265a3c;
    transition: .5s;
  }

  #drawer-check:checked ~ .drawer-content {
    left: 0;/* メニューを画面に入れる */
  }

  .sumaho-head {
    width: 100%;
    padding-left: 0;
    text-align:center;
    margin-top: 60px;
    line-height: 2;
  }

  h1 {
    margin-top: 30px;
  }

  .setumei {
    margin-top: 30px;
  }

  .pc-img {
    display: none;
  }

  .setumei img {
    min-height: 500px;
  }

  .bun {
    top: 65%;
  }

  .main-bun {
    font-size: 12px;
  }

  .kome {
    font-size: 11px;
  }


  .osusume {
    width: 60%;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
  }

  .okazu3 {
    margin-top: 20px;
  }

  h6 {
    margin-top: 10px;
  }


  footer {
    font-size: 10px;
    height: 40px;
    line-height: 40px;
  }


}
