@charset "utf-8";
body {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
    color: #333;
    line-height: 180%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,p,ol,ul,li,dl,dd,form {
	margin: 0px;
	padding: 0px;
}
a:link,a:visited {
    text-decoration: none;
    color: #069;
    transition: all 0.5s;
}
a:hover,a:active {
    color: #069;
    transition: all 0.5s;
    opacity: 0.7;
}
a img:link,a img:visited {
    transition: all 0.5s;
}
a img:hover,a img:active {
    opacity: 0.5;
    transition: all 0.5s;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	}
a:active {
	color: #369;
	text-decoration: underline;
}
.area_green {
    background-color: #114422;
    color: #FFFFFF;
}
.area_green a {
    color: #FFFFFF;
}
.area_gray {
    background-color: #F6F6F6;
}
.area_white {
    background-color: #FFFFFF;
}
#header {
    width: 94%;
    padding-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    padding-bottom: 0.5em;
}
.ch_header_logo {
    margin-left: auto;
    margin-right: auto;
}
#header_left_box {
    float: left;
    width: 40%;
}
#header_left_box a {
    width: 100%;
    height: 100%;
    display: block;
}

.header_chatch {
    font-size: 70%;
    line-height: 100%;
    padding-bottom: 1em;
}
.header_logo {
    color: #FFF;
    line-height: 100%;
}
#header_right_box {
    float: right;
    text-align: right;
    margin-top: 2.5em;
    line-height: 140%;
}
#menu {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 96%;
    letter-spacing: 0.1em;
}
#menu li {
    list-style-type: none;
    width: 32.3%;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
#menu li a {
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 140%;
    text-align: center;
    display: block;
    border-radius: 0.3em;
    color: #FFFFFF;
}
#menu .menu_before  {
    background-color: #997744;
}
#menu .menu_after  {
    background-color: #447799;
}
#menu .menu_access  {
    background-color: #668800;
}
#menu a {
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s;
}
#menu a:hover,#menu a:active {
    transition: all 0.5s;
    opacity: 0.5;
}
#menu .selected {
  background-color: #114422;
  color: #FFFFFF;
}
.clear {
	clear: both;
	height: 0px;
}
.first {
    margin-top: 4em;
}
.smallfont {
  font-size: 80%;
  line-height: 160%;
}
.contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 94%;
    padding-top: 5em;
    padding-bottom: 5em;
}
.contents  h1  {
    font-size: 220%;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 120%;
}
.contents .h1_sub {
    text-align: center;
    margin-top: 1em;
}
.contents .h1_margin_bottom {
    margin-bottom: 2em;
}

.contents h2 {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 3em;
    line-height: 140%;
    background-repeat: no-repeat;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
}
.contents h3 {
    font-size: 110%;
    margin-top: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.contents h4 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.contents ol {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.contents ul {
    margin-left: 1.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;

}
.image_left {
    margin-right: 2em;
    margin-bottom: 2em;
    float: left;
}
.image_right {
    margin-left: 2em;
    margin-bottom: 2em;
    float: right;
}
.image_center {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.left_box {
    width: 48%;
    float: left;
}
.right_box {
    width: 48%;
    float: right;
}
.text_button_box {
    margin-top: 1em;
    text-align: center;
}
.text_button {
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-radius: 3em;
    display: inline-block;
}
.text_button a:link,.text_button a:visited {
    text-decoration: none;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.4em;
    background-color: #333;
    color: #FFF;
    border-radius: 0.2em;
    padding-left: 2em;
    padding-right: 2em;
    transition: all 0.5s;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text_button a:hover,.text_button a:active {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all 0.5s;
    color: #FFF;
}
.goback_button_box {
    margin-top: 4em;
    text-align: center;
}
.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    padding-top: 0px;
    margin-top: 1em;
}
.google_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.unit_q , .unit_a {
    padding-left: 3em;
    min-height: 30px;
}
.unit_q {
    background-image: url(/img/icon_q.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: bold;
    margin-top: 3em;
}
.unit_a {
    background-image: url(/img/icon_a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 3em;
    border-bottom: 1px dashed #666666;
    padding-top: 0px;
    margin-top: 1em;
}
.unit_partition {
	margin-top: 50px;
}
#footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 94%;
    padding-bottom: 5em;
    padding-top: 5em;
}
#footer li {
    list-style-type: none;
    padding-top: 0.4em;
    padding-left: 2em;
    color: #333;
    position: relative;
}
#footer li:before {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border-left: 0;
    border-bottom: 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: absolute;
    top: 40%;
    left: 0;
    transform: rotate(45deg);
    margin-left: 0.5em;
}
#address {
    margin-top: 4em;
}
#address h1 {
    font-size: 110%;
    text-align: left;
    letter-spacing: 0em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.address_text {
    border-left: 3px solid #FFFFFF;
    padding-left: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#bottom_box {
    display: none;
}
#copyright {
    color: #FFFFFF;
    font-size: 70%;
    margin-top: 4em;
    text-align: center;
}
#page-top {
    position: fixed;
    right: 1em;
    bottom: 1em;
    opacity: 0.8;
    width: 60px;
	height: 60px;
}










@media screen and (max-width: 768px) {
body {
    line-height: 160%;
}
.ch_header_logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#header_left_box {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.header_chatch {
    padding-bottom: 0.5em;
}
.header_logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#header_right_box {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 90%;
    margin-top: 0em;
}
#menu  {
    font-size: 80%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    letter-spacing: 0em;
}
.first {
    margin-top: 2em;
}
.contents {
    padding-top: 3em;
    padding-bottom: 3em;
}
.contents h1 {
    letter-spacing: 0em;
    font-size: 140%;
}
.contents .h1_sub {
  font-size: 80%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.contents .h1_margin_bottom {
    margin-bottom: 1em;
}
.contents h2 {
    margin-top: 2em;
    font-size: 110%;
    margin-bottom: 1em;
}
.contents h3 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 105%;
}
.contents h4 {
    font-size: 100%;
    margin-top: 1em;
}
.box_left,.box_right  {
  float: none;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.addressfont {
  display: block;
}
.box_subtitle {
  margin-top: 0px;
  font-size: 80%;
}
.table_100 {
    margin-top: 2em;
    border-style: none;
}
.table_item,.table_header,.table_data_left,.table_data_center,.table_data_right {
    font-size: 90%;
}
.table_header {
    font-weight: bold;
}
.tel_number a {
    font-size: 160%;
    line-height: 140%;
}
.image_left {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0em;
    margin-bottom: 1em;
}
.image_right {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0em;
    margin-bottom: 1em;
}
.image_right img {
    width: 100%;
}
.image_center {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.left_box {
    width: 100%;
    float: none;
}
.right_box {
    width: 100%;
    float: none;
    margin-top: 2em;
}
#footer {
    font-size: 80%;
}
#address {
    margin-top: 2em;
}
#copyright {
    padding-bottom: 6em;
}
#bottom_box {
    position: fixed;
    bottom: 0px;
    width: 94%;
    display: block;
    padding-left: 3%;
    padding-right: 3%;
}
#bottom_left_box,#bottom_right_box {
    width: 48%;
    background-color: #996666;
    text-align: center;
    border-radius: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    border: 1px solid #FFFFFF;
    margin-bottom: 0.5em;
}
#bottom_left_box {
    float: left;
}
#bottom_right_box {
    float: right;
}
#bottom_left_box a:link,#bottom_left_box a:visited,#bottom_right_box a:link,#bottom_right_box a:visited {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#bottom_left_box a:hover,#bottom_left_box a:active,#bottom_right_box a:hover,#bottom_right_box a:active {
    opacity: 0.7;
    transition: all 0.5s;
}
.bottom_title {
    font-size: 80%;
    font-weight: bold;
    line-height: 140%;
}
.bottom_text {
    font-size: 70%;
    line-height: 140%;
}
#page-top {
    bottom: 4.5em;
    width: 50px;
	height: 50px;
}
}
