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

html,body{
    padding:0;
    margin:0;
}

a{
	text-decoration: none;
	color: #fff;
}
body{
	font-family: kinuta-maruminfuji-stdn,serif;
    font-weight: 700;
    font-style: normal;
	font-size:1em;
	color: #5C5C5C;

}

.logobox{
	display: none;
	width:250px;
	height: 90px;
}

.indexwrap{
	width: 100%;
	overflow-x: hidden;
}

.text01{
    font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 700;
	font-style: normal;
	font-size:0.8em;
	color: #5C5C5C;

}
 
.text02{
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 700;
	font-style: normal;
	font-size:0.8em;
	color: #5C5C5C;

}

.text03{
	display: block;
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.6em;
	color: #5C5C5C;
	letter-spacing: 0.2em;
	margin: 20px auto;
	margin-left: 8vw;

}


/* box↓ */
 .box_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	margin-top: 100px;
}


.text04{
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.2em;
	color: #efd2ac;
	letter-spacing: 0.4em;
	width: 350px;
	height: 90px;
	z-index: 100;
	padding-left: 25px;
	margin: 0 auto;

}

.box_box02{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 100%;
	height: 90vh;
	overflow: hidden;
	margin-top: 100px;
}

.box_box03{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.text05{
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.0em;
	color: #efd2ac;
	letter-spacing: 0.3em;
	width: 900px;
	height: 480px;
	z-index: 100;
	padding-left: 25px;
	margin:100px auto;

}

.text06{
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.0em;
	color: #efd2ac;
	letter-spacing: 0.3em;
	width: 900px;
	height:1880px;
	z-index: 100;
	padding-left: 25px;
	margin:100px auto;

}

.text07{
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 700;
	font-style: normal;
	font-size:1.0em;
	color: #efd2ac;
	letter-spacing: 0.3em;
	width: 900px;
	height:1280px;
	z-index: 100;
	padding-left: 25px;
	margin:100px auto;

}

.eizolog{
	z-index: 1;
	margin: 0 auto;
}

.center{
	width: 50px;
	height:50px;
	margin:  0 auto;
	background-color:none;
}


/* box↑ */

/* footer *//* footer */
.site-footer{
	
    background: #fff;
    padding: 0px 0 20px 0;
}

.footerbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#efd2ac;
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 100;
	font-style: normal;
	font-size:0.7em;
	color: #fff;
	width: 100%;
	height: 20px;
	padding: 10px;
}
.footerinner{
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	width: 200px;
	justify-content: space-between;
}


.copyright{
    text-align: center;
	letter-spacing: 0.3em;
	text-decoration: none;
	float: right;
	margin-right: 35px;
}


.footer_add{
	width: 100%;
	padding: 10px 0 0 0;
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.8em;
	color: #3E3E3E;
	text-align: center;
}
.footer_tel{
	width: 100%;
	padding: 0 0 10px 0;
	font-family: kinuta-maruminfuji-stdn,serif;
	font-weight: 400;
	font-style: normal;
	font-size:0.8em;
	color: #3E3E3E;
	text-align: center;
}
.footer_iconbox{
	display: none;
	flex-direction: row;
}

.footer_icon{
	width: 50%;
	height: 80px;
	border-top: solid 1px #efd2ac;
	border-bottom: solid 1px #efd2ac;
	background-color: #efd2ac;
	text-align: center;
	padding: 25px;
	color: #fff;
	font-size:0.7em;
	letter-spacing: 0.3em;
	font-weight: 100;
	
}
#rightborder{
	border-right:  solid 1px #fff;
}

/* header *//* header */
ul {
  list-style: none;
}

.header {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.5);
	z-index: 25;
	margin-top: 0px;
		
}

.header .inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
    width: 100%;
	padding: 0 5px;
}


.header-nav a {
    display: inline-block;
	position: relative;
	width: 80px;
    padding: 18px 0 5px 0;
	transition: 0.3s;
}


.header .header-logo_s {
    float: left;
    margin-top: 20px;
	margin-left: 4vw;
	margin-right: 4vw;
    width: 200px;
	height: 40px;
	background-image: url("../img/logo-trans.png");
	background-repeat: no-repeat;
	background-size: contain;
}


.header .header-nav {
	display: flex;
	justify-content: flex-end;
	margin-right: 2vw;
    width: 60vw;
	
}


.header .header-nav li {
    float: left;
    width: 60px;
	margin-right: 3vw;
    text-align: center;
}


/* スクロール後のヘッダー */
.header.fix a {
    display: block;
	margin-top: -6px;
    padding: 8px 0;
	transition: 0.3s;
	
}
.header.fix .text01 {
    display:none;
	
}

.header.fix .header{
	background-color: rgba(255,255,255,0.5);
}

.header.fix .header-logo_s {
	margin-top: 5px;
	transition: 0.3s;
}



.header-nav a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background:#efd2ac;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;

}
.header-nav a:hover:before {
	transform: scale(1);
}

/* terms */
.privacytext{
	display: flex;
	flex-direction: column;
	color: #192f61;
	width: 90vw;
	height: auto;
	margin: 20px auto;
	margin-left: 8vw;
	border: #0044FF;
	font-family: dnp-shuei-gothic-kin-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:0.8em;
	letter-spacing: 0.3em;
	line-height: 1.5em;

}
.privacyinner_st{
	width: 80vw;
}

.privacyinner_subt{
	margin-top: 20px;
	font-size: 1em;
	font-weight: 700;
	
}

.privacyinner01{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.privacyinner02{
	width: 20vw;
	margin-top: 20px;
	
}
.privacyinner03{
	display: flex;
	flex-direction: column;
	flex-wrap:nowrap;
	margin-top: 20px;
	width: 60vw;
}

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

.privacytext{
	font-size:0.6em;
}

.privacyinner02{
 letter-spacing: 0.2em;
 min-width: 100px;
}

}



@media screen and (max-width: 960px) {
/* 960pxまでの幅の場合に適応される */
	
	.text01{
		display: none;
	}

	.header-nav a {
    padding: 12px 0 5px 0;
}
	
	.inner_box{
	top:  25vw;
	right: 6vw;
	height:160px;
	width: 380px;
    padding: 2%;
	font-family: kinuta-maruminfuji-stdn,serif;
    font-weight: 700;
    font-style: normal;
	font-size: 3.0em;
	line-height:1.1em;
	color: #efd2ac;
}



.inner_in_text{
	position: relative;
	margin-top: -200px;
	margin-left: -30px;
}
	
}

.iconbox{
	display: none;
	
}
.com_tex{
	font-family: kinuta-maruminfuji-stdn,serif;
    font-style: normal;
    font-weight: 500;
	font-size:0.8em;
	margin-top: 150px;
	
}
.com_tex2{
	margin: 0 auto;
	padding: 25px;
	width: 80vw;
	font-family: kinuta-maruminfuji-stdn,serif;
    font-style: normal;
    font-weight: 500;
	font-size:0.7em;
	margin-top: 100px;
	
}
