@charset "UTF-8";
/* ご挨拶
------------------------------------------------- */
.greeting-wrap {
	display: flex;
  justify-content: space-between;
}
.greeting-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.greeting-title.heading-m {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 14px 10px 10px 10px;
  width: 100%;
}
.greeting-img.unit20 img,
.greeting-img.unit20 p {
	max-width: 160px;
  width: 100%;
}
.greeting-img p {
  margin-top: 10px;
  line-height: 1.5;
}
.area-officer {
  margin-bottom: 40px;
}
.area-officer .heading-s {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.area-officer .greeting-img.unit20 img,
.area-officer .greeting-img.unit20 p {
  max-width: 130px;
  width: 85%;
}
.text-r {
    text-align: right;
}
.text-r p {
    text-align: left;
	display: inline-block
}
.greeting-font-s {
    font-size: 1.3rem;
  display: inline-block;
    margin-top: 4px;
}

@media only screen and (max-width: 1300px) {
.greeting-font-s {
    font-size: 1vw;
}
}
/* JCAAの概要
------------------------------------------------- */
.outline dl.outline_info,
.outline dl.outline_history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.outline dl.outline_info {
  border-top: 1px solid #ddd;
}
.outline dl.outline_info em {
	font-weight: bold;
}
dl.outline_info dt,
dl.outline_info dd,
dl.outline_history dt,
dl.outline_history dd {
  border-bottom: 1px solid #ddd;
	padding: 16px 0;
}
dl.outline_info dt {
  text-align: center;
  background: #f1f2f6;
  width: 25%;
}
dl.outline_info dd {
  width: 75%;
  padding-left: 1em;
}
dl.outline_history dd {
  padding-left: 1em;
}
.outline .outline-img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

/* 所在地
------------------------------------------------- */
.access {
  margin-bottom: 80px;
}
.access:last-child {
  margin-bottom: 20px;
}
.access .heading-m {
    margin-bottom: 16px;
    border-left: 4px solid #233b6c;
    padding-left: .5em;
    height: 30px;
    line-height: 34px;
}
dl.access-add  {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
dl.access-add p {
  margin-bottom: 0;
  margin-left: 1em;
}
dl.access-add dt {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0 2%;
  background: #f1f2f6;
}
dl.access-add dd {
  border-bottom: 1px solid #ddd;
  padding: 16px 0 20px 0;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.access-way {
    display: flex;
    margin-top: 20px;
}
.access-way > div {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 1em;
    width: 75%;
}
.title-way {
    background: #f1f2f6;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-weight: bold;
    padding: 20px 1em;
    width: 25%;
    display: flex;
    align-items: center;
}
.access-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access-wrap .unit50 {
  padding: 20px 0;
}
.access .access-btn p span {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	display: block;
}

/* --googlemap-- */
.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* --googlemapおわり-- */


/* # ============================================================
   # 0~980pxここから
   # ============================================================ */
@media only screen and (max-width: 979px) {
/* ご挨拶
------------------------------------------------- */
.greeting-wrap {
	display: block;
}
.greeting-wrap .greeting-img {
	margin-left: auto;
  margin-right: auto;
}
.greeting-wrap > p {
    width: 100%;
}
.greeting-wrap .greeting-img {
	margin-top: 30px;
    margin-bottom: 20px;
}
.greeting-font-s {
    font-size: 1.3rem;
}
}
@media only screen and (max-width: 980px) {
/* JCAAの概要
------------------------------------------------- */
.outline dl.outline_info,
.outline dl.outline_history {
  display: block;
}
.outline dl.outline_info {
  border-top: 1px solid #ddd;
}
dl.outline_info dt,
dl.outline_info dd,
dl.outline_history dt,
dl.outline_history dd {
  width: 100%;
	padding: 4px 0;
}
dl.outline_info dt {
  text-align: left;
  background: #f1f2f6;
  border-bottom: none;
  padding-left: 1em;
  width: 100%;
}
dl.outline_info dd {
    padding: 10px 0 20px;
  width: 100%;
  }
dl.outline_info dd:last-child {
    border-bottom: none;
  }
dl.outline_history dt {
    margin-bottom: 10px;
  }
dl.outline_history dd {
  padding: 0 0 20px 0;
  border-bottom: none;
}
dl.outline_history dd:last-child {
  padding: 0;
  }

/* 所在地
------------------------------------------------- */
.access {
  margin-bottom: 60px;
}
.access .heading-m {
  padding-bottom: 8px;
  height: 24px;
  line-height: 28px;
}
dl.access-add  {
  border-top: none;
  display: block;
  margin-bottom: 30px;
}
dl.access-add p {
  margin-bottom: 0;
  margin-left: 1em;
}
dl.access-add dt {
  border-bottom: none;
  width: 100%;
  padding: 4px 1em;
}
dl.access-add dd {
  border-bottom: none;
  padding: 10px 0 30px 0;
  width: 100%;
  display: block;
}
dl.access-add dd:last-child {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 20px 0;
  width: 100%;
  display: block;
}
.access-way {
    display: block;
}
.access-way > div {
    border-top: none;
    padding: 10px 1em;
    width: 100%;
}
.title-way {
    border-bottom: none;
    border-top: none;
    padding: 4px 1em;
    width: 100%;
    display: block;
}
.access-wrap {
    display: block;
}
.access-wrap .unit50 {
  padding: 5% 0;
}
.access-wrap .unit50 a,
.access-wrap .unit50 p  {
  padding-left: 1em;
  }
  
/* --googlemap-- */
.ggmap {
padding-bottom: 80%;
}

}


/* # ============================================================
   # 0~767pxここから
   # ============================================================ */

@media only screen and (max-width: 767px) {
.text-r {
    text-align: left;
}
}