@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif !important;
  font-weight: 500;
  color: #333;
}

header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  display: flex;
  flex-wrap: wrap;
}

h1 {
  max-width: 100px;
  padding: 46px 10px 0 0;
}

h1 p {
  font-size: 1rem;
  font-weight: 500;
  color: #1b5d9a;
  line-height: 1.2rem;
  text-align: center;
}

.titlearea {
  max-width: 610px;
  padding: 0 20px 0 0;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.6rem;
  color: #74b548;
  margin-bottom: 14px;
}

.intro {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
  padding: 0 18px;
  margin-top: 20px;
  display: inline-block;
  background-color: #74b548;
}

.no-wrap {
  white-space: nowrap;
}

.lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.karen {
  max-width: 230px;
  position: relative;
}

.karen figcaption {
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
  top: 2.8rem;
  left: 1.75rem;
}

.shiina {
  max-width: 260px;
  position: relative;
}

.shiina img {
  padding-top: 0;
}

.shiina figcaption {
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
  top: 3rem;
  right: 1.2rem;
}

.shiina p {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 10px;
}

nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #1b5d9a;
  border-bottom: solid 1px #1b5d9a;
  padding-bottom: 10px;
}

.wardcitytown {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 6px 0 20px;
}

.wardcitytown li {
  margin: 5px;
  list-style: none;
  text-align: center;
}

.wardcitytown li a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  width: 140px;
  background-color: #1b5d9a;
  transition : all 0.4s;
}

.wardcitytown li a:hover {
  opacity: 0.7;
}

.other {
  display: flex;
  justify-content: center;
}

.other a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b5d9a;
  text-decoration: none !important;
  border-bottom: solid 1px #1b5d9a;
  padding-bottom: 6px;
  margin: 16px;
  transition : all 0.4s;
}

.other a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 20px;
}

.container article {
  width: 100%;
  border: 1px solid #1b5d9a;
  padding: 20px;
  margin-bottom: 20px;
}

.areabox {
  display: flex;
}

.area {
  max-width: 740px;
  padding-right: 20px;
}

.areaname {
  width: 140px;
  display: inline-block;
  margin: 0 10px 20px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #1b5d9a;
}

h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1b5d9a;
  border-bottom: solid 1px #1b5d9a;
  padding-bottom: 6px;
  display: inline-block;
  width: calc(100% - 150px);
}

.area p {
  font-weight: 500;
}

article figure {
  margin: 0 auto;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #808080;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}

/* 以下base.css由来 */
li {
	list-style: none;
}

#FootArea {
	padding: 100px 0 10px;
	width: 100%;
	background: url(/c_images/bg_footer.gif) center top repeat-x #3a8aba;
	color: #fff;
}

#FootArea a {
	color: #fff;
	text-decoration: none;
}

#FootArea a:hover, #FootArea a:active {
	text-decoration: underline;
}

#FootNavi {
	margin: 0 auto 20px;
	width: 80%;
	max-width: 1000px;	text-align: left;
}

#FootNavi dl, #FootNavi ul {
	margin-left: 20px;
	float: left;
	width: 220px;
	clear: right;
}

#FootNavi ul {
	width: 180px;
  padding: 0;
  margin-top: 0;
}

#FootNavi dt {
	padding-left: 15px;
	font-weight: bold;
}

#FootNavi dd, #FootNavi li {
	margin-left: 5px;
	padding-left: 10px;
}

#CopyrightArea {
	margin: 10px auto;
	width: 80%;
	max-width: 1000px;
}

#CopyrightArea p {
	margin: 0;
	font-weight: bold;
	font-size: 100%;
}

#CopyrightArea p#Copyright {
	font-weight: normal;
	font-size: 85%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	display: block;
}
* html .clearfix { height: 1%; }

.clear {
	clear: both;	
}



@media (max-width: 768px) {

  h1 {
    max-width: 100%;
    padding: 0;
    display: flex;
  }

  h1 a {
    width: 34%;
  }

  h1 p {
    text-align: inherit;
    padding-left: 6px;
  }

  .titlearea {
    max-width: 100%;
    padding: 0 0 20px;
  }

  h3 {
    text-align: inherit;
  }

  .wardcitytown li a {
    width: 118px;
  }

  .other {
    justify-content: left;
  }

  .other a {
    margin: 16px 30px 16px 0;
  }

  .areabox {
    flex-wrap: wrap;
  }

  .area {
    padding: 0 0 20px 0;
  }

  .areaname {
    margin: 0 0 10px 0;
  }

  h4 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  article figure {
    margin: 0;
  }


}