@charset "UTF-8";

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

/*◆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{vertcal-align:middle}

/*=== ベース ===*/
html {
  font-size:12px;
}
html * {
  box-sizing:border-box;
}
body {
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: dimgray;
  line-height:1.6;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited {
  color: dimgray;
  text-decoration: none;
}
a:hover, a:active {
  color: tomato;
}
img {
  max-width: 100%;
  height:auto;
}

h2 {
  font-size: 1.6rem;
  color:#00552e;/*深緑*/
  font-weight: 600;
  letter-spacing: 2px;
}

h4 {
  font-size: 12px;
  color:#005243;/*鉄色*/
  margin-bottom:0.1em;
}

h6 {
  font-size: 14px;
  color:#005243;/*鉄色*/
  margin-bottom:4px;
}

/*【写真下説明文】*/
h7 {
  font-size: 11px;
  color: #5383c3;/*薄群青*/
  padding: 2px 0 0 0;
  line-height: 1.2;
}

p {
  margin: 0 0 0.8em 0;
}
img {
  vertical-align:bottom;
}

.wrapper {
  max-width: 360px;
  margin:0 auto 0 auto;
}

/*【Title】*/
.N-title {
  text-align:center;
  width:360px;
  line-height: 1.6;
  padding-right: 10px;
/*  border: 1px dotted tomato;*/
  font-size: 14px;
  color: #028760;
  font-weight: 600;
}

.sub-title {
  width:100%;
  font-size: 2.4rem;
  padding:8px 0 0 12px;
  letter-spacing: 1px;
}

/*【中央寄せ】*/
.imgC {
  clear: both;
  overflow: hidden;
  width:100%;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
/*  border:1px dotted lightblue;*/
}
.imgC img {
  margin-bottom: 2px;
}
/*【図･写真左寄せ】*/
.imgL {
  clear: both;
  overflow: hidden;
/*  margin-bottom: 2px;*/
}
.imgL img {
  float: left;
  margin: 0 5px 3px 2px;
/*  border:1px dotted yellow;*/
}
/*【図･写真右寄せ】*/
.imgR {
  clear: both;
  overflow: hidden;
/*  margin-bottom:2px;*/
}
.imgR img {
  float: right;
  margin: 0 2px 3px 5px;
/*  border:1px dotted yellow;*/
}


.menu-tx {
  box-sizing: border-box;
  position:relative;
  width:70%;
  line-height:1.4;
  text-align:left;
  margin-left:80px;
  padding:8px 0 4px 0;
/*  border:2px dotted blue;*/
}

.containerB {
  display:block;
/*  border:2px dotted blue;*/
}
.itemPx {
  text-align:center;
  width:358px;
  line-height:1.6;
  margin-right:60px;
/*  border: 1px dotted tomato;*/
}

.itemTx {
  text-align: left;
  width: 100%;
  line-height: 1.6;
  padding: 0 4px 0 6px;
/*  border: 1px dotted tomato; */
}
.containerF {
  display:flex;
}
.W-itemPx {
  text-align:left;
/*  border: 1px dotted red; */
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
figure {
  margin: 0px 0px 0px 340px;
}

/* Title */
{
  font-size: 20px;
  align:center;
/*  font-weight:600;*/
  color: white;/*白*/
  height: 30px;
  letter-spacing: 2px;
  margin-left:200px;
  margin-right:240px;
  padding: 0 15px 0 15px;
  text-align:center;
  background:#007b43;/*常磐色*/
}

/*=== navV（フォト日記目次）===*/
.navV {
  overflow:hidden;
  position:relative;
}
.navV ul {
  margin-left:5px;
  padding:0;
}
.navV li {
  list-style:none;
  font-size:17px;
  margin: 0;
  padding:0;
  text-decoration:none;
}
.navV li a {
  display:block;
  padding: 0;
  color: black;
  text-decoration:none;
}
.navV li a:hover {
  color: orangered;
  border-left: 4px solid moccasin;
  background:cornsilk;
  transition:all 0.2s ease 0s;
}

/* ナビゲーション */
.navH {
  width: 100%;
  background:lightyellow;
  padding:10px 0 0 0;
  border-bottom:1px solid rosybrown;
  overflow:hidden;
  position:relative;
/*  top:0;*/
}
.navH ul {
  position:relative;
  text-align:left;
  margin-left:25px;
}
.navH li {
  display: inline;
  font-size:1.4rem;
  padding:0 10px;
  list-style-type: none;
}
.navH a {
  color:dimgray;
  font-weight: bold;
  padding:0 10px;
  text-decoration: none;
}
.navH a:hover {
  color:white;
  background:#ce5e5e;
  padding:0 10px;
  text-decoration:none;
  border-radius: 8px 8px 0 0;
  transition:all 0.3s ease 0s;
}
/*=== スマートフォン向けデザイン ===*/
@media screen and (max-width:640px) {
  .wrapper {
  margin:0 8px;
  }
  .navH li {
  display: block;
  }
  .navFx li {
  display: block;
  }
  .split {
  display: block;
  }
  .container-flex {
  display:block;
  }
}
/*==※ EoF ※==*/