﻿@charset "UTF-8";
/*@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
/*================================================
 *  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:20px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#352f25;
	line-height:1.6;
}

.mainimg{
	text-align:center;
}

.mainimg img{
	overflow:hidden;
	position:relative;
	top:60px;
	width:100%;
	max-width:980px;
	text-align:center;
	margin-bottom:30px;
}

#contents {
	width:980px;
	margin:0 auto;
}

#contents .b {
	font-size:18px;
	font-weight:bold;
}
/*
#contents span.red_b {
  color:#e68505;
  font-weight: bold;
}

#contents span.green_b {
  color:#69821b;
  font-weight: bold;
}
*/
a {
	color:#0000ff;
}
a:hover {
	color:#d98200;
}

h1 {
	font-size:18px;
	margin-bottom:-13px;
}

h2 {
	clear:both;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:32px;
	font-size:30px;
	font-weight:bold;	
	color:#655844;
	border-top:0px;
	border-right:0px;
	border-bottom: 3px solid #5181d6;
	border-left: 0px;
}

h3 {
	margin-bottom:0.25em;
	font-size:24px;
	color:#223a70;
	font-weight:bold;
	text-decoration:underline;
}

h4 {
	margin-bottom:0.25em;
	font-size:22px;
	font-weight:bold;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../img/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
}

h7 {
	font-size:14px;
	margin-bottom:5px;
	color:#ffffff;
}

p {
	margin:0 0 3em 0;
}

p span {
	display:block;
	font-size:15px;
	text-decoration:none !important;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	text-decoration:underline;
}

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;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #9b8462;
}
th {
	text-align:center;
	vertical-align:middle;
/*	border:1px solid #9b8462;*/
	background:#ede2d5;
}
td {
	padding:10px;
	border:1px solid #9b8462;
}

/*================================================
 *  汎用クラス
 ================================================*/
.name {
	margin-left:2em;
	font-size:13px;
}


.textC {
	text-align:center;
}

.textR {
	text-align:right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
/*	margin-bottom:0.5em;*/
	margin:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
}

/* 写真右寄せ */
/*
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 2em 2em;
	border-radius:5px;
}
*/
#xxx {
	display:none;
}

#yyy {
	display:block;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:fixed;
	top:0;
	z-index:100;
	width:100%;
	background:#083075;
	opacity:0.80;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}

header h1 {
	padding:5px 0;
}

header h1 a {
	color:#fff;
	text-decoration:none;
}

header h1 a:hover {
	color:#fff465;
}

header .inner {
	position:relative;
	width:980px;
	height:60px;
	margin:0 auto;
}

/* グローバルナビゲーション */
header nav {
	overflow:hidden;
	position:absolute;
	top:-1px;
	right:2px;
	padding-top:30px;
}
header nav ul {
	margin:0 0 0 -10px;
}
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}

header nav li a {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

header nav li a:hover {
	color:#ffa06d;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#9dcdfa;
}
.totop img:hover {
	background:#4da5f7;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
header h1 {
	margin-left:10px;
}

header .inner {
	width:100%;
}

header nav li {
	font-size:16px;
}

#contents {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}

.imgC img {
	width:45%;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
body {
	font-size:14px;
}

header .inner {
	height:90px;
}

.mainimg {
	margin-top:40px;
}

header nav {
	position:relative;
	padding:0 0 10px 0;
}

header nav li {
	font-size:12px;
}

h2 {
	font-size:20px;
	margin-top:30px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}
/*
h5 {
	font-size:12px;
}

h6 {
	font-size:12px;
}
*/
.imgC {
	margin-bottom:30px;
}
.imgC img {
	width:90%;
}

.imgL {
	margin-bottom:30px;
}
.imgL img {
	display:block;
	float:none;
	max-width:100%;
	margin:0 auto 1em auto;
}
/*
.imgR {
	margin-bottom:30px;
}
.imgR img {
	display:block;
	float:none;
	max-width:100%;
	margin:0 auto 1em auto;
}

#yyy {
	display:none;
}

#contents .b {
	font-size:14px;
}
*/
}
