@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;
}body{
	line-height:1;
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}ul{
	list-style:none;
}blockquote,q{
	quotes:none;
}blockquote:before,blockquote:after,q:before,q:after{
	content:none;
}a{
	margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;
}del{
	text-decoration:line-through;
}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{
	border-collapse:collapse;border-spacing:0;
}hr{
	display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;
}input,select{
	vertical-align:middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"ヒラギノ丸ゴ Pro","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height:1.4;
}

#contents {
	width:90%;
	margin:auto;
}

#header {
	width:85%;
	margin:auto;
	text-align:center;
}
#header img {
	width:auto;
	text-align:center
}

a {
	color:#0000FF;
}
a:hover {
	color:#4b00ff;
}

h1 {
	font-size : 36px;
  text-align : center;
  margin-bottom:2px;
  margin-top:20px;
}

h2 {
	margin-bottom:0.5em;
	margin-top:0.5em;
	font-size:20px;
	width:95%;
	background-color:#7daab3;
	color:#f3f3f3;
	padding:2px;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}
h3:before {
	content:"\002714\00a0";
	color:#cf0c0c;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}
h4:before {
	content:"\00ab";
}
h4:after {
	content:"\00bb";
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background:#f3f3f3;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:22px;
	border-left:5px solid #cf0c0c;
}

p {
	margin: 0 0 1em 0;
	font-size: 22px;
	text-align: left;
	margin: 10px;
	padding: 10px;
	background-color: #F2F2F2
}

#contents img {
	width:42%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1px;
	padding-left:1px;
	padding-right:1px;
	align:left;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ef8100;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
}
td {
	padding:5px;
	text-align:left;
	border:0px;
}
.kakomi-box3 {
 margin:auto;
 padding: 1em;
 text-align: left;
 line-height:1.6em;
 width: 85%;
 font-size: 22px;
 color:#486066;
 border: 1px solid #ccc; /* 枠線 */
 background-color: #f3f3f3; /* 背景色 */
 box-shadow: 1px 1px 2px #ccc;
}
.kakomi-box2 {
 margin:auto;
 padding: 1em;
 text-align: center;
 line-height:1.6em;
 width: 75%;
 font-size: 16px;
 color:#486066;
 border: 1px solid #ccc; /* 枠線 */
 background-color: #ffffff; /* 背景色 */
 box-shadow: 1px 1px 2px #ccc;
}

/*================================================
 *  汎用クラス
 ================================================*/
.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.text {
	float:right;
	width:450px;
}

.photo img {
	max-width:100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin-top:10px;
}
header h1 {
	margin-bottom:10px;
}
h1 span {
	font-size:12px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:5px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;
}

/*================================================
 *  メイン
 ================================================*/
section {
	margin-bottom:10px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:10px 0;
	font-size:14px;
	background-color:#8fc2cc;
	text-align:center;
}
#footer_contact {
	width:100%;
	background-color:#f7f7f7;
	padding:10px;
	margin-top:16px;
	margin-bottom:5px;
}
#footer_contact p {
	font-size:22px;
	background-color:#ffffff;
	text-align:center;
}
#footer_tel {
	margin-top:10px;
	font-size:22px;
	color:#7daab3;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	background:#f3f3f3f3;
}
.totop a {
	display:block;
	text-decoration:none;
	color:#486066;
}
.totop img {

}
.totop img:hover {
	background:#333;

}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:780px) {
body {
		box-sizing:border-box;
		width:100%;
		padding:3 5px;
}

#contents {
		width:100%;
}

#header {
		width:100%;
		margin-left:auto;
		margin-right:auto;	
}
#header img {
	width:100%;
	text-align:center
}
	
h1{font-size:22px;
}

h2 {
	padding:2px;
	font-size:16px;
}
p {
	font-size:16px;
	
	margin:10px;
	padding:15px;
	background-color:#f3f3f3;
}
.kakomi-box3 {
 margin: 1em auto;
 padding: 1em;
 font-size: 16px;
 width: 90%;
}
.kakomi-box2 {
 font-size: 14px;
}
#contents img {
	width:48%;
}



}
