@charset "UTF-8";
/* Welcome to Compass. Use this file to define print styles.
 * * Import this file using the following HTML or equivalent:
 * * <link href="/stylesheets/common.css" media="print" rel="stylesheet" type="text/css" />*/
@import "format.css";
@import "../../files/themes/amdb/style.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap");
html {
  overflow: scroll;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.8rem;
}

body {
  width: 100%;
  height: 100%;
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  box-sizing: border-box;
  font-size: 0.97rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  overflow-x: hidden;
  right: 0;
  -webkit-text-size-adjust: 100%;
}
body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #c9e95f 0%, #ff727e 100%);
  animation: Grad 4s infinite alternate;
  z-index: -1;
}

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
body.second {
  background: linear-gradient(to bottom, #eee, #fff, #fff) no-repeat;
}
body.second:before {
  display: none;
}

@media (max-width: 750px) {
  body {
    background-position: center 70px;
    background-size: 120%;
  }
}
a:link, a:visited {
  text-decoration: underline;
  color: #000;
}

a:hover, a:active {
  text-decoration: none;
  color: #cc0000;
}

.inner, .entry-content {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
}
.inner:after, .entry-content:after {
  content: "";
  display: table;
  clear: both;
}

.widthNarrow {
  width: 80%;
  max-width: 1000px !important;
  margin: 0 auto;
}
.widthNarrow h1 {
  text-align: center;
}

body.second .inner, body.second .entry-content {
  max-width: 1240px;
}
body.second .entry-content {
  padding-bottom: 5vw;
}

.fir {
  display: none !important;
}

#wrapper {
  *zoom: 1;
  padding-top: 90px;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999;
}
#loading img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  display: block;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

/* header------------------------------------------------------- */
#headerWrapper {
  width: 100%;
  height: 90px;
  padding: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
}
#headerWrapper .headerBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: -1;
  background-color: transparent;
  background: url(../img/mesh_w2.png) repeat left top;
  transition: height 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

#header {
  *zoom: 1;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
#header .inner {
  height: 90px;
}
#header #headerLogo {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 25px;
}
#header #headerLogo a {
  display: block;
  line-height: 19px;
  text-decoration: none;
  color: #cc0000;
  position: relative;
  padding: 0;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 19px;
  font-weight: 700;
  width: 260px;
  transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
#header #headerLogo a span {
  padding-bottom: 4px;
  font-size: 10px;
  display: block;
  line-height: 12px;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
#header .inner {
  position: relative;
}
#header #smToggle {
  display: none;
}

@media (max-width: 1180px) {
  #headerWrapper {
    height: 70px;
    padding-top: 0;
  }
  #headerWrapper .headerBG {
    height: 70px;
    background-color: #fff;
  }
  #header .inner {
    background-color: transparent;
    border-radius: 0;
    height: auto;
  }
  #header #headerLogo {
    left: 0;
    top: 15px;
  }
}
#globalNavigation {
  z-index: 9999;
  position: absolute;
  width: auto;
  top: 0px;
  right: 0;
  transition: top 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
#globalNavigation ul.mainMenu {
  padding-top: 25px;
  padding-right: 250px;
}
#globalNavigation ul.mainMenu li {
  display: inline-block;
  padding-left: 0.1em;
}
#globalNavigation ul.mainMenu li a {
  font-size: 1.1rem;
  line-height: 1.4em;
  display: block;
  text-decoration: none;
  padding: 0.4em 1em 0.45em;
  color: #cc0000;
  font-weight: 700;
  border-radius: 7px;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#globalNavigation ul.mainMenu li a span {
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0 2px;
}
#globalNavigation ul.mainMenu li a:hover, #globalNavigation ul.mainMenu li a:active {
  background-color: #fff;
  color: #cc0000;
}
#globalNavigation ul.mainMenu li a.active {
  background-color: #fff;
  color: #cc0000;
}
#globalNavigation ul.mainMenu .home {
  display: none;
}
#globalNavigation #headerSearch {
  width: 222px;
  position: absolute;
  top: 26px;
  right: 0px;
}
#globalNavigation #headerSearch #s {
  border: 1px solid #cc0000;
  font-size: 1rem;
  padding: 7px 10px 5px 29px;
  border-radius: 7px;
  background: url(../img/search.svg) no-repeat 11px center #fff;
  background-size: 11px;
  width: 180px;
}
#globalNavigation #headerSearch #s:focus-visible {
  border: 0;
}
#globalNavigation #headerSearch #searchsubmit {
  display: none;
}
#globalNavigation .socialIcon {
  display: none;
}

.gnaviSub {
  display: none;
}

ul.socialIcon {
  position: absolute;
  top: 90px;
  right: -40px;
  width: 45px;
  padding: 15px 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
ul.socialIcon li {
  display: block;
  padding: 10px 5px;
  width: 20px;
  height: 20px;
}
ul.socialIcon li img {
  width: 20px;
  height: 20px;
  display: none;
}
ul.socialIcon li a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.socialIcon .instagram a {
  background-image: url(../img/instagram_w.svg);
}
ul.socialIcon .twitter a {
  background-image: url(../img/twitter_w.svg);
}
ul.socialIcon .facebook a {
  background-image: url(../img/facebook_w.svg);
}
ul.socialIcon .youtube a {
  background-image: url(../img/youtube_w.svg);
}

#breadCrumb {
  font-size: 90%;
  padding: 1.5em 0;
  color: #444;
  z-index: -1;
  clear: both;
}
#breadCrumb ul {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}
#breadCrumb ul li {
  line-height: 1.5em;
  float: left;
  font-size: 90%;
}
#breadCrumb ul li a {
  margin-right: 10px;
  padding-right: 15px;
  color: #777;
  background: url(../img/arrow_s.png) no-repeat right center;
}

@media (max-width: 1180px) {
  #breadCrumb {
    padding: 1em;
  }
}
#contentsArea {
  *zoom: 1;
}
#contentsArea:after {
  content: "";
  display: table;
  clear: both;
}

/* subHeader------------------------------------------------------- */
#contentsArea .imageHeader {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-color: #ddd;
  box-sizing: border-box;
  padding: 370px 0 80px;
  margin-bottom: 30px;
  position: relative;
}
#contentsArea .imageHeader .imageBG {
  padding: 10px 10px 5px;
  background-color: #fff;
  display: inline-block;
}
#contentsArea .imageHeader .imageBG h1.post-title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 10px;
}
#contentsArea .imageHeader .headerBlock {
  width: 70%;
  padding: 5px 0;
}
#contentsArea .imageHeader .headerBlock .blockInner {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
}
#contentsArea .imageHeader .headerBlock .blockInner .catchCopy {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
}
#contentsArea .imageHeader .headerBlock .blockInner .entry-meta {
  font-size: 20px;
}

/* unit------------------------------------------------------- */
.unitBox {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  clear: both;
  padding: 6em 0;
  line-height: 130%;
}
.unitBox .inner {
  *zoom: 1;
  position: relative;
}
.unitBox .inner:after {
  content: "";
  display: table;
  clear: both;
}
.unitBox .inner .secondTitle {
  padding-bottom: 30px;
}
.unitBox ul {
  list-style: disc outside;
  margin: 0 0 18px 20px;
}
.unitBox ul li {
  margin: 0.5em 0;
}
.unitBox dl {
  padding-bottom: 20px;
}
.unitBox dl dt {
  font-weight: bold;
  padding: 10px 0;
}
.unitBox dl dd {
  padding: 0 20px 20px;
}
.unitBox .halfBox {
  width: 590px;
}
.unitBox .halfUnit {
  width: 594px;
}
.unitBox .wColumn {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 30px;
}
.unitBox .pageTitle {
  padding-bottom: 60px;
}
.unitBox table {
  margin-bottom: 20px;
}
.unitBox table td, .unitBox table th {
  padding: 5px 15px 5px 0;
}

h1, h2, h3, h4, h5 {
  line-height: 1.3em;
  font-weight: 700;
}

h1, h2 {
  color: #cc0000;
}

h1, .entry-title {
  font-size: 2.5rem;
  padding-top: 30px;
  padding-bottom: 40px;
  line-height: 1.3em;
}

body.page-child div.entry-title {
  display: none;
}

.thirdTitle {
  text-align: center;
  padding: 30px 0 40px;
}

h2 {
  font-size: 1.9rem;
  padding: 30px 0;
}

h3 {
  font-size: 1.4rem;
  padding: 30px 0 15px;
}

h4 {
  font-size: 1.2rem;
  padding: 15px 0 10px;
}

h5 {
  font-weight: 700;
  padding: 15px 0 10px;
}

img, iframe {
  max-width: 100%;
}

p {
  padding-bottom: 2em;
  line-height: 1.6em;
}

hr {
  clear: both;
  padding: 30px 0 0;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.bgc1 {
  background-color: #cc0000 !important;
}

.bgc2 {
  background-color: #ff4a03 !important;
}

.bgc3 {
  background-color: #0092de !important;
}

.bottomLink {
  clear: both;
  padding: 30px 0 20px;
}

input.button, a.button, a.buttonS, h6 a, #searchsubmit, a.button2 {
  margin-bottom: 1px;
  padding: 15px 50px;
  color: #fff;
  text-decoration: none !important;
  background-size: 1.2rem;
  background-color: #cc0000;
  border: 0;
  line-height: 1.3em;
  font-weight: 700;
  display: inline-block;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
}

.button a, a:hover.button, a:hover.buttonS {
  color: #fff;
  animation: btnani 0.2s ease-out;
  -webkit-animation: btnani 0.2s ease-out;
  -moz-animation: btnani 0.2s ease-out;
  animation-fill-mode: forwards;
}

h6 a {
  color: #fff !important;
}

h6 a:hover {
  color: #fff !important;
  background-color: #ff9000;
}

a.button2 {
  background-color: #0092de;
  color: #000;
}

a:hover.button2 {
  animation: btnani2 0.2s ease-out;
  -webkit-animation: btnani2 0.2s ease-out;
  -moz-animation: btnani2 0.2s ease-out;
  animation-fill-mode: forwards;
}

a.button3 {
  padding: 15px 50px;
  font-size: 0.9rem;
  border-style: none;
  line-height: 1.6em;
  background-size: 1.2rem;
  background-color: #ff4a03;
  text-decoration: none !important;
  color: #fff;
  border: 0;
  font-weight: 700;
  display: inline-block;
  border-radius: 7px;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  cursor: pointer;
}

a:hover.button3 {
  animation: btnani3 0.2s ease-out;
  -webkit-animation: btnani3 0.2s ease-out;
  -moz-animation: btnani3 0.2s ease-out;
  animation-fill-mode: forwards;
}

a.buttonS, #searchsubmit, a.button2S {
  padding: 9px 40px 10px;
  font-size: 0.9rem;
  border-style: none;
  line-height: 1.4em;
}

input#s {
  margin-bottom: 2px;
  padding: 0.5em 1em;
  border-radius: 7px;
  line-height: 1.4em;
  border: 1px solid #aaa;
}

.entry-content input#s {
  padding: 10px 10px 9px;
  border: 1px solid #cc0000;
}

@keyframes btnani {
  0% {
    background-color: #cc0000;
  }
  100% {
    background-color: #cf2020;
  }
}
@-webkit-keyframes btnani {
  0% {
    background-color: #cc0000;
  }
  100% {
    background-color: #cf2020;
  }
}
@-moz-keyframes btnani {
  0% {
    background-color: #cc0000;
  }
  100% {
    background-color: #cf2020;
  }
}
@keyframes btnani2 {
  0% {
    background-color: #0092de;
  }
  100% {
    background-color: #ffba00;
  }
}
@-webkit-keyframes btnani2 {
  0% {
    background-color: #0092de;
  }
  100% {
    background-color: #ffba00;
  }
}
@-moz-keyframes btnani2 {
  0% {
    background-color: #0092de;
  }
  100% {
    background-color: #ffba00;
  }
}
@keyframes btnani3 {
  0% {
    background-color: #cc0000;
  }
  100% {
    background-color: #cf2020;
  }
}
@-webkit-keyframes btnani3 {
  0% {
    background-color: #cc0000;
  }
  100% {
    background-color: #cf2020;
  }
}
@-moz-keyframes btnani3 {
  0% {
    background-color: #cc0000;
  }
  100% {
    background-color: #cf2020;
  }
}
.noteList {
  padding: 0 0 10px !important;
  margin: 0 !important;
  clear: both;
}
.noteList li, .noteList p {
  list-style: none !important;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 85%;
  line-height: 130%;
  margin: 4px 0 !important;
  padding-left: 1em;
  text-indent: -1em;
}
.noteList li:before, .noteList p:before {
  content: "※";
}

.photoWrap {
  padding-bottom: 20px;
}
.photoWrap img {
  max-width: 100%;
  display: block;
  margin-bottom: 7px;
  height: auto;
}

.photoWrap2 {
  padding: 5px 20px 15px 0;
  height: 220px;
}
.photoWrap2 img {
  width: auto;
  height: 100%;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* branding------------------------------------------------------- */
#branding {
  width: 100%;
  padding: 7em 0 0;
}
#branding h2 {
  color: #000;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  font-size: 3rem;
  font-weight: 700;
}
@keyframes shadow-animation {
  0% {
    text-shadow: 0.03em 0.03em 0 #7ff, -0.03em -0.03em 0 #f07;
  }
  100% {
    text-shadow: -0.03em -0.03em 0 #7ff, 0.03em 0.03em 0 #f07;
  }
}
#branding p {
  padding-bottom: 0;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}

@media (max-width: 570px) {
  #branding {
    padding: 4em 0 0;
  }
  #branding h2 {
    font-size: 1.3rem;
    padding: 1.5em 0 0;
  }
}
.scroll {
  position: absolute;
  display: block;
  right: 5%;
  bottom: 5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  border: dotted 1px #fff;
}
.scroll span {
  font-size: 11px;
  line-height: 13px;
  padding-top: 18px;
  color: #fff;
  text-align: center;
  display: block;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}

.arrow {
  position: absolute;
  top: 50px;
  left: 25px;
  animation: 1.2s arrow-animation infinite ease-in-out;
  width: 0;
  height: 4em;
  border: 1px solid #fff;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 1.5px;
  height: 15px;
  background-color: #fff;
  transform: rotateZ(-30deg);
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  30% {
    height: 4em;
  }
  100% {
    height: 1em;
  }
}
/* home------------------------------------------------------- */
.topUnitTitle, .page-title {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.3rem;
  line-height: 1em;
  padding: 0 0 40px;
  font-weight: 700;
  margin: 0 auto;
}
.topUnitTitle span, .page-title span {
  display: block;
  font-size: 1rem;
  line-height: 1.7em;
}

.page-title {
  font-size: 2.2rem;
  padding: 30px 0 60px;
}

.topUnitTitle {
  max-width: 800px;
}

#wrapper.living .page-title, #wrapper.living .material-title, #wrapper.living h2, #wrapper.living h3, #wrapper.living h4 {
  color: #ff822f;
}
#wrapper.living a.buttonS, #wrapper.living a.button {
  background-color: #ff822f;
}

#wrapper.volcano .page-title, #wrapper.volcano .material-title, #wrapper.volcano h2, #wrapper.volcano h3, #wrapper.volcano h4 {
  color: #e62222;
}
#wrapper.volcano a.buttonS, #wrapper.volcano a.button {
  background-color: #e62222;
}

#wrapper.disaster .page-title, #wrapper.disaster .material-title, #wrapper.disaster h2, #wrapper.disaster h3, #wrapper.disaster h4 {
  color: #0083f2;
}
#wrapper.disaster a.buttonS, #wrapper.disaster a.button {
  background-color: #0083f2;
}

#wrapper.grassland .page-title, #wrapper.grassland .material-title, #wrapper.grassland h2, #wrapper.grassland h3, #wrapper.grassland h4 {
  color: #1ba334;
}
#wrapper.grassland a.buttonS, #wrapper.grassland a.button {
  background-color: #1ba334;
}

/* search------------------------------------------------ */
.topFlex {
  padding: 1em;
}

#search .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#search .inner:after {
  display: none;
}
#search .inner h3 {
  padding: 0 0 0.5em;
}
#search .inner .searchUnit {
  border-radius: 1em;
  text-align: center;
  width: 100%;
  padding: 4em 0;
  margin-bottom: 2em;
  position: relative;
}
#search .inner .searchUnit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1em;
  z-index: -1;
  opacity: 0.5;
  box-shadow: 0 0 10px #000;
}
#search .inner .searchUnit .searchLabel {
  margin-bottom: 1em;
}
#search .inner .searchUnit input.searchText {
  border-radius: 7px;
  border-color: #cc0000;
  width: 50%;
  padding: 0.6em 1em;
  font-size: 1.2rem;
}
#search .inner .searchUnit #searchsubmit {
  font-size: 1.1em;
  padding: 0.8em 2em;
}
#search .inner .sunit {
  border-radius: 1em;
  text-align: center;
  width: 31%;
  margin-bottom: 2em;
  position: relative;
}
#search .inner .sunit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 1em;
  z-index: -1;
  opacity: 0.5;
  box-shadow: 0 0 10px #000;
}
#search .inner .sunit a {
  text-decoration: none;
  display: block;
  height: 230px;
  border-radius: 1em;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#search .inner .sunit a h3 {
  width: 30%;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  padding: 0;
}
#search .inner .sunit a .eyecatch {
  width: 50%;
  display: block;
  height: 230px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  #search .inner .sunit {
    width: 100%;
    margin-bottom: 1em;
  }
}
/* theme------------------------------------------------ */
#theme {
  background: url(../img/theme_bg.jpg) no-repeat center top #fff0de;
  background-size: 100%;
  padding-top: 150px;
}
#theme .themeList ul.topLevels {
  margin: 0 0 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#theme .themeList ul.topLevels li {
  background-color: #fff;
  border-radius: 2em;
  padding: 3em;
  margin: 0 0 2em;
  width: calc(44% - 3em);
  list-style-type: none;
  position: relative;
}
#theme .themeList ul.topLevels li:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 94px;
  height: 113px;
}
#theme .themeList ul.topLevels li a {
  text-decoration: none;
  padding: 0 0 1em;
  border-radius: 2em;
  font-size: 1.3em;
  display: block;
  font-weight: bold;
}
#theme .themeList ul.topLevels li ul {
  padding: 0;
  margin: 0;
}
#theme .themeList ul.topLevels li ul li {
  padding: 0;
  margin: 0 0 0.5em;
  width: auto;
}
#theme .themeList ul.topLevels li ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  padding: 0.5em 1.5em 0.7em;
  border-radius: 2em;
  display: block;
  font-weight: normal;
  position: relative;
}
#theme .themeList ul.topLevels li ul li a:after {
  position: absolute;
  right: 1em;
  content: "＞";
  font-weight: bold;
}
#theme .themeList ul.topLevels li.volcano:before {
  background-image: url(../img/theme_illust1.png);
  left: -3em;
  top: -3em;
}
#theme .themeList ul.topLevels li.volcano a {
  color: #e62222;
}
#theme .themeList ul.topLevels li.volcano ul li a {
  color: #fff;
  background-color: #e62222;
}
#theme .themeList ul.topLevels li.grassland:before {
  background-image: url(../img/theme_illust2.png);
  right: -3em;
  top: -3em;
}
#theme .themeList ul.topLevels li.grassland a {
  color: #1ba334;
}
#theme .themeList ul.topLevels li.grassland ul li a {
  color: #fff;
  background-color: #1ba334;
}
#theme .themeList ul.topLevels li.living:before {
  background-image: url(../img/theme_illust3.png);
  left: -3em;
  bottom: -3em;
}
#theme .themeList ul.topLevels li.living a {
  color: #ff822f;
}
#theme .themeList ul.topLevels li.living ul li a {
  color: #fff;
  background-color: #ff822f;
}
#theme .themeList ul.topLevels li.disaster:before {
  background-image: url(../img/theme_illust4.png);
  right: -3em;
  bottom: -3em;
}
#theme .themeList ul.topLevels li.disaster a {
  color: #0083f2;
}
#theme .themeList ul.topLevels li.disaster ul li a {
  color: #fff;
  background-color: #0083f2;
}

@media (max-width: 850px) {
  #theme .themeList ul.topLevels li {
    width: calc(100% - 6em);
  }
}
/* access------------------------------------------------ */
#access .gmap, .page-access_to .gmap {
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 20px;
}
#access .gmap iframe, .page-access_to .gmap iframe {
  border-radius: 20px;
}

@media (max-width: 400px) {
  #access .accessMenu li h3, .page-access .accessMenu li h3 {
    font-size: 1.1rem !important;
  }
  #access .accessMenu li .accessInner .flow, .page-access .accessMenu li .accessInner .flow {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  #access .accessMenu li .accessInner .flow .spot.span1, .page-access .accessMenu li .accessInner .flow .spot.span1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2.6rem;
  }
}
/* second------------------------------------------------------- */
body.second .dummyHeader {
  width: 100%;
  position: relative;
  height: 0px;
}
body.second #pageHeader {
  width: 100%;
  background: linear-gradient(150deg, #c9e95f 0%, #ff727e 100%);
  animation: Grad 4s infinite alternate;
  position: relative;
  padding: 3vw 0;
}
body.second #pageHeader .inner {
  z-index: 5;
  position: relative;
}
body.second #pageHeader .pageTitle {
  font-size: 2rem;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  z-index: 3;
  padding: 0;
}
body.second #pageHeader .pageTitle span {
  font-weight: 700;
  display: block;
  font-size: 0.8rem;
  line-height: 1.8em;
  white-space: nowrap;
  text-shadow: 0 0 3px #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
body.second #pageHeader .headerCopy {
  font-size: 0.8rem;
  line-height: 1.3em;
  padding-top: 5px;
  position: relative;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  z-index: 1;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
body.second #pageHeader .headerBG {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.35;
  -moz-opacity: 0.35;
  filter: alpha(opacity=35);
  z-index: 0;
}
body.second #pageHeader::after {
  user-select: none;
  pointer-events: none;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 17rem;
  font-size: 19vw;
  text-align: center;
  width: 1920px;
  color: #fff;
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 960px);
  z-index: 1;
  opacity: 0.08;
  -moz-opacity: 0.08;
  filter: alpha(opacity=8);
  letter-spacing: -0.05em;
  white-space: nowrap;
  z-index: 0;
}
body.second #pageHeader.living {
  background: linear-gradient(90deg, #ff822f, #ffae00);
}
body.second #pageHeader.volcano {
  background: linear-gradient(90deg, #e62222, #ff29a7);
}
body.second #pageHeader.disaster {
  background: linear-gradient(90deg, #0083f2, #00b5a2);
}
body.second #pageHeaderSub {
  padding: 8vw 0;
}
body.second .unitBox {
  padding: 30px 0 0;
  position: relative;
}
body.second .unitBox table.dataTable {
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 40px;
}
body.second .unitBox table.dataTable tr {
  border-bottom: 1px dotted #cc0000;
}
body.second .unitBox table.dataTable tr th {
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
body.second .unitBox table.dataTable tr th, body.second .unitBox table.dataTable tr td {
  padding: 1.5em;
}
body.second .unitBox table.dataTable tr td {
  width: 80%;
}

@media (max-width: 500px) {
  body.second .unitBox table.dataTable tr {
    border-bottom: 1px dotted #bbb;
  }
  body.second .unitBox table.dataTable tr th {
    padding: 5px 0;
    display: block;
    margin: 20px 0 0;
  }
  body.second .unitBox table.dataTable tr td {
    padding: 5px 0;
    display: block;
    margin: 0 0 20px;
  }
}
@media (max-width: 500px) {
  body.second #pageHeader .pageTitle {
    font-size: 1.3rem;
  }
  body.second #pageHeader .headerCopy {
    font-size: 0.7rem;
    padding-top: 0;
  }
}
.tagTitle {
  text-align: center;
  padding-top: 0;
}

.tagMenu {
  text-align: center;
  list-style-type: none;
  margin: 5px 0 20px !important;
}
.tagMenu li {
  display: inline-block;
  margin: 0 1px 5px !important;
}
.tagMenu li a {
  background-color: #00aeb4;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  padding: 0px 7px 3px 12px;
}
.tagMenu li a::before {
  content: "# ";
}
.tagMenu li a span {
  background-color: #fff;
  color: #00aeb4;
  margin-left: 5px;
  margin-bottom: 4px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50%;
}
.tagMenu li.current a {
  background-color: #fff;
  color: #ff4a03;
  border: solid 1px #ff4a03;
}
.tagMenu li.current a span {
  color: #fff;
  background-color: #ff4a03;
}

@media (max-width: 500px) {
  .tagMenu li a {
    padding: 1px 4px 2px 10px;
  }
}
/* -rocks------------------------------------------------------------------------- */
.rocks-category-list {
  padding: 0 0 0.5em 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.rocks-category-list ul.rocks-category-list {
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  padding-left: 1em;
  padding-top: 1em;
}
.rocks-category-list li {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 2em !important;
  padding: 0 2em 0 0 !important;
}
.rocks-category-list li h2, .rocks-category-list li h3, .rocks-category-list li h4, .rocks-category-list li h5 {
  padding: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.rocks-category-list li .category-title em {
  font-size: 0.7rem;
  font-weight: normal;
  display: inline-block;
  padding-top: 0.5em;
  letter-spacing: normal;
  color: #555;
}
.rocks-category-list li a {
  text-decoration: none;
  font-size: 0.9rem;
  display: table;
}
.rocks-category-list li a span.legend {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #ddd;
  font-size: 14px;
  padding: 0;
  border: 1px solid #000;
  margin-right: 0.5em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.rocks-category-list li a span.rockName {
  display: table-cell;
  padding-left: 0.5em;
  line-height: 1.2em;
  vertical-align: middle;
}
.rocks-category-list li a em {
  font-size: 0.7rem;
  letter-spacing: normal;
  display: block;
  opacity: 0.6;
}
.rocks-category-list li a:hover {
  text-decoration: underline;
}
.rocks-category-list li a:hover span.legend {
  border: 1px solid #cc0000;
  text-decoration: none !important;
}

h2.category-title {
  width: 40px;
}

.depth-0 {
  padding: 0 !important;
  margin: 0 !important;
}

.depth-1 {
  width: calc(100% - 80px);
}

.material-title {
  text-align: center;
  padding: 10px 0 30px;
  font-size: 1.8rem;
}

.materialDetail {
  max-width: 900px !important;
}
.materialDetail table.dataTable {
  margin-top: 50px;
  font-size: 0.95rem;
}
.materialDetail table.dataTable tr.even {
  background-color: #f7f3ee;
}
.materialDetail table.dataTable tr.odd {
  background-color: #fbf8f6;
}
.materialDetail table.dataTable th, .materialDetail table.dataTable td {
  padding: 20px 10px !important;
}
.materialDetail #spotPhotos {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.materialDetail #spotPhotos .thumbs {
  padding-top: 10px;
}
.materialDetail #spotPhotos .thumbs a img {
  width: 18%;
}
.materialDetail #spotData {
  max-width: 800px;
  margin: 0 auto 40px;
}
.materialDetail .punit {
  clear: both;
  padding: 1em 0;
}
.materialDetail .punit .pphoto {
  max-width: 400px;
  float: left;
  padding-right: 2em;
  padding-bottom: 2em;
}
.materialDetail .punit figcaption {
  line-height: 1.7em;
}
.materialDetail .gmap {
  padding-top: 3em;
  clear: both;
  width: 100%;
  position: relative;
}
.materialDetail .gmap h3 {
  padding-top: 0;
  text-align: center;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.materialDetail .gmap .largeMap {
  position: absolute;
  top: 0;
  right: 0;
}
.materialDetail .gmap .gmap {
  margin-bottom: 20px;
}
.materialDetail .gmap .gmap iframe {
  width: 100%;
  height: 400px;
}
.materialDetail .bottomLink {
  margin-bottom: 20px;
  padding-top: 40px;
  text-align: center;
}
.materialDetail .passcode {
  text-align: right;
  color: #f1f1f1;
}

@media (max-width: 640px) {
  .materialDetail .punit .pphoto {
    max-width: unset;
    float: none;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-top: 2em;
  }
}
.detailHeader {
  text-align: center;
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px !important;
  margin: 0 auto;
}
.detailHeader ul.tagList {
  padding: 0 0 30px;
}

.reserveButton .spotReserve {
  margin-bottom: 1px;
  padding: 15px 50px;
  color: #fff;
  text-decoration: none !important;
  background-size: 1.2rem;
  background-color: #cc0000;
  border: 0;
  line-height: 1.3em;
  font-weight: 700;
  display: inline-block;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  position: fixed;
  font-size: 1.1rem;
  line-height: 1.2em;
  right: -100px;
  bottom: calc(50% - 90px);
  padding: 0 20px;
  height: 170px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  background-color: #ff4a03;
  color: #fff;
  text-align: center;
  z-index: 20;
  letter-spacing: 0.05em;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  box-shadow: 0 0 4px #aaa;
}
.reserveButton i.rArrow {
  vertical-align: baseline;
  margin-top: 5px;
}

i.rArrow {
  border: dashed 1px #fff;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  border-radius: 50%;
  vertical-align: top;
}

i.rArrow::before, i.rArrow::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 10px;
  height: 4px;
  left: calc(50% - 4px);
  z-index: 10;
}

i.rArrow::before {
  transform: rotate(45deg);
  top: 7px;
}

i.rArrow::after {
  transform: rotate(-45deg);
  top: 11px;
}

.spotBottomLink .spotReserve {
  margin-bottom: 1px;
  padding: 15px 50px;
  color: #fff;
  text-decoration: none !important;
  background-size: 1.2rem;
  background-color: #cc0000;
  border: 0;
  line-height: 1.3em;
  font-weight: 700;
  display: inline-block;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
}
.spotBottomLink i.rArrow {
  margin-left: 5px;
}

i.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

i.close::before, i.close::after {
  position: absolute;
  content: "";
  background-color: #555;
  width: 40px;
  height: 1px;
  right: 1px;
  top: 20px;
  z-index: 10;
}

i.close::before {
  transform: rotate(45deg);
}

i.close::after {
  transform: rotate(-45deg);
}

@media (max-width: 600px) {
  .spotDetail .mapWrapper h3 {
    font-size: 2rem !important;
    text-align: left;
  }
}
.leadText {
  padding-bottom: 30px;
}
.leadText p {
  font-size: 1.1rem;
}

body.second .leadUnit {
  clear: both;
  position: relative;
  padding: 0 0 50px;
  margin-bottom: 90px;
  *zoom: 1;
}
body.second .leadUnit:after {
  content: "";
  display: table;
  clear: both;
}
body.second .leadUnit::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  z-index: -1;
}
body.second .leadUnit .unitText {
  position: relative;
  padding: 20px 25px 30px;
  width: 40%;
  margin-top: 250px;
}
body.second .leadUnit .unitText h2, body.second .leadUnit .unitText h3 {
  padding-top: 0;
}
body.second .leadUnit .unitText h2 {
  font-size: 1.5rem;
  padding-bottom: 12px;
}
body.second .leadUnit .unitText p {
  font-size: 0.9rem;
  line-height: 1.7rem;
}
body.second .leadUnit .unitText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
body.second .leadUnit .unitPhoto {
  width: 80%;
  position: absolute;
  top: 0;
  z-index: -1;
}
body.second .leadUnit .unitBottom {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: -20px;
}
body.second #about {
  overflow: hidden;
}
body.second #about .pageHeader:after {
  background-image: url(../../ss/008.jpg);
}
body.second #about:before {
  user-select: none;
  content: "aboutASO";
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 17rem;
  font-size: 15rem;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  letter-spacing: -0.1em;
}
body.second table.linkTable {
  width: 100%;
}
body.second table.linkTable th, body.second table.linkTable td {
  padding: 20px 0;
}
body.second table.linkTable th {
  padding: 20px;
}
body.second table.linkTable tr.even {
  background-color: #f6f7ee;
}
body.second table.linkTable tr.odd {
  background-color: #fafbf6;
}
body.second table.linkTable tr {
  border-bottom: 1px dotted #3d927d !important;
}

@media (max-width: 950px) {
  body.second .unitBox .pageHeader {
    padding: 180px 0 180px;
  }
  body.second #about:before {
    line-height: 13rem;
    font-size: 11rem;
    top: 300px;
  }
  body.second .leadUnit .unitText {
    width: 60%;
  }
}
@media (max-width: 600px) {
  body.second .unitBox .pageHeader {
    padding: 160px 0 160px;
  }
  body.second #about:before {
    line-height: 10rem;
    font-size: 8rem;
    top: 280px;
  }
  body.second .leadUnit {
    padding: 0;
    margin-bottom: 90px;
  }
  body.second .leadUnit .unitText {
    width: auto;
    margin-top: 0;
  }
  body.second .leadUnit .unitPhoto {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media (max-width: 470px) {
  body.second table.dataTable tr th {
    padding: 10px;
  }
  body.second table.dataTable tr td {
    padding: 10px;
  }
}
.balloon {
  position: absolute;
  top: -60px;
  left: 10px;
  background-color: #00aeb4;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.balloon span {
  display: block;
  position: absolute;
  padding-top: 5px;
  width: 96%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0;
  color: #fff;
  font-weight: 700;
}

.balloon::before {
  display: none;
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  top: 100px;
  left: 50%;
  background-color: #ff4a03;
}

.balloon::after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  top: 115px;
  left: calc(50% - 4px);
  background-color: #ff4a03;
}

@media (max-width: 600px) {
  .dayUnit {
    padding: 50px 0 50px 30px;
  }
  .dayUnit table.timeline {
    width: auto;
  }
  .dayUnit table.timeline td {
    font-size: 1rem;
  }
  .dayUnit table.timeline td p {
    font-size: 0.85rem;
  }
  .dayUnit .dayPhoto {
    width: 100%;
  }
  .planBottom a {
    display: block;
  }
}
@media (max-width: 400px) {
  .dayUnit {
    margin-left: 40px;
    margin-top: 39px;
    padding: 40px 0 50px 30px;
  }
  .dayUnit h3 {
    left: -40px;
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .dayUnit h3 span {
    padding-top: 32px;
    font-size: 16px;
    line-height: 18px;
  }
  .dayUnit table.timeline th, .dayUnit table.timeline td {
    display: block;
  }
  .dayUnit table.timeline th {
    width: auto;
    padding: 18px 0 10px;
  }
  .dayUnit table.timeline th.ball:before {
    left: -51px;
  }
  .dayUnit table.timeline td {
    padding: 0 0 5px;
    font-size: 0.92rem;
  }
  .dayUnit table.timeline td p {
    font-size: 0.75rem;
  }
}
/* news------------------------------------------------------- */
#info #recentfb {
  width: 500px;
  display: block;
  max-width: 100% !important;
  margin: 0 auto 30px;
  overflow: hidden;
  box-shadow: 0 0 10px #bbb;
}
#info #calendar {
  width: 450px;
  display: block;
  margin: 0 auto;
  padding: 20px 25px 10px;
  max-width: 100% !important;
  box-shadow: 0 0 10px #bbb;
  background-color: #fff;
}
#info .infoDetail {
  padding: 30px 40px;
  border: solid 1px #ccc;
}
#info .infoDetail h1 {
  font-size: 30px;
}
#info .infoDetail .infoDate {
  color: #99ba00;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: right;
}
#info .infoDetail .btnGotoList {
  padding-bottom: 20px;
}
#info .infoDetail .infoContent {
  line-height: 2em;
}

.info_detail {
  clear: both;
  padding-top: 30px;
  text-align: center;
  font-size: 1.2rem;
}

ul.recentList {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
ul.recentList li {
  width: 29%;
  list-style-type: none;
  margin-bottom: 4em;
}
ul.recentList li .itemImg {
  margin-bottom: 15px;
}
ul.recentList li .itemImg a, ul.recentList li .itemImg span {
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/noimg.png);
  background-color: #eee;
  overflow: hidden;
}
ul.recentList li .itemImg img {
  width: 100%;
  height: auto;
}
ul.recentList li h3 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
}
ul.recentList li .upDate {
  color: #cf2020;
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
ul.recentList li .itemTxt {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
ul.recentList li table {
  margin-bottom: 5px;
  font-size: 0.8rem;
  line-height: 1.3em;
}
ul.recentList li table th {
  white-space: nowrap;
}
ul.recentList li table th {
  padding: 3px 15px 3px 0;
}
ul.recentList li table td {
  padding: 3px 0;
}
ul.recentList li .rankFooter {
  display: none;
}
ul.recentList li .tagList {
  padding-bottom: 0;
}
ul.recentList li .tagList li {
  font-size: 0.8rem;
}
ul.recentList li .detailBtn {
  padding: 15px 0 5px;
}

ul.recentList:after {
  display: block;
  content: "";
  width: 31%;
}

.catLabel {
  padding: 0 0 8px;
  display: none;
}
.catLabel span, .catLabel a {
  display: inline-block;
  background-color: #cc0000;
  color: #ebefe6;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.8rem;
  padding: 2px 10px 1px;
  line-height: 1rem;
  border-radius: 15px;
  text-decoration: none;
}

.catLabel.normal {
  display: none;
}

.dateLabel {
  color: #2eb000;
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.tagList {
  padding: 5px 0 15px;
  margin: 0 !important;
}
.tagList li {
  width: auto !important;
  margin: 0 3px 1px 0 !important;
  padding: 0;
  display: inline-block;
  font-size: 0.8rem;
}
.tagList li a {
  color: #fff;
  background-color: #00aeb4;
  line-height: 1em;
  text-decoration: none;
  padding: 0px 5px 2px;
  border-radius: 1rem;
}
.tagList li a:before {
  content: "#";
}

#info ul.recentList {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#info ul.recentList li {
  width: 47%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#info ul.recentList li .catLabel {
  display: none;
}
#info ul.recentList li .upDate {
  margin-bottom: 4px;
  font-size: 0.8rem;
}
#info ul.recentList li h3 {
  font-size: 1.1rem;
}
#info ul.recentList li .itemTxt {
  color: #777;
}

@media (max-width: 500px) {
  #info ul.recentList li {
    width: 100%;
  }
}
.spotDetail {
  line-height: 1.6em;
}

/* menu------------------------------------------------------- */
#menu {
  background-image: url(../img/activity_bg.png);
  background-position: left top;
  background-size: contain;
  padding-top: 25vw;
  position: relative;
}

#menu, #widget .widgetMenu {
  background-color: #ebefe6;
}
#menu .topUnitTitle, #widget .widgetMenu .topUnitTitle {
  padding-bottom: 0;
}
#menu .leadText, #widget .widgetMenu .leadText {
  text-align: center;
  position: relative;
  margin: 60px auto 30px;
  width: 100%;
  max-width: 500px;
  padding: 60px 0 100px;
  z-index: 15;
}
#menu .leadText .photos, #widget .widgetMenu .leadText .photos {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#menu .leadText .photo1, #widget .widgetMenu .leadText .photo1 {
  width: 130px;
}
#menu .leadText .photo2, #widget .widgetMenu .leadText .photo2 {
  width: 160px;
  left: unset;
  right: 0;
  top: calc(50% - 60px);
}
#menu .leadText .photo3, #widget .widgetMenu .leadText .photo3 {
  width: 200px;
  top: unset;
  bottom: 0;
}
#menu .leadText span, #widget .widgetMenu .leadText span {
  font-weight: 700;
  line-height: 1.8em;
  font-size: 1.5em;
  display: block;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
#menu .leadText2, #widget .widgetMenu .leadText2 {
  padding: 20px 3vw 40px;
  line-height: 2em;
  max-width: 700px;
  margin: auto;
}
#menu .illust1, #menu .illust2, #widget .widgetMenu .illust1, #widget .widgetMenu .illust2 {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}
#menu .illust1, #widget .widgetMenu .illust1 {
  background-image: url(../img/illust1.png);
  width: 120px;
  height: 152px;
  right: 10%;
  top: 15%;
}
#menu .illust2, #widget .widgetMenu .illust2 {
  background-image: url(../img/illust3.png);
  width: 140px;
  height: 187px;
  right: 5%;
  bottom: -4%;
}
#menu .gallery, #widget .widgetMenu .gallery {
  width: 100%;
  height: 300px;
  background-image: url(../../ss/002.jpg);
  background-repeat: repeat-x;
  background-size: auto 300px;
  animation: loop 40s linear infinite;
}
@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}

@media (max-width: 600px) {
  #menu .illust1 {
    width: 90px;
    height: 120px;
  }
  #menu .illust2 {
    width: 120px;
    height: 187px;
  }
  #menu .leadText .photo1 {
    width: 110px;
    left: 10px;
  }
  #menu .leadText .photo2 {
    width: 130px;
  }
  #menu .leadText .photo3 {
    width: 150px;
  }
}
#menu ul.recentList,
#widget .widgetMenu ul.recentList,
body.tax-activity_tag #contents ul.mainList,
body.tax-activity_category #contents ul.mainList,
body.post-type-archive-activity #contents ul.mainList {
  padding: 3vw 3vw 0;
  margin: 0;
}
#menu ul.recentList li,
#widget .widgetMenu ul.recentList li,
body.tax-activity_tag #contents ul.mainList li,
body.tax-activity_category #contents ul.mainList li,
body.post-type-archive-activity #contents ul.mainList li {
  margin-bottom: 3vw;
  position: relative;
  padding-top: 190px;
  padding-left: 10px;
}
#menu ul.recentList li h3,
#widget .widgetMenu ul.recentList li h3,
body.tax-activity_tag #contents ul.mainList li h3,
body.tax-activity_category #contents ul.mainList li h3,
body.post-type-archive-activity #contents ul.mainList li h3 {
  font-size: 1rem;
}
#menu ul.recentList li h3 a,
#widget .widgetMenu ul.recentList li h3 a,
body.tax-activity_tag #contents ul.mainList li h3 a,
body.tax-activity_category #contents ul.mainList li h3 a,
body.post-type-archive-activity #contents ul.mainList li h3 a {
  color: #ff802c;
}
#menu ul.recentList li .itemImg,
#widget .widgetMenu ul.recentList li .itemImg,
body.tax-activity_tag #contents ul.mainList li .itemImg,
body.tax-activity_category #contents ul.mainList li .itemImg,
body.post-type-archive-activity #contents ul.mainList li .itemImg {
  margin-bottom: 0;
  position: absolute;
  width: calc(100% - 10px);
  left: -20px;
  top: 0;
}
#menu ul.recentList li .itemImg a,
#widget .widgetMenu ul.recentList li .itemImg a,
body.tax-activity_tag #contents ul.mainList li .itemImg a,
body.tax-activity_category #contents ul.mainList li .itemImg a,
body.post-type-archive-activity #contents ul.mainList li .itemImg a {
  border-radius: 0;
}
#menu ul.recentList li .itemInner,
#widget .widgetMenu ul.recentList li .itemInner,
body.tax-activity_tag #contents ul.mainList li .itemInner,
body.tax-activity_category #contents ul.mainList li .itemInner,
body.post-type-archive-activity #contents ul.mainList li .itemInner {
  padding: 17px 20px 40px;
  width: calc(100% - 40px);
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px #80a2b4;
}
#menu ul.recentList li .itemTxt,
#widget .widgetMenu ul.recentList li .itemTxt,
body.tax-activity_tag #contents ul.mainList li .itemTxt,
body.tax-activity_category #contents ul.mainList li .itemTxt,
body.post-type-archive-activity #contents ul.mainList li .itemTxt {
  padding-bottom: 1em;
}
#menu ul.recentList li .detailBtn,
#widget .widgetMenu ul.recentList li .detailBtn,
body.tax-activity_tag #contents ul.mainList li .detailBtn,
body.tax-activity_category #contents ul.mainList li .detailBtn,
body.post-type-archive-activity #contents ul.mainList li .detailBtn {
  position: absolute;
  width: 100%;
  height: 42px;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
#menu ul.recentList li .detailBtn a,
#widget .widgetMenu ul.recentList li .detailBtn a,
body.tax-activity_tag #contents ul.mainList li .detailBtn a,
body.tax-activity_category #contents ul.mainList li .detailBtn a,
body.post-type-archive-activity #contents ul.mainList li .detailBtn a {
  position: absolute;
  width: 80px;
  height: 80px;
  right: -40px;
  bottom: -40px;
  border-radius: 50%;
  background-position: 20px 18px;
  padding: 0;
  background-color: #ff802c;
}
#menu ul.recentList li .tagList li,
#widget .widgetMenu ul.recentList li .tagList li,
body.tax-activity_tag #contents ul.mainList li .tagList li,
body.tax-activity_category #contents ul.mainList li .tagList li,
body.post-type-archive-activity #contents ul.mainList li .tagList li {
  box-shadow: none;
  margin-bottom: 2px;
}
#menu ul.recentList li.trekking h3 a,
#widget .widgetMenu ul.recentList li.trekking h3 a,
body.tax-activity_tag #contents ul.mainList li.trekking h3 a,
body.tax-activity_category #contents ul.mainList li.trekking h3 a,
body.post-type-archive-activity #contents ul.mainList li.trekking h3 a {
  color: #379fe4;
}
#menu ul.recentList li.trekking .detailBtn a,
#widget .widgetMenu ul.recentList li.trekking .detailBtn a,
body.tax-activity_tag #contents ul.mainList li.trekking .detailBtn a,
body.tax-activity_category #contents ul.mainList li.trekking .detailBtn a,
body.post-type-archive-activity #contents ul.mainList li.trekking .detailBtn a {
  background-color: #379fe4;
}
#menu ul.recentList li.rappelling h3 a,
#widget .widgetMenu ul.recentList li.rappelling h3 a,
body.tax-activity_tag #contents ul.mainList li.rappelling h3 a,
body.tax-activity_category #contents ul.mainList li.rappelling h3 a,
body.post-type-archive-activity #contents ul.mainList li.rappelling h3 a {
  color: #26a949;
}
#menu ul.recentList li.rappelling .detailBtn a,
#widget .widgetMenu ul.recentList li.rappelling .detailBtn a,
body.tax-activity_tag #contents ul.mainList li.rappelling .detailBtn a,
body.tax-activity_category #contents ul.mainList li.rappelling .detailBtn a,
body.post-type-archive-activity #contents ul.mainList li.rappelling .detailBtn a {
  background-color: #26a949;
}

@media (max-width: 1180px) {
  #menu ul.recentList li,
  #widget .widgetMenu ul.recentList li,
  body.tax-activity_tag #contents ul.mainList li,
  body.tax-activity_category #contents ul.mainList li,
  body.post-type-archive-activity #contents ul.mainList li {
    padding-top: 260px;
  }
}
@media (max-width: 750px) {
  #menu ul.recentList li,
  #widget .widgetMenu ul.recentList li,
  body.tax-activity_tag #contents ul.mainList li,
  body.tax-activity_category #contents ul.mainList li,
  body.post-type-archive-activity #contents ul.mainList li {
    padding-top: 180px;
  }
}
@media (max-width: 500px) {
  #menu ul.recentList li,
  #widget .widgetMenu ul.recentList li,
  body.tax-activity_tag #contents ul.mainList li,
  body.tax-activity_category #contents ul.mainList li,
  body.post-type-archive-activity #contents ul.mainList li {
    padding-top: 240px;
  }
}
@media (max-width: 470px) {
  #menu ul.recentList li,
  #widget .widgetMenu ul.recentList li,
  body.tax-activity_tag #contents ul.mainList li,
  body.tax-activity_category #contents ul.mainList li,
  body.post-type-archive-activity #contents ul.mainList li {
    padding-top: 210px;
  }
}
@media (max-width: 600px) {
  #menu .leadText {
    padding: 80px 0 60px;
  }
  #menu .leadText:after {
    background-size: 90px;
  }
  #menu .leadText:before {
    background-size: 60px;
  }
}
.post-title {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.archiveSort {
  text-align: right;
  padding-bottom: 20px;
  display: none;
}
.archiveSort label {
  font-size: 0.9rem;
}
.archiveSort form {
  display: inline-block;
}
.archiveSort form input[type=submit] {
  margin-bottom: 1px;
  padding: 15px 50px;
  color: #fff;
  text-decoration: none !important;
  background-size: 1.2rem;
  background-color: #cc0000;
  border: 0;
  line-height: 1.3em;
  font-weight: 700;
  display: inline-block;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  padding: 4px 30px 6px;
}
.archiveSort .sort_current {
  position: relative;
}
.archiveSort .sort_current input[type=submit] {
  background-color: #ffec69;
  color: #ff4a03;
}
.archiveSort .sort_current::before, .archiveSort .sort_current::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 12px;
  background-color: #ff4a03;
}
.archiveSort .sort_current::before {
  left: 0px;
  top: 2px;
  transform: rotate(45deg);
}
.archiveSort .sort_current::after {
  width: 18px;
  left: 5px;
  top: 0px;
  transform: rotate(-45deg);
}

.backNumber {
  width: 100%;
  clear: both;
  padding: 20px 0 10px;
  text-align: center;
}

#contents .hentry {
  *zoom: 1;
}
#contents .hentry:after {
  content: "";
  display: table;
  clear: both;
}
#contents .searchHeader {
  *zoom: 1;
  background-color: #fff;
  padding: 14px 18px 11px;
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
#contents .searchHeader:after {
  content: "";
  display: table;
  clear: both;
}
#contents .searchHeader h1.searchTitle {
  float: left;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.4rem;
}
#contents .searchHeader h1.searchTitle span {
  font-style: normal;
  font-weight: 700;
  display: inline;
  font-size: 1rem !important;
  line-height: 1.4rem !important;
  letter-spacing: normal !important;
}
#contents .searchHeader .hitNum {
  float: right;
  font-size: 0.8rem;
}
#contents .searchHeader .hitNum span {
  font-size: 1.2rem;
  font-style: italic;
  padding-right: 5px;
}

body.single-activity #wrapper #contents .hentry .leadText p {
  font-size: 0.9rem;
  padding-bottom: 0.7em;
}
body.single-activity #wrapper #contents .hentry h2 {
  font-size: 1.2rem;
  margin: 3em 0 0.6em;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 5px;
  background-color: #cf2020;
  color: #fff;
}
body.single-activity #wrapper #contents .hentry .overview {
  width: auto;
  background-color: #ecf6ff;
  border-radius: 0.5em;
  padding: 10px 15px 5px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
body.single-activity #wrapper #contents .hentry .overview table {
  padding: 7px;
  margin-bottom: 0;
}
body.single-activity #wrapper #contents .hentry .overview table th {
  white-space: nowrap;
}
body.single-activity #wrapper #contents .hentry .overview p {
  font-size: 0.9rem;
}
body.single-activity #wrapper #contents .hentry .pinclude {
  background-color: #f4f4f4;
  padding: 14px 15px 9px;
  margin-bottom: 1em;
  border-radius: 0.5em;
}
body.single-activity #wrapper #contents .hentry .pinclude h5 {
  padding: 0 0 3px;
}
body.single-activity #wrapper #contents .hentry .pinclude p {
  padding-bottom: 0.5em;
  line-height: 1.3em;
  font-size: 0.9rem;
}
body.single-activity #wrapper #contents .hentry .aFlow {
  padding-bottom: 1em;
}
body.single-activity #wrapper #contents .hentry .aFlow p {
  font-size: 0.9rem;
}
body.single-activity #wrapper #contents .hentry .aFlow ol {
  padding: 10px 0 0;
  margin: 0 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  counter-reset: item;
}
body.single-activity #wrapper #contents .hentry .aFlow ol:after {
  content: "";
  width: 31%;
}
body.single-activity #wrapper #contents .hentry .aFlow ol li {
  width: 27%;
  padding: 2% 2% 1.5%;
  margin: 0 0 3vw;
  box-shadow: 0 0 10px #ddd;
  background-color: #fff;
  border-radius: 1vw;
  font-size: 0.95rem;
  position: relative;
  line-height: 1.7em;
}
body.single-activity #wrapper #contents .hentry .aFlow ol li:before {
  counter-increment: item;
  content: counter(item);
  padding-right: 5px;
  line-height: 0.5em;
  font-size: 3rem;
  font-weight: 700;
  color: #cc0000;
}
body.single-activity #wrapper #contents .hentry .aFlow ol li:after {
  content: "";
  position: absolute;
  left: -9%;
  top: calc(50% - 8px);
  background: #00979c;
  height: 17.3205080757px;
  width: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
body.single-activity #wrapper #contents .hentry .aFlow ol li img {
  display: block;
  padding: 10px 0 0;
  margin: 0 auto;
}
body.single-activity #wrapper #contents .hentry .aFlow ol li:first-child:after {
  display: none;
}
body.single-activity #wrapper #contents .hentry .aDetail {
  padding-bottom: 2em;
}
body.single-activity #wrapper #contents .hentry .aDetail p {
  font-size: 0.9rem;
}

body.tax-activity_tag #wrapper #contents,
body.tax-activity_category #wrapper #contents,
body.post-type-archive-activity #wrapper #contents {
  background-color: #ebefe6;
}

body.tax-activity_tag #wrapper #pageHeader {
  padding: 7vw 0;
}
body.tax-activity_tag #wrapper #contents .page-title {
  margin: 0;
  padding: 40px 0 30px;
}

@media (max-width: 700px) {
  body.single-activity #wrapper #contents .aFlow ol li {
    width: 44%;
  }
  body.single-activity #wrapper #contents .aFlow ol li:before {
    font-size: 2rem;
  }
}
/* facility-------------------------------------------------- */
.springCatMenu {
  padding: 0 0 3em;
  margin: 0 !important;
  text-align: center;
}
.springCatMenu:before {
  content: " ／ ";
}
.springCatMenu li {
  list-style-type: none;
  display: inline-block;
}
.springCatMenu li:after {
  content: " ／ ";
}

/* staff-------------------------------------------------- */
#staff ul.recentList li, body.page-staff .hentry ul.recentList li {
  margin-bottom: 30px;
}
#staff ul.recentList li .itemImg, body.page-staff .hentry ul.recentList li .itemImg {
  border: 4px solid #cc0000;
  border-radius: 19px;
}
#staff ul.recentList li h3, body.page-staff .hentry ul.recentList li h3 {
  color: #cc0000;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
#staff ul.recentList li h3 span, body.page-staff .hentry ul.recentList li h3 span {
  display: inline-block;
  font-size: 0.7rem;
  padding-left: 5px;
}

/* access-------------------------------------------------- */
#access {
  background-color: #ebefe6;
}

/* blog-------------------------------------------------- */
#blog {
  background-color: #ebefe6;
}
#blog ul.recentList li {
  margin-bottom: 30px;
}

/* banner------------------------------------------------------- */
#other {
  background: url(../img/mesh_w2.png) repeat top center #eee;
  background-size: 4px;
  padding: 50px 0;
  font-size: 11px;
}
#other .bannerList {
  margin: 0;
  padding: 0;
  text-align: center;
}
#other .bannerList li {
  vertical-align: top;
  display: inline-block;
  list-style-type: none;
  margin: 0 1% 10px;
}
#other .bannerList li a {
  display: block;
}
#other .bannerList li img {
  max-width: 100%;
  height: auto;
}
#other .bannerList li p {
  display: block;
  padding: 3px 0 0;
  line-height: 1.3em;
  font-size: 13px;
  color: #555;
}

/* others------------------------------------------------------- */
body.page-contact h1 {
  text-align: center;
}

.contactWrapper {
  background-color: #fff;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto 50px;
  max-width: 638px;
  border: 1px solid #cc0000;
  color: #333;
}
.contactWrapper p {
  font-size: 0.95rem;
}
.contactWrapper strong {
  font-size: 1.7rem;
}
.contactWrapper em {
  display: inline-block;
  padding: 0 5px;
}

.mw_wp_form_complete {
  text-align: center;
  padding-top: 15px;
  margin: 0 auto 50px;
  max-width: 638px;
}
.mw_wp_form_complete .contactWrapper {
  display: none;
}

.mw_wp_form_confirm .contactWrapper, .mw_wp_form_confirm .form-only {
  display: none;
}

.att {
  color: #e00;
}

.formTable {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}
.formTable span.require {
  color: #e00;
  padding-left: 3px;
  font-weight: 700;
}
.formTable tr.even {
  background-color: #f6f7ee;
}
.formTable tr.odd {
  background-color: #fafbf6;
}
.formTable th, .formTable td {
  padding: 15px 20px !important;
  border: 0;
  width: 50%;
}
.formTable th {
  white-space: nowrap;
  width: 30%;
}
.formTable td {
  width: 70%;
  font-size: 0.9rem;
}
.formTable td input, .formTable td textarea, .formTable td select {
  margin: 2px 0;
  border-radius: 3px;
  padding: 14px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #cc0000;
  box-shadow: none;
}
.formTable td label {
  font-size: 100%;
  color: #555;
}
.formTable td ul.noteList {
  padding: 0 !important;
}
.formTable .error {
  font-size: 90%;
  font-weight: 700;
  color: #f00;
}

.formBottom {
  text-align: center;
  padding-top: 30px;
}
.formBottom button, .formBottom input[type=submit], .formBottom input[type=reset], .formBottom input[type=button] {
  border: 0;
  background-color: #2eb000;
  color: #fff;
  padding: 10px 40px 13px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 50%;
}
.formBottom .pp {
  background-color: #fff;
  border: solid 1px #ddd9db;
  height: 250px;
  font-size: 80%;
  margin: 40px auto 50px;
  overflow-y: scroll;
  padding: 20px 20px 5px;
  text-align: left;
  width: 100%;
  max-width: 600px;
}

@media (max-width: 600px) {
  .formTable th, .formTable td {
    display: block;
    width: auto;
  }
  .formTable th {
    padding-bottom: 0px !important;
    line-height: 1rem;
  }
  .formTable td {
    padding-top: 5px;
  }
  .pp {
    width: 82%;
  }
}
#gmapWrapper {
  padding-bottom: 5em;
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}
#gmapWrapper .gm-style-iw-chr {
  height: 1.5em;
}
#gmapWrapper .gcontent h5 {
  padding-top: 0;
  z-index: 3;
}
#gmapWrapper .gcontent h5 a {
  font-size: 0.9rem;
}
#gmapWrapper .gcontent p {
  padding: 0;
  font-size: 0.7rem;
}
#gmapWrapper #materialList li {
  display: inline-block;
  padding-right: 1%;
  width: 24%;
  margin: 0.2em 0;
  vertical-align: top;
}
#gmapWrapper #materialList li span {
  display: inline-block;
  margin-right: 0.3em;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 1em;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 1030px) {
  #gmapWrapper #materialList li {
    width: 47%;
    padding-right: 0;
  }
}
/* widget------------------------------------------------------- */
#widget {
  padding-top: 30px;
  clear: both;
}
#widget .widgetTitle {
  text-align: center;
  padding: 10px 0 30px;
  color: #000;
  font-size: 1.3rem;
}
#widget .widgetUnit {
  padding: 3em 0;
}
#widget .widgetMenu {
  background: #ebefe6;
}
#widget .widgetMenu .widgetTitle {
  padding: 10px 0 0;
}
#widget .widgetBlog {
  background: #fff;
}

/* footer------------------------------------------------------- */
#footer {
  width: 100%;
  padding: 40px 0px 45px;
  background: linear-gradient(90deg, #ff4242, #ff4a19);
  clear: both;
  position: relative;
}
#footer #footerMenu a {
  color: #fff;
  text-decoration: none;
}
#footer #footerMenu ul.siteMap {
  text-align: center;
}
#footer #footerMenu ul.siteMap li {
  padding: 10px;
  display: inline-block;
}
#footer #footerMenu ul.siteMap li a {
  font-size: 0.85rem;
  line-height: 1.3em;
}
#footer #footerMenu ul.siteMap li span {
  text-decoration: none;
  display: block;
  font-size: 11px;
  line-height: 16px;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer #footerMenu ul.smm li a {
  font-size: 1rem;
}
#footer #footerIndex {
  padding: 50px 0 0px;
  text-align: center;
  width: 100%;
}
#footer #footerIndex .siteMapHome {
  padding-bottom: 10px;
}
#footer #footerIndex .siteMapHome img {
  width: 120px;
}
#footer #footerIndex .siteMapHome a {
  padding: 20px 0 20px 0;
  background-size: 40px 40px;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
#footer #footerIndex .siteMapHome a span {
  font-size: 12px;
}
#footer #footerIndex .openTime {
  color: #fff;
  font-size: 0.9rem;
}
#footer #footerIndex .openTime p {
  line-height: 1.3em;
}
#footer #footerIndex address {
  font-size: 0.85rem;
  line-height: 1.5em;
  color: #fff;
  padding-bottom: 10px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
#footer #footerIndex address a {
  color: #fff;
}
#footer #footerIndex ul.socialIcon {
  position: relative;
  top: auto;
  right: auto;
  margin: 10px auto 0;
  padding: 0 20px;
  width: 110px;
}
#footer #footerIndex ul.socialIcon li {
  padding: 10px 5px;
  width: 20px;
  height: 20px;
}

.pageTop {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pageTop a::before, .pageTop a::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 12px;
  height: 4px;
  top: 28px;
  pointer-events: none;
  z-index: -5;
}
.pageTop a::before {
  transform: rotate(45deg);
  left: 27px;
}
.pageTop a::after {
  transform: rotate(-45deg);
  left: 21px;
}

#copyright {
  background: #cc0000;
  font-size: 0.7rem;
  padding: 15px 0;
  text-align: center;
  color: #ff4545;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  position: relative;
}

/* print ------------------------------------------------------- */
@media print {
  #globalNavigation {
    display: none;
  }
}
/* responcive 1------------------------------------------------------- */
@media (max-width: 1180px) {
  img {
    max-width: 100%;
    height: auto !important;
  }
  iframe {
    max-width: 100%;
  }
  .inner, .widthNarrow, #breadCrumb ul, #footer #footerMenu {
    width: auto;
  }
  #wrapper {
    padding-left: 0;
    padding-top: 70px;
    width: 100%;
  }
  #loading {
    margin-left: 0;
    width: 100%;
  }
  #headerWrapper #header {
    padding: 0;
    /* open */
  }
  #headerWrapper #header #headerLogo {
    left: 20px;
  }
  #headerWrapper #header #smToggle {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    padding: 0;
    width: 80px;
    height: 70px;
    z-index: 999999;
    background: linear-gradient(150deg, #c9e95f 0%, #ff727e 100%);
    animation: Grad 4s infinite alternate;
  }
  #headerWrapper #header #smToggle .toggleInner {
    position: absolute;
    left: 25px;
    top: 24px;
    width: 30px;
    height: 21px;
  }
  #headerWrapper #header .nav-trigger {
    color: transparent !important;
  }
  #headerWrapper #header .nav-trigger span {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 30px;
    right: 0px;
    top: 0;
    background: #fff;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
    border-radius: 2px;
  }
  #headerWrapper #header .nav-trigger span.barT {
    top: 0;
  }
  #headerWrapper #header .nav-trigger span.barM {
    top: 9px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
  #headerWrapper #header .nav-trigger span.barB {
    top: 18px;
  }
  #headerWrapper #header .nav-trigger span {
    /* other 2 lines */
    content: "";
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    -moz-transition: -moz-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s;
  }
  #headerWrapper #header .selected span.barM {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(4px) translateY(-11px) rotate(45deg);
  }
  #headerWrapper #header .selected span.barT {
    background: #fff;
    transform: translateX(4px) translateY(-2px) rotate(45deg);
  }
  #headerWrapper #header .selected span.barB {
    background: #fff;
    transform: translateX(4px) translateY(1px) rotate(-45deg);
  }
  #headerWrapper #gnaviBG {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(150deg, #c9e95f 0%, #ff727e 100%);
    animation: Grad 4s infinite alternate;
    transition: width 0.3s ease-in-out 0.3s;
    z-index: -2;
  }
  #headerWrapper #gnaviBG.open {
    width: 100%;
    transition: width 0.3s ease-in-out 0;
  }
  #headerWrapper #globalNavigation:before {
    content: "";
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #cc0000;
    transition: width 0.3s 0.3s;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    z-index: -1;
  }
  #headerWrapper #globalNavigation {
    clear: both;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  #headerWrapper #globalNavigation .gnaviInner {
    transition: opacity 0.3s ease-in-out 0s;
  }
  #headerWrapper #globalNavigation ul.mainMenu {
    width: auto;
    margin-top: 90px;
    padding: 1em;
  }
  #headerWrapper #globalNavigation ul.mainMenu li {
    display: block;
    padding: 0;
    clear: both;
    width: auto;
    margin-bottom: 0.5em;
  }
  #headerWrapper #globalNavigation ul.mainMenu li a {
    padding: 11px 20px 13px 20px;
    display: block;
    text-decoration: none;
    border: none;
    background-color: #fff;
  }
  #headerWrapper #globalNavigation ul.mainMenu .home {
    display: block;
  }
  #headerWrapper #globalNavigation #headerSearch {
    position: relative;
    right: auto;
    padding: 1em 1em 1em;
    width: auto;
    top: auto;
  }
  #headerWrapper #globalNavigation #headerSearch #searchform {
    position: relative;
  }
  #headerWrapper #globalNavigation #headerSearch #searchform #s {
    width: calc(100% - 41px);
    padding: 12px 10px 10px 29px;
  }
  #headerWrapper #globalNavigation .gnaviSub {
    display: block;
    background-color: #fff;
    padding: 20px;
  }
  #headerWrapper #globalNavigation .gnaviSub address {
    padding-bottom: 5px;
  }
  #headerWrapper #globalNavigation .gnaviSub .menuName {
    font-weight: 700;
    font-size: 1rem;
    padding: 5px 0 12px;
  }
  #headerWrapper #globalNavigation .gnaviSub .telNum {
    margin: 20px 0;
    padding-left: 25px;
    font-size: 1.5rem;
    line-height: 1.2em;
    vertical-align: top;
    position: relative;
  }
  #headerWrapper #globalNavigation .gnaviSub .telNum small {
    font-size: 8px;
    line-height: 11px;
    padding-top: 6px;
    font-weight: 700;
    background-color: #333;
    color: #fff;
    border-radius: 50px;
    display: block;
    width: 22px;
    height: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  #headerWrapper #globalNavigation .gnaviSub .item {
    display: inline-block;
  }
  #headerWrapper #globalNavigation .gnaviSub .item a {
    display: inline-block;
    border-radius: 1rem;
    border: 1px solid #aaa;
    background-color: #fff;
    color: #000;
    font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 0.8rem;
    letter-spacing: -0.02em;
  }
  #headerWrapper #globalNavigation .gnaviSub .item a:hover {
    background-color: #fff;
    color: #cc0000;
  }
  #headerWrapper #globalNavigation .gnaviSub .item a.plane {
    background-color: #cc0000;
    border: 1px solid #cc0000;
    color: #fff;
  }
  #headerWrapper #globalNavigation .gnaviSub .openData h5 {
    padding: 0 0 5px;
  }
  #headerWrapper #globalNavigation .gnaviSub .openData p {
    padding: 0;
    line-height: 1.4em;
  }
  #headerWrapper #globalNavigation .gnaviSub .bottomLink {
    padding: 20px 0 0;
  }
  #headerWrapper #globalNavigation .gnaviSub .bottomLink a.button {
    display: block;
    padding: 15px;
    font-size: 1rem;
  }
  #headerWrapper #globalNavigation ul.socialIcon {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 20px;
    width: 150px;
    text-align: center;
    height: 40px;
    padding: 5px 15px;
    display: block;
  }
  #headerWrapper #globalNavigation ul.socialIcon li {
    display: inline-block;
    padding: 5px;
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
  #headerWrapper #globalNavigation ul.socialIcon li img {
    width: auto !important;
    height: 24px !important;
  }
  #branding #slideShow {
    height: 70vw;
  }
  #about .aboutText h2 {
    font-size: 1.5rem;
  }
  #about .aboutText p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  ul.recentList li {
    width: 45%;
  }
  ul.recentList li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a {
    width: 100%;
    height: 270px;
  }
  ul.recentList li .itemImg a img {
    width: 100%;
    height: auto;
  }
  ul.recentList li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
  ul.recentList li .upDate {
    padding: 0;
    margin: 0 auto;
  }
  body.home ul.recentList li.item3 {
    display: none;
  }
  #subHeader {
    background-attachment: scroll;
  }
  #subHeader .topLevelCopy {
    font-size: 100%;
    line-height: 1.3em;
  }
  #subHeader #secondNavi ul.secondMenu li {
    margin: 0 0 0 20px;
    font-size: 90%;
  }
  #subHeader #secondNavi ul.secondMenu li a {
    padding-top: 0px;
    height: 30px;
  }
  #contentsArea, #widget {
    border: 0 !important;
    float: none !important;
    width: auto !important;
    clear: both;
  }
  #contentsArea {
    padding-bottom: 50px;
  }
  #footerIndex .phoneBook {
    display: none;
  }
  #container, #footer {
    width: 100%;
  }
  #footer #footerMenu {
    float: none;
  }
  #footer #footerIndex {
    padding-top: 30px;
    float: none;
    text-align: center;
  }
  #footer #footerIndex .siteMapHome {
    text-align: center;
  }
  #footer #footerIndex ul.socialIcon {
    margin: 0 auto;
    float: none;
    flex: none;
    text-align: center;
  }
  #footer #footerIndex ul.socialIcon li {
    display: inline-block;
  }
}
/* responcive 2------------------------------------------------------- */
@media (max-width: 750px) {
  #video .inner .videoList li {
    width: 100%;
  }
  .topUnitTitle {
    padding: 0 20px 40px;
  }
  #contentsArea .imageHeader {
    padding: 320px 0 30px;
    margin-bottom: 0px;
  }
  #contentsArea .imageHeader .imageBG h1.post-title {
    font-size: 36px;
    line-height: 38px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner {
    padding: 10px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner .catchCopy {
    font-size: 18px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner .entry-meta {
    font-size: 14px;
  }
  #contentsArea .tagList li a {
    padding: 1px 6px 2px;
    font-size: 12px;
  }
  #home ul.pickUp li {
    height: 250px;
    width: 33.33333%;
  }
  #home ul.pickUp .puSpot, #home ul.pickUp .puActivity {
    width: 50%;
  }
  ul.recentList li {
    width: 47%;
  }
  ul.recentList li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a {
    width: 100%;
    height: 200px;
  }
  ul.recentList li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
}
/* responcive 3------------------------------------------------------- */
@media (max-width: 600px) {
  .balloon {
    width: 90px;
    height: 90px;
    top: -50px;
  }
  .balloon span {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  #course .balloon {
    right: calc(50% - 40px);
  }
  #branding #slideShow {
    height: 100vw;
  }
  #about .aboutPhoto {
    position: relative;
  }
  #about .aboutText {
    padding: 15px;
    width: auto;
    margin: 0 auto;
    float: none;
    border-radius: 0;
  }
  #about .aboutText h2 {
    padding-bottom: 10px;
  }
  #about .aboutText p {
    padding-bottom: 10px;
  }
  #about .aboutPhoto {
    float: none;
    width: 70%;
    margin: -30px auto;
  }
  body.home #about {
    padding-top: 100px;
  }
  #whats .lineupText {
    margin: 0px;
  }
  #contentsArea .imageHeader {
    padding: 250px 0 5px;
  }
  #contentsArea .imageHeader .imageBG h1.post-title {
    font-size: 22px;
    line-height: 28px;
  }
  #contentsArea .imageHeader .headerBlock {
    width: auto;
  }
  #contentsArea .imageHeader .headerBlock .blockInner {
    padding: 5px 10px 8px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contentsArea .imageHeader .headerBlock .blockInner .catchCopy {
    font-size: 14px;
  }
  #contentsArea .imageHeader .headerBlock .blockInner .entry-meta {
    font-size: 12px;
  }
  #contentsArea .formTable {
    width: 100%;
  }
  #contentsArea .formTable tr.even {
    background-color: #f5f5f5;
  }
  #contentsArea .formTable th, #contentsArea .formTable td {
    display: block;
    padding: 15px 20px;
    border: 0;
    width: auto !important;
    height: auto !important;
  }
  #contentsArea {
    padding-bottom: 50px;
  }
  #contentsArea .subMenu li {
    width: 46% !important;
    margin: 0 2% 10px !important;
  }
  #pickUp ul.pickUpMenu li {
    width: 50%;
    height: 274px;
  }
  #pickUp ul.pickUpMenu li a {
    width: auto;
    padding: 20px 10px;
    font-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #banner ul.bannerList li {
    display: block;
    padding: 0 0 20px;
    width: 300px;
    margin: 0 auto;
  }
  .alignright, .alignleft, .floatLeft, .floatRight {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/* responcive 4------------------------------------------------------- */
@media (max-width: 500px) {
  #home ul.pickUp li {
    height: 200px;
  }
  #about .aboutText h2 {
    font-size: 1.3em;
  }
  #about .aboutText p {
    font-size: 0.8em;
  }
  #about .aboutText p br {
    display: none;
  }
  body.home ul.recentList li.item2 {
    display: none;
  }
  body.second .unitBox h1 {
    font-size: 1.8rem;
  }
  body.second .unitBox h2 {
    font-size: 1.5rem;
  }
  body.second .unitBox h3 {
    font-size: 1.2rem;
  }
  body.second .unitBox h4 {
    font-size: 1rem;
  }
  body.second .unitBox h5 {
    font-weight: 700;
  }
  ul.recentList li {
    width: 100%;
  }
  ul.recentList li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a {
    width: 100%;
    height: 250px;
  }
  ul.recentList li .itemImg a img {
    width: 100%;
    height: auto;
  }
  ul.recentList li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
  ul.recentList li .upDate {
    padding: 0;
    margin: 0 auto;
  }
  #footer #footerMenu ul.siteMap {
    width: auto;
    margin-right: 30px;
  }
  .sdNone {
    display: none;
  }
  body {
    font-size: 0.8rem;
  }
}
/* responcive 5------------------------------------------------------- */
@media (max-width: 470px) {
  #headerWrapper #header #headerLogo a {
    padding: 0;
    background: none;
  }
  iframe {
    height: 230px;
  }
  #contentsArea a.button, #contentsArea h6 a {
    display: block;
    text-align: center;
  }
  .alignright, .alignleft {
    float: none !important;
    margin: 5px auto 15px !important;
  }
  .topUnitTitle {
    font-size: 2rem;
    padding: 0 20px 40px;
  }
  #social .socialList li {
    width: 100%;
  }
  body.second .unitBox h2 {
    letter-spacing: 0.05em;
  }
  ul.recentList li {
    width: 100%;
  }
  ul.recentList li .itemImg {
    margin-bottom: 15px;
  }
  ul.recentList li .itemImg a {
    width: 100%;
    height: 220px;
  }
  ul.recentList li .itemImg a img {
    width: 100%;
    height: auto;
  }
  ul.recentList li h3 {
    padding: 0;
    margin: 0 auto 10px;
  }
  ul.recentList li .itemTxt {
    padding: 0;
    margin: 0 auto;
  }
  ul.recentList li .upDate {
    padding: 0;
    margin: 0 auto;
  }
  .entry-title {
    font-size: 2rem;
  }
  #contentsArea h1.entry-title {
    font-size: 200% !important;
  }
  #imageHeader h1 {
    font-size: 200% !important;
  }
  #contentsArea .entry-content h2 {
    font-size: 180%;
  }
  #contentsArea .entry-content h3 {
    font-size: 130%;
    clear: both;
  }
  #contentsArea .entry-content img {
    display: block;
    margin: 5px auto 15px;
  }
  #contentsArea .hentry .entryPhoto {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  #contentsArea .hentry .entryPhoto img {
    width: 100% !important;
  }
  #menu .inner .pickupMenu {
    margin-bottom: 20px;
    height: auto;
  }
  #menu .inner .pickupMenu div {
    height: 230px;
    width: 100%;
    position: relative;
  }
  #menu .inner .pickupMenu .puRight h3 {
    left: 0;
    right: auto;
  }
}
/* responcive 6------------------------------------------------------- */
@media (max-width: 400px) {
  #home ul.pickUp li {
    height: 180px;
  }
  #home ul.pickUp li .detailBtn {
    border: none;
    right: 6px;
    bottom: 6px;
  }
  body.second .unitBox {
    padding: 0px 0 50px;
  }
  body.second .unitBox h1 {
    font-size: 1.5rem;
  }
  body.second .unitBox h2 {
    font-size: 1.2rem;
  }
  body.second .unitBox h3 {
    font-size: 1.1rem;
  }
  body.second .entry-content a.button {
    display: block;
    margin: 1px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer #footerIndex address {
    font-size: 0.8rem;
  }
  #copyright {
    font-size: 0.7rem;
  }
}

/*# sourceMappingURL=common.css.map */
