/* INDEX
livedoor Blog CSS
FileName: Genta Kamiyama Official Web site
LastUpdate:  2014.12.25
----------------------------------------------- */
* {
	font-family: "･ﾒ･鬣ｮ･ﾎｳﾑ･ｴ Pro W3", "Hiragino Kaku Gothic Pro", "･皈､･�ｪ", Meiryo, Osaka, "｣ﾍ｣ﾓ ｣ﾐ･ｴ･ｷ･ﾃ･ｯ", "MS PGothic", sans-serif;
	font-size:16px;
	color:#666;
}
h2{
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	font-family:'繝偵Λ繧ｮ繝取�譛� Pro W6','Hiragino Mincho Pro','HGS譏取悃E','�ｭ�ｳ �ｰ譏取悃','MS PMincho','繝｡繧､繝ｪ繧ｪ',Meiryo,serif;
}
img {
	-ms-interpolation-mode: bicubic;
	width: auto;
	height: auto;
	width: auto\9; /* ie8 */
}
.flex{
	display: flex;
	width: 80%;
	margin: 50px auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_box{
	width: 30%;
	margin-bottom: 20px;
}
.flex_box img{
	width: 100%;
}
.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}
html, body {
    margin: 0;
    padding: 0;
}
#wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#map_canvas { height: 100% }
.fc{
	clear:both;
}

/* ･皈ﾋ･蝪ｼ･ﾐ｡ｼ
----------------------------------------------- */
#navi {
	background-color:#FFF;
	width:95%;
	margin:20px;
	z-index: 10;
	position:fixed!important;
}
#navi h1{
	float:left;
	padding:10px;
	left:30px;
}
#navi p{
	padding:10px;
	float:right;
	right:50px;
}

#header {
    height: 30px;
}
#header #nav-open {
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 200;
    margin: 0;
	background-color:#FFF;
}
#header #nav-open a {
    position: absolute;
    top: 5px;
    right: 10px;
}
#gNav {
    width: 100%;
    position: absolute;
    top: -180px;
    z-index: 100;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    text-align: center;
	background-color:#FFF;
}
#gNav:target {
    top: 30px;
}


#top{
	width:100%;
	height:650px;
	position:relative;
	background-image:url(../images/top_back.png);
}
.profile-photo{
	position:absolute;
	right:50px;
	bottom:0;
}
.chatti{
	position:absolute;
	left:20px;
	top:50px;
}
.panf{
	position:absolute;
	left:20px;
	bottom:10px;
}
#profile{
	width:100%;
	height:650px;
	position:relative;
	background-color:#FFF;
}
.logo{
	width:500px;
	position:absolute;
	left:150px;
	top:100px;
}
.profile-text{
	width:500px;
	position:absolute;
	right:50px;
	top:150px;
}
#omoi_title{
	background-color:#CCC;
	width:100%;
	text-align:center;
}
.omoi_title_p{
	width:50%;
}
#voice_title{
	background-color:#CCC;
	width:100%;
	text-align:center;
}
.voice_title_p{
	width:50%;
}
#omoi_1{
	width:100%;
	height:600px;
	position:relative;
	background-image:url(../images/images01.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.omoi_p_1{
	width:500px;
	position:absolute;
	left:150px;
	top:100px;
}
#omoi_2{
	width:100%;
	height:600px;
	position:relative;
	background-image:url(../images/images02.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.omoi_p_2{
	width:500px;
	position:absolute;
	left:150px;
	top:100px;
}
#omoi_3{
	width:100%;
	height:600px;
	position:relative;
	background-image:url(../images/images03.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.omoi_p_3{
	width:500px;
	position:absolute;
	left:150px;
	top:100px;
}
#omoi_4{
	width:100%;
	height:600px;
	position:relative;
	background-image:url(../images/images04.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.omoi_p_4{
	width:500px;
	position:absolute;
	left:150px;
	top:100px;
}
#seisaku_1{
	width:100%;
	height:600px;
	position:relative;
	background-image:url(../images/images05.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.seisaku_p{
	width:300px;
	position:absolute;
	left:250px;
	top:100px;
}

.seisaku{
	width:100%;
}
.gmap{
	width:100%;
	height:450px;
	/*margin-top:40px;*/
}
.address{
	padding:50px;
}
.facebook{
	width:30px;
	margin-top:30px;
}
.copyright{
	text-align:center;
}
.nav-open{
	display: none;
}
.panf2{
	display: none;
}

@media (max-width: 780px) {
	.panf{
		display: none;
	}
	.panf2{
		display:block;
		margin: 0 auto!important;
		text-align: center!important;
		padding-top: 20px;
	}
	.panf2 a img{
		width: 80%;
	}
}
@media (max-width: 950px) {
	.nav-open{
		display:block;
	}
}
@media (max-width: 640px) {
	.flex_box{
		width: 98%;
		margin-bottom: 20px;
	}
}
@media (max-width: 1300px) {
#top{
	width:100%;
	height:520px;
	position:relative;
	background-image:url(../images/top_back.png);
}
.profile-photo{
	position:absolute;
	width:400px;
	right:50px;
	bottom:0;
}
.chatti{
	position:absolute;
	width:400px;
	left:100px;
	top:30px;
}
#profile{
	width:100%;
	height:520px;
	position:relative;
}
.logo{
	position:absolute;
	width:400px;
	left:50px;
	top:50px;
}
.profile-text{
	position:absolute;
	width:200px;
	right:50px;
	top:100px;
}
#profile{
	width:100%;
	height:500px;
	position:relative;
	background-color:#FFF;
}
/*.logo{
	width:400px;
	position:absolute;
	left:80px;
	top:80px;
}*/
.profile-text{
	width:400px;
	position:absolute;
	right:50px;
	top:130px;
}
#omoi_1{
	height:500px;
	position:relative;
	background-image:url(../images/images01.png);
	background-size:1300px;
}
#omoi_2{
	height:500px;
	position:relative;
	background-image:url(../images/images02.png);
	background-size:1300px;
}
#omoi_3{
	height:500px;
	position:relative;
	background-image:url(../images/images03.png);
	background-size:1300px;
}
#omoi_4{
	height:500px;
	position:relative;
	background-image:url(../images/images04.png);
	background-size:1300px;
}
#seisaku_1{
	width:100%;
	position:relative;
	background-image:url(../images/images05.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.seisaku_p{
	width:250px;
	position:absolute;
	left:180px;
	top:100px;
}
}
.youtube{
	width:50%;
	text-align: center!important;
	margin: 0 auto!important;
	margin-top: 40px!important;
	margin-bottom: 50px!important;
}
.youtube2{
position:relative;
width:100%;
padding-top:56.25%;
}
.youtube2 iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
@media (max-width: 1000px) {

.logo{
	width:42%;
	position:absolute;
	left:10px;
	top:10px;
}
.profile-text{
	width:42%;
	position:absolute;
	rgiht:10px;
	top:70px;
}
}
@media (max-width: 800px) {
#top{
	width:100%;
	height:300px;
	position:relative;
	background-image:url(../images/top_back.png);
}
.youtube{
	width:90%;
}
.profile-photo{
	position:absolute;
	width:300px;
	/*left:300px;*/
	right: 0;
	bottom:0;
}
.chatti{
	position:absolute;
	width:250px;
	left:20px;
	top:80px;
}
#profile{
	width:100%;
	height:350px;
	position:relative;
	background-color:#FFF;
}
#omoi_1{
	background-size:800px;
	height:300px;
	position:relative;
	background-image:url(../images/images01.png) ;
}
.omoi_p_1{
	width:300px;
	position:absolute;
	left:60px;
	top:100px;
}
#omoi_2{
	background-size:800px;
	height:300px;
	position:relative;
	background-image:url(../images/images02.png) ;
}
.omoi_p_2{
	width:300px;
	position:absolute;
	left:60px;
	top:100px;
}
#omoi_3{
	background-size:800px;
	height:300px;
	position:relative;
	background-image:url(../images/images03.png) ;
}
.omoi_p_3{
	width:300px;
	position:absolute;
	left:60px;
	top:100px;
}
#omoi_4{
	background-size:800px;
	height:300px;
	position:relative;
	background-image:url(../images/images04.png) ;
}
.omoi_p_4{
	width:300px;
	position:absolute;
	left:60px;
	top:100px;
}
#seisaku_1{
	width:100%;
	position:relative;
	background-image:url(../images/images05.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.seisaku_p{
	width:200px;
	position:absolute;
	left:50px;
	top:100px;
}
}
.chatti_sp{
	display: none;
}

@media (max-width: 950px) {
#navi .menu{
	display:none;
	visibility:hidden;
}
}
@media (max-width: 700px) {
#navi {
	background-color:#FFF;
	width:90%;
	margin:20px;
	height:40px;
	z-index: 10;
	position:fixed!important;
}
#navi h1{
	float:left;
	padding:10px;
	left:30px;
}

#header {
    height: 30px;
}
#header #nav-open {
    position: absolute;
    width: 100%;
    height: 20px;
    z-index: 200;
    margin: 0;
	background-color:#FFF;
}
#header #nav-open a {
    position: absolute;
    top: 5px;
    right: 10px;
}
#gNav {
    width: 100%;
    position: absolute;
    top: -180px;
    z-index: 100;
    transition: top 1s;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    text-align: center;
	background-color:#FFF;
}
#gNav:target {
    top: 30px;
}
}
@media (max-width: 400px) {
#top{
	width:100%;
	/*height:400px;*/
	position:relative;
	background-image:url(../images/top_back.png);
}
.profile-photo{
	position:absolute;
	width:70%;
	left:auto;
	right: 10px!important;
	bottom:0;
}
.chatti{
	display: none;
}
.chatti_sp{
	display: block;
	position:absolute;
	height:70%;
	left:20px;
	top:25%;
}

#profile{
	width:100%;
	height:600px;
	position:relative;
	background-color:#FFF;
}
.logo{
	position:absolute;
	width:70%;
	left:50px;
	top:20px;
}
.profile-text{
	position:absolute;
	width:90%;
	left:5%;
	top:250px;
}
#seisaku_1{
	width:100%;
	position:relative;
	background-image:url(../images/images05.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.seisaku_p{
	width:150px;
	position:absolute;
	left:10px;
	top:10px;
}
#omoi_1{
	background-size:320px;
	height:300px;
	position:relative;
	background-image:url(../images/images01_sp.png) ;
}
.omoi_p_1{
	width:200px;
	position:absolute;
	left:10px;
	top:15px;
}
#omoi_2{
	background-size:320px;
	height:300px;
	position:relative;
	background-image:url(../images/images02_sp.png) ;
}
.omoi_p_2{
	width:200px;
	position:absolute;
	left:10px;
	top:15px;
}
#omoi_3{
	background-size:320px;
	height:300px;
	position:relative;
	background-image:url(../images/images03_sp.png) ;
}
.omoi_p_3{
	width:200px;
	position:absolute;
	left:10px;
	top:15px;
}
#omoi_4{
	background-size:320px;
	height:300px;
	position:relative;
	background-image:url(../images/images04_sp.png) ;
}
.omoi_p_4{
	width:200px;
	position:absolute;
	left:10px;
	top:15px;
}

}