@charset "UTF-8";
html, body {
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100% !important;
  max-height: 9999999px;
  margin: 0;
  background: #fff;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.wrap, header .inner, header #menu_global ul, footer .inner {
  width: 1020px;
  margin: 0 auto;
}

strong {
  color: #876a17;
}

img {
  vertical-align: middle !important;
}

a {
  color: #9b7a33;
}
a:hover {
  text-decoration: none;
  color: #4e3e1a;
  transition: all 0.4s !important;
}
a:hover img {
  opacity: 0.7;
}
a img {
  transition: all 0.4s;
}

.cf, .wrap, header .inner, header #menu_global ul, footer .inner, header, header #menu_global, .pagelink, .list_col2, .list_col4, #link_asuka ul, #main_contents, .pagination {
  *zoom: 1;
}
.cf:after, .wrap:after, header .inner:after, header #menu_global ul:after, footer .inner:after, header:after, header #menu_global:after, .pagelink:after, .list_col2:after, .list_col4:after, #link_asuka ul:after, #main_contents:after, .pagination:after {
  content: "";
  display: table;
  clear: both;
}

header {
  border-top: 5px solid #b9b19d;
  background: url("../img/bg_sand.png");
}
header .inner {
  margin: -5px auto 16px;
  padding-top: 16px;
  background: url("../img/bdr_point.png") no-repeat;
}
header h1 {
  float: left;
  margin-top: 8px;
}
header #btn_fontsize {
  float: right;
  margin-top: -1px;
}
header #btn_fontsize li {
  float: left;
  margin-left: 8px;
  text-align: center;
}
header #btn_fontsize li a {
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
header #btn_fontsize li.on a {
  background: #b9b19d;
}
header #btn_fontsize li.off a {
  background: #e3e0d9;
}
header #btn_fontsize li.off a:hover {
  background: #b9b19d;
}
header #menu_global {
  border-bottom: 5px solid #deb540;
}
header #menu_global li {
  float: left;
}
#index header #menu_global {
  margin-top: 8px;
}

#pagetop {
  bottom: 0;
  right: 160px;
  position: fixed;
}
#pagetop a {
  transition: all 0.4s;
}
#pagetop a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

footer {
  background: url("../img/bg_sand.png");
}
footer .inner {
  padding: 32px 0;
}
/**
footer #googlemap {
  float: left;
  box-sizing: border-box;
  margin-right: 16px;
  width: 230px;
  height: 150px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}
*/
footer #footer_autor {
  float: left;
  line-height: 1.25em;
}
footer #footer_autor p {
  margin-bottom: 16px;
  font-weight: bold;
}
footer #footer_link {
  float: right;
}
footer #footer_link li {
  display: inline-block;
  width: 165px;
  text-align: center;
  border-left: 1px solid #b9b19d;
  border-right: 1px solid #b9b19d;
}
footer #footer_link li:first-child {
  border-right: none;
}
footer #footer_search {
  float: right;
  width: 310px;
  text-align: left;
  margin-top: 32px;
}
footer #footer_search dt {
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid #b9b19d;
  font-weight: bold;
}
footer #footer_search input, footer #footer_search button {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 4px 8px;
}
footer #footer_search input[type="text"], footer #footer_search button[type="text"] {
  margin-right: 8px;
  width: 15em;
  border: 1px solid #b9b19d;
}
footer #footer_search input[type="submit"], footer #footer_search button[type="submit"] {
  background: #deb540;
  border: none;
  font-weight: bold;
}
footer #copywrite {
  padding: 16px 0;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

#contents h2 {
  padding: 16px 8px;
  background: url("../img/bdr_headline.png") no-repeat bottom left;
  font-size: 1.25em;
}
#contents .sublink {
  float: right;
  font-size: 0.75em;
}
#contents h3 {
  padding: 0 16px 2px;
  background: url("../img/icn_donut_sand.png") no-repeat center left;
  font-weight: bold;
}

.breadcrumb {
  margin: 16px 0;
}
.breadcrumb li {
  padding-right: 8px;
  display: inline-block;
  line-height: 1.25em;
}
.breadcrumb li:before {
  padding-right: 8px;
  content: ">";
}
.breadcrumb li:first-child:before {
  content: none;
}
.breadcrumb li.active {
  font-weight: bold;
}

.pagelink {
  margin-bottom: 16px;
  background: #5f9e8e;
}
.pagelink li {
  float: left;
}
.pagelink a {
  display: inline-block;
  padding: 16px 36px;
  color: #fff;
  background: url("../img/icn_arrow_white_under.png") no-repeat center left;
}
.pagelink a:hover {
  background-color: #2f4e46;
  color: #fff;
}

.paragraph {
  margin-bottom: 40px;
  word-break: break-all;
}
.paragraph .text, .paragraph .list_col2 li.col_text p, .list_col2 li.col_text .paragraph p {
  padding: 8px 16px 20px;
  line-height: 1.5em;
}

.map {
  padding: 16px 16px;
}
.map iframe {
  width: 100%;
  height: 640px;
}

.list_col2 {
  line-height: 1.5em;
}
.list_col2 li {
  float: left;
  width: 50%;
  text-align: center;
}
.list_col2 li.col_text {
  text-align: left;
}
.list_col2 li img {
  margin-top: 16px;
}

.list_col4 {
  line-height: 1.5em;
}
.list_col4 li {
  float: left;
  width: 25%;
  text-align: center;
}

.list_link {
  margin: 16px;
}
.list_link li {
  padding: 8px 16px;
  background: url("../img/icn_donut_sand.png") no-repeat center left;
}

.list_log {
  margin: 16px;
}
.list_log li {
  margin-bottom: 16px;
  padding: 8px 16px;
  border-left: 5px solid #b9b19d;
  line-height: 1.25em;
}
.list_log strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.25em;
}

.list_entry li {
  margin-bottom: 48px;
}
.list_entry dt {
  margin-bottom: 8px;
  padding: 16px 8px;
  background: url("../img/bdr_headline.png") no-repeat bottom left;
  font-size: 1.25em;
}
.list_entry dd {
  padding: 0 16px 8px;
  line-height: 1.5em;
}
.list_entry .link_more {
  margin: 4px 16px 8px;
}

#top_slider {
  width: 1500px;
  margin: 0 auto;
}

#top_guide {
  margin: 32px 0;
  text-align: center;
}
#top_guide img {
  margin-left: 30px;
}
#top_guide img:first-child {
  margin-left: 0;
}

#top_notice ul {
  margin: 32px;
}
#top_notice li {
  margin-bottom: 16px;
}
#top_notice dt {
  margin-right: 16px;
  float: left;
}
#top_notice dd {
  text-overflow: ellipsis;
}

#link_asuka h4 {
  padding: 16px 16px 0;
  font-size: 1.5em;
}
#link_asuka ul {
  margin: 16px;
}
#link_asuka li {
  float: left;
}
#link_asuka li.fb {
  float: right;
}

#main_contents {
  margin-bottom: 48px;
  width: 100%;
  word-break: break-all;
}
#blog #main_contents h1 {
  margin-bottom: 32px;
}

#main_column {
  width: 700px;
  float: left;
  word-break: break-all;
}
#main_column .entry_date {
  margin: 8px 16px 16px;
  text-align: right;
}
#main_column .entry {
  padding: 0 16px 8px;
  line-height: 1.5em;
}

.pagination {
  text-align: center;
  margin-top: 32px;
  border-top: 5px solid #b9b19d;
  padding-top: 16px;
}
.pagination li {
  padding: 4px 8px;
  display: inline-block;
}
.pagination li.home {
  border-left: 1px solid #e3e0d9;
  border-right: 1px solid #e3e0d9;
}

#sub_column {
  width: 300px;
  float: right;
  word-break: break-all;
}
#sub_column h3 {
  padding: 8px 16px;
  background: #e3e0d9;
  border-bottom: 5px solid #b9b19d;
}
#sub_column div {
  margin-bottom: 16px;
}
#sub_column li {
  line-height: 1.25em;
  padding: 8px 16px;
  border-bottom: 1px dotted #e3e0d9;
  word-break: break-all;
}
#sub_column p {
  padding: 8px;
  text-align: right;
}
