@charset "utf-8";
/* CSS Document */


body {
  margin: 0px;
    padding: 0px;
  color: #333;
  background-color: #FFF;
  font-family: "Meiryo UI", sans-serif;
}

a:link {
  color: #AA8C24;
  text-decoration: none;
}

a:visited {
  color: #AA8C24;
}

a:hover {
  color: #AA8C24;
  text-decoration: underline;
}

a:active {
  color: #AA8C24;
}


p {
  font-size: small;
  line-height: 180%;
}

hr {
  display: none;
}

a img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

/* フロート解除 */
.clearfloat {
  font-size: 1px;
  line-height: 0px;
  clear: both;
  height: 0px;
}


body, h1, h2, h3, p {
  margin: 0px;
  padding: 0px;
}


/* レイアウト大枠 */
#container {
  width: 100%;
  background-color: #ffffff;
  margin-top: 116px;/* ヘッダー背景の高さとかで変わる */
}


/* h1(SEO対策コメント),ロゴ,等 */
#aheader {
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height:116px;
  float: left;
  background-image: url(img/head.png);
}

#aheader h1 {
  width:960px;
  font-size: x-small;
  margin: 0px;
  height: 27px;
  padding-top: 9px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: normal;
}

#header {
  width:960px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(img/head.png);
  background-repeat: repeat-x;
}

#header ul {
  float:right;
  text-align: right;
  padding: 0px;
  margin:0px;
  height: 80px;
}

#header ul li {
  font-size: small;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#header .logo img {
  margin: 0px;
  padding: 0px;
  height: 80px;
}


/* 横ナビ(メニュー) */
#agnavbar {
  width: 100%;
  top: 0px;
  left: 0px;
  margin-bottom: 10px;
}

.gnavbar {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

/* 横ナビ画像リンク(JAVA)　*/
.gnavbar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  height: 40px;
}

.gnavbar ul li {
  text-align: center;
  float: left;
  height: 40px;
}


/* コンテンツ　*/
#contents {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/* サイドメニュー　*/
#sidemenu {
  float: left;
  width: 230px;
  margin-top:10px;
}

/* メイン　*/
#main {
  float: right;
  width: 705px;
  margin-bottom: 15px;
  padding: 0px;
  margin-left: 25px;
  margin-top: 10px;
}


/* フッター　*/
#afooter {
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(img/foot.png);
}

.footer {
  bottom: 0px;
  left: 0px;
  width: 960px;
  height: 90px;
  text-align: center;
  padding-top: 60px;
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
}


/* ページトップ(JAVA)　*/
#toTop {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: x-small;
  text-align: right;
  margin-bottom: 10px;
}

/* ページトップ(JAVA)　*/
#toTop2 {
  width: 705px;
  margin-right: auto;
  margin-left: auto;
  font-size: x-small;
  text-align: right;
  margin-bottom: 10px;
}

#divRss {
  width: 280px;
  font-size: small;
}

/*/* ここから下いろいろカスタマイズ */

/* 小文字 */
.smoji {
  font-size:x-small;
}

/* 中文字 */
.mmoji {
  font-size:medium;
}

/* 通常文字サイズに装飾(カラー＆太さ) */
.mojicw {
  color:#223C99;
  font-weight: bold;
}

.sideA {
  width:208px;
  padding:10px;
  margin-bottom:10px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #A98E57;
  border-bottom-color: #A98E57;
  border-left-color: #A98E57;
}

.sideA ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.sideA ul li {
  padding: 0px;
  margin-bottom: 3px;
  font-size: small;
  line-height: 150%;
}

.sideA h2 {
  font-size:medium;
  font-weight:bold;
  margin-bottom:10px;
}

.sideB {
  width:230px;
  margin-bottom:10px;
}

.boxA {
  width:663px;
  padding:20px;
  margin-bottom:15px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

.boxA h2 {
  font-size:larger;
  font-weight:bold;
  margin-bottom:10px;
}

.boxB {
  width:663px;
  padding:20px;
  margin-bottom:15px;
  border: 1px solid #cccccc;
}

.boxB h2 {
  font-size:larger;
  font-weight:bold;
  margin-bottom:10px;
}

.boxB h3 {
  font-size:medium;
  font-weight:bold;
  margin-bottom:10px;
  color:#B08A08;
}

.nakaA {
  width:641px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.nakaB {
  width:663px;
}

.nakaB ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.nakaB ul li {
  padding: 0px;
  float: left;
  width: 211px;
  margin-right: 3px;
  margin-left: 3px;
 margin-bottom:3px;
 border: solid 1px #000; 
}


.nakaC {
  width:663px;
}

.nakaC ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.nakaC ul li {
  padding: 0px;
  float: left;
  width: 122px;
  margin-right: 5px;
  margin-left: 5px;

}

.nakaD {
  width:663px;
}

.nakaD ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.nakaD ul li {
  padding: 0px;
  float: left;
  width: 321px;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 150%;
  font-size: small;
  text-align: center;
}


table.hyo {
}

table.hyo tr th {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

table.hyo tr td {
  font-size: small;
  line-height: 150%;
  margin: 0px;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
}

.title {
  width:685px;
  padding:10px;
  background-color:#B08A08;
}

.title h2 {
  font-size:x-large;
  font-weight:bold;
  color:#ffffff;
}

.sen {
  width:663px;
  background-color: #cccccc;
  padding: 0px;
  height: 1px;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}
/*フォトギャラリー*/
.photo ul {
  padding:0;
  margin:0;
    list-style:none;
}

.photo li {
  float:left;
  margin:10px;
}
.photo li p {
  font-size:12px;
  margin: 3px 0;
  text-align:center;
}
.clearfix {
  _display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.nakaA2_R {
  float:right;
  margin-left:10px;
  margin-right:40px;
}

.l-m40 {
  margin-left: 40px;
  
}
.t-m40 {
  margin-top: 40px;
  
}

 .img_wrap li{
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap li img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap li:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.h-150{
 height: 150px;
}

/* parts */
.f-s18 {
 font-size: 18px;
}

.f-s16 {
 font-size: 16px;
}

.red {
  color: #db0000;
}

.line-h-1 {
  line-height: 1.2;
}

.b-m30 {
  margin-bottom: 30px;
}

.t-m5 {
  margin-top: 5px;
}

.tcenter {
  text-align: center;
}

.form-contents form dl dd:not(.pattern-exclusion) {
	padding-top:8px!important;
	padding-bottom:10px!important;
	}
	.form-contents form dl dt:not(.pattern-exclusion) {
	padding-top:8px!important;
	}
	.form-pattern-1{
	background:none!important;
	}
	.form-contents{
	padding-top:0!important;
	padding-bottom:10px!important;
	}

.form-contents form dl dd:not(.pattern-exclusion) {
		padding-left: 180px!important;
		width: auto;
		box-sizing: border-box;
	}
.form-contents form dl dt:not(.pattern-exclusion) {
		width: 180px!important;
	}
@media (max-width: 1024px){
.form-contents form dl dd:not(.pattern-exclusion) {
    width: auto!important;
}
}
.form-contents {
  padding: 0!important;
  font-size: small;
}
.form-contents .submit-btn{
  background: #B08A08!important;
  border: solid 2px #B08A08!important;
}
.form-contents :not(.pattern-exclusion) button:hover {
  color: #B08A08!important;
  background: #fff!important;
  border: solid 2px #B08A08!important;
}
.form-contents .submit-btn:hover::before {
      background-color: #B08A08!important;
}

.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  padding:0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form-contents dl dt:not(.pattern-exclusion) span.optional::before {
  content: '任意';
  color: #fff!important;
  background: #999!important;
}


