﻿@charset "utf-8";


@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

[class*="entypo-"]{
	color:#38bdbb;
	margin-left:1em;
}

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #38bdbb;
}
a:visited {
	text-decoration: none;
	color: #38bdbb;
}
a:hover {
	text-decoration: underline;
	color: #38bdbb;
}
a:active {
	text-decoration: underline;
	color: #38bdbb;
}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 90%;
}

em {
	font-weight:bold;
	color: #1A3486;
}

.img {
	text-align: center;
}

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

.text-right {
	text-align: right;
}

.mrjnB { margin-bottom: 20px;
}

body {
	background-color: #fff;
	background-image:url(../images/bacimg.jpg);
	background-repeat: repeat-x;

}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;

}



/* ------ Column ------ */

.row {
	max-width: 930px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}


/* ------ Header ------ */

header {
	width: 100%;
	padding-top: 40px;
}


header .row {
	position: relative;
}


	
header h2 { 
	width: 290px;
	height: 62px;
	margin-top: 10px;
}


/* ------ top ------ */

#topbar {
	position: absolute; 			/* PC用の表示ではposition:absoluteとする */
	width: 100%;
	top: 0;					/* top:0としてヘッダー部に移動 */
	height: 40px;				/* 高さは固定とする */
	background-color: #000066;
}

#topbar .row {
	height: 100%;
}

#topbar .row h1 {
	color: #FFFFFF;
	font-size: 13px;
   line-height: 280%;
	}

.black{
	color:#333 !important;
	margin-left:1em;
}


/* ------ Global Navi ------ */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#gnav {
	float: right;
	width: 90%;
}

/* ナビゲーションの各項目は、横並びに配置 */
#gnav li {
	float: left;
	width: 20%;
}

#gnav a {
	display: block;
	height: 50px;
	padding-top: 25px;
	font-size: 76%;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

/* ナビゲーションの色をグラデーションにする */
#kyouwa a:link,
#kyouwa a:visited {
	background-color: #42b0c7;
	background: -moz-linear-gradient(top, #31c5b5, #2595ad);
	background: -webkit-gradient(linear, left top, left bottom, from(#31c5b5), to(#2595ad));
	background: -webkit-linear-gradient(top, #31c5b5, #2595ad);
	background: linear-gradient(to bottom, #31c5b5, #2595ad);
}
/* マウスオーバー時にグラデーションの色を変更 */
#kyouwa a:hover,
#kyouwa a:active {
	background-color: #34a5bd;
	background: -moz-linear-gradient(top, #45d8c8, #34a5bd);
	background: -webkit-gradient(linear, left top, left bottom, from(#45d8c8), to(#34a5bd));
	background: -webkit-linear-gradient(top, #45d8c8, #34a5bd);
	background: linear-gradient(to bottom, #45d8c8, #34a5bd);
}



/* ナビゲーションの色をグラデーションにする */
#kariya a:link,
#kariya a:visited {
	background-color: #a5cb6b;
	background: -moz-linear-gradient(top, #bcc046, #8baf52);
	background: -webkit-gradient(linear, left top, left bottom, from(#bcc046), to(#8baf52));
	background: -webkit-linear-gradient(top, #bcc046, #8baf52);
	background: linear-gradient(to bottom, #bcc046, #8baf52);
}
/* マウスオーバー時にグラデーションの色を変更 */
#kariya a:hover,
#kariya a:active {
	background-color: #9bbf63;
	background: -moz-linear-gradient(top, #cbcf54, #9bbf63);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcf54), to(#9bbf63));
	background: -webkit-linear-gradient(top, #cbcf54, #9bbf63);
	background: linear-gradient(to bottom, #cbcf54, #9bbf63);
}


/* ナビゲーションの色をグラデーションにする */
#nawa a:link,
#nawa a:visited {
	background-color: #f0b23a;
	background: -moz-linear-gradient(top, #e6cb33, #d89b25);
	background: -webkit-gradient(linear, left top, left bottom, from(#e6cb33), to(#d89b25));
	background: -webkit-linear-gradient(top, #e6cb33, #d89b25);
	background: linear-gradient(to bottom, #e6cb33, #d89b25);
}
/* マウスオーバー時にグラデーションの色を変更 */
#nawa a:hover,
#nawa a:active {
	background-color: #e7ab36;
	background: -moz-linear-gradient(top, #f1d641, #e7ab36);
	background: -webkit-gradient(linear, left top, left bottom, from(#e7ab36), to(#e7ab36));
	background: -webkit-linear-gradient(top, #f1d641, #e7ab36);
	background: linear-gradient(to bottom, #f1d641, #e7ab36);
}

/* ナビゲーションの色をグラデーションにする */
#adeno a {
	line-height: 130%;
}
#adeno a:link,
#adeno a:visited {
	background-color: #f48b49;
	background: -moz-linear-gradient(top, #e59e39, #d97537);
	background: -webkit-gradient(linear, left top, left bottom, from(#e59e39), to(#d97537));
	background: -webkit-linear-gradient(top, #e59e39, #d97537);
	background: linear-gradient(to bottom, #e59e39, #d97537);
}
/* マウスオーバー時にグラデーションの色を変更 */
#adeno a:hover,
#adeno a:active {
	background-color: #e98546;
	background: -moz-linear-gradient(top, #f2ac48, #e98546);
	background: -webkit-gradient(linear, left top, left bottom, from(#f2ac48), to(#e98546));
	background: -webkit-linear-gradient(top, #f2ac48, #e98546);
	background: linear-gradient(to bottom, #f2ac48, #e98546);
}


/* ナビゲーションの色をグラデーションにする */
#staff a:link,
#staff a:visited {
	background-color: #e46ba2;
	background: -moz-linear-gradient(top, #d579bc, #cc538a);
	background: -webkit-gradient(linear, left top, left bottom, from(#d579bc), to(#cc538a));
	background: -webkit-linear-gradient(top, #d579bc, #cc538a);
	background: linear-gradient(to bottom, #d579bc, #cc538a);
}
/* マウスオーバー時にグラデーションの色を変更 */
#staff a:hover,
#staff a:active {
	background-color: #d96499;
	background: -moz-linear-gradient(top, #e28aca, #d96499);
	background: -webkit-gradient(linear, left top, left bottom, from(#e28aca), to(#d96499));
	background: -webkit-linear-gradient(top, #e28aca, #d96499);
	background: linear-gradient(to bottom, #e28aca, #d96499);
}



/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
}

#mainvisual ul {
	position: relative;
}

#mainvisual ul li {
	display: none;
	position: absolute;			/* 背面の画像にはposition: absoluteを指定 */
	z-index: 1;				/* 背面の画像のz-indexを1に指定 */
	width: 100%;
	top: 0;					/* 背面の画像をtop: 0に移動し、画像を重ねる */
}
#mainvisual ul li:first-child {
	display: block;
	position: relative;			/* 前面の画像にはposition: relativeを指定 */
	z-index: 1000;				/* 前面の画像のz-indexを1000に指定 */
}

#mainvisual-button {
	width: 100%;
	padding: 25px 0 20px;
}

#mainvisual-button ul {
	text-align: center;
	line-height: 10px;

}

#mainvisual-button li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;
}

#mainvisual-button li a {
	display: block;
	width: 10px;
	height: 20px;
}

#mainvisual-button li a:link,
#mainvisual-button li a:visited{
	margin-top: 0;
}

#mainvisual-button li a:hover,
#mainvisual-button li a:active,
#mainvisual-button li a.current {
	margin-top: -10px;
}


/* ------ Article ------ */

article {
	padding-bottom: 20px;
}

h3 {
	display: block;
	width: 96%;
	position: relative;
	padding: 8px 15px;
	font-size: 90%;
	color: #fff;
	text-align: left;
	text-indent: 1em;
	text-decoration: none;
	background-color: #336699;
	background-image: url(../images/hmark.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	margin-bottom: 20px;
}



/* ------ Index ------ */

#index {
	padding-bottom: 5px;
}

#index section a {
	display: block;
	position: relative;
	padding: 10px 0 10px;
	text-decoration: none;
}
#index section a:link,
#index section a:visited {
	background-color: transparent;
}
#index section a:hover,
#index section a:active {
	  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

#index .img {
	margin-bottom: 10px;
}

#index h1 {
	margin-bottom: 3px;
	font-size: 90%;
	font-weight: bold;
}

#index section a:link h1:after,
#index section a:visited h1:after {
	margin-left: 5px;
}
#index section a:hover h1:after,
#index section a:active h1:after {
	margin-left: 8px;
}

#index p {
	color: #666;
}


/* ------ News ------ */

#news {
	margin-top: 30px;
}

#news h1  {
	display: block;
	position: relative;
	z-index: 2;
	padding: 8px 15px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	background-color: #8bd5d4;
}

.newsbox {
	width:100%;
	hight:100px;
	margin:10px 0 30px 0;
	background-color:#DAF8CC;
		box-sizing:border-box;
	padding:10px;
}

.newsbox a{
	color:#333;
	text-decoration:underline;
}

.newsbox a:hover{
	color:#069;
}

#news table{
	margin-bottom:10px;
}

#topics_all{
	background-color:#fff;
	min-height:500px;
	box-sizing:border-box;
	width:930px;
	margin:0 auto;
	padding:400px 30px 100px 30px;
	background-image:url(../images/mainvisual1.jpg);
	background-repeat:no-repeat;
}

#topics_all #title{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#topics_all #date{
	text-align:right;
	margin-bottom:20px;
}



/* ------ メインコンテンツ ------ */

.con {
	margin: 15px 0 30px 10px;

}

.con:after {
	content: "";
	display: block;
	clear: both;
}

.con em {
	font-weight:bold;
	font-size: 120%;
	color: #B80A0D;
}

.con .lrftimg {
	float: left;
	margin: 0;
	padding: 0;
}

.rightp {
	margin: 5px 0 5px 310px;
	color: #99999;
	line-height: 150%;
}

.rightpMB {
	margin: 5px 0 20px 310px;
	color: #99999;
	line-height: 150%;
}

.emblue {
	margin: 10px 0 0 310px;
	font-weight:bold;
	font-size: 95%;
	color: #1A3486;
	line-height: 120%;
}

.con .rightimg {
	float: right;
	margin: 0;
	padding: 0;
}

.leftp {
	margin: 5px 300px 5px 0px;
	color: #99999;
	line-height: 120%;
}

.leftpMB {
	margin: 5px 300px 20px 0px;
	color: #99999;
	line-height: 120%;
}

.con strong {
	font-weight:bold;
	color: #1A3486;
}

.emblue2 {
	margin: 10px 0 0 0px;
	font-weight:bold;
	font-size: 95%;
	color: #1A3486;
	line-height: 120%;
	
}

.con90{
	margin: 20px auto;
	width: 90%;
	height: auto;
}
.con90:after {
	content: "";
	display: block;
	clear: both;
}

.blue {
	color:#1A3486;
	font-weight:bold;
}




/* ------Google map埋め込み ------ */
.ggmap {
padding-top: 20px;
}
 
.ggmap object,
.ggmap embed {
position: absolute;
top: 20px;
left: 0;
width: 100%;
height: 100%;
}

.ggmap iframe{
	width:600px;
	height:300px;
}


/* ------ アデノバイタル ------ */

#adenocon {
	padding-bottom: 5px;
	text-align: center;
}


#adenocon .img {
	margin-bottom: 10px;
}

#adenocon .sfont {
	margin-bottom: 0px;
	color: #22A058;
	line-height: 0.8em;
	font-size: 80%;
	text-align: center
}


#adenocon h3 {
	display: block;
	font-size: 120%;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #22A058;
	width: 100%;
	position: relative;
	text-align: center;
	text-indent: 0;
	background-color: transparent;
	background-image: none;
	margin-bottom: 0px;
}


#adenocon p {
	color: #666;
	text-align: left;
}


.price {
	display: block;
	width: 90%;
	position: relative;
	padding: 10px 20px;
	font-size: 120%;
	color: #fff;
	text-align: right;
	text-indent: 0;
	background-color: #B80A0D;
	background-image: none;
	margin: 20px auto;
}





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

#topanderb  {
		text-align:center;
}

#topanderb img {
	margin-bottom:20px;
}


#topanderb section a:hover,
#topanderb section a:active {
	  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


/* ------ Sidebar ------ */

#sidebar {
	margin-top: 30px;
	border-bottom: solid 1px #eee;
}

#sidebar section {
	border-top: solid 1px #eee;
}

#sidebar section h3 {
	width: 85%;
	text-align: left;
}



#sidebar p {
	padding: 10px 20px 10px 5px ;
	color: #666;
	line-height: 180%;
}




#sidebar .img {
	float: left;
	margin: 0;
}


#sidebar .cutmenu{
	width: 92%;
	margin: 10px 0 20px 0;
	}
	
#sidebar .cutmenu dl {
}

dt {
  float:left;
  font-size: 90%;
  font-weight:bold;
  color: #AE0BB8;
  padding-left: 5px;
}

dd {
	font-size: 90%;
	text-align: right;
}

dd:after {
	content: "";
	display: block;
	clear: both;
}

#sidebar span {
	font-weight:normal;
	font-size: 80%;
	color:#666;
}


#sidebar section a:hover,
#sidebar section a:active {
	  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.contentbox {
	text-align:center;
	margin: 20px auto;
	width: 80%;
	height: auto;
}

.mapbana{
	display:none;
}
	


/* ------ Footer ------ */

footer {
	background-color: #f5f5f5;
}

#copyright {
	margin-top: 45px;
}

#copyright p {
	font-size: 62%;
	color: #999;
}

footer .logo {
	padding: 20px 0 5px 0;
	text-align: right;
}






/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 25px;
	}
	
	header h2 { 
	width: 240px;
	height: 52px;
	margin-top: 10px;
}

#sidebar section h3 {
	width: 82%;
	text-align: left;
}


h3 {
	width: 96%;
	}
	
	
}


/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

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

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
		padding-top: 0;
	}


	header .col:first-child {
		height: 80px;
	}

	header h2 {
		margin: 0 auto;
		padding-top: 10px;
	}
	
	/* ------top ------ */

#topbar {
	position: static;		/* スマートフォン用の表示ではposition:staticとする */
	width: 100%;
	top: 0;					/* top:0としてヘッダー部に移動 */
	height: 40px;				/* 高さは固定とする */
	background-color: #000066;
}

#topbar .row {
	height: 100%;
}

#topbar .row h1 {
	color: #FFFFFF;
	font-size: 13px;
   line-height: 280%;
   text-align:center
	}


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}

	#gnav a {
		height: 50px;
		padding-top: 20px;
		font-size: 68%;
	}

	#gnav a:before {
		top: 10px;
	}


	/* ------ Mainvisual ------ */

	#mainvisual-button {
		padding: 15px 0;
	}


	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}


	/* ------ Index ------ */

	#index {
		padding-bottom: 0;
	}

	#index section {
		border-top: solid 1px #eee;
	}

	#index section a {
		padding: 15px 20px 15px 15px;
	}
	#index section a:after {
		font-size: 11px;
		display: block;
		position: absolute;
		width: 10px;
		line-height: 10px;
		top: 50%;
		margin-top: -5px;
		transition-duration: 0.3s;
	}
	#index section a:link:after,
	#index section a:visited:after {
		right: 6px;
	}
	#index section a:hover:after,
	#index section a:active:after {
		right: 3px;
	}
	
	#index h1 {
		text-align:center;
		margin: 10px 0 5px 0;
	}

	#index h1:after {
		display: none;
	}

	#index .img {
		margin-bottom: 0px;
	}
	
	
h3 {
	width: 93%;
	}


	/* ------ News ------ */

	#news {
		margin-top: 0;
		border-bottom: none;
	}


	/* ------ Sidebar ------ */

	#sidebar {
		margin: 10 auto;
		border-bottom: none;
	}
	
	#sidebar section h3 {
	width: 93%;
	text-align: left;
}

	

	#sidebar section a {
		padding: 15px 20px 15px 15px;
	}
	
	#sidebar .cutmenu{
	width: 80%;
	margin: 10px auto 20px auto;
	}




	/* ------ Footer ------ */

	footer {
		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}

	footer .logo {
		padding: 20px 0 30px;
		text-align: center;
	}

}

/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	
#topbar {
	height: 55px;				/* 高さは固定とする */
	padding:10px;
	box-sizing:border-box;
}
	
#topbar .row h1 {
	text-align:left;
	font-size: 10px;
 line-height: 150%;
	}
	
/* ------ メインコンテンツ ------ */


h3 {
	width: 92%;
	}

.con {
	margin: 15px 10px 30px 10px;
	text-align: center

}

.con p {
	text-align: left;
}

.con em {
	font-weight:bold;
	font-size: 120%;
	color: #B80A0D;
}

.con .lrftimg , .con .rightimg{
	text-align: center;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	float:none;
}

.rightp {
	margin: 5px 0 5px 30px ;
	color: #99999;
	line-height: 150%;
	float:none;
}

.emblue , .emblue2 {
	margin: 10px 0 10px 10px;
	font-weight:bold;
	font-size: 95%;
	color: #1A3486;
	line-height: 120%;
	clear: both;
}

.leftp {
	margin: 5px 0 5px 10px ;
	color: #99999;
	line-height: 120%;
	clear: both;
}

.rightpMB{
	margin-left:10px;
}

.con strong {
	font-weight:bold;
	color: #1A3486;
}

.newsbox{
	padding-left:15px;
	padding-right:15px;
}


.newsbox table td{
	display:list-item;
	list-style-type:none;
	font-size: 13px;
}

#sidebar{
	margin-top:0;
}


	#sidebar section h3 {
	width: 92%;
	text-align: left;
}

.ggmap{
	display:none !important;
}

#topics_all{
	width:100%;
	background-size:contain;
	padding-top:200px;
}
#newsbox tr{display:block;}
	
#newsbox td{display:block;}
	
#newsbox td.newMark{display: none;}
	
#copyright{
	margin-top:25px;
}

.logo{
	padding:0px;
}

.mapbana{
	display:block;
	padding:20px;
}

.mapbana p a{
	display:block;
	background-color:#fff;
	padding:7px 0;
	text-align:center;
	text-decoration:none;
	width:100%;
	box-sizing:border-box;
	font-weight:bold;
	color:#1A3486;
}

.mapbana p a span{
	color:#1A3486;
	font-size:20px;
	font-weight:normal;
	margin-left:0em;
	margin-right:3px;
}

.mapbana2 p a{
	border:1px solid #ccc !important;
}
	
}
