@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');

#contact .frame{
    text-align: center;
}

#contact .frame iframe{
    max-width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
	color:#333;
}

.poppins{
	font-family: 'Poppins', sans-serif;
}

.serif{
	font-family: 'Noto Serif JP', serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

body{
	line-height: 150%;
	word-break: break-all;
	overflow: hidden;
}

a{
	text-decoration: none;
}

span.blo{
    display: block;
}

img{
	max-width: 100%;
}

p{
	font-size: 3.5vw;
	line-height: 200%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li{
	letter-spacing: 0.15em;
}

.photo{
	line-height: 0;
}

#wrap{
	position: relative;
}

#wrap #bg_cover{
	transition: all ease-in .3s;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	font-size: 0;
}

#wrap.open #bg_cover{
	content: "";
	width: 100%;
	background: rgba(0,0,0,0.8);
}


/* スライドメニュー
   ========================================================================== */
.g_nav,
.slide_nav{
	z-index: 100;
	position: relative;
}

#ham_btn{
    position: fixed;
    right: 10px;
    top: 5px;
    font-size: 26px;
    color: #333;
    display: block;
    z-index: 500;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: none;
    padding: 14px 5px;
	transition: ease-out 0.3s;
}

#ham_btn .inner{
    padding: 10px 0 0;
    width: 30px;
    height: 23px;
    display: block;
    position: relative;
    transition: ease-out 0.8s;
    box-sizing: border-box;
}

#ham_btn .inner .bar,
#ham_btn .inner .bar:before,
#ham_btn .inner .bar:after{
    transition: ease-out 0.3s;
    text-indent: -9999px;
    height: 2px;
    width: 30px;
    background: #333;
    display: block;
}

#ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
}

#ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
}

#ham_btn.open .bar{
    background: transparent;
}

#ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 11px;
    background: #fff;
}

#ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 10px;
    background: #fff;
}

#ham_btn.open{
    transform: rotate(0deg);
}

#ham_btn.open .bar{
    background: transparent;
}

#ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 11px;
    background: #fff;
}

#ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 10px;
    background: #fff;
}

body.open{
    position: fixed;
    width: 100%;
}

#slide_menu{
    display: block;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: rgba(0,0,0,0.80);
    padding: 60px 21px 0 0;
    box-sizing: border-box;
    z-index: 100;
    transition: all ease-in 0.3s;
    overflow: auto;
}

#slide_menu.open{
    right: 0;
}
	
#slide_menu ul{
    overflow: hidden;
}    

#slide_menu li{
    margin: 0 0 2px;
    transform: translate(500px,0);
    transition: all ease-out 0.3s;
    opacity: 0;
    text-align: right;
}

#slide_menu.open li:nth-child(1){
    transition-delay: 0.3s;
}

#slide_menu.open li:nth-child(2){
    transition-delay: 0.32s;
}

#slide_menu.open li:nth-child(3){
    transition-delay: 0.34s;
}

#slide_menu.open li:nth-child(4){
    transition-delay: 0.36s;
}

#slide_menu.open li:nth-child(5){
    transition-delay: 0.38s;
}

#slide_menu.open li:nth-child(6){
    transition-delay: 0.40s;
}

#slide_menu.open li:nth-child(7){
    transition-delay: 0.42s;
}

#slide_menu.open li:nth-child(8){
    transition-delay: 0.44s;
}

#slide_menu.open li:nth-child(9){
    transition-delay: 0.46s;
}

#slide_menu.open li:nth-child(10){
    transition-delay: 0.485s;
}

#slide_menu.open li:nth-child(11){
    transition-delay: 0.50s;
}

#slide_menu.open li:nth-child(12){
    transition-delay: 0.52s;
}

#slide_menu.open li{
    transform: translate(0,0);
    opacity: 1;
}

#slide_menu li a{
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 12px 10px;
    line-height: 150%;
    box-sizing: border-box;
    transition: all ease-out 0.3s;
    border-bottom: 1px solid #fff;
    color: #fff;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2em;
}

#slide_menu li a span{
    display: block;
    color: inherit;
	font-family: inherit;
}


/* block_title
   ========================================================================== */
.block_title{
	margin: 0;
	padding: 0 5vw 2vw;
	position: relative;
}

.block_title::before{
	content: "";
	background: #ddd;
	width: 70%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.block_title .inner{
	position: relative;
	font-size: 10vw;
	line-height: 130%;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	color: #EBEBEB;
}


/* footer
   ========================================================================== */
footer{
	margin: 10vw 0 0;
	border-top: 1px solid #ddd;
}

footer address{
	font-size: 10px;
	letter-spacing: 0.10em;
	color: #545454;
	padding: 20px 0;
	text-align: center;
}


/* TOPへ戻るボタン
   ========================================================================== */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page-top img{
	width: 100%;
}

#page-top a{
	display: block;
	height: auto;
}


@media screen and (min-width : 500px){

	
	p{
		font-size: 16px;
	}


	/* スライドメニュー
	   ========================================================================== */
	.g_nav,
	#ham_btn{
	    right: 10px;
	    top: 12px;
	}


	/* block_title
	   ========================================================================== */
	.block_title{
		padding: 0 20px 10px;
	}
	
	.block_title::before{
		width: 70%;
	}
	
	.block_title .inner{
		font-size: 45px;
	}
    

}
@media screen and (min-width : 768px){

	
	p{
		font-size: 16px;
	}


	/* スライドメニュー
	   ========================================================================== */
	.g_nav,
	#ham_btn{
	    right: 10px;
	    top: 18px;
	}


	/* block_title
	   ========================================================================== */
	.block_title{
		padding: 0 20px 10px;
	}
	
	.block_title .inner{
		font-size: 45px;
	}
    

}
@media screen and (min-width : 769px){

	
    body{
    	min-width: 1000px;
    }
    	
    a{
    	text-decoration: none;
    }
    	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	a.disabled{
		pointer-events: none;
	}

	p{
		letter-spacing: 0.20em;
	}
    
    .inner{
    	width: 1000px;
    	margin: auto;
		box-sizing: border-box;
    }
    	
    img{
    	width: auto !important;
    }
 

	/* スライドメニュー
	   ========================================================================== */
	.g_nav,
	#ham_btn{
	    right: 35px;
	    top: 22px;
	}
	
	#ham_btn .inner{
	    width: 35px;
	}
	
	#ham_btn .inner .bar,
	#ham_btn .inner .bar:before,
	#ham_btn .inner .bar:after{
	    width: 35px;
	}
	
	#slide_menu {
	    padding: 80px 40px 0 0;
	}
	
	#slide_menu li a{
	    font-size: 16px;
	    padding: 12px 10px;
	}

	#slide_menu li a:hover{
	    opacity: .6;
	}


	/* block_title
	   ========================================================================== */
	.block_title{
		padding: 0 0 0;
	}
	
	.block_title::before{
		display: none;
	}
	
	.block_title .inner{
		padding: 0 0 10px;
		font-size: 45px;
		display: block;
	}
	
	.block_title .inner::before{
		content: "";
		background: #ddd;
		width: 65%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.block_title .inner::after{
		content: "";
		background: #ddd;
		width: 500%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 100%;
	}
    
    
    /* footer
       ========================================================================== */
    footer{
    	margin: 105px 0 0;
    }
    	
    footer address{
    	font-size: 13px;
    	padding: 40px 0;
    }
	
    
    /* TOPへ戻るボタン
       ========================================================================== */
    #page-top {
    	position: fixed;
    	bottom: 20px;
    	right: 40px;
    	z-index: 100;
		width: auto;
    }
    	
    #page-top a{
    	display: block;
    	transition: ease-in 0.3s;
    }
    	
    #page-top a:hover{
    	opacity: 0.8;
    }
	
	
}