@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 62.5%; /* 10px */
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  transform: rotate(.03deg);
}

body {
  font-size: 1.60rem;
  line-height: 1.5;
}

a {
  color: #333;
  outline: none;
	text-decoration: none;
}

h1, h2, h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1 {
  margin: 0;
}

h2 {
  margin: 20px 0 30px;
  font-size: 1.75em;
}

h3 {
  color: #c21f1f;
  border-bottom: solid 1px #c21f1f;
  font-size: 1.50em;
  padding: 0 0 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  text-align: center;
  margin: 0;
}
figcaption {
  font-size: 0.85em;
  margin: 10px 0;
}


/* 共通

====================================================*/

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.inner {
  text-align: center;
  margin: 0 auto;
}


/* header

====================================================*/
/*
header .inner {
  position: relative;
  width: 1000px;
  height: 310px;
  background: url(../img/header_bg.jpg) 0 0 no-repeat;
}
header .inner > h1 {
  position: absolute;
  top: 70px;
  left: 268px;
}
*/
header img:hover {
  opacity: 0.8;
}

nav {
  background-color: #f2e69e;
  border-bottom: solid 6px #436b48;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin: 0 0 80px;
  width: 100%;
}

nav ul {
  display: table;
  /*height: 100%;*/
  table-layout: fixed;
  width: 100%;
}
nav ul li {
  display: table-cell;
  height: 100%;
  position: relative;
  vertical-align: middle;
  word-wrap: break-word;
}
nav ul li:not(:last-child):before {
  background-color: #436b48;
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 1px;
}
nav ul li a {
  color: #436b48;
  display: inline-block;
  height: 100%;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
nav ul li a:hover {
  opacity: 0.8;
}


/* message

====================================================*/

#message {
  font-size: 2.00rem;
  letter-spacing: 0.10em;
  line-height: 2.00;
  margin: 0 0 70px;
}


/* item

====================================================*/

#item ul {
  display: flex;
  flex-wrap: wrap;
}
#item ul li {
  padding: 0 10px 0;
  margin: 20px 0 0;
  width: 33.3%;
}

#item ul li a {
  display: block;
}
#item ul li a:hover {
  opacity: 0.8;
}

#item ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}


/* news

====================================================*/

article#news ul {
  text-align: left;
}
article#news li {
  border-bottom: solid 1px #818181;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: left;
}
article#news li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
article#news li a{
  transition: all .3s;
}
article#news li a:hover{
  background: #efefef;
}
article#news li time{
  color: #c21f1f;
  display: inline-block;
  padding: 0 20px 0 0;  
}


/* footer

====================================================*/

address {
  clear: both;
  font-style: normal;
  margin: 150px 0 40px;
  text-align: right;
}

footer {
  clear: both;
  padding: 0 0 20px;
}

footer .inner {
  border-top: solid 6px #436b48;
  padding: 5px 0 20px;
  text-align: right;
  width: 1000px;
}


/* switching

====================================================*/

/* パンくずリスト */

ol.breadcrumb {
  padding: 0;
  margin: 0 0 20px;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.40rem;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 5px 0 10px;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}


/* 新着情報 中面

====================================================*/

#news time {
  color: #c21f1f;
}

#news span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.25em;
  font-weight: bold;
}

#news figure {
  margin: 0;
}
#news figure img {
  width: 80%;
}


/* お問い合わせ

====================================================*/

.m-bottom-30 {
  margin-bottom: 30px;
  text-align: center;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

input, textarea {
  padding: 3px;
  border: 1px solid #c9c9c9;
}

.attention {
  color: #990000;
}
.sending {
  margin: 20px 0 0;
  text-align: center;
}
.submit_button {
  cursor: pointer;
  padding: 10px 15px 8px;
  font-size: 1.6rem;
}
.submit_button:hover {
  background-color: #ccc;
}

.textarea {
  width: 100%;
  height: 100px;
}


