@charset "utf-8";

#second {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 8;
    position: relative;
    /*background: rgba(252, 252, 252, 0.8);*/
    background: linear-gradient(to bottom, #DEAFC2, #C2BAD3);
    font-family: collier,hiragino-kaku-gothic-pron, sans-serif;
} 


#second img{
    max-width: 100%;
}  
    
#second.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9;
}    
    
header h2{
	margin-left:3%;
    font-size: 4vw;
    color: #fff;
    letter-spacing: 3px;
} 

header h2 img{
	width: 50%;
	max-width:300px!important;
    vertical-align: bottom;
} 


header #navi{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto;
    white-space: nowrap;
}

header #navi ol {
  width: 75%;
  display: flex;
  justify-content: flex-end;
  margin-right: 1%;
}

header #navi ol li {
  font-size: 16px;
  color: #fff;
  margin: 0 10px 0 0;
}

header #navi ol li:after{
	content:"";
	border-right:1px solid #fff;
	padding-left:10px;
}

header #navi ol li:last-child:after{
	content:"";
	border-right:none;
    padding: 0;
}


header a {
    text-decoration: none;
    color: #fff;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3); 
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
}    



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

    header #navi ol li {
    font-size: 14px;
    margin: 0 5px 0 0;
}

header #navi ol li:after{
	padding-left:5px;
}
}

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

    header #navi ol{
		display: none;
	}
    header #navi{
	margin: 10px auto;
}
}

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


   header h2 img {
		width: 25%;
	}

}

/*
ハンバーガーメニュー
------------------------------------------------------------------------------------*/

.menu-trigger {
	display: none;
 }



@media only screen and (max-width: 900px) {  
.menu-trigger {
        width: 5%;
        max-width: 13px;
        height: 9px;
        padding: 5px;
        /* position: fixed; */
        position: absolute;
        right: 6%;
        top: 30%;
        z-index: 999999;
        display: block;
        transform: translateX(0);
        transition: transform .5s;
        cursor: pointer;
 }
 .menu-trigger.active {
	transform: translateX(0px);
	right: 380px;
	cursor: pointer;
	left: 3%;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	width: 38px;
	height: 38px;
	padding: 0;
	max-width: 100%;
    top:9px; 
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	cursor: pointer;
}
.menu-trigger.active span {
	background-color: #fff;
	cursor: pointer;
}
.menu-trigger span:nth-of-type(1) {
	top: -0px;
}
.menu-trigger.active span:nth-of-type(1) {
        transform: translateY(23px) rotate(-45deg);
        background: #000;
        width: 73%;
        margin: auto;
        left: 2%;
        top: -11%;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg);
        background: #000;
        width: 73%;
        right: 12%;
        top: 20px;
        margin: auto;
}

.menu-trigger p{
	position:absolute;
	bottom:-20px;
	color:#d3d3d3;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
}

}

@media only screen and (max-width: 450px) {  
  .menu-trigger.active {
	transform: translateX(0px);
	right: auto;
    left: 3%;
	cursor: pointer;
}   
    
}
/*
スマホメニュー
------------------------------------------------------------------------------------*/

.side-menu > ul{
	width:85%;
	margin:15% auto 0;
}

.side-menu ul > li{
	margin-bottom:15px;
	font-size:18px;
	text-align:left;
	padding-bottom:15px;
}


.side-menu > ol{
	width:85%;
	/*border-top: 1px solid #444;
	padding-top: 30px;*/
	margin: auto;
}

.side-menu ol > li{
	margin-bottom:15px;
	letter-spacing:2px;
	text-align:center;
	background: #ddd;
}

.side-menu ol > li a{
    padding: 15px 0;
    display: block;
}


.side-menu #side_sns{
	width: 95%;
	/*position: absolute;
	bottom: 10%;
	left: 13%;*/
	margin: 55% auto 50px;
	font-size: 32px;
	font-weight: 300;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.side-menu #side_sns p{
	margin-right: 15px;
	line-height: 1.3;
}

.side-menu #side_sns p:first-child{
	width: 100%;
	margin: auto;
}

.side-menu #side_sns p a{
	color: #999;
}
    

/*
スマホナビ
スライダー内容
------------------------------------------------------------------------------------*/

    nav {
	width:75% !important;
	max-width: 340px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10000;
	transform: translate(500px);
	transition: all .5s;
	text-align: left;
	background: #fff;
	letter-spacing: 3px;
	padding: 2%;
	overflow-y: scroll;
}
nav.open {
	transform: translateZ(0);
}

.side-menu a{
	text-decoration: none;
    color: #CC86A2;
}

.side-menu h2{
	display: none;
	width:40%;
	max-width:150px;
	margin: 4% 0 40px 5% !important;
}


.side-menu > ul{
	width:85%;
	margin:15% auto 0;
}

.side-menu ul > li{
	margin-bottom:15px;
	font-size:16px;
	text-align:left;
	padding-bottom:15px;
}  
    
    .side-bnr{
        display: none;
        text-align: center;
    }
    .side-bnr a{
        display: block;
        color: #fff;
    }
    .side-bnr li{
        position:fixed;
        right: 0;
        top: 15%;
        color: #fff;
        background-color: #8BB77F;
        font-size: 18px;
        letter-spacing: 0.1em;
        opacity: 0.9;
        z-index: 9999;
    }
    .side-bnr li:nth-child(2){
        display: none;
    }
    .side-bnr li a{
        padding: 15px;
    }
    .side-bnr li p{
        writing-mode: vertical-rl;
    }
    .side-bnr .to-top{
        position:fixed;
        right: 2%;
        bottom: 4%;
        width: 5%;
        z-index: 9999;
    }
    .is-hidden {
        visibility: hidden;
          opacity: 0;
        transition: 0.3s;
    }

    .side-menu ul > li.yoyaku{
        background: #8BB77F;
        padding-top: 15px;
        text-align: center;
    }

    .side-menu ul > li.yoyaku a{
        color: #fff;
    } 
    

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


	header #navi ol{
		display: none;
	}


	.side-menu > ol{
		border-top: none;
		margin: auto;
		padding-top: 0;
	}
	.side-menu ol > li{
		text-align: center;
		background: #ddd;
		padding: 0;
	}
	.side-menu ol > li a{
		padding: 15px 0;
		display: block;
	}
	.side-menu #side_sns{
		margin-top: 15%;
	}
	.footer_wrapper #f-sns{
		padding-top: 30px;
	}
	.footer_wrapper #copyright {
	  padding: 30px 0 135px;
	}
    
    
    .side-bnr li{
        width: 90%;
        bottom: 3%;
        top: unset;
        margin: 0 5%;
        writing-mode:unset;
    }
    .side-bnr li a{
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 15px 0 10px;
    }
    .side-bnr .icon{
        width: 9%;
    }
    .side-bnr li p{
        margin-top: 0;
        margin-left: 15px;
        writing-mode: horizontal-tb;
    }
    .side-bnr .to-top{
        right: 5%;
        bottom: 13%;
        width: 13%;
    }
}
 