@charset "UTF-8";
/* CSS Document */
html, body {
	height:100%;
	}
body{
	background-color:#fff;
	color:#000;
	}
.pc { display:none }
.sp	{}

/*font---------------------------*/	
h1, h2, h3, h4, #global-nav, .scroll_button { 
	font-family: "Noto Sans Japanese";
	font-weight:normal;
	text-transform: capitalize
	}		
	
/*loading---------------------------------*/
.loading {
	display:none;
	}


/* menu-content 
-------------------------------------------*/	
#menu-content {
	position:absolute;
	top:0;
	width:100%;
	line-height:100%;
	z-index: 100;
	}

/* copyright */
#menu-content #copyright {
	position:fixed;
	bottom:1.5em;
	right:2.25em;
	z-index: 200;
	text-align:right;
	width:auto;
	font-size:0.75em;
	letter-spacing:0.1em;
	color:rgba(255,255,255,1.00);
	}
/* mobile-nav */
#menu-content #mobile-nav {
	position: relative;
	height: 4em;
}
/* #global-nav */
#menu-content #global-nav {
	display:none;
	position: fixed;
	top:0;
	padding-top:4.25em;
	width: 100%;
	text-align: center;
	z-index: 101;
	background-color:rgba(255,255,255,0.5);
}

/* mobile-nav
-------------------------------------------*/	
#mobile-nav #logo {
	position: absolute;
	left: 0.75em;
	top: 0.25em;
	z-index:100;
}
#mobile-nav #logo img {
	background-image:url("img/logo_black.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0.2em;
	margin-left: -0.3em;
}
#mobile-nav #mobile-toggle {
    position: absolute;
    right: 2em;
    top: 2em;
    width: 2.5em;
    height: 1.5em;
    cursor: pointer;
    z-index: 103;
}
/* mobile-nav --- Toggle Button*/
#mobile-toggle div { position:relative; }
#mobile-toggle span {
    display: block;
    position: absolute;
    height: 0.25em;
    width: 100%;
	background-color:rgba(0,0,0,1.00);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#mobile-toggle span:nth-child(1) { top:0; }
#mobile-toggle span:nth-child(2) { top:0.75em; }
#mobile-toggle span:nth-child(3) { top:1.5em; }
/* mobile-nav --- Toggle Button animation */
.open #mobile-toggle span {
	background-color:rgba(50,50,50,1.00)
	}
.open #mobile-toggle span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #mobile-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open #mobile-toggle span:nth-child(1) { top:0.75em; }
.open #mobile-toggle span:nth-child(2) { width:0; right:50%; }
.open #mobile-toggle span:nth-child(3) { top:0.75em; }

/* global-nav
-------------------------------------------*/
#global-nav ul {
	padding:1em 1em 3em;
	font-size:1.25em;
	letter-spacing: 0.05em;
	text-align:center;
	}
#global-nav ul li,
#global-nav ul li a,
#global-nav ul li div  {
	color:#000;
	display:block;
	line-height:3;
	text-decoration:none;
	-webkit-transition: color .3s;
	transition: color .3s;
	}
#global-nav ul li:hover,
#global-nav ul li a:hover,
#global-nav ul li div:hover {
	color:#999;
	cursor: pointer;
	}	
#global-nav #slidebox {
	display:none;
	font-size:0.75em;
	padding:0.5em 0 2.5em;
	border-top:1px dotted #333;
	}	
#slide_menu #button {
	cursor: pointer;
	}
	
.insta a {
	background-image:url(img/insta.png);
	background-repeat:no-repeat;
	display:block;
	width:2em;
	height:2em;
	background-size:contain;
	background-position:center;
	margin:1em auto 0;
	opacity:1;
}
	
.insta a:hover {
	opacity:0.5;
}		

/*------------------------------------------------------------------
	modal
------------------------------------------------------------------*/
.modal-content {
	background-color: rgba(255,255,255,0.8);
	color:#000;
	}
.modal-close {
	color:#666;
	}
.modal-close:hover {
	color:#000;
	}
.modal-overlay {
	background-color: rgba(255,255,255,0.6);
	}
.modal-content a {
	color:#666;
	}
.modal-content a:hover {
	color:#000;
	}
.modal-content .scroll_button {
	margin-top:-2em;
	}
.modal-content .scroll_button a {
	margin-right:1em;
	color:#333
	}
.modal-content .scroll_button a:hover {
	color:#999
	}	
.modal-content .modal-text {
	padding-top:3.5em;
	line-height:180%;
	}

.modal-content .modal-inner>div	{
	width:92%;
	}
#con_news .modal-inner>div {
	width:100%;
	}
		
/* news_text-----------------------------------------------*/
.news_text {
	line-height:150%
	}
.news_text ul {
	padding-left:0em;
	padding-right: 3em;
	}	
.news_text li {	
	list-style:none;
	margin-bottom:1em;
	font-size:0.9em;
	}
.news_text h4 {
	text-transform:none;
	font-size:1.3em;
	letter-spacing:0.1em;
	text-indent:-0.4em;
	border-top:1px dotted #aaa;
	margin:0.75em 0 0;
	padding-top:0.8em;
	line-height:150%
	}
.news_text h4 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	display:inline;
	margin-left:1em;
	letter-spacing:0.1em;
	}
.news_text span {
	margin:0 1.1em 0 0.3em;
	}
.news_text a {
	letter-spacing:0.1em;
	}
#news_top {
	font-size: 2em;
	line-height: 100%;
	position: absolute;
	bottom: 0.4em;
	right: 0.75em;
	color: #999;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;	
	}

/* con_archive-----------------------------------------------*/
#con_archive {
	height:auto;
	}

#con_archive h3 {
	display:inline;
	margin-right:2em;
	}
#con_archive a {
	color:#000;
	margin-right:1em;
	}
#con_archive a:hover {
	color:#666;
	}

/* slide menu---------*/
#slide_menu {
	}
#slide_menu #button {
	cursor: pointer;
	}
#slide_menu #slidebox {
	padding:.75em 1.5em 1em;
	line-height:180%;
	display: none;
	}
	
			
/*------------------------------------------------------------------
	768px
------------------------------------------------------------------*/
@media screen and (min-width : 768px){
body {}
}


/*------------------------------------------------------------------
  1024px
------------------------------------------------------------------*/
@media screen and (min-width : 1024px) {
body {}
.pc { display:block }
.sp	{ display:none }

/* menu-content 
-------------------------------------------*/	
#menu-content {
	position:fixed;
	top:inherit;
	bottom:0;
	}
/* copyright */
#menu-content #copyright {
	bottom:2.5em;
	right:3em;
	color:rgba(0,0,0,1.00);
	}
/* mobile-nav */
#menu-content #mobile-nav {
	position: relative;
	height: 4em;
}
/* #global-nav */
#menu-content #global-nav {
	display:block;
	padding-top:0;
	top:inherit;
	bottom:0;
	}

/* mobile-nav
-------------------------------------------*/	
#mobile-nav #logo {
	position: fixed;
	left: 0.75em;
	top: 0.45em;
}
#mobile-nav #logo img {
	margin-bottom: 0em;
	margin-left: 0em;
}
#mobile-nav #mobile-toggle {
    display: none;
}

/* global-nav
-------------------------------------------*/
#global-nav,
#global-nav #slidebox {
	background:rgba(255,255,255,.5);
	}
#global-nav ul {
	font-size:1em;
	text-align:left;
	padding-top:1.5em;
	padding-bottom:1.5em;
	}
#global-nav ul li {
	width:auto;
	float:left;
	margin-left:2em;
	}
#global-nav #slide_menu {
	position:relative;
	}
#global-nav #slidebox {
	position:absolute;
	border:none;
	top:-11.5em;
	left:-1.5em;
	width:10em;
	font-size:1em;
	padding:0.5em 2em;
	}
.insta a {
	background-image:url(img/insta.png);
	background-repeat:no-repeat;
	display:block;
	width:2em;
	height:2em;
	background-size:contain;
	background-position:center;
	margin:0.5em auto 0;
	opacity:1;
	
}

.insta a:hover {
	opacity:0.5;
}

}