@charset "UTF-8";
/*--------------------------------------------------------------
Copyright WEB MAGIC.
http://www.webamgic.jp/
Template#13 type-3-menu6 ver 1.01
---------------------------------------------------------------*/
body {
  text-align: center;
  background-color: #DADADA; /*全体の背景色-----------------*/
  font-family: Osaka, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; /*基本の文字サイズ-----------------*/
  line-height: 170%;
  color: #444444; /*基本の文字色-----------------*/
  margin-top: 20px; /*コンテンツボックスを上から少し離しています-----------------*/
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/*pタグ空白消去*/
p {
  margin: 0px;
  padding: 0px;
}

/*IMGボーダー非表示*/
img {
  border: none;
  vertical-align: top;
}

/*TABLEボーダー非表示*/
table {
  border: none;
  margin-bottom: 20px;
}

/*IE--BRバグ回避*/
br {
  letter-spacing: normal;
}

/*ビルダー表示崩れ回避*/
br.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 0px;
  line-height: 0;
}

/*リスト空白消去*/
ul, ol, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*ページのタイトル部分のみのテキストリンク-----------------*/
h1 a:link {
  color: #ffffff;
  text-decoration: none;
} /*メニュー・テキストリンクの色*/
h1 a:visited {
  color: #ffffff;
  text-decoration: none;
} /*メニュー・訪問済みのリンクの色*/
h1 a:active {
  color: #ffffff;
  text-decoration: underline;
} /*メニュー・クリック時のリンクの色*/
h1 a:hover {
  color: #ffffff;
  text-decoration: underline;
} /*メニュー・マウス上にカーソルがある時のリンク色*/
/*普通のテキストリンク-----------------*/
a:link {
  text-decoration: underline;
  color: #217E00;
} /*テキストリンクの色*/
a:visited {
  text-decoration: underline;
  color: #217E00;
} /*訪問済みのリンクの色*/
a:active {
  text-decoration: underline;
  color: #217E00;
} /*クリック時のリンクの色*/
a:hover {
  text-decoration: underline;
  color: #217E00;
} /*マウスの上にカーソルがあるときのリンクの色*/
#container {
  width: 895px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#summery {
  width: 895px;
  text-align: right;
  line-height: normal;
  padding-bottom: 4px;
  font-size: 12px;
}

#header {
  margin: 0px;
  background-image: url(images/header.jpg); /*ヘッダー画像-----------------*/
  background-repeat: no-repeat;
  padding: 53px 30px 25px 30px;
  height: 100px;
}

/*ホームページテンプレートとフリー素材、と書いてある文字-----------------*/
#subtitle {
  line-height: normal;
  font-size: 14px; /*---文字サイズ-----------*/
  color: #ffffff; /*---文字色-----------*/
}

/*サイトのタイトル文字-----------------*/
h1 {
  line-height: normal;
  font-size: 30px; /*タイトル文字サイズ*/
  font-family: Osaka, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 4px 0px 15px 0px;
}

/*貴方のホームページ制作をお手伝いいたします。と書いてある文字-----------------*/
#setumei {
  line-height: normal;
  font-size: 12px; /*---文字サイズ-----------*/
  color: #ffffff; /*---文字色-----------*/
}

/*ヘッダー下ロールオーバーメニューリスト指定------------------------------------------------*/
#menu {
  margin: 0;
  padding: 0;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*各メニューのボックス-----------------*/
#menu li {
  border-top: 1px #222222 solid;
  border-left: 1px #222222 solid;
  border-bottom: 1px #222222 solid;
}

/*一番右端のメニューボックス右サイドのマージンカット指定-----------------*/
#menu li.menuright {
  border-top: 1px #222222 solid;
  border-left: 1px #222222 solid;
  border-bottom: 1px #222222 solid;
  border-right: 1px #222222 solid;
}

/*マウスをのせていないときの指定-----------------*/
#menu a {
  text-align: center;
  display: block;
  padding: 15px 8px;
  background-color: #217503; /*------メニューの背景色-----------*/
  color: #ffffff; /*------メニューの文字色-----------------*/
  text-decoration: none; /*------リンクのアンダーラインなし-----------------*/
  font-size: 14px; /*------文字サイズ-----------------*/
}

/*マウスをのせたときの指定-----------------*/
#menu a:hover {
  background-color: #3F8E23; /*-------メニューの背景色----------*/
  color: #ffffff; /*-------メニューの文字色-----------*/
  text-decoration: none; /*-------リンクのアンダーラインあり----------*/
  font-size: 14px; /*------文字サイズ-----------------*/
}

#wrapper {
  width: 895px;
  clear: both;
  background-color: #FFFFFF; /*----メニューから下の部分のコンテンツ背景色--------*/
  position: relative;
  float: left;
}

#main {
  padding-top: 33px;
  margin: 0 auto;
  width: 597px;
}

#side {
  float: right;
  padding-top: 33px;
  padding-right: 25px;
  width: 200px;
}

/*----トップページ「誰でも作れる・・・」のコピー文字--------*/
#copy {
  font-size: 28px; /*----文字サイズ--------*/
  font-weight: bold;
  color: #5C8D00; /*----文字色--------*/
  line-height: 130%;
  margin-bottom: 20px;
}

.text {
  margin: 2px 2px 25px 2px;
  line-height: 170%;
}

/*----NEWS・下層ページタイトル--------*/
h2 {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  background-image: url(images/bar.gif);
  background-repeat: no-repeat;
  margin-bottom: 18px;
  height: 41px;
  font-weight: normal;
  font-size: 17px; /*----文字サイズ--------*/
}

/*----NEWS・下層ページタイトル左の方にある色のついた縦ライン--------*/
.line {
  border-left: #217503 4px solid; /*----ラインの色・太さ・ラインは直線--------*/
  padding: 10px;
  height: 21px;
}

#news li {
  margin-bottom: 2px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-top: 6px;
  border-bottom: #dddddd solid 1px;
}

#news ul {
  margin: 0px 2px 45px 2px;
}

.box_bg {
  background-image: url(images/box_bg.gif);
  background-repeat: repeat-y;
  padding: 0px 20px;
}

#textlink {
  border-top: #dddddd solid 1px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 12px 4px 25px 4px;
  text-align: left;
}

/*----下層ページ小見出し--------*/
h3 {
  font-weight: bold;
  padding: 2px;
  font-size: 14px;
  color: #217503;
  margin-bottom: 15px;
  border-bottom: #dddddd double 3px; /*----下部ライン--------*/
}

/*----テーブル表組み左のセル--------*/
.table_item {
  background-color: #f3f3f3; /*----セルの色--------*/
  text-align: left;
}

/*----テーブル表組み右のセル--------*/
.table_text {
  background-color: #ffffff; /*----セルの色--------*/
  text-align: left;
}

/*----テーブル表組みの枠線--------*/
.waku {
  background-color: #999999; /*---枠線の色--------*/
}

#copyright {
  clear: both;
  margin: 0 auto;
  padding: 4px 2px;
  width: 891px;
  font-size: 10px;
  text-align: right;
}

#copyright a:link {
  color: #444444;
}

#copyright a:visited {
  color: #444444;
}

#copyright a:hover {
  color: #444444;
}

#copyright a:active {
  color: #444444;
}

.space20 {
  margin-bottom: 20px;
}

#header {
  position: relative;
  padding: 40px 0 0 200px;
  height: 138px;
}
#header #subtitle {
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#header h1 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#header h1 span {
  font-size: 30px;
  font-weight: normal;
}
#header #setumei {
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#header .sagamihara {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 190px;
  background-color: #fff;
  padding: 5px;
  border: 3px solid rgba(0, 136, 0, 0.8);
}
#header .sagamihara img {
  display: block;
}
#header .sagamihara:hover {
  opacity: 0.75;
}
#header .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 158px;
  border: 10px solid #fff;
}

#menu ul {
  display: flex;
  justify-content: space-between;
}
#menu ul li {
  width: 100%;
}

.toiawase h3 {
  font-size: 25px;
  line-height: 30px;
}
.toiawase p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}
.toiawase p.access {
  font-size: 20px;
  line-height: 40px;
}
.toiawase p.access a {
  font-weight: bold;
  text-decoration: none;
}
.toiawase p.access a:hover {
  text-decoration: underline;
}

.price-table {
  border-collapse: collapse;
}
.price-table td {
  padding: 5px;
}

.info {
  background-color: rgba(33, 117, 3, 0.2509803922);
  text-align: center;
  padding: 25px;
  border-radius: 10px;
}
.info h3 {
  font-size: 25px;
  line-height: 30px;
  border: none;
  color: #fff;
  text-shadow: #217503 0 0 5px;
  background-color: #217503;
  border-radius: 15px;
  padding: 5px;
}
.info img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.info a:hover {
  opacity: 0.7;
}

.shelterphotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shelterphotos figure {
  margin: 10px 0;
}
.shelterphotos figure img {
  height: 180px;
}
.shelterphotos figure figcaption {
  text-align: center;
  font-weight: bold;
  padding: 2px;
  font-size: 14px;
  color: #217503;
  margin-bottom: 15px;
}
.shelterphotos::after {
  content: "";
  display: block;
  width: 30%;
}/*# sourceMappingURL=style.css.map */