/************************************************************************************
RESET
*************************************************************************************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; text-size-adjust: none; }
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;padding: 0;}
img, fieldset {border: 0;}
img {max-width: 100%;height: auto;}
.ie8 img {width: auto;height: auto;}
#mapCanvas img {max-width: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;margin: 0;padding: 0;}
ul,ol {list-style-type: none;}
p {margin: 0;padding: 0;}
a {text-decoration: none;outline: none;color: #333333;}
a:hover {color: #000000;text-decoration: underline;}
ul, ol {margin: 0px;padding: 0px;}
li {margin: 0;padding: 0;}
blockquote {padding: 0 30px 15px;}
h1, h2, h3, h4, h5, h6 {font-weight: bold;margin: 0px;padding: 0px;}
h1, h2 {color: #3E3E3E;}
h3 {font-size: 140%;}
h4 {}
strong {
	color: #669900;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
}

#imagelightbox {position: fixed;z-index: 9999;}
#imagelightbox-overlay{
    background-color: #000;
	background-color: rgba( 0, 0, 0, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.skrollr-desktop body {height:100% !important;}
.parallax-image-wrapper {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
}

.parallax-image-wrapper-50 {height:50%;top:-50%;}
.parallax-image-wrapper-100 {height:100%;top:-100%;}
.parallax-image {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.parallax-image-50 {height:200%;top:-50%;}
.parallax-image-100 {height:100%;top:0;}
.parallax-image.skrollable-between {display:block;}

.gap {
	background:transparent center no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	overflow:hidden;
	*zoom:1;
}

.gap-50 {height:50%;}
.gap-100 {height:100%;}

.skrollr .gap {background:transparent !important;}

ul#nav {
	position: fixed;
	z-index: 3000;
	margin-top:-52px;
	top: 50%;
	right: 20px;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	display: inline-block;
}

ul#nav li a {
	background-color: #787878;
	display: block;
	height: 10px;
	width: 10px;
	text-indent: -9999px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 13px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	transition: linear 0.1s;
}

ul#nav li a:hover {
	height: 14px;
	width: 14px;
	-webkit-transition: linear 0.1s;
	-moz-transition: linear 0.1s;
	transition: linear 0.1s;
	background-color: #0E386D;
	margin-left: -2px;
	position: relative;
}

ul#nav li.current a {
	height: 14px;
	width: 14px;
	background-color: #0E386D;
	margin-left: -2px;
	position: relative;
}

/*
-------------------------------------------
	E F F E C T
-------------------------------------------
*/

/* ----1.5------------------ */

.slidemenu__toggle__bar {-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-moz-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}

/* ----0.6------------------ */

a img.alfa,ul.lookbox li a img,#pagetop a, dl.marriagering dt a img,ul.collection li a img{-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);-moz-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);}

/* ----0.3------------------ */

ul.slidemenu__nav li a:after,
ul.category-navi li a:before,
#footer ul.subnavi li a:after,
.slidemenu__nav,
.slidemenu__nav__child,
ul.slidemenu__nav li a,#header,.fixed #navigation {-webkit-transition:all .3s cubic-bezier(.19,1,.22,1);-moz-transition:all .3s cubic-bezier(.19,1,.22,1);transition:all .3s cubic-bezier(.19,1,.22,1);}

/*
===== #新セクション制御 ==========================================
*/

#topimage {
	position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../images/topimage/main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#topimage-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
	background-color: rgba(255, 255, 255, 0);
}

#topimage-container {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

.mark {
    position:absolute;
	top: 2%;
	left:4%;
	max-width: 80px;
	z-index: 1000;
}

.mark a {display: block;}

.nameimage {
	width:100%;
	max-width:700px;
	position: absolute;
	top: 0px;
	right: 14%;
	margin: auto;
	padding: 0px;
	left: auto;
	bottom: 0px;
	height: 500px;
}

.nameimage h2{
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 100;
	color: #ED5701;
	margin-bottom: 20px;
	text-align: center;
}

#topimage-container figure {
    width:100%;
	max-width:700px;
	margin:0 auto 0px;
}

#topimage-container figure img {
    width: 100%;
}

#topimage-container p.catch {
	width: 60%;
	max-width:260px;
	margin:30px auto 0;
}

#topimage-container p img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.topbanner {
    position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0;
	line-height: 0;
	z-index: 10;
	max-width: 400px;
	width: 100%;
}

.topbanner figure {
    display: inline-block;
	width: 48%;
}

.topbanner figure:last-of-type {
    margin-left: 2%;
}

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

    .topbanner {
        max-width: 300px;
    }
	
	.topbanner figure {
        width: 50%;
		margin-left: 0%!important;
    }
	
	.topbanner figure:last-of-type {
        margin-top: 5px;
    }

}

p.kouen {
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 100;
	text-align: center;
	width: 100%;
}

p.kouen:after {
	content:'';
	display:inline-block;
	background-image:url(../images/share/link.svg);
	background-size:20px 20px;
	width:20px;
	height:20px;
	margin-left: 5px;
	vertical-align: -11%;
}

a.links:after {
	content:'';
	display:inline-block;
	background-image:url(../images/share/link.svg);
	background-size:20px 20px;
	width:20px;
	height:20px;
	margin-left: 5px;
	vertical-align: -11%;
}

#topimagegazo{width:auto;padding:0;background-attachment:fixed}
#topimagegazo {
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;*zoom:1
}

.inner {
	position: relative;
	height:100%;
	width:96%;
	margin:0 auto;
}

.vertical-center {
	text-align:center;
	width:100%;
	position: absolute;
	top: 47%;
	transform: translateY(-47%);
}

.home {
}

.panel {
    height: 100vh;
}

.panel1 {
}

.panel2 {
}

.panel3 {
}

.panel4 {
}

.panel1,
.panel2,
.panel3,
.panel4 {
	position: relative;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel1-test,
.panel2-test,
.panel3-test,
.panel4-test {
	position: relative;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-seisaku {
	margin: auto;
	padding: 0px;
	height: 210px;
	max-width: 400px;
	width: 90%;
	position: absolute;
	left: 30%;
	top:0;
	right: auto;
	bottom: 10%;
}

.section-profile {
	margin: auto;
	padding: 0px;
	height: 370px;
	max-width: 290px;
	width: 90%;
	position: absolute;
	left: 30%;
	top: 0px;
	right: auto;
	bottom: 0px;
}

.section-contact {
	margin: auto;
	padding: 0px;
	height: 330px;
	max-width: 320px;
	width: 90%;
	position: absolute;
	left: 0;
	top: 0px;
	right: 10%;
	bottom: 0px;
}

.panel1 h2 img,
.panel2 h2 img,
.panel3 h2 img,
.panel4 h2 img {
	width: 100%;
}

.panel1-test h2 img,
.panel2-test h2 img,
.panel3-test h2 img,
.panel4-test h2 img {
	width: 100%;
}

.half-right {
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.half-left {
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.up-and-down {
	width: 100%;
	height: 94%;
	position: relative;
	top: 6%;
}

.topbox,
.bottombox {
	height: 50%;
	width: 100%;
	position: absolute;
	display: table;
}

.topbox {
	top: 0px;
}

.bottombox {
	top: 50%;
}

.topin {
	text-align: center;
	vertical-align: bottom;
	display: table-cell;
	padding-bottom: 50px;
}

.bottomin {
	text-align: center;
	vertical-align: top;
	display: table-cell;
	padding-top: 50px;
}

.topin.mail {
	padding-bottom: 50px;
}

.bottomin.mail {
	padding-bottom: 40px;
	padding-top: 0;
}

.newsthumb {
	max-width:400px;
	width:100%;
	font-size: 0px;
	line-height: 0px;
	margin:0 auto;
	padding:0 20px;
	position: relative;
}

.newsthumb img {
	width:100%;
}

.newsthumb span {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 700;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: auto;
	right: 0px;
	bottom:-30px;
	display: block;
}

.newsthumb a span {
	color: #fff;/* color: #9BDF18 */
	font-weight: 100;
	text-decoration: underline;
	text-shadow: 1px 1px 0px #000;
}

.newsthumb a:hover {
	text-decoration: none!important;
}

.newsthumb h2 {
	position: absolute;
	left: -10px;
	top: -40px;
	max-width:160px;
	width:100%;
}

.newsthumb h2 img {
	width: 100%;
}

.mailthumb {
	max-width:400px;
	width:100%;
	font-size: 0px;
	line-height: 0px;
	margin:0 auto;
	padding:0 20px;
	position: relative;
}

.mailthumb h2 {
    max-width:260px;
	width:100%;
	margin:0 auto;
}

/* お問い合わせボタン ================================================== */
.panel .submitter {margin-top: 40px;margin-bottom:0;text-align: left;width: 100%;}

a.btners {
	max-width:300px;
	width:100%;
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #5ECAE8;
	display: block;
	padding: 20px 5px;
	margin:0 auto;
	text-align: center;
	position: relative;
}

a:hover.btners {
	color: #FFFFFF;
	background-color: #64D8F9;
	text-decoration: none;
}

a.btners span {
	display: inline-block;
}

a.btners span:after {
	content:'';
	background-image:url(../images/icon/arrow.svg);
	background-size:8px 16px;
	width:8px;
	height:16px;
	display:inline-block;
	position: absolute;
	right: 15px;
	margin-top: -8px;
	top: 50%;
}

.panel1 {
    background-image: url(../images/topimage/main4.jpg);
}

.panel1-test {
    background-image: url(../images/topimage/main5.jpg);
}

.panel2 {
    background-image: url(../images/topimage/main6.jpg);
}

.panel2-test {
    background-image: url(../images/topimage/main6.jpg);
}

.panel3 {
    background-image: url(../images/topimage/main2.jpg);
}

.panel3-test {
    background-image: url(../images/topimage/main7.jpg);
}

.panel4 {
    background-image: url(../images/topimage/main1.jpg);
}

/* ----ページネーション------------------ */

.pagination {
	position:fixed;
	right:20px;
	top: 50%;
    transform: translateY(-50%);
	font-size:1.4em;
	z-index: 10;
}

.pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:#fff;
	position:relative;
	padding:4px;
}

.pagination a.active {
	color: #fff;
}

.pagination a.active:after {
	box-shadow:inset 0 0 0 10px;
	border:1px solid #fff;
}

.pagination a .hover-text {
    display:none;
}

.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid #fff;
	border-radius:100%;
	content:'';
	position: absolute;
	margin:auto;
	top:0;
	right:4px;
	bottom:0;
	color: #fff;
}

@media screen and (max-width: 1440px) and (max-height: 900px){

	.nameimage {
		height: 400px;
		width:40%;
    }
	
	.newsthumb {
		max-width:300px;
		width:100%;
		font-size: 0px;
		line-height: 0px;
		margin:0 auto;
		padding:0 20px;
		position: relative;
	}

}

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

	.nameimage {
		height: 500px;
		width:40%;
    }
}



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

	#topimage {
		background-position: center top;
	}
	
	.pagination {
	    display:none;
    }
	
	.section-seisaku {left: 10%;}

}

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


	#topimage {background-image: url(../images/topimage/main-sp.jpg);}
	
	.mark {
	    top: 2%;
	    left:4%;
	    max-width: 40px;
    }
	
	.nameimage {
		width:70%;
		top: auto;
		right: 0;
		left: 0;
		bottom: 10%;
		height: 400px;
    }
	
	.nameimage h2{
	    font-size: 14px;
	    margin-bottom: 10px;
    }
	
	#topimage-container figure {
	    width:80%;
	    margin:0 auto 10px;
    }
	
	#topimage-container p.catch {
		max-width:46%;
	    margin:0px auto;
    }
	.section-seisaku {left: 0;width: 96%;}
	
	.section-profile {
	    left: 0;
		height: 300px;
	    max-width: 280px;
    }
	
	.section-contact {
	    max-width: 320px;
	    right: 0;
    }
	
	.panel1 {background-image: url(../images/topimage/main4-sp.jpg);}
	.panel2 {background-image: url(../images/topimage/main6-sp.jpg);}
	.panel3 {background-image: url(../images/topimage/main2-sp.jpg);}
	.panel4 {background-image: url(../images/topimage/main1-sp.jpg);}
	
	.panel1-test {background-image: url(../images/topimage/main5-sp.jpg);}
	.panel2-test {background-image: url(../images/topimage/main6-sp.jpg);}
	.panel3-test {background-image: url(../images/topimage/main7-sp.jpg);}
	.panel4-test {background-image: url(../images/topimage/main8-sp.jpg);}
	
	.half-right {width: 56%;}
    .half-left {width: 56%;}
	
	a.btners {font-size: 14px;}
}

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

	.panel1,
	.panel2,
	.panel3,
	.panel4 {
		background-position: center top;
	}
	
	panel1-test,
	.panel2-test,
	.panel3-test,
	.panel4-test {
		background-position: center top;
	}
	
	.panel1 {background-image: url(../images/topimage/main4.jpg);}
	.panel2 {background-image: url(../images/topimage/main6.jpg);}
	.panel3 {background-image: url(../images/topimage/main2.jpg);}
	.panel4 {background-image: url(../images/topimage/main1.jpg);}
	
	.panel1-test {background-image: url(../images/topimage/main5.jpg);}
	.panel2-test {background-image: url(../images/topimage/main6.jpg);}
	.panel3-test {background-image: url(../images/topimage/main7.jpg);}
	.panel4-test {background-image: url(../images/topimage/main8.jpg);}
	
	.section-seisaku {
	    height: 210px;
	    max-width: 260px;
    }
	
	.section-profile {
	    max-width: 170px;
		left: auto;
		right: 26%;
    }
	
	.panel4 .topbox {
	    height: 40%;
    }
	
    .panel4 .bottombox {
	    height: 60%;
		margin-top:-30px;
    }
	
	.topin {
	    padding:0 0 40px 0;
    }

	.bottomin {
		padding:40px 0 0 0;
	}
	
	.topin.mail {
	    padding:0 0 10px 0!important;
    }

    .bottomin.mail {
	    padding:10px 0 30px 0!important;
    }
	
	.newsthumb {
		max-width:160px;
	}
	
	.newsthumb h2 {
	    max-width:120px;
		top: -30px;
    }
	
	.newsthumb span {
	    font-size: 10px;
		letter-spacing:-0.05em;
    }
	
	.mailthumb {
	    max-width:200px;
    }
	
	.panel .submitter {margin-top: 10px!important;}
	a.btners span:after {content:none;}

}

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

	.nameimage {
		width:86%;
		bottom: 10%;
		height: 380px;
    }
	.section-seisaku {
		height: 110px;
	}
	
	.section-profile {
		height: 250px;
    }
	
	.section-contact {
	    height: 240px;
    }
	
	.panel .submitter {margin-top: 20px;}
}

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

	.nameimage {
		width:86%;
		bottom: 6%;
		height: 380px;
    }
	
	.topin {
	    padding:0 0 50px 10px;
    }

	.bottomin {
		padding:50px 0 0 10px;
	}
	
	.newsthumb {
	    padding:0 20px 0 20px;
    }
	
	.newsthumb h2 {
	    top: -40px;
		left:0;
	    max-width:130px;
    }
	
	.newsthumb span {
	    font-size: 12px;
		letter-spacing:-0.05em;
    }
	
	.mailthumb {
	    padding:0 10px;
    }
	
	a.btners span:after {
	    content:none;
	}

}

/*
===== #セクション制御 ==========================================
*/

#section-2,
#section-3,
#section-4,
#section-5 {
	margin-top: -60px;
	padding-top: 60px;
}

/*
===== #SECTION4 ==========================================
*/

.header, .content {
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.content {background-color: #FFFFFF;}

#Parallax01 {
    background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover!important;
	background-size:cover!important;
	width: 100%!important;
	z-index: 1;
	text-align: center;
	overflow:hidden;*zoom:1;
}

.ie8 .parallax-image-wrapper,
.ie9 .parallax-image-wrapper {
		display:none;
}

.ie8 .parallax-image-50,
.ie9 .parallax-image-50 {
		display:none;
}

.ie8 .parallax-image-100,
.ie9 .parallax-image-100 {
		display:none;
}

.ie8 #Parallax01,
.ie8 #Parallax02,
.ie8 #Parallax03,
.ie9 #Parallax01,
.ie9 #Parallax02,
.ie9 #Parallax03 {display:none;}

.ContentsBox {
	max-width:1140px;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	height: 100%;
}

.ContentsBox_free {
	max-width:1140px;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	height: auto;
}

.Centerz {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	max-width:1140px;
	width: 96%;
	height: 500px;
	margin-top: -280px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.LastCenterz {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	max-width:1140px;
	width: 96%;
	height: 400px;
	margin-top: -340px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.ContentsBox_full {
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	height: 100%;
}

.Centerz_full {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 600px;
	margin-top: -280px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.Centerz_high {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 600px;
	margin-top: -260px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {background-color: #fff;}
html, body {height: 100%;}
body {
	color: #3E3E3E;
	font-family:"メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	position: relative;
}

input, textarea, select {
	font-size: 100%;
	font-family: inherit;
}

select {
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
	height: 45px;
	font-size: 100%;
	border: 1px solid #818285;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	color: #000000;
	margin-top: 5px;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 12px;
	padding-left: 12px;
}

input[type=text], input[type=email], input[type=password] {
	width: 100%;
	height:36px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #818285;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-appearance: none!important;
}

input[type=text], input[type=email] {
}

textarea {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	border: 1px solid #818285;
	height: 150px;
	padding: 10px;
	-webkit-appearance: none!important;
}

textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus {
	outline: none;
	background-color: #FFFF99;
}

select:focus {
	outline: none;
	background-color: #B3E0FF;
}

input[type=reset], input[type=submit] {}
input[type=reset]:hover, input[type=submit]:hover {}

a img.alfa {
    filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

a:hover img.alfa {
	filter: alpha(opacity=70); /* ---IE--- */
	-moz-opacity:0.7; /* ---Firefox・Netscape--- */
	opacity:0.7;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#loader {
	width: 64px;
	height: 64px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -32px; /* heightの半分のマイナス値 */
	margin-left: -32px; /* widthの半分のマイナス値 */
	z-index: 20010;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20000;
}

#container {
	height:100%;
	overflow:visible;
	position:relative;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	padding-bottom: 0px;
	margin:0 auto;
	padding-top: 100px;
	background-color: #fafafa;
}

/************************************************************************************
HEADER
*************************************************************************************/

/*
===== HOME ==========================================
*/

#header {
    -webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

#header.home {
	position: fixed;
	top: 0;
	z-index: 998;
	width: 100%;
	height: 120px;
	padding: 0px;
	margin:0 auto;
	background-color: rgba(0255,255,255,0);
}

.fixed #header.home {
	height: 60px;
}

.header_inner {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin:0 auto;
	z-index: 998;
}

.header_inner h1 span img { width:80px;}

/*
===== SECOND ==========================================
*/

#header.page {
	position: fixed;
	top: 0;
	z-index: 998;
	width: 100%;
	height: 118px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.fixed #header.page {
    height: 60px;
}

/*
===== HOME ==========================================
*/

.home #title {
	position: absolute;
	left: 5%;
	top:-100%;
	z-index: 2;
	max-width:180px;
	width:100%;
}

.page #title  {
	position: absolute;
	left: 5%;
	top: 50px;
	z-index: 2;
	max-width:240px;
	width:100%;
}

.home #title,
.page #title {
    -webkit-transition: linear 0.15s;
	-moz-transition: linear 0.15s;
	transition: linear 0.15s;
}

.fixed .home #title,
.fixed .page #title  {
	position: absolute;
	top: 14px;
	z-index: 2;
	max-width:180px;
}

.home #title a {display: block!important;color: #FFFFFF;}
.home #title a:hover {text-decoration: none;}

#title img {width:100%;}

em.jiminmark {
    position: absolute;
	top: -8px;
	left: -45px;
    display: inline-block;
	max-width: 30px;
}

.page #title em.jiminmark {
	top: -8px;
	left: -45px;
	max-width: 36px;
}

.fixed .page #title em.jiminmark {
	max-width: 30px;
}

/*
===== SECOND ==========================================
*/

.second #title {
	font-family: icomoon;
	line-height: 1.4em;
	position: absolute;
	left: 0px;
	top: 33px;
	z-index: 2;
	font-weight: 100;
}

.second #title a {display: block!important;color: #e0e0e0;}
.second #title a:hover {text-decoration: none;}
.second #title a:before {
	color: #e0e0e0;
	content: "\e60f";
	font-size: 38px;
	display: block;
	z-index: 10;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
	transition: linear 0.3s;
}
/*
===== HOME、SECOND共通 ==========================================
*/

#title span {display: none;}
#header.home p.free {top: 90px;}
#header.home #iconblock {top: 30px;}
#iconblock {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 0px;
	line-height: 0px;
}

#iconblock img {
	font-size: 0px;
	line-height: 0px;
	text-align: right;
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#header.home h1,
#header.page h1 {
}

#header.home h1 {text-indent: -9999px;}
#header.page h1 {
	text-align: left;
	font-size: 14px;
	font-weight: 100;
	color: #000000;
	line-height: 35px;
	display: block;
	background-color: #FFFFFF;
	height: 35px;
	padding-left: 5%;
}

p#h1title {
	text-align: left;
	font-size: 14px;
	font-weight: 100;
	color: #000000;
	line-height: 35px;
	display: block;
	background-color: #FFFFFF;
	height: 35px;
	padding-left: 5%;
}

#header.page h1 span img {
	height: 27px;
	vertical-align: top;
	margin-right: 20px;
	margin-top: 3px;
}

#header h2 {position: absolute;top: 15px;right: 0px;}

.box {
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 100%!important;
	width: 100%!important;
	position: relative;
}

.box h1{padding:24% 5% 3%}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.slider__item {
  height: 100%;
  float: left;
  clear: none;
}

.slider__arrows-item {
	position: absolute;
	display: none;
	margin-bottom: 100px;
	padding: 20px;
	cursor: pointer;
	z-index: 20000;
}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 0px;
	z-index: 20000;
}

.slider-arrow--right,
.slider-arrow--left {
	font-size: 36px;
	position: absolute;
	box-shadow: none!important;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	cursor: pointer;
}

.slider-arrow--right:hover,
.slider-arrow--left:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.slider-arrow--left {
	left: 20px;
	bottom: 40px;
}

.slider-arrow--right {
	display:none;
	right: 70px;
	top: 50%;
}

.slider-nav {
	position: absolute;
	bottom: 30px;
	display: none;
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border: 1px solid #0E386D;
	border-radius: 8px;
}

.slider-nav__item:hover {
  background: #0E386D;
}
.slider-nav__item--current {
  background: #0E386D;
}


/*
-------------------------------------------
	N A V I
-------------------------------------------
*/

#navigation {
	height: 90px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgba(237,87,1, 0);
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
	transition: linear 0.3s;
}

.page #navigation {
	top: 30px;
	height: 85px;
	background-color: rgba(237,87,1, 1);
}

.fixed #navigation {
	top: 0;
	height: 60px!important;
	background-color: rgba(237,87,1, 1);
}

.slidemenu {
	height: 90px;
	width: 100%;
	margin:0 auto;
	display: block!important;
}

.fixed .slidemenu {
	height: 60px;
}

ul.slidemenu__nav {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	text-align: right!important;
	display: block;
	padding-right: 5%;
}

ul.slidemenu__nav li img {
	width:40px;
	height:40px;
	vertical-align: middle;
}

ul.slidemenu__nav li {
	display: inline-block;
	width: auto;
	text-align: left;
	vertical-align: top;
	margin-right: 14px;
	margin-left: 14px;
}

ul.slidemenu__nav li.nav6 {
	margin-right: 15px;
	margin-left: 15px;
}

ul.slidemenu__nav li.nav7 {
	margin-right: 0!important;
	margin-left: 0!important;
}

ul.slidemenu__nav li a {
	display: block;
	height: 90px;
	padding-top: 0px;
	font-size: 17px;
	line-height: 100px;
	font-weight: 100!important;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0em;
	position: relative;
}

.page ul.slidemenu__nav li a {
	height: 85px;
	line-height: 85px;
	color: #fff;
}

.fixed ul.slidemenu__nav li a {
	height: 60px;
	line-height: 60px;
	color: #fff;
}

ul.slidemenu__nav li a:after {
	content: "";
	position:absolute;
	display:inline-block;
	width:0;
	height:10px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	top: auto;
	right: 0px;
	background-color: #FFFF99;
}

ul.slidemenu__nav li a:hover:after {
	content: "";
	position:absolute;
	display:inline-block;
	width:100%;
	height:10px;
	background-color: #FFCC00;
}

ul.slidemenu__nav li.current a:after {
	content: "";
	position:absolute;
	display:inline-block;
	width:100%;
	height:10px;
	background-color: #FFCC00;
}

ul.slidemenu__nav li span {
    display:none;
}

/* ----トグル------------------ */

.slidemenu__toggle {
	display: none;
	cursor: pointer;
	padding: 10px;
	height: 40px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	outline: none;
}

.slidemenu__toggle:hover {
	background-color: transparent;
}

.home .slidemenu__toggle__bar {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #ED5701;
}

.home .slidemenu__toggle--active .slidemenu__toggle__bar {
	background-color: #fff;
}

.page .slidemenu__toggle__bar {
	display: block;
	width: 30px;
	height: 4px;
	background-color: #fff;
}

.fixed .home .slidemenu__toggle__bar {
    background-color: #fff;
}

.fixed .page .slidemenu__toggle__bar {
    background-color: #fff;
}

.slidemenu__toggle__bar + .slidemenu__toggle__bar {
    margin-top: 5px;
}

.slidemenu__toggle--active .slidemenu__toggle__bar {
    margin: 0;
    position: absolute;
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(2) {
    opacity: 0;
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/************************************************************************************
コンテンツ
*************************************************************************************/

#Maincontents {
	width:100%;
	margin:0 auto;
	padding:120px 0;
}

#Topprofile {
	width:80%;
	margin:80px auto 0;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	z-index: 1;
}

.profiletype {
	background-color: rgba(237,87,1, 0.6);
	padding:0px 0 40px;
	position: relative;
	width:56%;
	float: left;
	z-index: 2;
}

.profileimage {
	width:54%;
	float: right;
	position: relative;
	margin-left: -10%;
	margin-top: -100px;
	z-index: 1;
}

.profileinner {
	padding: 0px 30px 20px 50px;
}

.profiletype h3 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 100;
	color: #4C2205;
	margin-bottom: 20px;
	margin-top: 25px;
}

.profileinner dl {
	display: table;
	height: 100%;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	z-index: 1;
}

.profileinner dl.last,#inquiry-block dl.last { border-bottom:solid 1px #666666;}

.profileinner dl:before {
	content:'';
	width:1px;
	height:100%;
	background-color:#97552E;
	display: inline-block;
	position: absolute;
	left: 14%;
	top: 0;
}

.profileinner dt,
.profileinner dd {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 100;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}

.profileinner dt {
	width: 17%;
}

.profileinner dt span {color:#f03094;}

.profileinner dd {
	width: 83%;
}

.profileinner p {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 100;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	display: block;
}

.profileimage img {
	width:100%;
}

.profiletype header {
	position: absolute;
	left: 50px;
	top: -70px;
}

.profiletype header h2 {
    max-width:210px;
	width:100%;
}

.profiletype header h2 img {
	width:100%;
}

.content-full {
		height:100%;
}
.rinen {
}
 
.rinen span,
.catch01 span,
.catch02 span {
	display: none;
}
.catch02 {
	text-align: center;
	height: auto;
	width: 100%;
	position: relative;
	padding-top: 120px;
}

/************************************************************************************
CONTENT
*************************************************************************************/

#main {
    width:100%;
	padding-top: 20px;
	padding-bottom: 70px;
	margin:0 auto;
}

#contentwrap {
	margin-right: -268px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	margin-top: 80px;
	padding-top: -80px;
}

#content {
	margin-right: 268px;
	padding-right: 5%;
	padding-top: 0px;
}

#content_wide {
	width: 100%;
}

.pages {
	width: 100%;
}

a:hover span.icon-arrow:before {
	text-decoration: none!important;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#section-2 a:hover,
#section-3 a:hover,
#section-5 a:hover {
	text-decoration: none!important;
}

/* ------------------------------------------------------------------------
    ブログ詳細ページ
------------------------------------------------------------------------  */
.entrybody {
	width: 100%;
	max-width:1100px;
	margin:0 auto;
	padding-right: 10px;
	padding-left: 10px;
}

.entrybody strong {
    color: #3E3E3E!important;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.8em;
}

/* ------------------------------------------------------------------------
    ページイメージ
------------------------------------------------------------------------  */

#pagewrapper {
	padding-top: 10px;
}

#pageimage {
	height: 600px;
	width: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	*zoom:1;
	position: relative;
}

#pageimage h2 {
	max-width:370px;
	width:92%;
	height:99px;
	margin: auto;
	padding: 0px;
	position: absolute;
	left:15%;
	top: 0px;
	right:auto;
	bottom: 0px;
}

#pageimage h2.right {
    left:auto;
	top: 0px;
	right:15%;
}


/* ------------------------------------------------------------------------
    ノーマルブロック
------------------------------------------------------------------------  */


/* --------------------------------------------------------------------
ページ
-------------------------------------------------------------------- */

#WideContentsblock {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 60px;
}

#PlusImageblock {
	width: 100%;
	max-width:1140px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 60px;
}

#PlusImageblock header,
#WideContentsblock header {
	text-align: center;
	margin-bottom: 40px;
}

#PlusImageblock header h1,
#WideContentsblock header h1 {
	font-size: 36px;
	line-height: 1.4em;
	font-weight: normal;
}

#PlusImageblock header h1 span,
#WideContentsblock header h1 span {
	font-size: 46px;
	font-weight: bold;
	color: #0E386D;
	padding-left: 20px;
}

#PlusImageblock header h1 em,
#WideContentsblock header h1 em {
	font-size: 28px;
	font-style: normal;
	padding-left: 10px;
}

.subtext {
	padding-top: 0px;
}

.subtext span {
	font-size: 13px;
	display: block;
	color: #333333;
}


.normalblock {
	width: 98%;
	max-width:1280px;
	margin:0 auto;
	padding-top: 120px;
	padding-bottom: 20px;
}

.profileblock {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:0;
	font-size: 0px;
	line-height: 0px;
}

.profileblock .profiletype header {
	position: relative;
	margin: -70px 0 0 0;
	padding:0 0 0 40px;
	left:0;
	top: 0;
	right:0;
	bottom:0;
}

.profileblock .profiletype header h2 {
    max-width:300px;
	width:100%;
}

.profileblock header h3 {
	margin: 0px;
	padding: 0px;
}

.normalblock header {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.normalblock header .lefter {
	text-align: left;
	max-width:1140px;
	width:100%;
	margin: 0 auto;
	padding: 20px 0 0;
}

.normalblock header h1 {
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	color: #333333;
}

.normalblock header h1 a {
	text-decoration: none;
}

.normalblock header h1 a:hover {
	text-decoration: none;
}

.normalblock header h1 span {
	font-size: 40px;
	font-weight: 700;
	color: #ED5701;
}

.normalblock header h1 b {
	font-size: 40px;
	font-weight: 700!important;
	color: #ED5701;
	display: inline-block;
}

.normalblock header h1:after {
    content:'';
	width:50px;
	height:1px;
	background-color:#CC0000;
	display:block;
	margin:20px auto;
}

.normalblock header h1 em {
	font-size: 28px;
	font-style: normal;
	padding-left: 5px;
	display: inline-block;
	padding-right: 10px;
}

.normalblock header h2 {
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	color: #333333;
}

.normalblock header h2 a {
	text-decoration: none;
}

.normalblock header h2 a:hover {
	text-decoration: none;
}

.normalblock header h2 span {
	font-size: 36px;
	font-weight: 700;
	color: #ED5701;
}

.normalblock header h2 b {
	font-size: 40px;
	font-weight: 700!important;
	color: #ED5701;
	display: inline-block;
}

.normalblock header h2:after {
    content:'';
	width:50px;
	height:1px;
	background-color:#CC0000;
	display:block;
	margin:20px auto;
}

.normalblock header h2 em {
	font-size: 28px;
	font-style: normal;
	padding-left: 5px;
	display: inline-block;
	padding-right: 10px;
}

.normalblock header p.explain {
	font-size: 18px;
	font-style: normal;
	display: inline-block;
	margin-bottom: 10px;
}

.normalblock header p.explain.seisaku {
	font-size: 18px;
	font-style: normal;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 2em;
}

.normalblock header select {
	text-indent: 0.01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
	height: 45px;
	font-size: 100%;
	border: 1px solid #818285;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000000;
	margin-top: 0px;
	padding:10px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: 100;
}

#backnumbers-wrap {
	position: absolute;
	top: 0px;
	right: 0px;
}

p.archivenumber {
	font-size: 16px;
	font-weight: normal;
	padding-top: 20px;
}

p.archivenumber span {
	font-size: 28px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

/* --------------------------------------------------------------------
ブログ詳細ページ
------------------ */

.socialiconwrap {
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

.socialIcon.si_facebook,
.socialIcon.si_twitter {
	display: inline-block;
	vertical-align: top;
	bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}

.socialIcon.si_facebook {
	margin-right: -10px;
}

.socialIcon.si_twitter {
	margin-right: 10px;
}

.blogblock {
	width: 100%;
	max-width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 30px;
}

.blogblock header {
	text-align: left;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E386D;
	padding-bottom: 5px;
	position: relative;
}

.blogblock header .blogtitle {
	letter-spacing: 1em;
	position: relative;
	margin-bottom: 10px;
	margin-top: -10px;
	display: none;
}

.blogblock header p {
	padding-top: 10px;
}

.blogblock header p a {
	margin-right: 5px;
	margin-left: 5px;
}

.blogblock header .blogtitle span {
	color: #0E386D;
	font-size: 18px;
	font-weight: normal;
}

.blogblock header .blogtitle em {
	font-size: 13px;
	font-style: normal;
}

.blogblock header .archive {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #B08D17;
}

.blogblock header h1 {
	font-size: 26px;
	line-height: 1.4em;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

.blogblock header p {
}

.blogblock header p time,
.blogblock header b {
	display: inline-block;
}

.blogblock header p time {
	font-size: 14px;
	padding-left: 10px;
	color: #C37F52;
}

.blogblock header p b {
	font-size: 14px;
	padding-left: 10px;
	color: #3399FF;
}

.blogblock header p b a {
	font-weight: 100;
	color: #663333;
}

.blogblock footer {
	text-align: center;
	padding-top: 20px;
}

.normalbody_wide {
	width: 100%;
	position: relative;
	padding-top: 50px;
}

.normalbody {
	width: 100%;
	max-width:1140px;
	position: relative;
	margin:0 auto;
	padding:20px 0 60px 0;
}

.normalbody .wrap {
	padding-top: 30px;
	padding-bottom: 0px;
}

.normalbody h3 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 5px;
}

.pageimage {
	float: left;
	max-width: 350px;
	height: 780px;
	width: 100%;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	*zoom:1;
	position: relative;
}

.pageimage_absolute {
	max-width: 350px;
	height: 780px;
	width: 100%;
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	*zoom:1;
	position: absolute;
	left: 0px;
	top: 25px;
}

/* --------------------------------------------------------------------
ページ
-------------------------------------------------------------------- */

.pagecontents {
	width: 100%;
	padding-left: -350px;
	margin-left: 0px;
}

.page_inner {
	padding-left: 390px;
}

.pagecontents.center {
	width: 100%;
	padding-left: 0px!important;
	margin-left: 0px;
	text-align: center;
}

.pagecontents.left {
	width: 100%;
	padding-top: 20px;
	padding-left: 0px!important;
	margin-left: 0px;
	text-align: left;
}

.pagecontents.left .onebox {
    padding: 0 0 30px;
}

.pagecontents.left h3 {
    font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	color: #ED5701;
}

.page_inner.center {
	padding-left:0;
	text-align: center;
}


.onecontents {
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
}

.one_inner {
	padding-left: 0px;
}

.grayline {
	background-color: #E9E9E9;
}

.color_inner {
    max-width:1140px;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin:0 auto;
}

.onecontents h2 {
	text-align: center;
	color: #AC8609;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.titlers {
	font-size: 26px;
	color: #CC0000;
	padding-bottom: 30px;
	margin-top: 20px;
	line-height: 1.4em;
}

.titlers i {
	font-size: 60px;
	display: block;
	padding-bottom: 20px;
}

p.highline {
	line-height: 2em;
	font-size: 16px;
}

.tape{
	background:rgba(161,206,208,0.4);
	width:60px;
	height:15px;
	position:absolute;
	top:20px;
	left:0px;
	-webkit-transform:rotate(140deg); 
	z-index: 5;
}

.harfbox {
	float: left;
	width: 50%;
	padding: 10px;
}


/* --------------------------------------------------------------------
 トップページ プロフィール SECTION 2
-------------------------------------------------------------------- */

#section-2 {
	background-image: url(../images/img/photo/pageimage04.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	*zoom:1;
}

#section-2 h2 b {display: none;}

#section-2 .katamari {
	position: absolute;
	left: 0px;
	bottom: 0;
	text-align: left;
	line-height:1em;
}

#section-2 .katamari p a {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/* ------ プロフィール詳細 ------- */

dl.profilez {font-size: 0px;line-height: 0px;width: 100%;}
dl.profilez dt,
dl.profilez dd {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

dl.profilez dt {width: 50%;}
dl.profilez dd {width: 48%;padding-left:2%;}
dl.profilez dd h2 {
	font-size: 18px;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* --------------------------------------------------------------------
 トップページ 政策 SECTION 3
-------------------------------------------------------------------- */

#section-3 {
	background-image: url(../images/img/photo/pageimage03.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	*zoom:1;
}

.ie8 #section-3 {
	background-position:center top;
}

#section-3 h2 b {display: none;}

#section-3 .katamari {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: left;
	line-height:1em;
}

#section-3 .katamari p a {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------------------------------------------------------------
 トップページ 政治活動 SECTION 4
-------------------------------------------------------------------- */

#section-4 {
	background-image: url(../images/img/photo/White-Background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;*zoom:1;
}

#section-4 h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

#section-4 h2 a {
	text-decoration: underline;
}

#section-4 h2 b {
	position: relative;
}

#news {
	width:100%;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.newsGazo {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#news dl {
	max-width: 340px;
	width:100%;
	display: inline-block;
	font-size: 0px;
	line-height: 0px;
}

#news dt {
	max-width: 340px;
	width:100%;
	height: 220px;
	overflow: hidden;
}

#news dd {
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
	color: #333333;
	text-align: left;
	position: relative;
}

#news dd time {
	letter-spacing: 0.1em;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	height: 20px!important;
}

#news dd em {
	font-size: 10px;
	font-style: normal;
}

#news dd a span.icon-arrow:before {
    display:none;
}

#news .slick-prev,#news .slick-next {
    position: absolute;
	display: block;
	height: 50px;
	width: 37px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
}

#news .slick-prev {
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	left: 25%;
	top: 115%;
}

#news .slick-next {
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	right: 25%;
	top: 115%;
}
#news .slick-prev:before,
#news .slick-next:before {
	font-size: 50px;
	color: #FFFFFF;
}

/* --------------------------------------------------------------------
 トップページ 政治理念 SECTION 5
-------------------------------------------------------------------- */

#section-5 {
	background-image: url(../images/img/photo/pageimage07.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;
	*zoom:1;
}

#section-5 h2 b {display: none;}

#section-5 .katamari {
	position: absolute;
	top: 38%;
	text-align: center;
	line-height:1em;
	right: 140px;
}

#section-5 .katamari p a {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}


/* --------------------------------------------------------------------
活動
-------------------------------------------------------------------- */
/*****トップページ*******/
#katsudo {
	width:100%;
	text-align: center;
	padding: 0px;
	margin:0 auto;
}

.newsGazo_katsudo {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#katsudo dl {
	max-width: 340px;
	width:100%;
	display: inline-block;
	font-size: 0px;
	line-height: 0px;
}

#katsudo dt {max-width: 340px;width:100%;}
	
#katsudo dt img {}

#katsudo dd {
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 5px;
}

#katsudo dd time {
	font-family: lato-bold;
	letter-spacing: 0.1em;
	font-size: 10px;
}

#katsudo dd em {
	font-size: 10px;
	font-style: normal;
}

#katsudo .slick-prev,#katsudo .slick-next {
    position: absolute;
	display: block;
	height: 25px;
	width: 14px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	color: transparent;
}

#katsudo .slick-prev {
	top: 90px;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	left: -30px;
	background-color: #FF0000;
	background-image: url(../images/btn/arrow_prev0.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#katsudo .slick-next {
	color: transparent;
	top: 90px;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
	right: -30px;
	background-color: #FF0000;
	background-image: url(../images/btn/arrow_next0.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

/********************************************************************* 詳細ページ*******/

#katsudo_block_ichiran {
	width: 100%;
	max-width:1140px;
	margin:0 auto;
	overflow: hidden;
}

.katsudo_inner {
	position: relative;
	font-size: 0px;
	line-height: 0px;
}

#katsudo_block_ichiran span {
	display: inline-block;
	width: 25%;
}

#katsudo_block_ichiran .block {
	width: 32%;
	position: relative;
	z-index: 1;
	margin-right:2%;
	background-color: #FFFFFF;
	display: inline-block;
	padding: 12px;
	margin-bottom: 2%;
	vertical-align: top;
	border-radius: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #EEEEEE;
}

#katsudo_block_ichiran .block:nth-child(3n) {
	margin-right:0%;
}

#katsudo_block_ichiran .block div {
}

#katsudo_block_ichiran .block h2 {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
}

#katsudo_block_ichiran .block time {
	font-size: 12px;
	display: block;
	color: #ED5701;
	padding-top: 10px;
	line-height: 1.8em;
	font-weight: 100;
	padding-bottom: 5px;
}


#katsudo_block_ichiran .block figure {
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}

#katsudo_block_ichiran .block figure img {
    transition: 0.5s;
	width:100%;
}

#katsudo_block_ichiran .block figure img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

.newmark {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 700;
	color: #FF0000;
	position: relative;
	display: inline-block;
	padding-left: 10px;
}

#katsudo_block_ichiran .block p b {
	padding-top: 20px;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 100;
	display: block;
}

#katsudo_block_ichiran .block p b a {
	color: #999999;
	font-weight: 100;
}

/* --------------------------------------------------------------------
政策
-------------------------------------------------------------------- */

h3.catch-image {
    width:100%;
	max-width:500px;
	margin:50px auto;
}

h3.catch-image img {
	width: 100%;
}

ul.seisaku {
}

ul.seisaku li {
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 700;
	color: #3798D2;
	margin-bottom: 10px;
}

ul.seisaku li span {
	display: inline-block;
	max-width:50px;
	vertical-align: middle;
	margin-right: 10px;
}

ul.seisaku li span img {
	width: 100%;
}

/* --------------------------------------------------------------------
リンクページ
-------------------------------------------------------------------- */

#LinkBox {
    font-size: 0;
	line-height: 0;
}

#LinkBox dl {
    display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0 2%;
}

#LinkBox dl dt,
#LinkBox dl dd{
    display: inline-block;
	vertical-align: bottom;
	font-size: 13px;
	line-height: 1.4;
}

#LinkBox dl dd{
    padding: 0 0 0 5%;
}

/* --------------------------------------------------------------------
テーブル
-------------------------------------------------------------------- */

/*---- テーブル ----*/
table.table_normal {
    width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}

/*---- table_explain --- th,td ----*/
table.table_normal th,
table.table_normal td {
	border:1px solid #CCCCCC;
	padding: 10px;
	vertical-align: middle;
	font-weight: normal;
	color: #363636;
}

table.table_normal th {
	background-color: #E2E2E2;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 20%;
}

table.table_normal th span{
	white-space: nowrap;
}

table.table_normal td {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	width: 70%;
}

/************************************************************************************
SUBFOOTER
*************************************************************************************/

.subfooter {
	background-color: #FF8F3B;
	width: 100%;
}

.sub_inner {
	width:100%;
	max-width:1140px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subfooter ul {
	text-align: center;
	width: 100%;
}

.subfooter ul li {
	display: inline-block;
}

.subfooter ul li a {
	color: #FFFFFF;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4em;
}

.subfooter ul li a:hover {
}

.subfooter ul li a:before {
	content:'';
	display:inline-block;
	background-image: url(../images/share/arrow.svg);
	width:14px;
	height:14px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	margin-right:5px;
	vertical-align: -20%;
}

/************************************************************************************
FOOTER
*************************************************************************************/


#footer {
	width: 100%;
	height:350px;
	background-color: #e5e5e5;
	position: relative;
	z-index: 1;
	margin-top: 0;
}

.footer_inner {
	width: 100%;
	max-width:1140px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	z-index: 4;
}

#copyright {
	color: #CCCCCC;
	text-align: center;
	padding-right: 52px;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	font-size: 11px;
	line-height:1em;
}

span.flogo { max-width:150px; margin:0 auto; width:100%; display:block;}
span.flogo img {width:100%;}

.Seclogo {text-align: center;}

.Seclogo p {
	margin:0 auto;
	border: 0;
}

.footerlogo {
    display:block;
	max-width:300px;
	width:100%;
	margin:0 auto;
}

.Seclogo span b {
	display: none;
}

.Seclogo a {text-decoration: none!important;}
.Seclogo a:hover {text-decoration: none!important;}
.svg_twitter {}
.svg_facebook {}

.svg_mailmaga a,
.svg_twitter a,
.svg_facebook a {
	display: inline-block;
	margin-top: 15px;
}

.svg_twitter a:hover,
.svg_mailmaga a:hover{
	text-decoration: none;
}

.svg_mailmaga a:before{
	content:'';
	display:inline-block;
	background-image: url(../images/share/icon-m.svg);
	width:50px;
	height:50px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-left: 4px;
}

.svg_twitter a:before{
	content:'';
	display:inline-block;
	background-image: url(../images/share/icon-t.svg);
	width:50px;
	height:50px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-left: 4px;
}

.svg_facebook a:hover {
	text-decoration: none;
}

.svg_facebook a:before {
	content:'';
	display:inline-block;
	background-image: url(../images/share/icon-f.svg);
	width:50px;
	height:50px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-left: 4px;
}

.svg_mailmaga i,
.svg_twitter i,
.svg_facebook i {
	display: none;
}

.SecMpp01,
.SecMpp02 {
	height: 8em;
	width: 31%;
	margin-top: -170px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.SecMpp01 figure,
.SecMpp02 figure {
    display:block;
	max-width:80px;
	width:100%;
	margin:0 auto;
}

.SecMpp01 figure img,
.SecMpp02 figure img {
	width:100%;
}

.SecMpp01 p,
.SecMpp02 p {
	color: #000000;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
}

.SecMpp01 {
	float: left;
	position: relative;
}

.SecMpp02 {
	float: right;
	position: relative;
}

.SecMpp01 h4,
.SecMpp02 h4 {
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

.SecMpp01 h4:before,
.SecMpp02 h4:before {
	content:'';
	display:inline-block;
	margin-right: 7px;
	background-image: url(../images/share/mappin.svg);
	width:18px;
	height:22px;
	background-size: 18px 22px;
	background-repeat: no-repeat;
	vertical-align: -10%;
}

.SecMpp01 a,
.SecMpp02 a {
	color: #ED5701;
	text-decoration: underline;
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 20px;
	max-width:60px;
	width:100%;
	z-index: 7;
}

.pagetop img {width:100%;}

p.copyright {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	position: relative;
	float: right;
	font-size: 12px;
	font-weight: normal;
	z-index: 1;
}



/************************************************************************************
ステップ
*************************************************************************************/

.titler {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 20px;
	color: #FFFFFF;
}

.gobox {
	display: inline-block;
	height: 27em;
	width: 42%;
	margin: 3%;
	padding-top: 20px;
	text-align: left;
	vertical-align: top;
}

.gobox h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	width: 100%;
	position: relative;
	padding-left: 5px;
}

.gobox h3.go1:before,
.gobox h3.go2:before,
.gobox h3.go3:before,
.gobox h3.go4:before,
.gobox h3.go5:before,
.gobox h3.go6:before {
	font-family: icomoon;
	display: block;
	font-size: 100px;
	font-weight: normal;
	color: #69A9E4;
	line-height: 100px;
	margin-bottom: 30px;
}

.gobox ul {
}

.gobox ul li {
	margin-bottom: 30px;
	text-align: left;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
}

/************************************************************************************
コンセプト
*************************************************************************************/
.concept {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.concept p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}

/* ------------------------------------------------------------------------
    サイトマップ
------------------------------------------------------------------------  */

.sitemapbox {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	text-align: center;
}

a.sitemap {
	display: inline-block;
	height: 5em;
	width: 48%;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius:  2px;
	padding-top: 1.5em;
	position: relative;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0E386D;
}


a:hover.sitemap {
	background-color: #80CEFF!important;
	color: #FFFFFF;
	text-decoration: none;
}

a.sitemap b {
	display: block;
	margin-top: -16px;
	position: relative;
}

a.sitemap span {
	display: block;
}

a.sitemap span i {
	font-size: 18px;
	color: #CCCCCC;
}

/* お問い合わせボタン ================================================== */
.submitter {margin-top: 20px;margin-bottom: 20px;text-align: left;width: 100%;}

.submitter .button_one,
.submit {
	font-size: 18px;
	line-height: 60px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	width: 40%;
	min-width:250px;
	display: inline-block;
	height: 60px;
	margin: 0px;
	padding: 0px;
	position: relative;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}

.submitter .button_one:hover,.submit:hover {color: #FFFFFF;background-color: #FF9900;}
.submitter .button_one i {position: absolute;top: 17px;right: 20px;}

/*-------------------------------------------*/
/*	ページ遷移
/*-------------------------------------------*/
#pagebute-wrap {
	width: 96%;
	max-width:1140px;
	text-align: center;
	padding-bottom: 60px;
	padding-top: 50px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#pagebute-wrap span,
#pagebute-wrap a {
	display: inline-block;
	white-space: nowrap;
	box-shadow: 1px 1px 2px #E5E5E5;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin: 5px;
	width: 60px;
}

#pagebute-wrap a.page-prev,
#pagebute-wrap a.page-next,
#pagebute-wrap a.page-center {
    padding:2px 5px 1px!important;
}

#pagebute-wrap span.page-numbers.dots {
    box-shadow: none!important;
}

#pagebute-wrap span.current {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5CC5E4;
}

#pagebute-wrap a.page-numbers {
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    background-color: #FFFFFF;
}

#pagebute-wrap a:hover.page-numbers {
    color: #FFFFFF;
	background-color: #5CC5E4;
}

#pagebute-wrap a:hover.prev {
	color: #FFFFFF;
	background-color: #5CC5E4;
}

#pagebute-wrap a.prev {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	white-space: normal!important;
	width: 130px!important;
}
	
#pagebute-wrap a.next {
    font-weight: bold;
	color: #333333;
	text-decoration: none;
	white-space: normal!important;
	width: 130px!important;
}
	
#pagebute-wrap a:hover.next {
    color: #FFFFFF;
	background-color: #5CC5E4;
}

#pagebute-wrap span.page-prev a,
#pagebute-wrap span.page-next a,
#pagebute-wrap a.page-prev,
#pagebute-wrap a.page-next,
#pagebute-wrap a.page-center {
	width: 35%;
	background: #121212;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#fd8300));
	background: -webkit-linear-gradient(top, #ff9000, #fd8300);
	background: -moz-linear-gradient(top, #ff9000, #fd8300);
	background: -ms-linear-gradient(top, #ff9000, #fd8300);
	background: -o-linear-gradient(top, #ff9000, #fd8300);
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	font-weight: normal;
	border: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius:  10px;
}

#pagebute-wrap span.page-prev a:hover,
#pagebute-wrap span.page-next a:hover,
#pagebute-wrap a:hover.page-prev,
#pagebute-wrap a:hover.page-next,
#pagebute-wrap a:hover.page-center {
	background: #121212;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd8300), to(#ff9000));
    background: -webkit-linear-gradient(top, #fd8300, #ff9000);
    background: -moz-linear-gradient(top, #fd8300, #ff9000);
    background: -ms-linear-gradient(top, #fd8300, #ff9000);
    background: -o-linear-gradient(top, #fd8300, #ff9000);
	color: #FFFFFF;
	text-decoration: none;
}

#pagebute-wrap span.page-prev a,
#pagebute-wrap a.page-prev {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#pagebute-wrap span.page-next a,
#pagebute-wrap a.page-next {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#pagebute-wrap a.page-center {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#pagebute-wrap span.page-prev a span.icon-arrow_shinohara2,
#pagebute-wrap span.page-next a span.icon-arrow_shinohara,
#pagebute-wrap a.page-prev span.icon-arrow_shinohara2,
#pagebute-wrap a.page-next span.icon-arrow_shinohara {
	font-size: 17px;
	position: absolute;
	box-shadow: none!important;
}

#pagebute-wrap span.page-prev a span.icon-arrow_shinohara2,
#pagebute-wrap a.page-prev span.icon-arrow_shinohara2 {
	left: -15px;
	top: 0%;
	margin-top: -9px;
}

#pagebute-wrap span.page-next a span.icon-arrow_shinohara,
#pagebute-wrap a.page-next span.icon-arrow_shinohara {
	right: -15px;
	top: 0%;
	margin-top: -9px;
}
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/

.pagedown-wrapper {
    display: inline-block;
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    margin: auto;
}

.pagedown-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pagedown-wrapper a .btn-pagedown {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cbp-af-header.cbp-af-header-shrink .pagedown-wrapper {
    display:none;
}

.pagetop-wrapper {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    margin: auto;
}

.pagetop-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.pagetop-wrapper a .btn-pagetop {
    display: inline-block;
    width: 100%;
    height: 100%;
}


/************************************************************************************
エラー表記
*************************************************************************************/
#errMsgBox {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#errMsgBox ul {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#errMsgBox ul li {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

/************************************************************************************
GOOGLMAP
*************************************************************************************/
#mapCanvas {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
 
#mapCanvas iframe,
#mapCanvas object,
#mapCanvas embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmapbox {
	max-width:700px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.gmapbox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}

.gmapbox iframe,
.gmapbox object,
.gmapbox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------------------------
    お問い合わせ
------------------------------------------------------------------------  */

#section-6 {
	background-image: url(../images/img/photo/White-Background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;*zoom:1
}

.ie8 #section-6 {
	background-image: url(../images/img/photo/White-Background.jpg);
	background-position:center top;
	background-size:none;
	background-repeat:no-repeat;
	width: 100%;
	z-index: 1;
	text-align: center;
}

#section-6 #contactblocks {
	padding-bottom: 40px;
	padding-top: 40px;
	width: 100%;
	margin:0 auto;
	height: 400px;
}

#section-6 #contactblocks h2 {margin-bottom: 50px;}

#section-6 #contactblocks h2:before {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	line-height: 1.4em;
}

#section-6 #contactblocks table {
	height: 8.5em;
}

/* ========== リンク =========== */

.linksbox {
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.linksbox h3 {
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 20px;
}

.linksbox h3:after {
	content:'';
	width:100%;
	height:1px;
	background-color:#000000;
	position: absolute;
	top: 0px;
	margin: auto;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.linksbox h3 span {
	background-color: #FAFAFA!important;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-right: 10px;
	padding-left: 10px;
}

.linkers {
	vertical-align: middle;
	display: inline-block;
	width: 18.8%;
	margin-right:1.5%;
	margin-bottom: 2%;
}

.linkers:nth-of-type(5n) {
    margin-right:0;
}

.linkers dt {
	display: table;
	height: 100%;
	width: 100%;
}

.linkers dt a {
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	height: 100%;
}

.linkers dt img {
	width: 100%;
}

.linkers dd {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 100;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}

/* ========== 各種お問い合わせ =========== */

#contactblocks {
	padding-bottom: 60px;
	padding-top: 60px;
	width: 90%;
	max-width:1140px;
	margin:0 auto;
}

#contactblocks h2 {
	font-weight: 100;
	text-align: center;
	margin-bottom: 25px;
	font-size: 24px;
	position: relative;
}

#contactblocks h2 b {
	font-weight: normal;
	display: none;
}

#contactblocks h3 {
	font-size: 17px;
	font-weight: bold;
	color: #AC8609;
	margin-bottom: 10px;
}

#contactblocks .rightz {
	float: right;
	width: 50%;
	position: relative;
}
#contactblocks .leftz {
	float: left;
	width: 50%;
	position: relative;
}
#contactblocks table {
}
#contactblocks table td {text-align: left;vertical-align: top;}

#contactblocks table td.ico {
	font-size: 70px;
	line-height: 1.4em;
	font-weight: 400;
	padding-top: 0px;
	vertical-align: top;
	color: #80CEFF;
	text-align: right;
	width: 22%;
}

#contactblocks table td.td01 {padding-left: 30px;}
#contactblocks table td p {font-size: 13px;color: #666666;}


.contactbox {
	text-align: left;
}

.pagecontents.center .contactbox {
	text-align: center;
}

.contactbox dl {
}

.contactbox dl.double {
	display: inline-block;
	width: 30%;
	text-align: left;
	vertical-align: top;
}

.contactbox dl.double select {
}

.contactbox dt {
	color: #333333;
	line-height: 1.4em;
}

.contactbox dt:before {
	content: "▼";
	margin-right: 5px;
	color: #CCCCCC;
	font-size: 16px;
}

.contactbox dt span {
	font-weight: normal;
	color: #CC0000;
}

.contactbox dt span.mainlabel {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

.contactbox dt i {
	font-size: 13px;
	color: #999999;
	font-style: normal;
}

.contactbox dd {
	padding-bottom: 15px;
}

.contactbox dd.privacycheckbox {
	text-align: center;
	padding-top: 40px;
}

.radiobox {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.radiobox label,
.privacycheckbox label {
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
	line-height: 1.6em;
	display: inline-block;
}

.radiobox p {
	padding-bottom: 20px;
	padding-left: 20px;
}

.privacycheck {
	height: 150px;
	width: 100%;
	overflow: auto;
	padding: 20px;
	border: 1px dotted #818285;
	margin-top: 5px;
	background-color: #FFFFFF;
}

.contactbox #formblock dl dd  {
	font-size: 20px!important;
	font-weight: 700!important;
	color: #990000!important;
	margin-top: 5px;
}

/************************************************************************************
ボタン
*************************************************************************************/

p.submitcenter {
	text-align: center;
}

p.submitbutton {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

p.submitbutton_parts {
	text-align: center;
	padding-top: 60px;
}

p.submitbutton_contact {
	text-align: center;
	padding-top: 35px;
}

.buttonblock {
}

.buttonblock button {
	display: inline-block;
	width: 40%;
}

/* ------------------------------------------------------------------------
    青ボタン
------------------------------------------------------------------------  */

.giji {
	width:70%;
	margin:0 auto;
	position: relative;
}

.giji input {
	width:100%;
	position: relative;
	z-index: 1;
}

a.button_blue,
a.button_orange,
a.button_black,
a.button_black_left {
	position: relative;
}

.button_blue {
	width:70%;
	background: #121212;
	background: -webkit-gradient(linear, left top, left bottom, from(#2383fc), to(#1d6ed4));
	background: -webkit-linear-gradient(top, #2383fc, #1d6ed4);
	background: -moz-linear-gradient(top, #2383fc, #1d6ed4);
	background: -ms-linear-gradient(top, #2383fc, #1d6ed4);
	background: -o-linear-gradient(top, #2383fc, #1d6ed4);
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 22px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
	position: relative;
	font-weight: normal;
	
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius:  10px;
}
   
.button_blue:hover {
   background: #121212;
   background: -webkit-gradient(linear, left top, left bottom, from(#1d6ed4), to(#2383fc));
   background: -webkit-linear-gradient(top, #1d6ed4, #2383fc);
   background: -moz-linear-gradient(top, #1d6ed4, #2383fc);
   background: -ms-linear-gradient(top, #1d6ed4, #2383fc);
   background: -o-linear-gradient(top, #1d6ed4, #2383fc);
	color: #FFFFFF;
	text-decoration: none;
}
   
.button_blue:active {
	border-top-color: #1d6ed4;
	background: #2383fc;
}

.button_orange {
	width:70%;
	background: #121212;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9000), to(#fd8300));
	background: -webkit-linear-gradient(top, #ff9000, #fd8300);
	background: -moz-linear-gradient(top, #ff9000, #fd8300);
	background: -ms-linear-gradient(top, #ff9000, #fd8300);
	background: -o-linear-gradient(top, #ff9000, #fd8300);
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 22px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
	position: relative;
	font-weight: normal;
	
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius:  10px;
}
   
.button_orange:hover {
   background: #121212;
   background: -webkit-gradient(linear, left top, left bottom, from(#fd8300), to(#ff9000));
   background: -webkit-linear-gradient(top, #fd8300, #ff9000);
   background: -moz-linear-gradient(top, #fd8300, #ff9000);
   background: -ms-linear-gradient(top, #fd8300, #ff9000);
   background: -o-linear-gradient(top, #fd8300, #ff9000);
	color: #FFFFFF;
	text-decoration: none;
}
   
.button_orange:active {
	background-color: #ED5701;
}

/* ------------------------------------------------------------------------
    黒ボタン
------------------------------------------------------------------------  */

.button_black,
.button_black_left {
	width:300px;
	background: #121212;
	background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#333333));
	background: -webkit-linear-gradient(top, #4a4a4a, #333333);
	background: -moz-linear-gradient(top, #4a4a4a, #333333);
	background: -ms-linear-gradient(top, #4a4a4a, #333333);
	background: -o-linear-gradient(top, #4a4a4a, #333333);
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 18px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	font-weight: normal;
	border: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius:  10px;
}
   
.button_black:hover,
.button_black_left:hover {
   background: #121212;
   background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4a4a4a));
   background: -webkit-linear-gradient(top, #333333, #4a4a4a);
   background: -moz-linear-gradient(top, #333333, #4a4a4a);
   background: -ms-linear-gradient(top, #333333, #4a4a4a);
   background: -o-linear-gradient(top, #333333, #4a4a4a);
	color: #FFFFFF;
	text-decoration: none;
}
   
.button_black:active,
.button_black_left:active {
	background-color: #333333;
}
   
.button_black .fa-chevron-right {
	position: relative;
	top: 50%;
	right: -20px;
}

/* ------------------------------------------------------------------------
    白ボタン
------------------------------------------------------------------------  */

.button_white {
	width:90%;
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #000000;
	font-size: 20px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
	position: relative;
	font-weight: normal;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	white-space: nowrap;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius:  100px;
}
   
.button_white:hover {
	background: #fff;
	color: #D50000;
	text-decoration: none;
}
   
.button_white:active {
   background: #fff;
   color: #D50000;
}

/************************************************************************************
SNS
*************************************************************************************/

.snsicon {
}

.snsicon ul {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.snsicon ul li {
	display: inline-block;
	margin: 0px;
	padding: 2px;
	width: 25%;
	max-width:80px;
}

.snsicon ul li img {
	width: 100%;
}


/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 0px;
	width: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, section li:after, footer:after, .post-title:after, .gallery:after, .pagenav:after, #main-nav:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, section li, footer, .post-title, .gallery, .pagenav, #main-nav 
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, section li, footer, .post-title, .gallery, .pagenav, #main-nav 
{ display: block; }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

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

    .profileinner dt {
	    width: 28%;
    }

    .profileinner dd {
	    width: 72%;
    }
	
	.profileinner dl:before {
	    left: 24%;
    }
}

@media screen and (max-width: 1024px) {
    .LastCenterz {height: 400px;margin-top: -200px;padding-top: 30px;}
	.Centerz_full {height: 500px;margin-top: -300px;padding-top: 0px;}
    #section-2 .katamari {bottom: 15%;}
	#section-3 .katamari {bottom: 15%;}
	
	#wrapper{max-width: 100%;margin: 0 auto; padding:0}
	
	#header.home {
	    height: 120px;
    }
	
	#header.page {
	    height: 60px;
    }

    .fixed #header.home {
	    height: 60px;
    }
	
	.home #title {
		left: 50px;
   }
	
	.page #title  {
	    left: 50px;
	    top: 42px;
	    max-width:200px;
    }
	
	#title.active {
	    display:none;
	}
	
	 em.jiminmark {
	    left: -35px;
    }
	
	.page #title em.jiminmark {
	    top: -8px;
	    left: -40px;
	    max-width: 32px;
    }

    .fixed .page #title em.jiminmark {
	    max-width: 30px;
    }
	
	#navigation {
	    height:100%!important;
	    left: 0px;
	    right: auto;
	    bottom: auto;
		max-width:100%!important;
    }
	
	#header.page #navigation {height: 60px!important;}
	
	/* F I X E D  */
    #header.fixed #navigation {height: 60px!important;}
	
	.slidemenu {
	    display: table;
		position:relative;
		z-index:3;
		height: 100%;
	    width: 100%;
    }
	
	/*----- ハンバーガー ----*/
	.slidemenu__toggle {
        display: block;
		position:absolute;
		top:10px;
		right:5%;
		z-index:5;
    }
	
	/* F I X E D  */
    #header.fixed ul.slidemenu__nav li a {
	    height: auto;
	    line-height: 1.4em;
    }
	
	.slidemenu__toggle:before {
	    content:'MENU';
		position:absolute;
		display:inline-block;
		left:-40px;
		top:13px;
		font-size:12px;
		font-weight:100;
		color:#FFFFFF;
	}
	
	.slidemenu__toggle--active:before {
	    content:'CLOSE'!important;
	}
	
	.home .slidemenu__toggle:before {
	    color:#ED5701;
    }
	
	.home .slidemenu__toggle--active:before {
	    color:#fff;
    }

    .fixed .slidemenu__toggle:before {
        color:#fff!important;
    }
	
	/*----- ul ----*/	
    .slidemenu__nav {
		vertical-align: top;
	    display: table-cell;
		width: 100%;
		height:100%;
		padding-top:100px;
        right:-100%!important;
		top:0;
		overflow:hidden;
		position:fixed;
		background-color:#ED5701;
		-webkit-transition: linear 0.1s;
	   -moz-transition: linear 0.31;
	   transition: linear 0.1s;
    }
	.slidemenu__nav li {display:none;height: auto!important;}
    .slidemenu__nav.slidemenu__nav--open li {display:block;}
	
	ul.slidemenu__nav li {
	    display: block;
	    width: 100%;
		margin-right: 0px!important;
		margin-left: 0px!important;
	    padding-left: 20px!important;
    }
	
    .slidemenu__nav > li {
        width: 100%;
        border-right: 0;
		position:relative;
    }
	
	ul.slidemenu__nav li a {
		padding-right: 0px;
	    display: block;
	    height: auto!important;
	    padding:0px 0px 0px 0px;
		color: #fff;
		line-height:1.6em!important;
		font-size: 30px;
		letter-spacing: 0.05em;
    }
	
	/* F I X E D  */
    #header.fixed ul.slidemenu__nav li a {
	    height: auto;
	    line-height:1.8em!important;
    }
	
	ul.slidemenu__nav li a:after {content: none!important;}
	
	ul.slidemenu__nav li span {
        display: block;
		font-weight:700;
    }
	
	ul.slidemenu__nav li img {
        display:none;
    }

    .slidemenu__nav a:hover {color: #fff;margin-left:30px;}
	
	#topimage::before,#topimage::after {box-shadow: none;}
	#topimage::before {-webkit-transform: none;transform: none;}
	#topimage::after {-webkit-transform: none;transform: none;}
	#footer {height: auto!important;margin-top: 0px;}
	
	/*****トップページ*******/
	
	.profileinner dt {
	    width: 30%;
    }

    .profileinner dd {
	    width: 70%;
    }
	
	.profileinner dl:before {
	    left: 25%;
    }
	
	.profileinner {
	    padding: 0px 20px 20px 20px;
    }

/*-------------------------------------------*/
/*	ページイメージ
/*-------------------------------------------*/	
    #pageimage {margin-top:80px!important;height: 400px;}
	#pageimage h2 {
	    max-width:260px;
	    height:70px;
	    left:8%;
    }
	
	#pageimage h2.right {
        left:auto;
	    right:8%;
    }
	
/* ------------------------------------------------------------------------
    ブロック
------------------------------------------------------------------------  */
    .color_inner {width: 94%;}
    .normalblock,.blogblock {padding-top: 170px;}
	.blogblock,
	.normalblock,
	#PlusImageblock {max-width: 96%;margin: 0 auto;}
/*-------------------------------------------*/
/*	footer
/*-------------------------------------------*/	
	#footer {
	    margin:0;
		padding:0;
	}
	
	.footer_inner {
	    width: 96%;
	    padding:40px 0 20px 0;
		height:auto!important;
    }	
	
	#footer section {
		width: 100%!important;
		height:auto!important;
		margin: 0 0 20px;
		float: none;
	}
	
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
    #back-top #pagetop{
	    position:absolute;
	    right:0px;
    }

}


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

    div.ishin {left: 20px;top: 80px;}

/*-------------------------------------------*/
/*	トップ
/*-------------------------------------------*/		
	#Topprofile {
		width:90%;
		margin:0 auto 0;
		font-size: 0px;
		line-height: 0px;
    }
	
	.profileblock {
	    background-color:#F98F46;
	}
	
	.profiletype {
/*
	    background-color:transparent;
*/
		margin:0 auto;
		width:98%!important;
		position:relative;
		z-index:1;
	}
	
	.profiletype.profilepage {
	    background-color:transparent!important;
	}
	
	.profileblock .profiletype.profilepage header {
	    margin: -50px 0 0 0
	}
	
	.profileblock .profiletype header {
	    margin: 0 0 0 0;
		padding:0 0 0 10px;
    }
	
	.profileblock .profiletype header h2 {
        max-width:230px;
		padding:0;
		margin:0;
	}

	.profiletype {
	    width:100%;
	    float: none;
    }

    .profileimage {
	    width:100%;
	    float: none;
	    margin-left:0;
	    margin-top: 0;
    }
/*-------------------------------------------*/
/*	トップパララックス
/*-------------------------------------------*/	
    ul#nav { display:none;}
	.LastCenterz {height: 400px;margin-top: -200px;padding-top: 30px;}
	.Centerz_full {height: 500px;margin-top: -250px;padding-top: 30px;}
    #section-2,
    #section-3,
    #section-4,
    #section-5,
	#section-6 {
	    margin-top: 0px!important;
	    padding-top: 0px!important;
    }
	.parallax-image-wrapper,
	.gap {
		display:none !important;
	}
	#section-2 { width:100%;height:500px!important;}
	#section-3 { width:100%;height:500px!important;}
	#section-4 { width:100%;height:500px!important;}
	#section-5 { width:100%;height:500px!important;}
	#section-6 { width:100%;height:400px!important;}
	
	#section-5 h2:before {font-size: 100px;}
	
	#contactblocks h2 { margin-bottom:30px!important;}
	#contactblocks h2:before {font-size: 28px!important;}
	#contactblocks h3 {font-size: 16px!important;}
	#contactblocks table td.ico {font-size: 48px!important; text-align:center; padding:0px!important;}
	#contactblocks table td.td01 {padding-left: 10px!important;}
	
	a span.icon-arrow:before {top: 53%;}
/* --------------------------------------------------------------------
 トップページ 政治活動
-------------------------------------------------------------------- */	
    #section-4 h2 { margin-bottom:20px;}
	#section-4 h2:before {font-size: 40px;	margin-right: 30px;}
	#news dl {max-width: 340px;width:100%;}

    #news dt {
	    max-width: 340px;
	    width:100%;
	    height: 160px;
	    overflow: hidden;
    }

    #news dd {
	    font-size: 15px;
	    color: #333333;
		padding:10px 10px 0 10px;
    }

    #news dd time {
	    letter-spacing: 0.1em;
	    color: #333333;
	    font-size: 14px;
    }
	
	#news .slick-prev,#news .slick-next { display:none!important;}


	#wrapper {padding-bottom: 0px;padding-top: 60px!important;background: linear-gradient(#f0efef -30%, #fafafa);}
	#header {position: fixed!important;}
	#header.home {height:60px!important;}
	#header.page {height:60px!important; background: #fff; }
	#header h1,p#h1title { padding:0 0 0 3%!important;}
	.header_inner {width: 100%;}

/*----- HOME -----*/
/*----- SECOND -----*/
	.second #title {top: 20px!important; left:15px!important;}

	.box {height: 500px!important;width: 100%!important;}
	
	.gap{width:auto;padding:0;background-attachment:scroll}
    .gap {
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 600px!important;
	width: 100%;
	z-index: 1;
	text-align: center;
	overflow:hidden;*zoom:1
    }
/*-------------------------------------------*/
/*	パーツ
/*-------------------------------------------*/		
	.spnon {display:none;}

/*-------------------------------------------*/
/*	ページイメージ
/*-------------------------------------------*/	
    #pageimage {margin-top:20px!important;}
	#pageimage h2 {
	    max-width:150px;
	    height:40px;
	    left:5%;
    }
	
	.rinen:before {font-size: 100px;top: 50%;left: 55%;}
	.catch01:before {font-size: 140px;top: 47%;left: 10%;}
	
	.pageimage_absolute {
	    position:static;
	    height: 600px;
	    width: 100%;
		max-width:100%;
	    background-position:0%;
	    background-repeat:no-repeat;
	    -moz-background-size:cover;
	    background-size:cover;
	    z-index: 1;
	    text-align: center;
	    overflow:hidden;
	    *zoom:1;
		margin-top:20px;
    }
	
	.pagecontents,
	.onecontents {
	    width: 100%;
	    padding-left: 0px;
	    margin-left: 0px;
		text-align: justify;
    }

    .page_inner {
	    padding-left: 0px;
    }
	
	#section-1 {
	    padding-top: 60px!important; margin-top:-60px!important;
	}
	
	.pagedown-wrapper {
        display: none!important;
    }
/*-------------------------------------------*/
/*	カルーセル
/*-------------------------------------------*/		
	#katsudo .slick-prev,#katsudo .slick-next {
	    display: none!important;
    }
/* ------------------------------------------------------------------------
    ブロック
------------------------------------------------------------------------  */
    #PlusImageblock {width: 94%;margin:0 auto; padding-top: 50px;padding-bottom: 60px;}	
	#WideContentsblock {padding-top: 50px;padding-bottom: 60px;}
	.normalblock header h1 {
	    font-size: 20px;
    }
	.normalblock header h1 em,#PlusImageblock header h1 em,#WideContentsblock header h1 em {font-size: 16px;padding-left: 3px;}
	.normalblock,.blogblock,#PlusImageblock {width: 94%;margin:0 auto; padding-top: 70px;padding-bottom: 20px;}
	.normalblock header h1 b { font-size: 36px;display:block; font-weight:normal; margin-top:15px;}
/* ------------------------------------------------------------------------
    ノーマルブロック
------------------------------------------------------------------------  */
    #PlusImageblock header,
    .normalblock header {
	    text-align: center;
	    margin-bottom: 40px;
    }
	
	#WideContentsblock header {
	    width: 94%;
		text-align: center;
		margin:0 auto;
    }

    #PlusImageblock header h1 span,
	#WideContentsblock header h1 span,
    .normalblock header h1 span {
	    font-size: 36px;
	    padding:10px 0 0 0px; 
		display:block;
    }
/* --------------------------------------------------------------------
    ブログ詳細ページ
------------------ */

    .blogblock header h1 {
	    font-size: 20px;
	    line-height: 1.4em;
	    font-weight: bold;
	    padding-right: 10px;
	    padding-left: 10px;
    }	
/*-------------------------------------------*/
/*	その他ブロック
/*-------------------------------------------*/		
	.gobox {height: 32em;width: 42%;margin: 3%;}
	.harfbox {float: none;width: 100%;padding: 10px 0 10px 0;}
	.contactbox {padding-top: 40px;}
/*-------------------------------------------*/
/*	パーツ
/*-------------------------------------------*/		
	dl.profilez dt {width: 100%; text-align:center; padding-bottom:20px;}
	dl.profilez dd {width: 100%;padding-left:0%;}
/*-------------------------------------------*/
/*	footer
/*-------------------------------------------*/	
	#footer {
	    margin:0;
		padding:0;
		height:auto!important;
	}
	
	.footer_inner {
	    width: 92%;
	    padding:40px 0 20px 0;
		height:auto!important;
    }	
	
	#footer section {
		width: 100%!important;
		height:auto!important;
		margin: 0 0 20px;
		float: none;
	}
	
	.SecMpp01 {
	    width: 96%;
		height:auto!important;
		float: none;
		margin:40px auto 0 auto;
		padding-bottom:20px!important;
    }

    .SecMpp02 {
	     width: 96%;
		 height:auto!important;
		 float: none;
		 margin:0 auto;
		 padding-bottom:20px!important;
    }
	
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
    .pagetop-wrapper {
        bottom: 10px!important;
        right: 10px!important;
    }
/*-------------------------------------------*/
/*	#フォーム要素
/*-------------------------------------------*/	
	input[type="chexkbox"] {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
	
	input[type=text], input[type=email], input[type=password] {
	    height:40px;
	    margin-top: 5px;
	    margin-bottom: 5px;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -o-border-radius: 5px;
	    border-radius: 5px;
    }
	
	#backnumbers-wrap {
	    position:static;
		padding-top:20px;
	}
	
}

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

    #wrapper {
	    padding-top:0!important;
    }

	#header { position: relative!important;}
	#topimage {
        background-image: url(../images/topimage/main.jpg)!important;
		margin-top:-60px;
    }
	
	/*----- ul ----*/	
    .slidemenu__nav {
		padding-top:60px;
    }
	
	.nameimage {
		width:34%;
		position: absolute;
		top: 0px;
		right: 14%;
		margin: auto;
		padding: 0px;
		left: auto;
		bottom: 0px;
	    height: 220px!important;
    }
	
	.nameimage h2{
	    font-size: 14px;
	    margin-bottom: 10px;
    }
	
	#topimage-container figure {
	    width:80%;
	    margin:0 auto 10px;
    }
	
	#topimage-container p.catch {
		max-width:46%;
	    margin:0px auto;
    }
	
	.profileinner dt {
	    width: 26%!important;
    }

    .profileinner dd {
	    width: 74%!important;
    }
	
	.profileinner dl:before {
	    left: 20%!important;
    }

}


@media (max-width: 690px) { /* --------------- iphone -----------------  */
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.videoWrapper iframe,
	.videoWrapper object,
	.videoWrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
    }

	#loader { display:none!important;}
	#fade { display:none!important;}
	.LastCenterz { position:static!important;height: auto!important; margin-top: 0px;padding-top: 0px;}
	.Centerz {height: 380px;margin-top: -190px;}
	#news dl { height:500px;}
	#news dd a span.icon-arrow:before {
	    display: block;
	    padding-top: 20px;
	    color: #999999;
	    position: absolute;
	    margin-left: -20px;
	    left: 50%;
	    top: 110px!important;
	    font-size: 40px!important;
    }
	
	#section-2 { width:100%;height:400px!important; }
	#section-2 h2:before {font-size: 88px;}
	#section-2 .katamari {left: 10px;bottom: 30px;}
	#section-3 { width:100%;height:400px!important; }
	#section-3 { width:100%;height:400px!important; }
	#section-3 h2:before {font-size: 60px;}
	#section-3 .katamari {left: 10px;bottom: 30px;}
	#section-4 { background-image:none!important;}
    #section-4 h2:before {font-size: 30px!important;margin-right: 0px; display:block!important;}

	#section-5 { width:100%;height:400px!important; }
	#section-5 h2:before {font-size: 64px;}
	#section-5 .katamari {right: 30px;bottom: 130px;}
	#section-5 a span.icon-arrow:before {font-size: 60px;top: 78%!important;right: 19%;}
	
	#section-6 { width:100%;height:auto!important; background-image:none!important;}

	#contactblocks { width:100%!important;padding-bottom: 40px!important;padding-top: 40px;height:auto!important;}
	#section-6 #contactblocks h2 { margin-bottom:30px;}
	#section-6 #contactblocks h2:before {font-size: 24px;}
	#contactblocks h2:before {font-size: 24px!important;}
	#section-6 #contactblocks h3 {font-size: 15px;}
	#section-6 #contactblocks table {height: auto!important;}
	#contactblocks table td.ico {font-size: 40px!important; text-align:center!important; padding-left:10px!important;}
	
	#news dd {padding: 10px 10px 0 10px;font-size: 15px;}
	
	.slider-arrow--right {right: 10px;margin-top:-15px;}
	.slider-arrow--left {left: 10px;margin-top:-15px;}

	#iconblock{ display:none;}
	
	#wrapper {padding-bottom: 0px;background: linear-gradient(#f0efef -30%, #fafafa);}
	
	span.catch01 { position:relative;top:40px; left:0px;padding-top: 0px; margin-bottom:45px;}
	span.catch01:before { display:block;font-family: 'icomoon';font-size: 64px;line-height: 1.4em;}
	.box {height: 300px!important;width: 100%!important;}
	.box h1{padding:20% 0% 0% 0%!important;}
	
	.profiletype {
    }
	
	.profiletype header {
	    padding:0;
		left:0;
		top: -50px;
		width:100%;
	}
	
	.profiletype.profilepage header {
	    padding:0;
		left:0;
		top: 0;
		width:100%;
	}
	
	.profiletype header h2 {
        max-width:180px;
	    width:100%;
		margin:0 auto;
    }
	
	.profiletype .profileinner {
	    padding-top: 20px;
    }
	
	.profiletype.profilepage .profileinner {
	    padding-top: 0;
    }
	
	.profileinner dt {
	    width: 36%;
    }

    .profileinner dd {
	    width: 64%;
    }
	
	.profileinner dl:before {
	    left: 30%;
    }
/*-------------------------------------------*/
/*	ページイメージ文字
/*-------------------------------------------*/	
	.catch01:before {font-size: 72px;top: 45%;left: 7%;}	
	
	#Maincontents {
	    padding:100px 0 40px;
    }
	#main {padding-top: 0px;}
/*-------------------------------------------*/
/*	ページイメージ文字
/*-------------------------------------------*/	
    #pageimage {
	    height: 220px;
    }
	.rinen:before {font-size: 50px;top: 50%;}
	
	.titlers span,
	.gobox h3 span { display:block;}
/* ------------------------------------------------------------------------
    一覧ブロック
------------------------------------------------------------------------  */
	.normalbody {
		padding-top:0;
	}
	
    .katsudo_inner {
	    margin-right: 0px;
	    padding-top: 20px;
    }
	
	#katsudo_block_ichiran .block {
	    width:49%;
		margin-right:2%;
		margin-bottom: 2%;
		padding: 4px;
    }
	
	#katsudo_block_ichiran .block:nth-child(2n) {
	    margin-right:0%!important;
    }
	
	#katsudo_block_ichiran .block:nth-child(3n) {
	    margin-right:2%;
    }
	
	#katsudo_block_ichiran .block h2 {
	    font-size: 12px;
		line-height:1.2em;
		text-align:justify;
    }

    #katsudo_block_ichiran .block time {
	    font-size: 11px;
		padding-top:4px;
    }
	
	div.texer {
	    padding:0 4px 0;
	}
	
	.newmark {
		font-size: 16px;
		padding-left: 5px;
    }
	
	.blogblock header .blogtitle { text-align:center;}
	.blogblock header .archive {position: static;text-align:center;font-size: 14px; padding-bottom:10px;}
	
	#pagebute-wrap a.page-prev,
    #pagebute-wrap a.page-next {
	    font-size: 17px;
	    width: 44%;
		letter-spacing: 0em;
    }
	
    #pagebute-wrap a.page-center {
	    font-size: 17px;
	    width: 60%;
		letter-spacing: 0em;
    }
	
	#pagebute-wrap a.page-prev i {
	    font-size: 18px;
		left: 10px;
	    margin-top: -8px;
    }

    #pagebute-wrap a.page-next i {
	    font-size: 18px;
		right: 10px;
		margin-top: -8px;
    }
/* ------------------------------------------------------------------------
    ノーマルブロック
------------------------------------------------------------------------  */
   .normalblock header {
	    margin-bottom: 10px;
    }
    .normalblock header h1,
	.normalblock header h2,
	#PlusImageblock header h1 {font-size: 20px;}
	#WideContentsblock header h1 {font-size: 20px;}
	
	.normalblock header h2 span {font-size: 24px;}
	.normalblock header h2 em {
	    font-size: 18px;
	    padding:0 0 5px 0;
	    display: block;
    }
	.normalblock header h2 b {margin:10px 0 0 0;}
	
	.normalblock header h1:after,
	.normalblock header h2:after {
	    content:none;
	    margin:20px auto 10px;
		width:40px;
    }
	
	.subtext {
	    padding-top: 20px;
    }
	
	.pageimage {
	    float: none;
	    width: 100%;
    }

    .pagecontents,
	.onecontents {
	    width: 100%;
	    padding-left: 0px;
	    margin-left: 0px;
    }

    .page_inner {
	    padding-left: 0px;
    }
	
	.normalblock header p.explain.seisaku {
	    font-size: 16px;
		margin:20px 0 0 0;
	    line-height: 2em;
		text-align:justify;
    }
	
	.normalblock header p.explain.seisaku br {
	}
	
	ul.seisaku {
	    text-align:justify;
	}
	
	ul.seisaku li {
	    font-size: 20px;
	    line-height:1.2em;
	    margin-bottom: 20px;
		padding:0 0 0 40px;
    }

    ul.seisaku li span {
	    position:absolute;
		left:0;
	    max-width:33px;
    }
/*-------------------------------------------*/
/*	その他ブロック
/*-------------------------------------------*/		
	.gobox {height: auto;width: 100%;margin: 0%;}	
/* ------------------------------------------------------------------------
    お問い合わせ
------------------------------------------------------------------------  */
    #contactblocks {
	    padding-bottom: 0px;
	    padding-top: 60px;
	    width: 92%;
	    margin:0 auto;
    }
    #contactblocks .rightz {float: none;width: 100%; padding-bottom:20px;}
    #contactblocks .leftz {float: none;width: 100%; padding-bottom:20px;}
	#contactblocks table td.ico {
	    font-size: 50px;
	    width:20%;
	    padding: 10px 0 40px 0;
	    vertical-align: top!important;
	    text-align: center;
    }
	
	#contactblocks table td.td01 {padding-left: 20px;}

    .contactbox dl dd input[type=text], .contactbox dl dd input[type=email] {width:100%!important; height:40px; font-size:18px;}
	.contactbox dl dd textarea,.contactbox dl dd select  {width:100%!important;font-size:18px;}
	
	select {
	    text-indent: .01px; /*Firefox用*/
	    text-overflow: ""; /*Firefox用*/
	    height: 45px;
	    font-size: 18px;
	    border: 1px solid #818285;
	    border-radius: 4px;
	    text-indent: .01px;
	    text-overflow: "";
	    margin-top: 5px;
	    padding: 8px;
    }
	
	.contactbox dl dt {
	    font-size:16px;
    }

    .contactbox dl.double {
	    width: 100%;
    }
	
	input[type="checkbox"] {
        -webkit-appearance: none;
        position: relative;
        margin-right: 5px;
        border-radius: 8px;
        border: 2px solid #4c4c4c;
        -webkit-box-sizing: border-box;
        width: 28px;
        height: 28px;
        background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1));
		vertical-align: middle;
    }

    /* チェック時は背景色を変更 */
    input[type="checkbox"]:checked {
        background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f));
    }
	
	/* チェックの印を:before疑似要素と:after疑似要素を使って作成 */
    input[type="checkbox"]:checked:before {
        position: absolute;
        left: 1px;
        top: 17px;
        display: block;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
        content: "";
        width: 10px;
        height: 4px;
        background: #FFFFFF;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right center;
    }

    input[type="checkbox"]:checked:after {
        display: block;
        position: absolute;
        left: 9px;
        top: 17px;
        content: "";
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
        width: 19px;
        height: 4px;
        background: #FFFFFF;
        -webkit-transform: rotate(-53deg);
        -webkit-transform-origin: left center;
    }
	
/* ------------------------------------------------------------------------
    青ボタン
------------------------------------------------------------------------  */

    #pagebute-wrap a.page-prev span.icon-arrow_shinohara2,
	#pagebute-wrap a.page-next span.icon-arrow_shinohara {font-size: 15px!important;}
	#pagebute-wrap a.page-prev span.icon-arrow_shinohara2 {left: -15px;margin-top: -9px;}
	#pagebute-wrap a.page-next span.icon-arrow_shinohara {right: -15px;margin-top: -9px;}
	
	.giji {width:94%;}
	.button_blue { width:94%;font-size: 18px;}
	.button_black { width:94%;font-size: 18px;}
	.button_black_left { width:94%;font-size: 18px;}
	
	#section-6 .button_black { 
	    width:80%;
	    font-size: 18px;
	    -webkit-border-radius: 60px;
	    -moz-border-radius: 60px;
	    -ms-border-radius: 60px;
	    -o-border-radius: 60px;
	    border-radius: 60px;
	}
	
	#section-6 .submitcenter {padding-top:10px;}
	.button_black span:before {right: 15px;font-size: 15px;}
	.button_black_left span:before {left: 15px;font-size: 15px;}
	.button_blue span:before {right: 15px;font-size: 18px;}

/*-------------------------------------------*/
/*	サイトマップ
/*-------------------------------------------*/	
    .sitemapbox {
	    padding-top:40px;
    }
		
	a.sitemap {
	    height: 5em;
	    width: 49%;
	    font-size: 17px;
	    margin-top: 0%;
	    margin-right: 0.5%;
	    margin-bottom: 1%;
	    margin-left: 0.5%;
	    padding-top: 1.5em;
	    letter-spacing: 0em;
    }
/*-------------------------------------------*/
/*	FOOTER
/*-------------------------------------------*/	
	.Seclogo p { font-size:14px;}

	.SecMpp01 {
	    width: 96%;
		float: none;
		margin:40px auto 0 auto;
    }

    .SecMpp02 {
	     width: 96%;
		 float: none;
		 margin:0 auto;
    }
	
	.SecMpp01 p span,
    .SecMpp02 p span {
	    margin:10px 0;
		display:block;
		font-size:16px;
    }
	
	.pagetop {
	    right: 20px;
	    bottom: 20px;
	    max-width:50px;
    }
/*-------------------------------------------*/
/*	個別パーツ
/*-------------------------------------------*/		
	p.archivenumber em {
	    display:block;
	}
	
	.socialiconwrap {position: static;display: inline-block; padding-left:5px;}
	.socialIcon.si_facebook {margin-right: -10px;}
	.socialIcon.si_twitter {margin-right: 10px;}

/*-------------------------------------------*/
/*	リンク
/*-------------------------------------------*/
	
	.linkers {
	    width: 32%;
	    margin-right:2%;
	    margin-bottom: 3%;
    }
	
	.linkers:nth-of-type(3n) {
        margin-right:0!important;
    }

    .linkers:nth-of-type(5n) {
        margin-right:2%;
    }
	
/*-------------------------------------------*/
/*	SNS
/*-------------------------------------------*/

.snsicon {
}

.snsicon ul li {
	display: inline-block;
	margin: 0px;
	padding: 2px;
	width: 25%;
}

}

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


    
}


@media screen and (max-width: 320px) {
   
   .page #title  {
	    top: 45px;
	    max-width:170px;
    }
   
   .fixed .home #title,
   .fixed .page #title  {
	    top: 15px;
	    max-width:160px;
    }
	
	ul.slidemenu__nav li a {
		font-size: 22px;
		letter-spacing: 0.05em;
    }

}

.slidemenu__nav--open {display:table-cell; right:0!important;}
.slidemenu__nav--open .slidemenu__nav__child {display: block;}

	
