@charset "UTF-8";
/*
font-style 2017
初期設定
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
------*/
* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin:0;
	padding:0;
	font-size:small;
	color:#333333;
	background-color:#cccccc;
}

h1 {
	font-size:x-large;
	color:#222222;
	display:none;
}

h4 {
	color:#00a0e9;
	margin:10px 0 0 15px;
	font-size:2em;
}

p {
	line-height:1.7;
}



/*
ページの枠組み
*/
#content {
	width:1000px;
	margin:0 auto;
	background-color:#ffffff;
}

main {
	width:1000px;
}


footer {
	width:1000px;
	height:50px;
	margin:0 auto;
}

/*
ヘッダー
*/
header {
	width:1000px;
	height:100px;
	margin:0 auto;
	background-color:#ffffff;
}
header .inner {
	width:1000px;
	height:100px;
	overflow:hidden;
}
header .inner #logo {
	width:500px;
	height:100px;
	margin-top:15px;
	float:left;
}

.inners {
	display:none;
}


/*
サーチ
*/
header .inner #s-search {
	width:500px;
	height:100px;
	float:right;
}
.searchform {
	width:240px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.searchform #s {
	width:195px;
	height:28px;
	border:solid 1px #9e9e9e;
	background-color:#f6f5f5;
	padding:0 5px;
}

.searchform input {
	display:block;
	float:left;
}

.searchform #searchSubmit {
	width:30px;
	height:30px;
	border:0;
	background:#9e9e9e url(../images/glass01.png) no-repeat center center;
}




/*
ナビゲーション
*/
nav ul {
	width:1000px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	list-style:none;
	padding:0px;
	background-color:#ffffff;
}

nav ul li {
	float:left;
	width:125px;
}
nav ul li#current a {
	color:#333333;
	font-size:1.2em;
}

nav ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:2;
	font-weight:bold;
}

nav ul li#current a:hover {
	color:#00a0e9;
	border:1px;
	background-color:#ffff00;
	border-radius:12px 12px 0 0;

}

#ham-menu {
	display:none;
}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


main:hover {
	background-color:#ffff00;
	border-radius:12px;
}
header:hover {
	background-color:#ffff00;
	border-radius:12px;
}
footer:hover {
	background-color:#ffff00;
	border-radius:12px;
}


/*
パンくずリスト
*/
#breadcrumb ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top:10px;
}
#breadcrumb ul li {
	font-size:1.3em;
	display: inline;
	margin-right: 5px;
}
#breadcrumb ul li a {
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}
#breadcrumb　{
	width:1000px;
}

/*
フッター
*/

footer {
	background-color:#ffffff;
}

#copyright {
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	color:#00a0e9;
}@charset "UTF-8";
/*
font-style 2017
初期設定
body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
------*/
* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin:0;
	padding:0;
	font-size:small;
	color:#333333;
	background-color:#cccccc;
}

h1 {
	font-size:x-large;
	color:#222222;
	display:none;
}

h2 {
	color:#00a0e9;
	margin:10px 0 0 15px;
	font-size:2em;
}

p {
	line-height:1.7;
}



/*
ページの枠組み
*/
#content {
	width:1000px;
	margin:0 auto;
	background-color:#ffffff;
}

main {
	width:1000px;
}


footer {
	width:1000px;
	height:50px;
	margin:0 auto;
}

/*
ヘッダー
*/
header {
	width:1000px;
	height:100px;
	margin:0 auto;
	background-color:#ffffff;
}
header .inner {
	width:1000px;
	height:100px;
	overflow:hidden;
}
header .inner #logo {
	width:500px;
	height:100px;
	margin-top:15px;
	float:left;
}
/*
サーチ
*/
header .inner #s-search {
	width:500px;
	height:100px;
	float:right;
}
.searchform {
	width:240px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.searchform #s {
	width:195px;
	height:28px;
	border:solid 1px #9e9e9e;
	background-color:#f6f5f5;
	padding:0 5px;
}

.searchform input {
	display:block;
	float:left;
}

.searchform #searchSubmit {
	width:30px;
	height:30px;
	border:0;
	background:#9e9e9e url(../images/glass01.png) no-repeat center center;
}




/*
ナビゲーション
*/
nav ul {
	width:1000px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	list-style:none;
	padding:0px;
	background-color:#ffffff;
}

nav ul li {
	float:left;
	width:125px;
}
nav ul li#current a {
	color:#333333;
	font-size:1.2em;
}

nav ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:2;
	font-weight:bold;
}

nav ul li#current a:hover {
	color:#00a0e9;
	border:1px;
	background-color:#ffff00;
	border-radius:12px 12px 0 0;

}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


main:hover {
	background-color:#ffff00;
	border-radius:12px;
}
header:hover {
	background-color:#ffff00;
	border-radius:12px;
}
footer:hover {
	background-color:#ffff00;
	border-radius:12px;
}


/*
パンくずリスト
*/
#breadcrumb ul {
	list-style-type: none;
	padding-left: 20px;
	padding-top:10px;
}
#breadcrumb ul li {
	font-size:1.3em;
	display: inline;
	margin-right: 5px;
}
#breadcrumb ul li a {
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
}
#breadcrumb　{
	width:1000px;
}

/*
フッター
*/

footer {
	background-color:#ffffff;
}

#copyright {
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	color:#00a0e9;
}

/*OFFICE・NISHIKA情報*/
.read h2 {
	font-size:20px;
	line-height:1.5em;
	color:#ffffff;
	background-color:#006633;
	text-align:center;
	padding-top:5px;
	padding:bottom:5px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;
}
.read-1 h2 {
	font-size:20px;
	line-height:1.5em;
	color:#ffffff;
	background-color:#ff6600;
	text-align:center;
	padding-top:5px;
	padding:bottom:5px;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;
}
.read-2 h2 {
	font-size:20px;
	line-height:1.5em;
	color:#ffffff;
	background-color:#ff6600;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	padding:bottom:5px;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;
}
.read p {
	background-color:#ffffff;
	margin:10px 10px 0px 10px;
	border:1px solid rgba(200,220,255,1.00);
	border-radius:10px;
	box-sizing:border-box;
	font-size:14px;
	line-height:1.4em;
	padding:15px 5px 15px 10px;
}
.sub-t h3 {
	font-size:20px;
	text-align:center;
	background-color:#006633;
	margin:10px 10px 0px 10px;
	padding:5px;
	color:#ffffff;
}
.work a {
	text-decoration:none;
}
.work-1 {
	background-color:#ffffff;
	margin:5px 10px 5px 10px;
	border:1px solid rgba(200,220,255,1.00);
	border-radius:10px;
	box-sizing:border-box;
}
.work h3 {
	padding:5px;
	font-size:20px;
	text-align:center;
	margin:0;
	background-color:#006633;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:#ffffff;
}
.work p {
	font-size:14px;
	line-height:1.4em;
	color:#5e5e5e;
	padding:10px;
}
.price-1 {
	font-weight:bold;
	background-color:#fff9e9;
	border:solid 1px #edc34c;
	border-radius:2px;
	color:#ff3300;
	padding:5px 10px 5px 10px;
	font-size:14px;
}
.flow-1 {
	font-weight:bold;
	background-color:#fff9e9;
	border:solid 1px #edc34c;
	border-radius:2px;
	color:#000000;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	padding:5px 10px 5px 10px;
	font-size:14px;
}








/*お問い合わせ*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

a {
	text-decoration:none;
}

li {
	list-style:none;
}





/*スマホ版*/
@media screen and (max-width: 479px) {
  #content {
    width: 100%;
    height:auto;
  }
  header {
  width: 100%;
  height:100%;
  }
  main {
  width: 100%;
  height:auto;
  }
  footer {
  width: 100%;
  height:auto;
  }

header .inner {
  display:none;
　}

.inners {
  display:block;
　}

.inners img {
  width:80%;
　}

.read h2 {
	font-size:100%;
}

.read-1 h2 {
	font-size:100%;
}

.read-2 h2 {
	font-size:100%;
}

.work h3 {
	font-size:100%;
}

.sub-t h3 {
	font-size:100%;
}

#content h4 {
	font-size:100%;
}

#breadcrumb ul li {
	font-size:80%;
}



#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 50%;
    padding: 10px 40px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -300px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 300px; /*メニュー横幅①*/
    z-index: 1000;
    display:block;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #fff; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}

/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px); /*メニュー横幅①と合わせる*/
   	background-color:#ffff00;

}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}

    #ham-menu:before ul {
　　list-style:none;
}

    #ham-menu:before ul li a {
　　text-decoration:none;
}


nav {
	display:none;
}

#formWrap p {
	font-size:90%;
}


}
