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


.bon {
    background-color: #050505;
}

.fa-bone {
}


/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}


#wrap-sns{
    position: absolute;
    background: #fff;
    z-index: 4000;
    right: 100px;
    top: 7px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}
#wrap-sns div {
    width: 39px;
    margin-left: 3px;
    margin-right: 9px;
}








.menu-trigger,
.menu-trigger span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}

#header .menu-trigger p {
    padding: 0px;
    margin-top: 6px;
    text-align: center;
    color: #764C24;
}
.menu-trigger p #menuimg {
    width: 41px;
}


.menu-trigger span{
	position: absolute;
	background-color: #FFFFFF;
	width: 50%;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	color: #FFFFFF;
}
.menu-trigger span:nth-of-type(1){
    top: 39px;
}
.menu-trigger span:nth-of-type(2){
    top: 18px;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3){
    bottom: 20px;
}
.menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
    margin-top: -4px;
}
.menu-trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
    margin-bottom: -6px;
}
.g-nav{
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5000;
    left: 0px;
    right: 0px;
}
.g-nav ul, .g-nav ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.g-nav .list{
	background-color: rgba(255,203,211,0.95);
	padding-bottom: 40px;
	padding-top: 40px;

}
.g-nav .list .item{

}
.g-nav .list .item a{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #733612;
	padding: 15px 0;
	font-size: 1.7rem;
	letter-spacing: 2px;
}
.g-nav .list .item.gre a {
    font-weight: normal;
    color: #727171;
}
.list .list-waku div li {
	list-style: none;
	text-align: left;
}
.g-nav .list .menu-title {
	max-width: 113px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 33px;
}



@media screen and (min-width:1200px){
    .menu-trigger {
	width: 80px;
	height: 80px;
	background-color: #ff536c;
	z-index: 10001;
	top: 56px;
	border-radius: 50px;
	position: fixed;
	top: 6%;
	right: 80px;
}

}

@media screen and (max-width:1200px){
    .menu-trigger {
	width: 80px;
	height: 80px;
	background-color: #ff536c;
	z-index: 10001;
	top: 56px;
	border-radius: 50px;
	position: fixed;
	top: 3%;
	right: 4%;
}



}




@media screen and (min-width:800px) and ( max-width:1200px) {




    
}




@media screen and (min-width:600px) and ( max-width:800px) {
#wrap-sns{
    background: #fff;
    z-index: 10000;
    right: 57px;
    top: 29px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    position: absolute;
}



}


@media screen and (min-width:600px) {
#top .list .list-waku {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
    display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;
}
.list .list-waku div {
	width: 50%;
}
}


@media screen and (max-width:600px) {
    #wrap-sns{
        display: none;
}
.menu-trigger p #menuimg {
    width: 36px;
}

.menu-trigger {
	width: 70px;
	height: 70px;
	background-color: #ff536c;
	z-index: 10001;
	top: 56px;
	border-radius: 50px;
	position: fixed;
	top: 2%;
	right: 4%;
}
.menu-trigger span:nth-of-type(1) {
    top: 35px;
}
.menu-trigger span:nth-of-type(2) {
    top: 19px;
    bottom: 0;
    padding-left: 0px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
    margin-top: -5px;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
    margin-bottom: -7px;
}
#top .list .list-waku {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: block;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	width: 73%;
}
.g-nav .list .item a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #733612;
	padding: 10px 0;
	font-size: 4vw;
	letter-spacing: 2px;
}
.list-waku div .item.line {
	border-bottom: 1px solid #733612;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.g-nav .list .menu-title {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 33px;
	width: 25%;
}











}
