@charset "utf-8";
body {
	background-image: url(../images/wall2.jpg);
	background-size: contain;
	background-attachment: fixed;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#container {
	width: 1000px;
	margin: 0 auto;
}
#container #menu {
	background-color: #AAAAAA;
}

#container #menu img {
	border: 0;
}

#container {
	background-color: #FFFFFF;
}
#container #main #info {
	margin: 20px;
	font-size: 18px;
	line-height: 150%;
}
#container #foot {
	text-align: right;
	/*vertical-align: middle; */
	background-color: #276baa;
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding: 6px 15px 6px 6px;
	/* height: 40px; */
}

#head {
	background-image: url(../images/head.jpg);
	height: 127px;
}

#head #yoyaku24h {
	margin-top: 15px;
	margin-left: 540px;
}

h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E71310;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 26px;
	color: #2c1d8b;
}
h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E71310;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 24px;
	color: #222222;
}

a {
	color: #1D50B8;
	text-decoration: none;
}

a:hover {
	color: red;
}

.blue {
	color: #0033CC;
}

.red {
	color: #FF0000;
	font-size: smaller;
}

.red2 {
	color: #FF0000;
}


.bigsize {
	font-size: larger;
	font-weight: bold;
}

.small_size {
	font-size: smaller;
}

.yellow_back {
    background-color: yellow;
    font-weight: bold;
}

.blue_back {
    background-color: cornflowerblue;
    font-weight: bold;
}

#viewer {
	margin: 0 auto;
	width: 1000px;
	height: 593px;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-color: #666666;
	z-index: 0 !important;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
	z-index: 0 !important;
}

#kokuchi {
	padding: 10px;
	color: #cc0000;
	margin: 10px;
	text-align: center;
	border: 1px solid #cc0000;
}
.gray {
	color: #666666;
}

#blogFeed ul {
	list-style-type: none;
    margin-left: -20px;
	width: 90%;
}
#blogFeed ul li {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: gray;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#blogFeed ul li a {
	font-size: 18px;
	line-height: 1.5em;
	color: #1D50B8;
	text-decoration: none;
}

#blogFeed ul li a:hover{
	color: red;
}

.indent {
    margin-left: 20px;
}

.hyper_container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sns_container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.photo_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}
.photo {
    margin-top: 10px;
}

.fieldmap {
    margin-top: 10px;
}

#foot_address {
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: orange;
    margin-top: 50px;
	margin-left: 10px;
	padding-left: 10px;
}

.sns {
  clear: both;
  width: 100%;
  padding: 50px 0 30px;
  text-align: center;
}
.sns img {
  width: 100%;
  height: auto;
}
.sns .sns_ico {
  font-size: 0;
  display: inline-block;
  width: 30px;
  margin-right: 45px;
  vertical-align: middle;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
	padding-left: -5px;
}
#page-top a {
  display: block;
  z-index: 999;
}
#page-top a:hover {
  opacity: 0.7;
}
#g-calendar {
	text-align: center;
	margin: 0 auto;
}