@charset "utf-8";
@import url("page.css");
@import url("kakaku_kaisei.css");
.kouji{
    background-color: #C60003;
    padding: 20px;
    margin-bottom: 20px;
    color: #FDFDFD;
    text-align: center;
    font-size: 16px;
display: none
}

#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.head_page{
	margin-bottom: 20px;
}

.head_img{
	padding-top: 10px;
	padding-bottom: 10px;
}



/*Edge用ハック*/
@supports (-ms-ime-align:auto) {
#navi {
	position: relative;
	width: 100%;
	background-color: #00B3E3;
display: block !important; display: inline-block;	

}

#menu li  a{
font-size: 14px!important;
}
#menu li {
	float: left;
	text-align: center;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 50;
	padding-right: 8px!important;
	padding-bottom: 5px!important;
	padding-left: 9px!important;
	padding-top: 8px!important;
}
}


/*サファリ用ハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #navi {
	position: relative;
	width: 100%;
	background-color: #000;
display: block !important; display: inline-block;	

}

#menu li  a{
font-size: 14px!important;
}
#menu li {
	float: left;
	text-align: center;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 50;
	padding-right: 8px!important;
	padding-bottom: 5px!important;
	padding-left: 9px!important;
	padding-top: 8px!important;
  }
}


a {
	outline: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #F33538;
}

a {
	text-decoration : none;
	outline: none;
}
a,a img {transition: 0.4s}
a:hover,a:hover img{
filter:alpha(opacity=80);  
-moz-opacity:0.80;  
-khtml-opacity: 0.80;  
opacity: 0.80; 
}


ul {
	list-style : none
}
img {
	vertical-align : middle
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
	margin-top: 0
}
h3{
	white-space: nowrap;
}
p, li, dt, dd, th, td, pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.fixed {
	position: fixed;
	top: 0px;
}
.clear {
	clear: both;
}
/* HTML */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-feature-settings : "palt";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../image/common/mizu.jpg) !important;
	background-repeat: no-repeat;
	background-position: right top;	
	

}
/*  common  */

#header {
	width: 100%;
	text-align: center;
	margin: 0 0 0px;
	position: relative;
}
#header_inner {
	max-width: 1000px;
	min-width: 320px;
	position: relative;
	height: 65px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pc_logo{
	float: left;
	margin-top: 0px;
}
.pc_logo02{
	margin-top: 15px;
}
.pc_tel{
	float: right;
	margin-top: 0px;
}


#header img {
	padding: 0px;
}
/* Container */
#container {
	min-width: 100%;
	width: 1020px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	max-width: 1000px;
	min-width: 320px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content p {
	max-width: 600px;
}
#logo {
	overflow: hidden;
	text-align: left;
	position: absolute;
	top: 19px;
	left: 44px;
	color: #000;
	height: 46px;
	width: 327px;
}







#navi {
	position: relative;
	width: 1000px;
	background-color: #00B3E3;
display: block !important; display: inline-block;

}
#menu {
	display: block;
	height: auto;
	padding: 0;
	background-color: #00B3E3;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu li {
	float: left;
	text-align: center;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 50;
	font-size: 14px!important;
	padding-right: 15px!important;
	padding-bottom: 10px;
	padding-left: 15px!important;
	padding-top: 10px;
}
.sub-menu a:before {content:"≫ ";font-size:80%;}
#menu li a {
	border-top: none;
	border-right: none;
	background: none;
	color: #fff;
	display: inline-block;
	
}
#menu li a:hover {
	color: #E3FAFF;
}
#menu li a:active {
	color: #fff;
}
#menu li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	background-color: #00B3E3;
	z-index: 10;
}
#menu li:hover ul.sub-menu {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
	left: 0px!important;
	z-index: 10;
		text-align: left!important;
}
#menu li ul.sub-menu li {
	float: left!important;  /*サブメニューはフロートさせないので解除*/
	width: 100%;
	clear: left!important;
	text-align: left!important;
	white-space: nowrap!important;
	margin: 0px!important;
	padding-top: 10px!important;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px!important;
}
.sub-menu {
	font-size: 14px!important;
	list-style-type: none!important;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}


.js #menu {
	display: none;
}
/*ナビゲーション*/
.slickmenuTop {
	display:block;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

.slicknav_nav li {
	font-size: 48px!important;
	border-top: 4px solid #fff!important;
	text-align: left;
	line-height: 80px;
}
.slicknav_menu {
	background-color: #00B3E3 !important;
	font-size: 48px!important;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff !important;
}

.slicknav_btn {
	background-color: #00B3E3 !important;
}


i.fa {
	font-size: 14px;
}

i.fa.fa-caret-right {
	display: none;
}
#top_photo {
	position: relative;
	margin: 0 auto;
}
/* Footer */
#footer {
	clear: both;
	margin: 80px 0 0;
	text-align : center;
	width: 100%;
	height: 500px;
}
#footer #copy {
	clear: both;
	padding-top: 30px;
	font-size: 11px;
	color: #999;
}
#footer #copy small {
	color: #888;
	font-size: .9em;
}
#footer #copy small span {
	font-size: 1.2em;
}
.logo{	display: none;

}
footer {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#copyright{
	font-size: 8px;
	background-color: #F5F5F5;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #999;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
.sp_logo{	display: none;
}
.sp_tel{	display: none;
}


/*600px*/
@media screen and (min-width:700px) {
body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-feature-settings : "palt";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../image/common/mizu.jpg) !important;
	background-repeat: no-repeat;
	background-position: right top;	
	

}
	.js #menu {
		display: block;
	}
	.slicknav_menu {
		display: none;
	}
	i.fa.fa-caret-right {
		font-size: 14px;
		display: inline-block;
	}

	
	.menuTop {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	}
.sp_logo{	display: none;

}	
.sp_tel{	display: none;

}	

#navi {
	z-index: 200;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
	
}

/*600px*/
@media screen and (max-width : 680px) {
body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-feature-settings : "palt";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../image/common/mizu.jpg) !important;
	background-repeat: no-repeat;
	background-position: right top;	
	

}
#navi {
	z-index: 200;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}

.sp_logo{
	height:66px;
	width: auto;
	display: block;
	top: 0px;
	left: 0px;
	text-align: left;
	vertical-align: top;
	position: fixed;
	z-index: 120;
	margin-top: 14px;
	margin-left: 10px;
}
.sp_logo img {
	height: 66px;
	width: auto;
}
.sp_tel img {
	height: 66px;
	width: auto;
}
.sp_tel{
	height: 66px;
	width: auto;
	display: block;
	top: 10px;
	right: 120px;
	text-align: right;
	position: fixed;
	z-index: 100;

}


#header_inner {
	display: none;
}

	
#copyright{
	font-size: 8px;
	background-color: #F5F5F5;
	text-align: center;
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #999;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}	