@charset "UTF-8";
/* CSS Document */

/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;	/* center in winIE */
	padding: 0;
	background-color: #ffffff !important;
	font-size: 14px !important;
	font-size: 100%;
	line-height: 1.6em !important;
	line-height: 160%;
	letter-spacing: 0.05em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
	color: #000;
}
* {
	font-family: inherit;
	font-size: 100%;
	line-height: 180%;
	/* パディングとボーダーを幅と高さに含める */
	-webkit-box-sizing: border-box;	/* for Google Chrome and Safari */
		 -moz-box-sizing: border-box;	/* for Firefox */
			-ms-box-sizing: border-box;	/* for Internet Explorer */
			 -o-box-sizing: border-box;	/* for Oper */
					box-sizing: border-box;
}
div, p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	text-align: left;
}
li {
	list-style-position: inside;
}
h1 {
	margin: 0 0 2rem;
}

h2 {
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 160%;
	font-weight: 600;
}
h2 span {
	padding-left: 1em;
	font-size: 60%;
}
a {
	color: #231815;
	text-decoration: none;
}
a:hover {
	color: #635a58;
}
p {
	margin: 0 0 20px;
	text-align: left;
}
img {
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #ffffff;
}
.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.right-f {
	float: right;
}
.left-f {
	float: left;
}

.line-through {
	text-decoration: line-through;
}
.strong {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8em;
}
.bold {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.large {
	font-size: 120%;
}
.small {
	font-size: 90%;
}
.red {
	color: #C85637;
}
.red02 {
	color: #C30D22 !important;
}

.noBorder {
	border: none !important;
}

.mt_20 {
	margin-top: 20px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mr_20 {
	margin-right: 20px;
}
.ml_0 {
	margin-left: 0px !important;
}
.ml_20 {
	margin-left: 20px;
}


/*----- YouTube設定 -----*/
.youtubeArea {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 0 auto 2rem;
}
.youtubeArea iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


/*----- GoogleMap設定 -----*/
.google-maps {
	position: relative;
	margin: 0 0 4rem;
	padding-bottom: 45%; /*これが縦横比*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*------------------
PC/SP　表示切り替え
------------------*/
.pcdisplay {
	display: block !important;
}
.spdisplay {
	display: none !important;
}




/* ▼追加フォントスタイル */
/* ----------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('/assets/fonts/icomoon.eot?brh2hh');
  src:  url('/assets/fonts/icomoon.eot?brh2hh#iefix') format('embedded-opentype'),
    url('/assets/fonts/icomoon.ttf?brh2hh') format('truetype'),
    url('/assets/fonts/icomoon.woff?brh2hh') format('woff'),
    url('/assets/fonts/icomoon.svg?brh2hh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\f015";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-edit:before {
  content: "\f044";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-comment:before {
  content: "\f075";
}
.icon-phone:before {
  content: "\f095";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-tools:before {
  content: "\e900";
}




/*==================

*wrap
*[レイアウト]

==================*/
div#wrap {
	width: 100%;
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
}
div#wrap .topLogo {
	display: block !important;
	width: 85px;
	height: auto;
	margin: 2rem auto 0rem;
}
.topLogo img {
	width: 100%;
}
#contents {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 220px 700px;
	grid-template-columns: 220px 700px;
	justify-content: space-between;

	width: 940px;
	margin: 0 auto 2rem;
}
/*------------------
*mainContentsWrap
*[レイアウト] メインコンテンツエリア
------------------*/
div#contentsWrap #contents #mainContentsWrap {
	width: 700px;
}
div#mainContentsWrap #mainContents {
	width: 700px;
}



/*==================

*gNaviWrap
*[レイアウト]ドロップダウンメニュー

==================*/
/* グローバルナビゲーションエリア */
#gNaviWrap {
	position: relative;
	width: 100%;
	height: 1.8em;
	margin: 30px 0 50px;
}
/* ドロップダウン親要素 */
ul#gNavi {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;

	width: 940px;
	margin: 10px auto;
	padding: 0;
	list-style-type: none;
	color: #000;
}
ul#gNavi li {
	width: auto;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 160%;
	font-weight: 600;
}
/* ドロップダウン子要素 */
ul.child {
	display: none;
	position: absolute;
	margin-left: 10px;
	padding: 0;
	background-color: #f4f3ef;

	/* 全部の角を角丸（3px） */
	-webkit-border-radius: 3px;	/* for Google Chrome and Safari */
					border-radius: 3px;
	/* ボックスシャドウ(水平 0px/ 垂直 0px/ ぼかし 5px/ 影の色 #000 透明度30%) */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);	/* for Google Chrome and Safari */
		 -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);	/* for Firefox */
					box-shadow: 0 0 5px rgba(0,0,0,0.3);
	/* PIE.htcでcss3対応 */
	behavior: url("/PIE.htc");
}
/* ドロップダウン子要素 吹き出し三角部分 */
ul.child:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 10%;

	border: 10px solid transparent;	/* 三角の基礎を作る／高さはそのまま、幅は倍／transparent=透過 */
	border-bottom: 10px solid #f4f3ef;	/* 上向き三角部分に色を付けて、可視化する */
	z-index: 10;
}
/* ドロップダウン子要素 吹き出し三角部分用 シャドウ */
ul.child:after {
	content: "";
	position: absolute;
	top: -20px;
	left: 10%;

	border: 10px solid transparent;	/* 三角の基礎を作る／高さはそのまま、幅は倍／transparent=透過 */
	border-bottom: 10px solid #f4f3ef;	/* 上向き三角部分に色を付けて、可視化する */
	/* ボックスシャドウ(水平 0px/ 垂直 0px/ ぼかし 3px/ 影の色 #000 透明度30%) */
	-webkit-filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));	/* for Google Chrome and Safari */
		 -moz-filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));	/* for Firefox */
			-ms-filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));	/* for Internet Explorer */
			 -o-filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));	/* for Oper */
					filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
	/* PIE.htcでcss3対応 */
	behavior: url("/PIE.htc");
	z-index: -10;
}
ul.child li {
	display: block !important;
	width: auto;
	text-align: left !important;
	font-size: 70% !important;
}
ul.child li a {
	display: block;
	width: 10em;
	padding: 5px;
	margin: 5px;
	color: #000;
}
ul.child li a:hover {
	color: #fff;
	background: #7991a2;

	/* 全部の角を角丸（3px） */
	-webkit-border-radius: 3px;	/* for Google Chrome and Safari */
					border-radius: 3px;
	behavior: url("/PIE.htc");
	/* ボックスシャドウ(水平 0px/ 垂直 0px/ ぼかし 5px/ 影の色 #000 透明度30%) */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;	/* for Google Chrome and Safari */
		 -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;	/* for Firefox */
					box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
	/* PIE.htcでcss3対応 */
	behavior: url("/PIE.htc");
}

/*==================

*.homeNavi #gNaviWrap
*[レイアウト]ドロップダウンメニュー（index.html）

==================*/
.homeNavi {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 0 0 1.5rem 0;
	background-color: rgba(255,255,255,0.5);
}
/* グローバルナビゲーションエリア */
.homeNavi #gNaviWrap {
	position: relative;
	width: 100%;
	height: 1.8em;
	margin: 0;
}
/* ドロップダウン親要素 */
.homeNavi ul#gNavi {
	width: 940px;
	margin: 0.5rem auto;
	padding: 0;
	list-style-type: none;
	color: #000;
}



/*==================

*contentsWrap
*[レイアウト]

==================*/
div#contentsWrap {
	width: 100%;
	margin: 0 0 50px;
}

/*------------------
*sideMenuWrap
*[レイアウト] サイドメニューエリア（Blog用）
------------------*/
div#contentsWrap #contents #sideMenuWrap {
	float: left;
	width: 220px;
	margin: 0;
}
#sideMenuWrap #sideMenu {
	width: 220px;
}



/*==================

*contentsFooterArea
*[レイアウト]コンテンツフッターエリア

==================*/
/* フッターリンクエリア */
#contentsFooterArea {
	width: 100%;
	background: #F7F8F8;
}
#contentsFooterArea > div {
	width: 700px;
	margin: 2rem auto;
	padding: 2rem 0 0.5rem 0;
}
#contentsFooterArea div a {
	display: block;
	margin: 0 0 1.5rem;
}
#contentsFooterArea div a:hover {
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}
#contentsFooterArea div div {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contentsFooterArea div div a {
	width: 48%;
	padding: 1.5rem;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	line-height: 2rem;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 280%;
	font-weight: bold;
}
#contentsFooterArea div div a span {
	display: block;
	font-size: 40%;
}

/* フッターバナーエリア */
#contentsFooterBnrArea {
	width: 700px;
	margin: 2rem auto;
}
#contentsFooterBnrArea > img {
	margin: 0 0 1.5rem;
}
#contentsFooterBnrArea a {
	display: block;
	margin: 0 0 1.5rem;
}
#contentsFooterBnrArea a:hover {
	/* Hover時にリンク用画像を透過（70%） */
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* Ie用 */
}





/*==================

*footerWrap
*[レイアウト]

==================*/
#footerWrap {
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
#footerWrap div#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #000;
}
/* フッターリンクナビエリア */
#footer ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#footer ul li {
	list-style-type: none;
	padding: 0 15px;
	border-left: 1px solid #000;
	font-size: 90%;
	font-weight: bold;
}
#footer ul li:first-child {
	padding: 0 15px 0 0;
	border: none;
}
/* フッター コピーライト 表示設定 */
#footer ul li:nth-child(9) {
	margin-left: auto;
	border: none;
}
/* フッター ナビ リンク設定 */
#footer ul li a:hover{
	text-decoration: underline;
}
/* フッター ロゴ 表示設定 */
#footer img {
	display: block;
	width: 6%;
	margin: 50px auto 30px;
}





