﻿@charset "UTF-8";

/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～
 □  @   ＠ルール（全体の設定） 
 □  *{  全称セレクタ（当該セレクタすべての要素に適用）
 □  .{  classセレクタ（選択したクラス名の要素に適用）
 □  #{  idセレクタ（id属性を持つ要素にひとつだけ適用）
 □  margin: padding: ㊤ ㊨ ㊦ ㊧
 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/

/*=== 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:14px;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height:1.6;
}
header {
  width:100%;
  height: 250px;
  position:relative;
}
main {
  width:100%;
}
section {
  margin-bottom:10%;
}
footer {
  clear:both;
  box-sizing: border-box;
  width:800px;
  margin:0 auto;
  padding: 5px 0;
  font-size:12px;
  text-align:center;
  color: #93ca76;/*うすもえぎ*/
  background: #eaf6dd;
}
a {
  color: midnightblue;
  text-decoration: none;
}
a:hover {
  color: tomato;
}
h1 {
  font-size: 33px;
  color:white;
  height: 50px;
  letter-spacing:4px;
  padding: 4px 0 0 20px;
  background:#00552e;/*深緑*/
}
h2 {
  font-size: 20px;
/*  font-weight:600;*/
  color: white;/*白*/
  height: 30px;
  letter-spacing: 2px;
  padding: 0 0 0 20px;
  text-align: left;
  background:#3eb370;/*緑*/
}
h3 {
  font-size: 18px;
  color: #0d0015;/*漆黒*/
  height: 25px;
  letter-spacing: 1px;
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
  background:#d6e9ca;/*白緑*/
}
h4 {
  font-size: 16px;
  color: #191970;
  margin-bottom:0.1em;
}
h5 {
  font-size: 15px;
  margin-bottom: 0.25em;
  padding-left: 5px;
}
h6 {
  font-size: 13px;
  margin-bottom:0.25em;
  padding-left:5px;
}
h7 {
  font-size: 1.1em;
  font-weight: 700;
  background: #fae9fd;
}
p {
  margin: 0 0 0.4em 0;
}
img {
  vertical-align:bottom;
}
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
/*  color: tomato; */
}
pre {
	margin:1em 0;
	padding:1em;
}
blockquote {
  margin-bottom:1em;
  padding:1em;
/*  border:1px dotted blue;*/
/*  border-left:5px solid blue;*/
}
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 blue;*/
}
dd {
  margin-bottom: 1em;
}
table {
  width: 70%;
  margin-bottom: 0.25em;
  border-collapse:collapse;
/*  border:1px solid white;*/
}
th {
  padding:10px 20px;
  text-align:center;
  vertical-align:middle;
/*  border:1px solid gray;*/
  background: white;
}
td {
  padding:0 10px;
  text-align:left;
  border:1px solid white;
}
figure {
  margin: 0px 0px 0px 340px;
}

/*=== エリア&テキスト ===*/
.wrapper {
  margin: 0 auto 0 auto;
  max-width: 800px;
/*  border:1px dotted magenta;*/
}
.blog-tx {
  box-sizing: border-box;
  position:relative;
  width:100%;
  font-size:1.1rem;
  line-height:1.6;
  color:navy;
  text-align:left;
  margin:0;
  padding-left:40px;
  padding-right:50px;
/*  border:1px dotted yellow;★*/
}
.txt-deco {
  text-decoration:none;
}

/*=== background-image ===*/
.event-d{
color:black;
backgroun-color:mediumpurple;
background-image: url("../img/event-d_bg.png")
}

/*=== navi top_menu（Fx）===*/
.navFx {
  position:fixed;
  width:800px;
  background:#00552e;/*深緑*/
  font-size:0.95rem;
  padding: 8px 0 0 0;
  top:0;
  z-index:10;
}
.navFx ul {
  position:relative;
  float: left;
  left:50%;
  margin:0;
}
.navFx li {
  position:relative;
  left:-50%;
  float:left;
  list-style:none;
  margin:0;
  padding:0 12px;
}
.navFx li a {
  color: white;
  text-decoration: none;
}
.navFx li a:hover {
  color: tomato;
  text-decoration: none;
  background: #e0ebaf;/*わかめいろ*/
}

/*=== navi menu_easy-blog ===*/
.nav-b {
  position:fixed;
  width: 700px;
  background: #9996d3;
  font-size:0.95rem;
  padding: 8px 0 0 0;
  top:0;
  z-index:10;
}
.nav-b ul {
  position:relative;
  float: left;/*center;*/
  left:50%;
  margin:0;
}
.nav-b li {
  position:relative;
  left:-50%;
  float:left;
  list-style:none;
  margin:0;
  padding:0 12px;
}
.nav-b li a {
  color: black;
  text-decoration: none;
}
.nav-b li a:hover {
  color: orangered;
  text-decoration: none;
  background: #edb9cf;
}

/*=== navV（menu_event）===*/
.navV {
  overflow:hidden;
  position:relative;
}
.navV ul {
  margin: 0;
  padding:0;
}
.navV li {
  list-style:none;
  font-size:16px;
  margin: 0;
  padding:0;
  text-decoration:none;
}
.navV li a {
  display:block;
  padding: 2px 0 0 0;
  color: black;
  text-decoration:none;
}
.navV li a:hover {
  color: orangered;
}
/*-- .navV li a:hover {
  color: tomato;
  border-left: 8px solid moccasin;
  background:cornsilk;
  transition:all 0.2s ease 0s;
--*/

/*=== スライドショー ====*/
.slide {
  position:relative;
  overflow:hidden;
  z-index: 8;
}
.slideInner {
  list-style:none;
  margin:0;
  padding:0;
}
.slideInner li {
  position:absolute;
  width:100%;
  margin:0;
  padding:0;
  background-color:#d6e9ca;/*白緑*/
  background-position:50% 0;
  background-repeat:no-repeat;
}

/*=== スクロール ===*/
.news-scroll {
  display: block;
  width: 770px;
  max-height: 275px;
  overflow-y: auto;
  margin-top: 4px;
  margin-bottom: 80px;
  list-style-type: none;
}
.news li a:hover {
  color:orangered;
  text-decoration:none;
}

/*=== split（画面分割）===*/
@media screen and (max-width:960px) {
.split{
  display: block;
}
.split-item{
  display: block;
  width: auto;
}
.split-left__inner{
  position: inherit;
  width: auto;
}
}
.split{
  display: table;
  width: 100%;    
}
.split-item{
  display: table-cell;
  padding: 0 0 0 0;
/*  width: 50%;*/
}
.split-left{
  color:#00552e;/*深緑*/
  background:#d6e9ca;/*白緑*/
  position:relative;
  width: 13%;
}
.split-left__inner{
  height: 810px;
  position: fixed;
/*  border: 1px solid blue;★*/
}
.split-right__inner{
  height: 810px;
/*  border: 1px dotted blue;★*/
}

/*=== container-flex ===*/
.container-flex {
  display:flex;
  justify-content:space-around;
}
.flex-itemL {
  text-align: left;
  width:120px;
/*  border: 2px dotted red;★*/
}
.flex-itemM{
  text-align:left;
  line-height:1.6;
  width:auto;
/*  border: 2px dotted blue;★*/
}
.flex-itemR {
  text-align:left;
  font-size: 1.3rem;
  line-height:1.5;
  width:90px;
/*  border: 2px dotted green;★*/
}

/*=== ３カラム ===*/
.content section {
  border-radius: 0;
}
.content {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.content section {
  margin: 0;
  padding: 10px 0 4px 15px;
  font-size:1.7rem;
}
section.column1 {width:4%; background: white;}
section.column2 {width:92%; background: white;}
section.column3 {width:4%; background: white;}

/*=== 外部リンク写真(g-link.html) ===*/
.img_href {
  width: 180px;
  height: 60px;
  object-fit: contain;
}

/*=== 写真回り込み解除 ===*/
.clear {
  clear: both;
}

/*=== 中央寄せ ===*/
.imgC {
  clear:both;
  overflow:hidden;
  width:100%;
/*  margin-bottom:50px; */
  text-align:center;
/*  border:1px solid skyblue;★*/
}

/*=== 左寄せ ===*/
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:2px;
}
.imgL img {
	float:left;
	margin:0 0.2em 0 0.2em;
	border-radius:5px;
/*  border:1px dotted yellow;★*/
}

/*=== 右寄せ ===*/
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:2px;
}
.imgR img {
	float:right;
	margin:0 0.2em 0 0.2em;
	border-radius:5px;
/*  border:1px dotted yellow;★*/
}


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

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:640px) {
	.imgC {
		margin-bottom:10px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:10px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:10px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}
}