<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
    font-family: "Lato","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
    font-size: 14px;
	line-height:1.4;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0px;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

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

a:link{
	color:#2F2F2F;
}
a:visited{
	color:#2F2F2F;
}

a:hover {
	color:#666;
	text-decoration: underline;
}

a,a:hover {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
a:active {
	background:#333;
	color:#fff;
	text-decoration:none;
	/*top:1px;*/
	/*position: relative;*/
}


a:hover img {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

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

}

時々使うCSS3 end */

::selection {
  background-color: #D7777C;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background-color: #D7777C;
  color: #fff;
}



.headerBox{
	height:700px;
	clear:both;
}
.header{
	height:203px;
	width:100%;
	text-align:center;
	z-index:999;
	position:absolute;
	top:0;
}

.header_bg{
background-attachment: fixed;
}

.headerIn{
	background-color: rgba(255, 255, 255, 0.9);
	overflow:hidden;
	margin-top:10px;
	padding:15px 0 ;
	position:relative;
}

.headerIn h1{
	margin-top:30px;
	margin-bottom:25px;
}



.navBox{
	background-color: rgba(255, 255, 255, 0.9);
	overflow:hidden;
}
.scroll .navBox{
	background-color: rgba(0, 0, 0, 0.8);
}

.navBox ul{
	opacity:1;
	min-width:100%;
	min-width:700px;
	margin:0 auto;
	border-top:1px solid #aaa;
}

.navBox ul li{
	width:18%;
	font-size:130%;
	display:inline-block;
	border-right:1px solid #aaa;
	line-height:1;
	font-weight:700;
}

.navBox ul li:last-child{
border-right:none;
}

.navBox ul span{
	font-size:75%;
	display:block;
	opacity:0.9;
}

.navBox ul a{
	color: rgb(30, 30, 30);
	text-decoration:none;
	width:100%;
	padding-top:18px;
	padding-bottom:18px;
	display:block;
	font-weight:400;
}
.scroll .navBox ul a{
	color: rgb(255, 255, 255);
}

.navBox ul a:hover {
	background:rgba(99,99,99, 0.8);
	color:#fff!important;
}


.navBox ul li:first-child{
	width:9.2%;
}
.navBox ul li:first-child a{
	text-indent:-9999px;
	color: rgb(30, 30, 30);
	background:url(../img/icon_home.png) center center no-repeat;
}
.scroll .navBox ul li:first-child a{
	color: rgb(255, 255, 255);
	background:url(../img/icon_homefix.png) center center no-repeat;
}
.navBox ul li:first-child a:hover{
	background-image:url(../img/icon_homefix.png) !important;
}


.navBox .sb-search{
	width:54px;
	margin-top:-66px;
	margin-right:10px;
}

.fixed_target{
	width:100%;
	z-index:10000;
}


.btn{
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    /* 以下装飾です。削除OK */
    text-decoration:none;
    height: 30px;
    line-height: 30px;
    width: 150px;
    text-align: center;
    display: inline-block;
    margin:13px 10px;
    outline: none;
    position: relative;
    z-index: 2;
	font-size:140%;
}
.btn:before,.btn:after{
    position: absolute;
    display: block;
    content:"";
    height: 100%;
    width: 100%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.v1-5 {
    overflow: hidden;
    background: #FFF;
	color:#222;
}
.v1-5:hover {
    color: #fff;
}
.v1-5:after {
    left: 0;
    top: 0;
    transform: scale(0.6);
    z-index: -1;
}
.v1-5:hover:after {
    background: none repeat scroll 0 0 #D7777C;
    transform: scale(1);
}
.v1-5:active{
	top:1px;
	background:#E98189;
}



.v1-6 {
	height: 50px;
    line-height: 50px;
    width: 230px;
    overflow: hidden;
	color:#fff!important;
	border:1px solid #fff;
	padding-right:20px;
}
.v1-6:hover {
    color: #111!important;
}
.v1-6:after {
    left: 0;
    top: 0;
    transform: scale(0.6);
    z-index: -1;
}
.v1-6:hover:after {
    background: none repeat scroll 0 0 #FFF;
    transform: scale(1);
}
.v1-6:active{
	top:1px;
	background:#FFF;
	opacity:0.9;
}

.v1-7 {
	height: 50px;
    line-height: 50px;
    width: 230px;
    overflow: hidden;
	color:#000;
	border:1px solid #000;
	padding-right:20px;
}
.v1-7:hover {
    color: #fff;
}
.v1-7:after {
    left: 0;
    top: 0;
    transform: scale(0.6);
    z-index: -1;
}
.v1-7:hover:after {
    background: none repeat scroll 0 0 #000;
    transform: scale(1);
}
.v1-7:active{
	top:1px;
	background:#000;
	opacity:0.7;
}

.v1-7 i{
	margin-right:10px;
}


.footer{
	background:#1c1c0e;
	height:330px;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	font-size:85%;
	overflow:hidden;
	clear:both;
	font-size:110%;
}

.footer  h4{
	width:100%;
	display:block;
	text-align:left;
	color:#FFFFFF;
	font-weight:700;
	font-size:180%;
	margin-bottom:15px;
}

address{
	color:#ccc;
}

.pagetop {
	margin:0 auto 40px;
}

.pagetop a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
}
.pagetop a:hover {
	background:none;
}
.pagetop a span{
	font-size:100%;
	display:block;
	width:100px;
	text-align:center;
	margin-top:-5px;
}



.f-add {
	float:left;
	background:#323129;
	width:25%;
	text-align:left;
	margin-left:3%;
	padding:30px;
}
.f-add a {
	color:#FFFFFF;
}

.footerlogo {
	margin-bottom:10px;
}

.f-sitemap {
	float:left;
	width:35%;
	margin-left:4%;
}



.f-sitemap ul{
	float:left;
	width:48%;
	text-align:left;
}

.f-sitemap ul ul{
	float:none;
	width:100%;
	padding-left:15px;
}

.f-sitemap ul li{
	margin-top:5px;
}

.f-sitemap ul a{
	color:#fff;
	text-decoration:none;
	padding:3px 10px;

}
.f-sitemap ul a i{
	margin-right:5px;
	color:#777777;
}

.f-sitemap ul a:hover{
	color:#D8D8D8;
	background:#4D4D4D;
}
.f-sitemap ul ul i{
	font-size:70%;
}


.f-gallary  {
	float:right;
	width:25%;
}
.f-gallary ul  {
	width: 276px;
}
.f-gallary ul li {
	position:relative;
	float: left;
	overflow: hidden; /*不要部分ｷﾘﾄﾘ*/
	height: 80px; /*正方形にしたいサイズ*/
	width: 80px; /*正方形にしたいサイズ*/
	display: block; /*SPANなのでブロック要素に*/
	background:#F34447;
	margin-right:10px;
	margin-bottom:10px;
}
.f-gallary ul li img/*縦・横の画像でも一応見れるように微妙に調整されています*/ {
	display: block;
	height: 120px;
	position: absolute;
	/*left: -60px;
	top: -25px;*/
	top: -15px;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.f-gallary ul li{
	border:#111 1px solid;
}
.f-gallary ul li:hover{
	border:#fff 1px solid;
}

.f-gallary ul li img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.copyright{
	height:30px;
	width:100%;
	text-align:center;
	color:#999;
	padding-top:10px;
	font-size:85%;
}

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

.sb-search {
	position: absolute;
	width: 0%;
	min-width: 56px;
	height: 56px;
	top:35px;
	right:0;
	float:right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	border: none;
	outline: none;
	background: #f6f6f6;
	width: 92%;
	height: 56px;
	margin: 0;
	z-index: 10;
	padding-left:20px;
	padding-right: 20px;
	font-size: 15px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #999;
}

.sb-search-input:-moz-placeholder {
	color: #999;
}

.sb-search-input::-moz-placeholder {
	color: #999;
}

.sb-search-input:-ms-input-placeholder {
	color: #999;
}

.sb-icon-search,
.sb-search-submit  {
	width: 56px;
	height: 56px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

#sb-search .sb-icon-search {
	color: #fff;
	background: #000 ;
	z-index: 90;
	font-size: 22px!important;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}



/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	//width:98%;
	width:30%;
	/*padding-left:150px;*/
	padding-right: 56px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #222;
	background: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/* part */
.pagenavi{
	text-align:center;
	font-size:150%;
	clear:both;
	overflow:hidden;
}

.pagenavi a ,.pagenavi span{
	padding:3px 10px;
	display:inline-block;
	vertical-align:middle;
}

.pagenavi .current{
	background:#333;
	color:#fff;
	 border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius:20px ;  /* Safari,Google Chrome用 */
    -moz-border-radius: 20px  ; /* Firefox用 */
}

.detail_btmbtn{
	text-align:center;
	border-top:1px solid #2D2D2D;
	padding-top:30px;
	padding-bottom:30px;
	clear:both;
}
.detail_btmbtn a:first-child{
	float:left;
	margin-left:30px;
}
.detail_btmbtn a:last-child{
	float:right;
	margin-right:30px;
}

/* 追記 */
.pagenavi .current a{
	text-decoration: none;
	display: inline-block;
	color:#fff;
	padding: 3px 6px;
}
.pagenavi a, .pagenavi li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #0c1923;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background:  #0c1923;;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	color:#FFFFFF!important;
}
.mean-container .mean-nav ul li a span{
	margin-left:10px;
	color:#ccc!important;
	font-size:90%;
}

.mean-container .mean-nav ul li a:first-child{
	background-image:none!important;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}


.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/* arrow */

a.arrowL  {
	display: inline-block;
	padding: 10px 5px 10px 10px;
	color: #fff;
}
a.arrowL::after {

	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

a.arrowR  {
	display: inline-block;
	padding: 10px 5px 10px 10px;
	color: #fff;
}
a.arrowR::after {
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
	.footer{
		height: auto;
	}
	.footerlogo img{
		width:100%;
		max-width:230px;
	}
	.f-gallary ul{
		width:100%;
	}
}
@media screen and (max-width: 760px) {

	.footer{
		height: auto;
	}
	.f-add{
		width:80%;
		float:none;
		margin:0 5% 30px;
		padding:5%;
	}
	.f-sitemap{
		width:90%;
		float:none;
		display:block;
		clear:both;
		overflow:hidden;
		margin:0 5% 30px;;
	}
	.f-gallary{
		width:90%;
		float:none;
		display:block;
		clear:both;
		overflow:hidden;
		margin:0 5% 30px;;
	}
	.f-gallary ul{
		width:100%;
	}
	.contents{
		padding-top:140px;
	}
	.page .header{
		position: absolute !important;
	}
	.mean-container .mean-bar{
		margin-top:90px;
	}
	.sb-search.sb-search-open, .no-js .sb-search{
		width:50%;
	}

}
@media screen and (max-width: 480px) {
.sb-icon-search, .sb-search-submit{
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.sb-search{
  height: 40px;
    min-width: 40px;
}
.sb-search-input{
	height: 40px;
}
	.f-sitemap{
		display:none;
	}
	.f-gallary{
		display:none;
	}
	.contents{
		padding-top:130px;
	}
	.page .header{
		position: absolute !important;
	}

	.mean-container .mean-bar{
		margin-top:85px;
	}
	.headerIn{
		height:90px;
	}
	.page .header h1 img{
		width:60%;
	}
	.sb-search.sb-search-open, .no-js .sb-search{
		width:80%;
	}
}
@media screen and (max-width: 320px) {

}</pre></body></html>