/* STYLES
-------------------------------------------------- */

/* fadein */
.fadein {
        opacity: 1;
/*         opacity: 0.3; */
        transition: opacity .4s;
    }
.fadein.scrollin {
        opacity: 1;
}

/* font */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}
html,body {
	height: 100%;
}
body {
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	color: #4C4948;
}

section{
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.pc-non{display: none;}
.smp-non{display: block;}



/* common */
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}


a:link, a:visited  { color: #333333; text-decoration: none; }       
a:hover, a:active  { color: #999999; text-decoration: none; } 

footer a:link, footer a:visited  { color: #333333; text-decoration: none; }       
footer a:hover, footer a:active  { color: #999999; text-decoration: none; } 


.mt20{ margin-top: 20px; }

body,#wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* header */
#global-head {
	position: fixed;
	width: 250px;
	height: 100%;
	text-align: center;
	padding-top: 40px;
	background: #ffffff;
	z-index: 100;
	border-right: solid 1px #f0f0f0;
}
#global-head h1.tl {
	width: 180px;
	height: 150px;
	margin: auto;
	position: relative;
}
#global-head h1.tl img {
	width: 180px;
}

#sidebar {
	font-size: 16x;
	padding-top: 100px;
	width: 250px;
	height: 100%;
	position: absolute;
	color: #033560;
	text-align: center;
	background: none;
}

#global-nav ul {
	font-size: 14px;
	font-weight: 700;
	font-family:'Noto Sans Japanese',sans-serif;
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav a:hover {
	color: #a7a04d;
}
#global-nav .sub-menu-nav a{
	width: 230px;
}
#global-nav .current a {
	color: #a7a04d;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    z-index: 9999;
    background: #949494;
    width: 40px;
}
#page-top a {
    text-decoration: none;
    color: #ffffff;
    padding: 8px 0;
    text-align: center;
    display: block;
    border-radius: 0px;
}
#page-top a:hover {
    text-decoration: none;
}


/* footer */
footer{
	margin-top: auto;
	width: 100%;
	padding-left: 250px;
	box-sizing: border-box;
	background-color: #dedede;
	min-width: 1120px;
}
footer .inner{
	min-width: 810px;
	position: relative;
	z-index: 999;
	width: 90%;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 180%;
}
footer .inner .ft-txt{
	vertical-align: middle;
	position: absolute;
	right: 6%;
	top: 40%;
	width: 40%;
	display: table-cell;
	text-align: right;
}
footer .inner .ft-txt p.link{
	display: inline;
	font-size: 12px;
	margin-right: 4em;
}
footer .inner .ft-txt p.copy{
	display: inline;
	padding-top: 0;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	color: #333333;
}
footer .inner .ft-logo {
	width: 60px;
	position: relative;
	float: left;
	padding-right: 20px;
}
footer .inner .ft-logo img {
	width: 100%;
}
footer .inner p.ft-name {
	clear: both;
	font-size: 16px;
	line-height: 180%;
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-weight: 700;
}
footer .inner p.ft-add {
	font-size: 12px;
	line-height: 160%;
}



/* container */
#container{
	width: 100%;
	margin: 0 ;
	position: relative;
	padding-left: 250px;
	box-sizing: border-box;
	background: #ffffff;
}
#top > #wapper > #container h2 {
    font-size: 24px;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #ffffff;
	padding-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
#top > #wapper > #container > section.contents h2,
#snd > #wapper > #container > section.contents h2  {
    font-size: 24px;
    line-height: 160%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding-top: 0;
	margin-bottom: 25px;
	text-align: center;
}
#snd > #wapper > #container > section.contents .box_cnt4 h2 {
    font-size: 28px;
	color: #98945c;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}
#snd > #wapper > #container > section.contents .box_cnt8 h2 {
    font-size: 24px;
    line-height: 160%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding-top: 0;
	margin-bottom: 35px;
}
#top > #wapper > #container h5 {
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
    font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #ffffff;
	padding-top: 0;
	margin: 0 auto 30px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ffffff;
}

#snd > #wapper > #container h2 {
    font-size: 20px;
    line-height: 140%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #ffffff;
	padding: 0;
	margin-bottom: 0;
}
#snd > #wapper > #container h2 span {
	letter-spacing: 0.1em;
    font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #ffffff;
	padding: 0;
	margin-bottom: 0px;
	display: block;
}


#snd > #wapper > #container h2.other {
    font-size: 30px;
    line-height: 100%;
}
#snd > #wapper > #container h2.other span {
    font-size: 22px;
    line-height: 100%;
}

#snd > #wapper > #container .box_cnt1 h3 {
    font-size: 20px;
    line-height: 140%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding: 0;
	margin-bottom: 30px;
		border-bottom: none;
		text-align: center;
		display: block;
}


#top > #wapper > #container > section.contents h4,
#snd > #wapper > #container > section.contents h4 {
    font-size: 16px;
    line-height: 240%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding-top: 0;
	text-align: center;
}
#top > #wapper > #container > section.contents,
#snd > #wapper > #container > section.contents{
	position:relative;
	min-width: 810px;
	width: 62.5%;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}
#container p{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
#top > #wapper > #container h3,
#snd > #wapper > #container h3 {
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
    font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #a7a04d;
	padding-top: 0;
	margin: 0 auto 40px;
	padding-bottom: 8px;
	border-bottom: 2px solid #a7a04d;
}
#snd > #wapper > #container > section.contents > .box_pp h4 {
    font-size: 16px;
    line-height: 240%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding-top: 25px;
	text-align: left;
}




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

.pc-non{display: block;}
.smp-non{display: none;}

#global-head {
	position: fixed;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
	background: none;
	z-index: 1500;
	border-right: none;
	background: #ffffff;
}
#global-head h1.tl {
	width: 50%;
	height: auto;
	margin: 0;
	position: relative;
}
#global-head h1.tl img {
	width: 100%;
}
#sidebar {
	position: fixed;
    right: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    color: #333;
    background: #fff;
    transition: .35s ease-in-out;
    border-right: none;
    z-index: 200 !important;
}
#global-nav ul {
	font-size: 16px;
	font-weight: 700;
	font-family:'Noto Sans Japanese',sans-serif;
	list-style: none;
	margin-left: 0;
}
#nav-toggle {
    display: block;
    cursor: pointer;
}
/* nav open */
.open {
    overflow: hidden;
}
.open #overlay {
    display: block;
}
.open #sidebar  {
    transform: translate3d(-300px,0,0);
}
/* #nav-toggle close */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
}
/* z-index */
#overlay {
    z-index: 100;
}
#sidebar {
    z-index: 300;
}
#nav-toggle {
    z-index: 9000;
}

/* container */
#container{
	width: 100%;
	margin: 0;
	position: relative;
	padding-left: 0;
	box-sizing: border-box;
	background: #ffffff;
	
	padding-top: 15%;
}
#top > #wapper > #container h2{
    font-size: 18px;
    line-height: 24px;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #ffffff;
	padding-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
#snd > #wapper > #container h2 {
    font-size: 14px;
    line-height: 110%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #ffffff;
	padding: 0;
	margin-bottom: 0;
}
#snd > #wapper > #container h2 span {
	letter-spacing: 0.1em;
    font-size: 26px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #ffffff;
	padding: 0;
	margin-bottom: 0px;
	display: block;
}
#snd > #wapper > #container h2.other {
    font-size: 26px;
    line-height: 20px;
}
#snd > #wapper > #container h2.other span {
    font-size: 14px;
    line-height: 14px;
}

#snd > #wapper > #container .box_cnt1 h3 {
    font-size: 16px;
    line-height: 150%;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 400;
	color: #333333;
	padding: 0;
	margin-bottom: 20px;
		border-bottom: none;
		text-align: center;
		display: block;
}

#top > #wapper > #container > section.contents h2,
#snd > #wapper > #container > section.contents h2 {
    font-size: 18px;
    line-height: 24px;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
#snd > #wapper > #container > section.contents .box_cnt4 h2 {
    font-size: 18px;
	color: #98945c;
}
#snd > #wapper > #container > section.contents .box_cnt8 h2 {
    font-size: 18px;
    line-height: 24px;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
#top > #wapper > #container h5,
#snd > #wapper > #container h5 {
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
    font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #ffffff;
	padding-top: 0;
	margin: 0 auto 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ffffff;
}
#top > #wapper > #container > section.contents h4,
#snd > #wapper > #container > section.contents h4 {
    font-size: 14px;
    line-height: 200%;
	font-family:'Noto Sans Japanese',sans-serif;
	color: #333333;
	padding-top: 0;
	text-align: center;
	font-weight: normal;
}
#top > #wapper > #container > section.contents{
	position:relative;
	min-width: auto;
	width: 80%;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
}
#snd > #wapper > #container > section.contents{
	position:relative;
	min-width: auto;
	width: 80%;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}
#container p{
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	padding: 0;
	text-align: left;
}
#top > #wapper > #container h3,
#snd > #wapper > #container h3 {
	letter-spacing: 0.1em;
	display: inline-block;
	position: relative;
    font-size: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #a7a04d;
	padding-top: 0;
	margin: 0 auto 25px;
	padding-bottom: 8px;
	border-bottom: 2px solid #a7a04d;
}


/* footer */
footer{
	width: 100%;
	padding-left: 0;
	min-width: auto;
}
footer .inner{
	min-width: auto;
	position: relative;
	z-index: 999;
	width: 96%;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 180%;
}
footer .inner .ft-txt{
/* 	vertical-align: middle; */
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	display: block;
	text-align: center;
}
footer .inner .ft-txt p.link{
	display: block;
	font-size: 12px;
	margin-right: 0;
	
}
footer .inner .ft-txt p.copy{
	display: block;
	padding-top: 20px;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	color: #333333;
}
footer .inner .ft-logo-box{
	display: table;
	margin: 0 auto 20px;
}
footer .inner .ft-logo {
	width: 50px;
	position: relative;
	float: left;
	padding-right: 10px;
}
footer .inner .ft-logo img {
	width: 100%;
}
footer .inner p.ft-name {
	clear: both;
	font-size: 14px;
	line-height: 180%;
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-weight: 700;
}
footer .inner p.ft-add {
	font-size: 10px;
	line-height: 160%;
}



}