@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.6;
  color: #333;
  font-size: 100%;
  font-weight: 400;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '游ゴシック Medium' ,'メイリオ', sans-serif;
  overflow-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
img.external {
  margin: 0 0.25em 3px;
  width: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  img {
    height: auto !important;
  }
  img.external {
    width: 12px;
    height: 12px;
  }
}
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
p {
  margin: 0 0 1em;
}
em {
  font-style: oblique;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
sup {
  color: #666;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
a {
  background-color: transparent;
  color: #2941cc;
  text-decoration: none;
}
a:hover, a:focus {
  background-color: transparent;
  color: #ee0000;
  text-decoration: underline;
}
a[name] {
  color: #000;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  display: inline-block;
  min-height: 16px;
  padding-left: 22px;
  background-image: url("/_common/images/icons/default.png");
  background-position: left 0.3em;
  background-repeat: no-repeat;
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc, .iconDocx {
  background-image: url("/_common/images/icons/doc.png");
}
.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}
.iconJpg, .iconJpe, .iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("/_common/images/icons/pdf.png");
}
.iconPng {
  background-image: url("/_common/images/icons/png.png");
}
.iconPpt, .iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}
.iconXls, .iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp1 .thumb ~ h2, .temp1 .thumb ~ h3, .temp1 .thumb ~ h4,
.temp2 .thumb ~ h2, .temp2 .thumb ~ h3, .temp2 .thumb ~ h4 {
  overflow: hidden;
}
.temp3,
.temp4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.temp3.left,
.temp4.left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}
table.temp5,
table.temp6 {
  margin-bottom: 30px;
}
.temp5 caption,
.temp6 caption {
  text-align: center;
}
.temp5 th, .temp5 td,
.temp6 th, .temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .temp1 .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .temp2 .thumb {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .temp3,
  .temp4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .temp3 dl,
  .temp4 dl {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  table.temp5,
  table.temp6 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* adobeReader download
----------------------------------------------- */
.temp7 {
  margin: 0 0 20px;
}
.adobeReader, .temp7 {
  clear: both;
  padding: 15px 20px 15px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../img/adobe_bn.jpg") 20px center / 150px auto no-repeat;
}
.adobeReader p, .temp7 p {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .temp7 {
    margin: 0 0 10px;
  }
  .adobeReader, .temp7 {
    padding: 10px 10px 10px 90px;
    background-position: 10px center;
    background-size: 70px auto;
    font-size: 0.8rem;
  }
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* =========================================================
   Layout
========================================================= */
#container {
  width: 100%;
  min-width: 1400px;
  overflow: hidden;
}
#pageHeader {
  width: 100%;
}
#main {
  width: 100%;
}
#wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 10px;
}
#pageFooter {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #container {
    min-width: 320px;
  }
  #wrapper {
    padding: 40px 10px;
  }
}

/* =========================================================
   pageHeader
========================================================= */
#pageHeader.flex {
  display: -webkit-flex;
  display: flex;
}
#pageHeader.flex .flex-item {
  width: 50%;
}
#pageHeader.flex .flex-item:first-child {
  position: relative;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
#pageHeader.flex .flex-item:first-child img {
  display: none;
}
#pageHeader.flex .flex-item:last-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #0b3190;
}
#pageHeader.flex .flex-item:last-child .about {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1000px;
  padding: 45px 40px;
  color: #fff;
  text-align: center;
}
#pageHeader.flex .flex-item:last-child .about h1 {
  font-size: 320%;
  line-height: 1.2;
}
#pageHeader.flex .flex-item:last-child .about h1 span {
  display: block;
  font-size: 80%;
  letter-spacing: .1em;
  text-shadow: 3px 3px 0 #51924d;
}
#pageHeader.flex .flex-item:last-child .about dl {
  margin: 40px 0 0;
}
#pageHeader.flex .flex-item:last-child .about dt {
  display: inline-block;
  margin: 0 0 15px;
  padding: 15px 20px;
  border: 1px solid #fff;
  font-size: 115%;
  font-weight: normal;
}
#pageHeader.flex .flex-item:last-child .about dd {
  margin: 0;
  padding: 0;
}
#pageHeader.flex .flex-item:last-child .map-sp {
  display: none;
}
#pageHeader.flex .flex-item:last-child .pickup {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
}
#pageHeader.flex .flex-item:last-child .pickup-body {
  padding: 30px 40px 40px;
  text-align: center;
}
#pageHeader.flex .flex-item:last-child .pickup-body h2 {
  position: relative;
  display: inline-block;
  font-size: 250%;
  font-family: 'M PLUS Rounded 1c';
}
#pageHeader.flex .flex-item:last-child .pickup-body h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 80%;
  height: 2px;
  background: #000;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 800px;
  margin: 40px auto 0;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul.single {
  margin-bottom: 60px;
  -webkit-justify-content: center;
  justify-content: center;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul li {
  margin: 0 55px;
  text-align: center;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul li a {
  position: relative;
  display: block;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul li img {
  width: 230px;
  border: 4px solid #0b3190;
  border-radius: 50%;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul.single img {
  width: auto;
  border-radius: 20px;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul li span {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 120%;
  padding: 10px 20px;
  background: #fff;
  border: 4px solid #0b3190;
  color: #000;
  font-size: 150%;
}
#pageHeader.flex .flex-item:last-child .pickup-body ul.single li span {
  bottom: -20%;
  width: 50%;
}
@media only screen and (min-width: 901px) {
  #pageHeader.flex .flex-item:first-child:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  #pageHeader.flex .flex-item:first-child a {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    border: 1px solid #0b3190;
    background: #fff;
  }
  #pageHeader.flex .flex-item:first-child:hover a {
    display: block;
  }
  #pageHeader.flex .flex-item:first-child a::before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 5px;
    height: 5px;
    border-right: 10px solid #0b3190;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
@media only screen and (max-width: 900px) {
  #pageHeader.flex {
    /*
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    */
    display: block;
  }
  #pageHeader.flex .flex-item {
    width: 100%;
  }
  #pageHeader.flex .flex-item:first-child {
    display: none;
    height: auto;
    padding: 10px;
    background: #f3f3f3 !important;
  }
  #pageHeader.flex .flex-item:first-child img {
    display: block;
  }
  #pageHeader.flex .flex-item:first-child a {
    position: relative;
    display: block;
    margin: 10px 0 0;
    padding: 10px 25px;
    border: 1px solid #0b3190;
    background: #fff;
    text-align: center;
  }
  #pageHeader.flex .flex-item:first-child a::before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 5px;
    height: 5px;
    border-right: 10px solid #0b3190;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  #pageHeader.flex .flex-item:last-child {
    display: block;
  }
  #pageHeader.flex .flex-item:last-child .about {
    display: block;
    padding: 20px 10px;
  }
  #pageHeader.flex .flex-item:last-child .about h1 {
    font-size: 150%;
  }
  #pageHeader.flex .flex-item:last-child .about dt {
    margin: 20px 0 0;
    padding: 10px;
    font-size: 100%;
  }
  #pageHeader.flex .flex-item:last-child .map-sp {
    display: block;
    padding: 10px;
    background: #f3f3f3;
  }
  #pageHeader.flex .flex-item:last-child .map-sp img {
    display: block;
  }
  #pageHeader.flex .flex-item:last-child .map-sp a {
    position: relative;
    display: block;
    margin: 10px 0 0;
    padding: 10px 25px;
    border: 1px solid #0b3190;
    background: #fff;
    text-align: center;
  }
  #pageHeader.flex .flex-item:last-child .map-sp a::before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 5px;
    height: 5px;
    border-right: 10px solid #0b3190;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  #pageHeader.flex .flex-item:last-child .pickup {
    display: block;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body {
    padding: 20px;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body h2 {
    font-size: 150%;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body ul {
    margin: 30px -20px 0;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body ul.single {
    margin-bottom: 0;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body ul li {
    margin: 0 15px;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body ul li img {
    width: 150px;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body ul.single img {
    width: 100%;
    max-width: 340px;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body ul li span {
    width: 110%;
    padding: 5px;
    font-size: 90%;
  }
  #pageHeader.flex .flex-item:last-child .pickup-body ul.single li span {
    bottom: -10%;
  }
}

/* =========================================================
   main
========================================================= */
#main {
  background-color: #f8f8f8;
}
#main .pickup-block {
  margin-bottom: 80px;
  padding-top: 20px;
}
#main .pickup-block p {
  margin: 0 40px 1.5em;
  font-size: 1.2rem;
}
#main .pickup-block .qa-box {
  margin: 2.5em 40px;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
  font-size: 1.2rem;
}
#main .pickup-block .qa-box dt {
  position: relative;
  top: -28px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #f8f8f8;
  font-weight: bold;
}
#main .pickup-block .qa-box dd {
  position: relative;
  top: -15px;
  margin: 0;
  padding-left: 10px;
}
#main .pickup-block .qa-box dd > *:last-child {
  margin-bottom: 0 !important;
}
#main .pickup-block .view a {
  position: relative;
  display: block;
  margin: 40px 40px 0;
  padding: 20px;
  border: 2px solid #0b3190;
  background: #fff;
  color: inherit;
  font-size: 130%;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main .pickup-block .view a:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main .pickup-block .view a::before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 5px;
  height: 5px;
  border-right: 20px solid #0b3190;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
}
#main .pickup-block.omichi h2 {
  position: relative;
  margin-bottom: 60px;
  font-size: 300%;
  font-family: 'M PLUS Rounded 1c';
  text-align: center;
}
#main .pickup-block.omichi h2 span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
}
#main .pickup-block.omichi h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #fdd000;
}
#main .pickup-block.kanko h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
  border: 2px solid #67af28;
  border-radius: 10px;
  background-color: #0b3190;
  color: #fff;
  font-size: 200%;
  font-family: 'M PLUS Rounded 1c';
}
#main .pickup-block.kanko h2 span {
  display: inline-block;
  min-width: 5em;
  min-height: 5em;
  margin-right: 40px;
  padding: 10px;
  border: 2px solid #67af28;
  border-radius: 10px;
  background-color: #0b3190;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  transform: scale(1.3);
}
@media only screen and (max-width: 900px) {
  #main .pickup-block {
    margin-bottom: 40px;
  }
  #main .pickup-block p {
    margin: 0 0 1.5em;
    font-size: 1rem;
  }
  #main .pickup-block .qa-box {
    margin: 2.5em 0;
    font-size: 1rem;
  }
  #main .pickup-block .view a {
    margin: 20px 20px 0;
    padding: 10px;
    font-size: 1rem;
  }
  #main .pickup-block .view a::before {
    border-width: 10px;
  }
  #main .pickup-block.omichi h2 {
    margin-bottom: 30px;
    font-size: 150%;
  }
  #main .pickup-block.omichi h2 span {
    font-size: 1rem;
  }
  #main .pickup-block.omichi h2::before {
    height: 5px;
  }
  #main .pickup-block.kanko h2 {
    margin-left: 10px;
    margin-bottom: 30px;
    font-size: 130%;
    line-height: 1.3;
  }
  #main .pickup-block.kanko h2 span {
    margin-right: 20px;
    padding: 5px;
    font-size: 0.9rem;
  }
}

/* =========================================================
   pageFooter
========================================================= */
#pageFooter .copy {
  padding: 10px;
  background-color: #0b3190;
  color: #fff;
  letter-spacing: .1rem;
  text-align: center;
}


/* pageTop
----------------------------------------------- */
#pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: rgba(102,102,102,0.5);
  z-index: 9999;
}
#pageTop a {
  display: block;
  padding: 46px 8px 8px;
  line-height: 1.4;
  background: url(../img/ic-pagetop.png) no-repeat center 18px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}
#pageTop a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
@media only screen and (max-width: 900px) {
  #pageTop {
    right: 10px;
  }
  #pageTop a {
    width: 48px;
    height: 0;
    padding: 48px 0 0;
    background-position: center center;
    background-size: 15px auto;
    overflow: hidden;
    text-indent: -9999px;
  }
}