
#wrapper {
  max-width: 100%;
}

/*ヘッダーメニュー*/
header {
  max-width: 100%;
 height: 70vh;
  background-image: url("../img/eyecatch-g.jpg");
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  header {
    height: 300px;
    background-image: url("../img/eyecatch-g.jpg");
    background-size: 100% 100%;
  }
}
/*ハンバーガーメニュー*/
#hamburger_menu {
  width: 100%;
  background-color: aqua;
}
#hamburger_box {
  margin: 20px 35px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
input {
  display: none;
  width: 100px;
}
label {
  position: relative;
  float: right;
  clear: both;
  z-index: 1000;
}
span {
  display: inline-block;
  width: 35px;
  height: 25px;
}
span i {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #d6c19f;
  display: block;
  transition: all .3s ease-in-out;
  box-shadow: 3px 3px 10px #fff;
}
span i:nth-child(1) {
  top: 0;
  bottom: 0;
}
span i:nth-child(2) {
  margin: auto;
  top: 0;
  bottom: 0;
}
span i:nth-child(3) {
  bottom: 0;
}
input:checked + label span i:nth-child(1) {
  margin: auto;
  transform: rotate(45deg);
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
input:checked + label span i:nth-child(2) {
  transform: rotateX(90deg);
  top: 0;
  bottom: 0;
}
input:checked + label span i:nth-child(3) {
  margin: auto;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
}
/*ハンバーガーメニューリスト*/
input:checked + label + .hamburger-list {
  position: fixed;
  z-index: 99;
  opacity: 1;
}
.hamburger-list {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
}
.hamburger-list__wrap {
  width: 40%;
  background-color: #78c8f9;
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: right 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #hamburger_box {
    margin: 20px 15px;
  }
  .hamburger-list__wrap {
    width: 70%;
  }
}
input:checked + label + .hamburger-list > .hamburger-list__wrap {
  right: 0;
}

.hamburger-list__wrap a {
  font-family: 'Hina Mincho', serif;
  color: #fff;
  font-size: 50px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 30px;
}
.w-g a{
     font-size: 30px;
     padding: 5px 10px 10px 80px;
}
.hamburger-list__wrap a:hover {
  text-shadow: 5px 5px 10px #fff;
  transition: .5s;
}
/*nav hover*/
#nav li:hover {
  background-color: #fff;
  color: #000;
}
#nav li a:hover {
  color: #000;
  display: block;
}
.eyecatch_name h1 {
  font-family: 'grafolita-script', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 150px;
  color: #d6c19f;
  text-shadow: 7px 0px 20px #fff;
  text-align: center;
  padding: 150px 0;
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  header {}
  .eyecatch_name h1 {
    font-size: 100px;
    padding: 100px 0;
  }
}
/*セクションアクセスボタン*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.more {
  padding: 72px 0;
  text-align: center;
}
.btn, a.btn, button.btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 30px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-malformation {
  font-size: 20px;
  padding: 20px 40px;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  font-family: 'Hina Mincho', serif;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}
.btn-malformation--pastel {
  background: #bee2fa;
  background: -webkit-linear-gradient(-45deg, #bee2fa 40%, #fddbb3 85%);
  background: -webkit-linear-gradient(315deg, #bee2fa 40%, #fddbb3 85%);
  background: linear-gradient(135deg, #78c8f9 40%, #fddbb3 85%);
  -webkit-box-shadow: 30px 10px 0 #bee2fa;
  box-shadow: 30px 10px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
.btn-malformation--gallery {
  background: #bee2fa;
  background: -webkit-linear-gradient(-45deg, #bee2fa 40%, #fddbb3 85%);
  background: -webkit-linear-gradient(315deg, #bee2fa 40%, #fddbb3 85%);
  background: linear-gradient(135deg, #78c8f9 40%, #fddbb3 85%);
  -webkit-box-shadow: 30px 10px 0 #e9f7ff;
  box-shadow: 30px 10px 0 #e9f7ff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
@media screen and (max-width: 768px) {
  .more {
    padding: 48px 0;
    text-align: center;
  }
  a.btn-malformation {
    font-size: 20px;
    padding: 15px 30px;
    color: #fff;
    border-radius: 100% 80px / 80px 100%;
    font-family: 'Hina Mincho', serif;
  }
}
/*メインページ*/
#main {
  width: 100%;
}
#box1_2 h2, #box2_2 h2, #box3_2 h2, #box4_2 h2 {
  font-family: 'Hina Mincho', serif;
  font-size: 28px;
  color: #4d4d4d;
  font-weight: bold;
  padding: 10px 0px 24px;
  text-align: left;
}
#main p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 2.5em;
}
/*ギャラリー始まり*/
.container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 116px;
  padding-top: 160px;
}
#box {
  width: 80%;
  margin: 0 auto;
}
#box1, #box2, #box3, #box4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 160px;
}
#box1_1, #box2_1, #box3_1, #box4_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  width: 500px;
}
.box1_1_1, .box2_1_1 {
  margin-right: 30px;
}
#box1_2, #box2_2, #box3_2, #box4_2 {
  width: 400px;
}
#box1_2 h3, #box2_2 h3, #box3_2 h3, #box4_2 h3 {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 17px;
  color: #4d4d4d;
  padding: 10px 0px 24px;
}
#box1_2 p, #box2_2 p, #box3_2 p, #box4_2 p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 2em;
  text-align: left;
}
#box4_1 img,#box3_1 img,#box2_1 img,#box1_1 img{
    box-shadow: 3px 3px 6px #78c8f9;
}
@media screen and (max-width: 768px) {
  #box1, #box2, #box3, #box4 {
    max-width: 100%;
    text-align: center;
  }
  #box p {
    line-height: 2.2em;
  }
  #box1_2 h2, #box2_2 h2, #box3_2 h2, #box4_2 h2 {
    text-align: center;
    padding: 64px 0px;
  }
  #box1_2 h3, #box2_2 h3, #box3_2 h3, #box4_2 h3 {
    text-align: center;
  }
  #box3_2 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 488px) {
  #box1_1, #box2_1, #box3_1, #box4_1 {
    margin: 0px;
  }
  .box1_1_1, .box2_1_1 {
    margin-right: 0px;
  }
}
/*フッター*/
footer {
  background-color: #78c8f9;
  width: 100%;
}
.footer{margin: 0 auto;}
footer p {
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 14px;
  color: #fff;
}