﻿@charset "utf-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	color: #376b18;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	background: #fff;
}
body#mdcl{
	color:#000;
}
body#mdcl h2{
	background-image:none;
	padding:0;
	color:#000;
}
body#mdcl p{
	line-height:2;
}

#form table{
	font-size:16px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
hr{
	clear:both;
	border:none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a img{
}
a:hover img{
	transition: .3s;
	opacity:.7;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #37750d;
	text-decoration: none;
}

/*コンテナー（ホームページ全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {overflow-x: hidden;}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header {
	max-width:1080px;	/*最大幅。#menubar、.contents、#pagetopと数字を合わせる*/
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: 100px;
}
/*h1ロゴ画像*/
h1#logo{
	display:inline-block;
	float:left;	
}
#logo img {
	width: 278px;
	padding-top: 20px;
}
div#google_translate_element{
	float:left;
}
div.flex{
	display:none;
}
div.flex span{
	display:block;
	text-align:center;
	font-size:12px;
	}
div span{
	font-size:12px;
	}
div#mdcl{
	border:2px solid #7bc171;
	border-radius:13px;
	width:220px;
	text-align:center;
	background:#fff;
	line-height:2;
}
div #mdcl a{
	display:block;
	text-decoration:none;
	border-radius:13px;
	padding:7px;
}
div #mdcl a:hover{
	background:#7bc171;
	color:#fff;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	max-width: 1080px;
	position: relative;z-index: 2;
	margin: 0 auto;
	background: #fff;
	background: rgba(255,255,255,0.9);
	height: 40px;
	padding: 0;
}
/*トップページのメニューブロックの設定*/
#top #menubar {
	border-radius: 10px;
	-webkit-box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
	box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	width: 16%;
}
#menubar li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 40px;
	border-right: 1px dashed #ccc;
}
/*１個目メニューの設定*/
#menubar li:first-child {
	margin-left: 2.8%;
}
#menubar li:first-child a {
	border-left: 1px dashed #ccc;
}
/*マウスオン時と、現在表示中(current)設定*/
#menubar li a:hover,
#menubar li.current a {
	color: #fff;
	background: #37750d;
}
/*小さい端末用(画面幅800px以下)メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*インスタグラムアイコン
---------------------------------------------------------------------------*/
.insta_btn, insta_btn2 {
 border:2px solid #7bc171;
	border-raidus:13px;
	width:220px;
  display: inline-block;
  text-align: center;
  color: #7bc171;
  font-size: 16px;
	padding:7px;
  text-decoration: none;
}
.insta_btn2 {
  text-align: center;
  color: #000;
  font-size: 16px;
}

.insta_btn:hover{
  color:#668ad8;
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta, .insta_btn2 .insta{/*アイコンの背景*/
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;
  border-radius: 10px;

}

.insta_btn .insta:before, .insta_btn2 .insta:before{
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 50px;
  height: 50px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram, .insta_btn2 .fa-instagram  {/*アイコン*/
  color: #FFF;
  position: relative;
  z-index: 2;
  font-size: 35px;
  line-height: 40px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}
/*h2タグ*/
.contents h2, #mdcl .contents h2.mdcl {
	clear: both;
	font-family: "ＭＳ 明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	margin-bottom: 15px;
	background-image: url("../images/flw.png");
	background-repeat:no-repeat;
	padding-left:80px;
	height:80px;
	line-height:80px;
	font-size:28px;
	border-bottom:1px dotted #ccc;
	color:#594e93;
}
/*h3タグ*/
.contents h3 {
	clear: both;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	margin: 15px;
	background-image: url("../images/tori.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:80px;
	line-height:1.4;
	font-size:20px;
	color:#63690e;
}
.contents h3 span.little {
	font-size:18px;
}

/*h3タグのタイプ違い（MENUページのh3見出しに使用）*/
.contents h3.type2 {
	border: none;
	background: #333;
	color: #fff;
}
/*見出し（トップページの大きな見出し）*/
h2.style1{
	background: none !important;
	color: #37750d !important;
	line-height: 1!important;
	font-weight: normal !important;
	font-size: 30px !important;
	text-align: center !important;
	border-bottom: 1px dashed #37750d !important;
	margin-bottom: 20px !important;
	letter-spacing:0.2;
}
h2.type1 {
	background: none;
	color: #37750d;
	line-height: 1.2;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin:7px auto;
	padding:0;
}
/*段落タグ*/
.contents p {
	padding: 0px 20px 15px;
}
.contents h2 + p,
.contents h3 + p {
	margin-top: -5px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*メインコンテンツブロック*/
.main {
	float: left;
	width: 72%;
}
div.half{
	float:left;
	width:50%;
}
#sight div.sight{
	width:90%;
	display:block;
	float:none;
	margin:10px auto;
	padding-top:10px;
	border-bottom: 1px solid #fbf2b4;
}
#sight div.sight h4{
	font-size:24px;
	padding:0;
}
#sight div.sight h4 span{
	font-size:16px;
}

img.alignright{
	float:right;
	padding-left:10px;
}
em{
	font-weight:bold;
}
div.hole{
	width:100%;
	margin:0 auto;
}
div.half img, div.hole img{
	float:left;
	width:28%;
	height:auto;
	margin:7px;
}
div.hole img{
	width:12%;
}
#sight div.half img{
	float:right;
	margin-left:10px;
	width:200px;
	height:150px;
}

div#thumnail img{
	float:left;
	width:40%;
	height:auto;
	margin:7px;
}

div.half img.h{
	display:inline-block;
	margin:7px auto;
	width:85%;
	height:auto;
}
p.aligncenter{
	text-align:center;
}
dl.syousai, #access dl.syousai{
	width:90%;
	margin:10px auto;
}
dl.syousai dt, #access dl.syousai dt{
	display:block;
	width:40%;
	float:left;
	text-align:center;
	background:#37750d;
	border-bottom:1px dotted #ccc;
	color:#fff;
	clear:left;
}
div.hole dl.syousai dt{
	width:20%;
}
dl.syousai dd, #access dl.syousai dd{
	display:block;
	width:55%;
	float:left;
	margin-left:10px;
	border-bottom:1px dotted #999;
}
dl#kaitei dd{
	text-indent:2em;
}
div.hole dl.syousai dd{
	width:78%;
}
#access dl.syousai dt{
	width:20%;
}
#access dl.syousai dd{
	width:75%;
}
ol.asterisk {
	counter-reset: number;
	list-style: none;
}
ol.asterisk, ul.asterisk, div.room{
	display:block;
	width:85%;;
	margin: 0 auto
}
ol.asterisk li:before {
	counter-increment: number;
	content: "※"counter(number)" ";
}
ul.asterisk > li {
	list-style-type: none;
	text-indent: -1em;
}
ul.asterisk li:before {
	display: inline;
	content: "※";
}
ul.heart{
	width:90%;
	margin:0 auto;
}
ul.heart li{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: baseline;
    margin-bottom: 7px;
    font-size:16px;
  }
 
ul.heart li:before {
    content: "\025cf";
    margin-right: 5px;
    color: #8b6b4e;
  }

	
/*サブコンテンツ
---------------------------------------------------------------------------*/
.sub {
	float: right;
	width: 23%;
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	background: none;
	margin:0;
	border-bottom:none;
	padding: 0;
	color: #666;
}
/*subコンテンツのh2タグの１文字目への設定*/
.sub h2::first-letter {
	border-left: 3px solid #b5b5b5;
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	border-top: solid 1px #e4e4e4;
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	padding: 20px;
	margin-bottom: 15px;
	background: #f7f7f7;
	border: solid 1px #e4e4e4;
	border-radius: 10px;
}
/*box1内のメニューの設定*/
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	max-width: 1080px;
	margin: 0 auto;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	color: #FFF;
	font-size: 18px;
	padding: 0px 30px;
	background: #37750d;
	border-radius: 4px 4px 0px 0px;
}
/*マウスオン時*/
#pagetop a:hover {
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #37750d;
	color: #fff;
	text-align: center;
	height:100px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
section#new{
	border:2px solid #37750d;
	border-radius:8px;
}
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 110px;
	overflow: auto;
	line-height:1.8;
}
/*日付設定*/
#new dt {
	font-weight: bold;
	float: left;
	width: 6em;
	border-bottom:1px dotted #ccc;
}
/*記事設定*/
#new dd {
	padding-left: 7em;
	border-bottom:1px dotted #ccc;
}
#new dd a{
	text-decoration:none;
}
#new dd a:hover{
	text-decoration:underline;
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 17.5%;
	text-align: center;
	float: left;
	margin: 0 0 15px 2%;
	font-size: 12px;
}
/*画像の設定*/
.list figure img {
	border-radius: 50%;
}

/*COUPONページ
---------------------------------------------------------------------------*/
/*ボックス*/
#coupon {
	position: relative;
}
/*段落タグ*/
#coupon p {
	position: absolute;
	left: 5%;
	top: 35%;
	width: 45%;
	color: #fff;
	text-shadow:
}

/*テーブル ta1
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 96%;
	margin: 0 2% 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;
	padding: 10px;
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #eee;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;
	text-align: center;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*テーブル ta2
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	width: 96%;
	margin: 0 2% 15px;
	border-top: 1px dashed #ccc;
}
.ta2 tr:nth-child(odd) {
	background: #f7f6f3;	/*奇数番目の行にだけ色*/
}
.ta2 td,
.ta2 th {
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 200px;
	text-align: left;
	vertical-align: top;
}
/*写真用*/
.ta2 img.menu-img {
	width: 150px;
	border-radius: 20px;
	float: right;
}
/*価格用*/
.ta2 .price {
	white-space: nowrap;	/*途中で改行させない設定*/
	font-weight: bold;
	text-align: right;
}

/*MENUページのページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 10px;
	text-align: center;
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(../images/arrow1.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(../images/arrow1.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

/*一覧ページのボックスのマーク
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 100px;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 100px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
/*postmail
---------------------------------------------------------------------------*/
div#postmail{
	margin:10px auto;
	width:80%;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.p3p {padding: 3%;}
.pt70 {padding-top: 70px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;line-height:2;}
.color1 {color: #37750d !important;}
.color2 {color: #1C00EF;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.w30p {width: 30% !important;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fr {float: right;margin-left: 1%;margin-bottom: 15px;width: 45%;}
.fl {float: left;margin-right: 1%;margin-bottom: 15px;width: 45%;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}
.dn {display: none;}
.mt-top {margin-top: -200px !important;}
.fs1 {font-size: 18px;}
.menu-top {text-align: right;}

/*画面幅1080px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px){

/*全体の幅を一括設定
---------------------------------------------------------------------------*/
header,#menubar,.contents,#pagetop {
	margin: 0 3%;
}

}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar-s {
	display: block;	/*小さい端末用(画面幅800px以下)メニューを非表示から表示に切り替える*/
	position: relative;
	z-index: 3;
	padding-top: 20px;
}
#top #menubar-s {
	margin-top: -130px;	/*上の「.mt-top」の数字と合わせる*/
	}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;
	width: 48%;		/*幅*/
	margin: 0 1% 10px 1%;	/*上、右、下、左へ、メニューの外側に空けるスペース*/
}
#menubar-s li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 50px;		/*行間（高さ）*/
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*大きな端末用(画面幅801px以上)メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	z-index: 4;
	position: absolute;
	top: 25px;
	right: 3%;
	width: 40px;
	border: 1px solid #000;
	padding: 12px 10px 5px;
}
#top #menubar_hdr {
	border: 1px solid #fff;
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;
	margin-bottom: 7px;
}
#top #menubar_hdr span {
	border-top: 3px solid #fff;
}
h1#logo{
	display:block;
	float:none;	
	margin:0 auto;
	text-align:center;
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*見出し（大見出し）*/
.type1 {
	font-size: 30px !important;
	margin:10px 0;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #37750d url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #37750d url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*テーブル ta2
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	font-size: 14px;
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 140px;	/*幅*/
}
/*写真用*/
.ta2 img.menu-img {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub {display: none;}
.pt70 {padding-top: 0px;}

}

/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
.contents h2, .contents h3{
	margin-bottom: 15px;
	font-size:18px;
}

div.flex{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sub div{
	display:none;
}
/*ロゴ画像*/
#logo img {
	width: 220px;
	padding-top: 38px;
}
div.half{
	width:95%;
	float:none;
	margin:0 auto;
}
div.half img.h{
	display:inline-block;
	margin:0 auto;
	}
img.alignright{
	float:none;
	display:block;
	padding:10px 0;
	text-align:center;
	margin:0 auto;
	width:90%;
	height:auto;
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 30%;	/*ボックスの幅*/
}

/*COUPONページ
---------------------------------------------------------------------------*/
/*段落タグ*/
#coupon p {
	left: 0%;
	width: 90%;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 90px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*テーブル ta2
---------------------------------------------------------------------------*/
/*写真用*/
.ta2 img.menu-img {
	float: none;
	display: block;
}
/*postmail
---------------------------------------------------------------------------*/
div#postmail{
	width:100%;
	border:1px solid red;
}
/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
.fr,.fl {float: none;margin: 0;margin-bottom: 10px;width: 100%;}
.sh {display: block;}
.pc {display: none;}

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 16px;
	line-height: 1.6;
}
h1#logo{
	display:block;
	float:none;	
	margin:0 auto;
}
/*トップページ以外のメイン画像。
#subimgのcss設定
画像が細長くなるので、一旦幅を200%にして中央のみ切り抜いています。
細長いまま全体を出したいならここのブロック全部削除して下さい。
---------------------------------------------------------------------------*/
#subimg {
	width: 200%;
	position: relative;
	left: -50%;
}
#sub2img {
	width: 100%;
	margin:0 auto;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 10px 0;
}
.contents h2, .contents h3{
	height:auto;
}
#sight div.half h3.kankou{
	font-size:14px;
	background:#fbf2b4;
	background-image: none;
	line-height:30px;
	height:30px;
}
#sight div.half img{
	float:none;
	display:block;
	margin:7px auto;
	width:85%;
	height:auto;
}


/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	text-align:center;
	font-size: 20px !important;
	padding-bottom:10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	padding: 10px;	/*メニュー内の余白*/
}

/*GALLERYページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	width: 47%;	/*ボックスの幅*/
}

/*テーブル ta2
---------------------------------------------------------------------------*/
.ta2 td,
.ta2 th {
	padding: 3px;	/*ボックス内の余白*/
}
/*一番左の列の設定。メニュータイトルが入っている所。*/
.ta2 th {
	width: 100px;
}

/*MENUページのページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: left;
}
ul.navmenu li {
	display: block;
	padding: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.fs1 {font-size: 14px;}
div.hole, div.half{
	margin:0 auto;
}
div.hole img{
	width:28%;
}
dl.syousai, div.hole dl.syousai{
	width:95%;
	margin:10px auto;
}
dl.syousai dt, div.hole dl.syousai dt{
	float:none;
	display:block;
	width:100%;
	margin:0 auto;
	padding:7px;
	}
dl.syousai dd, div.hole dl.syousai dd{
	width:100%;
	text-align:center;
	border-bottom:1px dotted #ccc;
	font-size:18px;
	line-height:1.8;
	}
div.hole dl.syousai dd{
	text-align:left;
	}
}
