#wrapper{
    max-width: 100%;
}

/*ヘッダーメニュー*/
header {
  max-width: 100%;
  /*  width: 1920px;*/
  height: 70vh;
  background-image: url("../img/contact.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;
}

.g-w 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;
    }
}
/*メインページ*/
#main {
  width: 100%;
}

#main h2 {
  font-family: 'Hina Mincho', serif;
  color: #4d4d4d;
  font-weight: 200;
  padding: 88px;
    text-align: center;
}
#main p{
    font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 768px){
    #main h2 {
  font-family: 'Hina Mincho', serif;
  font-size: 60px;
  color: #4d4d4d;
  font-weight: 200;
  padding: 40px;
}

#main p {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 2em;
}
    .text {
        width: 80%;
        margin: 0 auto;
    }
    }
/*セクションアクセスボタン*/
*, *: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;
}
}

/*ギャラリー始まり*/
.container{
	width:100%;
	margin: 0 auto;
	padding-bottom: 116px;
}
#box1 h3,#box2 h3{
	text-align: center;
	font-family: 'Hina Mincho', serif;
  font-size: 56px;
  color: #4d4d4d;
  font-weight: 200;
  padding: 88px 0;
}
.box1 img:hover{
	transform: scale(1.07);
	transition-duration: 0.6s;
}
.box2 img:hover{
	transform: scale(1.07);
	transition-duration: 0.6s;
}
/*webデザイン始まり*/
.box1 p{
	text-align: center;
	padding: 8px 0 24px;
}
.box1{
	width: 800px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
}
.box1_1,.box1_2,.box1_3,.box1_4{
    background-image: url("../img/gallary1.jpg");
    background-size: cover;
    width: 320px;
	border: 1px solid #bee2fa;
}
.box1 img,.box2 img{
    margin-top: 40px;
}
.box1_1,.box1_3{
	margin-right: 50px;
}
.box1_2,.box1_4{
	margin-left: 50px;
}
.box1_1,.box1_2{
	margin-bottom: 100px;
}
@media screen and (max-width: 768px){
	.box1{
		width: 90%;
		margin: 0 auto;
	}
	
	.box1_1,.box1_2,.box1_3,.box1_4{
		margin: 0 auto;
		text-align: center;
        margin-bottom: 100px;
	}
}
/*グラフィックデザインの始まり*/

.box2 p{
	text-align: center;
	padding: 8px 0 24px;
}
.box2{
	width: 800px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
}
.box2_1,.box2_2,.box2_3,.box2_4{
    background-image: url("../img/gallary1.jpg");
    background-size: cover;
    width: 320px;
	border: 1px solid #bee2fa;
}
.box2_1,.box2_3{
	margin-right: 50px;
}
.box2_2,.box2_4{
	margin-left: 50px;
}
.box2_1,.box2_2{
	margin-bottom: 100px;
}
@media screen and (max-width: 768px){
	.box2{
		width: 90%;
		margin: 0 auto;
	}
	
	.box2_1,.box2_2,.box2_3,.box2_4{
			margin: 0 auto;
		text-align: center;
        margin-bottom: 100px;
	}
}


/*フッター*/
footer {
  background-color: #78c8f9;
  width: 100%;
}
footer p {
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 14px;
    color: #fff;
}

.footer {
    margin: 0 auto;
    width:  300px;
}


