@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 url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
/* difinition list-------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  overflow: scroll;
}

html, body {
  width: 100%;
  height: 100%;
  color: #111;
  background-color: #fff;
  font-size: 0.95rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

a:link, a:visited {
  text-decoration: underline;
  color: #E54134;
}

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

h6 {
  padding: 10px 0 5px;
}

h6 a, a.button {
  text-decoration: none !important;
  border-radius: 0.4em;
  line-height: 1.3em;
  text-align: center;
  color: #fff !important;
  padding: 0.7em 2em 0.8em;
  background-color: #E54134;
  transition: background-color 0.3s;
  display: inline-block;
}

h6 a:hover, a.button:hover {
  background-color: #ff4c7a;
}

a.buttonS {
  font-size: 0.85rem;
  padding: 0.4em 2em 0.6em;
}

a.buttonSS {
  font-size: 0.8rem;
  padding: 0.2em 1em 0.3em;
}

.inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999;
}
#loading img {
  display: block;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

/* breakpoint */
.arrow-link {
  text-decoration: none;
  position: relative;
  padding-left: 23px;
  line-height: 1.3em;
  display: inline-block;
}
.arrow-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background-color: #E54134;
}
.arrow-link:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.arrow-link:hover {
  text-decoration: underline;
}
.arrow-link:hover:before {
  background-color: #ff5c4f;
}

/* header---------------------------------------------------------- */
#header {
  width: 100%;
  height: 100px;
  z-index: 999;
  background-color: #fff;
  /* open */
}
@media screen and (max-width: 1100px) {
  #header {
    position: relative;
  }
}
#header #siteLogo {
  position: absolute;
  left: 30px;
  top: 23px;
  z-index: 99999;
  transition: top 0.4s cubic-bezier(0.8, 0, 0.2, 1);
}
@media screen and (max-width: 800px) {
  #header #siteLogo {
    left: 20px;
  }
}
#header #siteLogo a {
  display: block;
  width: 270px;
  height: 52px;
  text-decoration: none;
}
#header #globalNavigation {
  position: absolute;
  right: 90px;
  top: 34px;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1100px) {
  #header #globalNavigation {
    display: none;
  }
}
#header #globalNavigation ul.mainMenu {
  text-align: right;
}
#header #globalNavigation ul.mainMenu li {
  display: inline-block;
}
#header #globalNavigation ul.mainMenu li.topLevel a.hover:after {
  content: "";
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1em;
  width: 1em;
  height: 1em;
  border: 0.1em solid #E54134;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
#header #globalNavigation ul.mainMenu li a {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 1.1em;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #000;
  position: relative;
}
#header #globalNavigation ul.mainMenu li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #E54134;
  transition: all 0.2s cubic-bezier(0.8, 0, 0.2, 1);
}
#header #globalNavigation ul.mainMenu li a:hover:after {
  width: 100%;
  left: 0;
}
#header #globalNavigation ul.mainMenu li a.hover:after {
  width: 100%;
  left: 0;
}
#header #globalNavigation ul.mainMenu li a.hover:before {
  height: 30px;
}
#header .otherMenu {
  text-align: right;
  position: absolute;
  right: 0;
  top: -2em;
}
#header .otherMenu li {
  display: inline-block;
  padding-right: 0.5em;
  vertical-align: middle;
}
#header .otherMenu li a {
  line-height: 1.4em;
}
#header .otherMenu li a img {
  height: 1.3em;
  display: block;
}
#header .otherMenu .x a img {
  height: 1.2em;
}
#header .otherMenu .youtube a img {
  height: 1.2em;
}
#header .otherMenu .line a img {
  height: 1.5em;
}
#header .otherMenu .language {
  padding: 0 1em;
  vertical-align: top;
}
#header .otherMenu .language a {
  font-size: 0.8rem;
  display: inline-block;
  background-color: #777;
  color: #fff;
  padding: 0em 1em 0.1em;
  border-radius: 1em;
}
#header .otherMenu .language .gt-current-lang {
  background-color: #000;
}
#header #smToggle {
  position: fixed;
  right: 20px;
  top: 25px;
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999999;
}
#header #smToggle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #E54134;
  transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1);
  transition-delay: 0;
}
#header #smToggle:hover:before {
  width: 130%;
  height: 130%;
  border-radius: 35%;
}
@media screen and (max-width: 1100px) {
  #header #smToggle {
    display: block;
  }
}
#header #smToggle span {
  /* hamburger icon in CSS */
  position: absolute;
  display: block;
  height: 2px;
  width: 26px;
  left: 12px;
  top: 0;
  background: white;
  transition: background 0.3s 0.3s;
}
#header #smToggle span.barT {
  top: 18px;
}
#header #smToggle span.barM {
  top: 24px;
}
#header #smToggle span.barB {
  top: 30px;
}
#header #smToggle span {
  /* other 2 lines */
  content: "";
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0% 50%;
  transition: all 0.3s;
  opacity: 1;
}
#header #smToggle.selected:before {
  width: 200vw;
  height: 200vh;
  border-radius: 0;
  background-color: #E54134;
  z-index: -999;
}
#header #smToggle.selected span.barT {
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
#header #smToggle.selected span.barM {
  opacity: 0;
}
#header #smToggle.selected span.barB {
  transform: translateX(4px) translateY(3px) rotate(-45deg);
}
#header #hmbgTitle {
  display: none;
  position: fixed;
  left: 30px;
  top: 23px;
  width: 270px;
  height: 52px;
  z-index: 9999999;
}
@media screen and (max-width: 800px) {
  #header #hmbgTitle {
    left: 20px;
  }
}
#header #globalNavigation_hmbg {
  display: none;
  left: 0;
  top: 100px;
  position: fixed;
  width: 100%;
  height: calc(100% - 100px);
  opacity: 95%;
  z-index: 9999999;
  overflow-y: scroll;
}
#header #globalNavigation_hmbg ul.mainMenu {
  display: none;
  width: auto;
  padding: 0 2em 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#header #globalNavigation_hmbg ul.mainMenu li {
  width: 48%;
  display: block;
  border-bottom: 1px solid #ff968e;
}
@media screen and (max-width: 800px) {
  #header #globalNavigation_hmbg ul.mainMenu li {
    width: 100%;
  }
}
#header #globalNavigation_hmbg ul.mainMenu li:last-child {
  border-bottom: 1px solid #ff968e;
}
#header #globalNavigation_hmbg ul.mainMenu li.home, #header #globalNavigation_hmbg ul.mainMenu li.others {
  display: block;
}
#header #globalNavigation_hmbg ul.mainMenu li.topLevel a.hover:after {
  content: "";
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1em;
  width: 1em;
  height: 1em;
  border: 0.1em solid #ff968e;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
#header #globalNavigation_hmbg ul.mainMenu li a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  font-size: 1.2rem;
  padding: 0.7em 0 0.7em 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #header #globalNavigation_hmbg ul.mainMenu li a {
    font-size: 1.1rem;
    font-weight: normal;
  }
}
#header #globalNavigation_hmbg ul.mainMenu li a:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: calc(50% - 0.2em);
  left: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#header #globalNavigation_hmbg ul.mainMenu li a:hover:after {
  width: 100%;
  left: 0;
}
#header #globalNavigation_hmbg ul.mainMenu li a.hover:after {
  width: 100%;
  left: 0;
}
#header #globalNavigation_hmbg ul.mainMenu li a.hover:before {
  height: 30px;
}
#header #globalNavigation_hmbg .outpatient {
  display: none;
  padding: 2em;
}
#header #globalNavigation_hmbg .outpatient dl.busiHours {
  width: 100%;
  max-width: 470px;
  margin: 0 auto 2em;
  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;
}
#header #globalNavigation_hmbg .outpatient dl.busiHours dt, #header #globalNavigation_hmbg .outpatient dl.busiHours dd {
  margin: 0.7em 0;
  display: block;
  line-height: 1.5em;
}
#header #globalNavigation_hmbg .outpatient dl.busiHours dt {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  width: 80px;
  padding: 0.2em 0 0.4em;
}
#header #globalNavigation_hmbg .outpatient dl.busiHours dd {
  width: calc(97% - 80px);
  padding: 0.2em 0 0.4em 3%;
}
#header #globalNavigation_hmbg .outpatient dl.busiHours dd em {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  font-family: "Josefin Sans", sans-serif;
}
#header #globalNavigation_hmbg .outpatient dl.busiHours dd small {
  display: block;
  font-size: 0.85rem;
  color: #555;
  padding-top: 0.5em;
}
#header #globalNavigation_hmbg .outpatient .otherMenu {
  text-align: center;
  position: relative;
  right: unset;
  top: unset;
}
#header #globalNavigation_hmbg .outpatient .otherMenu .language {
  padding: 0;
  display: block;
  margin: 2em auto;
}
#header #globalNavigation_hmbg .outpatient .otherMenu li {
  padding-left: 0.5em;
}
#header #globalNavigation_hmbg .outpatient .otherMenu li a img {
  height: 2em;
}
#header #globalNavigation_hmbg .outpatient .otherMenu .x a img {
  height: 1.8em;
}
#header #globalNavigation_hmbg .outpatient .otherMenu .youtube a img {
  height: 1.8em;
}
#header #globalNavigation_hmbg .outpatient .otherMenu .line a img {
  height: 2.2em;
}

html.translated-ltr #header #globalNavigation ul.mainMenu a {
  font-size: 1em;
  letter-spacing: normal;
}

body.page, body.single, body.archive, body.category {
  background-repeat: no-repeat;
  background-position: center -30%;
  background-size: 110%;
}
@media screen and (max-width: 800px) {
  body.page, body.single, body.archive, body.category {
    background-position: center top;
    background-size: 200%;
  }
}

/* toppage--------------------------------------------------------- */
#branding {
  width: 100%;
  position: relative;
}
#branding #slideShow {
  width: 100%;
  height: 55vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  box-sizing: border-box;
  background-color: #ddd;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #branding #slideShow {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  #branding #slideShow {
    height: 350px;
  }
}
#branding .mainCopy {
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 15vw;
}
#branding .mainCopy .inner {
  position: relative;
  max-width: unset;
}
@media screen and (max-width: 1100px) {
  #branding .mainCopy .inner h2.lead {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  #branding .mainCopy .inner h2.lead {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  #branding .mainCopy .inner h2.lead {
    width: 90%;
  }
}
#branding .mainCopy .inner h2.lead img {
  max-width: 100%;
}
#branding .mainCopy .inner .toContent {
  padding: 3em 0;
  line-height: 1.5em;
}
#branding .mainCopy .inner .toContent a {
  border: 1px solid #fff;
  border-radius: 5em;
  color: #fff;
  text-decoration: none;
  padding: 3px;
  text-shadow: 0 0 3px #000;
  width: 320px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
  z-index: 1;
}
#branding .mainCopy .inner .toContent a span, #branding .mainCopy .inner .toContent a i {
  display: block;
  font-size: 1.1rem;
}
#branding .mainCopy .inner .toContent a span {
  letter-spacing: 0.05em;
  padding-left: 1.7em;
  width: 230px;
}
#branding .mainCopy .inner .toContent a i {
  width: 53px;
  height: 53px;
  border-radius: 100%;
  background-color: #E54134;
  position: relative;
  transition: margin 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition-delay: 0.1s;
}
#branding .mainCopy .inner .toContent a i:after {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: 40%;
  left: 40%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#branding .mainCopy .inner .toContent a:before {
  content: "";
  position: absolute;
  border-radius: 5em;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  z-index: -1;
  transition: width 0.3s cubic-bezier(0.8, 0, 0.1, 1);
}
#branding .mainCopy .inner .toContent a:hover {
  color: #E54134;
  text-shadow: unset;
}
#branding .mainCopy .inner .toContent a:hover:before {
  width: 100%;
}
#branding .mainCopy .inner .toContent a:hover i {
  margin-right: -0.5em;
}

html.translated-ltr #branding .mainCopy .inner h2.lead {
  background: url(../img/branding_copy_en.png) no-repeat left center;
  background-size: auto 100%;
}
html.translated-ltr #branding .mainCopy .inner h2.lead img {
  opacity: 0;
}
html.translated-ltr #branding .mainCopy .inner .toContent a span {
  font-size: 0.8rem;
}

.topUnitTitle {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.2em;
  border-left: 4px solid #E54134;
  padding-left: 0.4em;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .topUnitTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .topUnitTitle {
    font-size: 1.7rem;
  }
}
.topUnitTitle small {
  display: block;
  opacity: 0.6;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.1em;
}
@media screen and (max-width: 800px) {
  .topUnitTitle small {
    font-size: 0.8rem;
  }
}

.unitBox {
  padding: 7em 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .unitBox {
    padding: 10vw 0;
  }
}
.unitBox p.circled {
  padding-bottom: 2em;
}
.unitBox p.circled:before {
  content: "●";
  color: #E54134;
}
@media screen and (max-width: 480px) {
  .unitBox p.circled {
    font-size: 0.9rem;
    padding-bottom: 1em;
  }
}

/* topics --------------------------------------------------------- */
#topics {
  background-color: #111;
}
#topics .inner .topicsWrapper {
  background-color: #fff;
  border-radius: 2em;
  padding: 6vw 7vw 4vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#topics .inner .topicsWrapper .topicsHeader {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  #topics .inner .topicsWrapper .topicsHeader {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 1em;
  }
}
#topics .inner .topicsWrapper .topicsHeader .moreInfo {
  padding-top: 2.5em;
}
@media screen and (max-width: 1100px) {
  #topics .inner .topicsWrapper .topicsHeader .moreInfo {
    padding-top: 1em;
  }
}
#topics .inner .topicsWrapper .topicsHeader .topUnitTitle {
  margin: 0.5em 0 0;
}
@media screen and (max-width: 1100px) {
  #topics .inner .topicsWrapper .topicsHeader .topUnitTitle {
    margin: 0;
  }
}
#topics .inner .topicsWrapper .topicsItem {
  width: 70%;
  padding-bottom: 2.5vw;
}
@media screen and (max-width: 1100px) {
  #topics .inner .topicsWrapper .topicsItem {
    width: 100%;
  }
}
#topics .inner .topicsWrapper .topRecentList {
  width: 100%;
}
#topics .inner .topicsWrapper .topRecentList tr {
  border-bottom: 1px dashed #ccc;
}
#topics .inner .topicsWrapper .topRecentList td {
  padding: 1em 0;
  width: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #topics .inner .topicsWrapper .topRecentList td {
    display: block;
    padding-bottom: 0;
  }
}
#topics .inner .topicsWrapper .topRecentList td time {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.7em 0.3em;
  border-radius: 0.4em;
  line-height: 1.3em;
  font-size: 0.9rem;
}
#topics .inner .topicsWrapper .topRecentList th {
  padding: 1em 0;
  text-align: left;
}
#topics .inner .topicsWrapper .topRecentList th a {
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  #topics .inner .topicsWrapper .topRecentList th {
    display: block;
    padding-top: 0.3em;
  }
}
#topics .inner .eventsTitle {
  margin-top: 1em;
  margin-bottom: 0.5em;
  width: 100%;
}
#topics .inner .bx-wrapper {
  width: 100% !important;
  max-width: unset !important;
}
#topics .inner .carouselWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#topics .inner #pu_carousel {
  width: 100%;
  overflow: visible !important;
  position: relative;
  left: 10%;
}
#topics .inner #pu_carousel li {
  position: relative;
}
#topics .inner #pu_carousel li a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 80% !important;
  height: 350px;
}
@media screen and (max-width: 1100px) {
  #topics .inner #pu_carousel li a {
    height: 200px;
  }
}
@media screen and (max-width: 800px) {
  #topics .inner #pu_carousel li a {
    height: 170px;
  }
}
@media screen and (max-width: 480px) {
  #topics .inner #pu_carousel li a {
    width: 100% !important;
    height: 120px;
  }
}
#topics .inner #pu_carousel li .cp-caption {
  display: block;
  color: #000;
  padding: 0.5em 0 0;
  text-decoration: none;
  line-height: 1.3em;
  z-index: 10;
  font-size: 0.85rem;
  text-align: center;
}

/* pickup --------------------------------------------------------- */
#pickup {
  background: url(../img/pickup_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #f4f4f4;
}
@media screen and (max-width: 1100px) {
  #pickup {
    background-size: auto 100%;
  }
}
#pickup ul.mainContents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
}
#pickup ul.mainContents li {
  width: 270px;
}
@media screen and (max-width: 1100px) {
  #pickup ul.mainContents li {
    width: 28vw;
  }
}
@media screen and (max-width: 800px) {
  #pickup ul.mainContents li {
    width: 30vw;
  }
}
#pickup ul.mainContents li a {
  display: block;
  width: 270px;
  height: 270px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
#pickup ul.mainContents li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #E54134;
  border-radius: 100%;
  z-index: -10;
  transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
}
#pickup ul.mainContents li a:hover:before {
  width: 110%;
  height: 110%;
  background-color: #ff4c7a;
}
@media screen and (max-width: 1100px) {
  #pickup ul.mainContents li a {
    width: 28vw;
    height: 28vw;
  }
}
@media screen and (max-width: 800px) {
  #pickup ul.mainContents li a {
    width: 29vw;
    height: 29vw;
  }
}
#pickup ul.mainContents li a h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2.5em 0 0.4em;
}
@media screen and (max-width: 1100px) {
  #pickup ul.mainContents li a h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 800px) {
  #pickup ul.mainContents li a h3 {
    padding: 7vw 0 1vw;
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 800px) {
  #pickup ul.mainContents li a p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  #pickup ul.mainContents li a p {
    display: none;
  }
}
#pickup ul.mainContents li a i {
  display: block;
  margin-top: 1em;
  width: 100%;
  height: 5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  #pickup ul.mainContents li a i {
    margin-top: 1vw;
    height: 7.5vw;
  }
}
@media screen and (max-width: 480px) {
  #pickup ul.mainContents li a i {
    height: 9vw;
  }
}
#pickup ul.mainContents li a i.floormap {
  background-image: url(../img/pu_floormap.svg);
}
#pickup ul.mainContents li a i.guide {
  background-image: url(../img/pu_guide.svg);
}
#pickup ul.mainContents li a i.access {
  background-image: url(../img/pu_access.svg);
  margin-top: 1.3em;
  height: 4vw;
}
@media screen and (max-width: 1100px) {
  #pickup ul.mainContents li a i.access {
    height: 5vw;
  }
}
@media screen and (max-width: 800px) {
  #pickup ul.mainContents li a i.access {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 480px) {
  #pickup ul.mainContents li a i.access {
    height: 8vw;
  }
}
#pickup #live {
  margin: 8em auto;
  width: auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 2em;
  padding: 5vw;
}
@media screen and (max-width: 1100px) {
  #pickup #live {
    margin: 10vw auto;
  }
}
#pickup #live ul.livecamera {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#pickup #live ul.livecamera li {
  width: 48%;
}
#pickup #live ul.livecamera li iframe {
  width: 100%;
  height: 302px;
  border-radius: 1em;
}
@media screen and (max-width: 1100px) {
  #pickup #live ul.livecamera li iframe {
    height: 21vw;
  }
}
#pickup #summary {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 10vw;
  color: #fff;
}
#pickup #summary .summaryText {
  width: 48%;
}
@media screen and (max-width: 800px) {
  #pickup #summary .summaryText {
    width: 100%;
  }
}
#pickup #summary .summaryText h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  #pickup #summary .summaryText h3 {
    font-size: 1.5rem;
  }
}
#pickup #summary .summaryText p {
  line-height: 1.9em;
  padding-bottom: 2em;
}
@media screen and (max-width: 480px) {
  #pickup #summary .summaryText p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  #pickup #summary .summaryText .moreInfo {
    padding-bottom: 2em;
  }
}
#pickup #summary .summaryPhoto {
  width: 48%;
}
@media screen and (max-width: 800px) {
  #pickup #summary .summaryPhoto {
    width: 100%;
  }
}
#pickup #summary .summaryPhoto img {
  border-radius: 1em;
}

/* experience ------------------------------------------------------- */
#experience {
  background-color: #f4f4f4;
  background-image: url(../img/experience_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%;
  padding-bottom: 13em;
}
@media screen and (max-width: 1100px) {
  #experience {
    background-size: 60%;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 800px) {
  #experience {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  #experience {
    background-size: 70%;
  }
}
#experience .expList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-bottom: 1em;
}
#experience .expList li {
  width: 23%;
  padding-bottom: 2em;
}
@media screen and (max-width: 800px) {
  #experience .expList li {
    width: 48%;
  }
}
#experience .expList li a {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  box-sizing: border-box;
  background-size: auto 110%;
  transition: background-size 0.4s;
}
#experience .expList li a:hover {
  background-size: auto 120%;
}
@media screen and (max-width: 480px) {
  #experience .expList li a {
    height: 250px;
  }
}
#experience .expList li a:after {
  content: "";
  position: absolute;
  border-radius: 1em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
#experience .expList li a span.lead {
  color: #fff;
  position: absolute;
  top: 0;
  left: 8%;
  width: 84%;
  z-index: 2;
}
#experience .expList li a span.lead h3 {
  padding: 1.5em 0 0.3em;
  font-size: 1.2rem;
  font-weight: bold;
}
#experience .expList li a span.lead h3 small {
  display: block;
  line-height: 1.1em;
  font-size: 0.7rem;
  opacity: 0.7;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1100px) {
  #experience .expList li a span.lead h3 br {
    display: none;
  }
}
#experience .expList li a .moreInfo {
  position: absolute;
  right: 2em;
  bottom: 2em;
  width: 6em;
  height: 3.8em;
  padding: 2.2em 0 0;
  background-color: #E54134;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  z-index: 2;
}
#experience .expList li p {
  padding-top: 0.7em;
  font-size: 0.9rem;
}
#experience .expList .exp01 a {
  background-image: url(../img/exp01.jpg);
}
#experience .expList .exp02 a {
  background-image: url(../img/exp02.jpg);
}
#experience .expList .exp03 a {
  background-image: url(../img/exp03.jpg);
}
#experience .expList .exp04 a {
  background-image: url(../img/exp04.jpg);
}
#experience .expList .exp05 a {
  background-image: url(../img/exp05.jpg);
}
#experience .expList .exp06 a {
  background-image: url(../img/exp06.jpg);
}
#experience .expList .exp07 a {
  background-image: url(../img/exp07.jpg);
}
#experience .column3 li {
  width: 31%;
}
@media screen and (max-width: 800px) {
  #experience .column3 li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #experience .column3 li {
    width: 100%;
  }
}
#experience .column3 li a {
  height: 400px;
  background-size: auto 107%;
}
#experience .column3 li a:hover {
  background-size: auto 120%;
}
@media screen and (max-width: 480px) {
  #experience .column3 li a {
    height: 330px;
  }
}
#experience .column3 li a span.lead h3 {
  text-align: left;
  font-size: 1.4rem;
}
#experience .moreInfo {
  text-align: center;
  padding-bottom: 6em;
}

/* goods ------------------------------------------------------- */
#goods .goodsList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-bottom: 1.5em;
}
#goods .goodsList li {
  width: 22%;
  margin-bottom: 2em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  position: relative;
}
@media screen and (max-width: 800px) {
  #goods .goodsList li {
    width: 48%;
  }
}
#goods .goodsList li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #000;
  position: relative;
}
#goods .goodsList li a span.number {
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
}
#goods .goodsList li a .goodsImg {
  display: block;
}
#goods .goodsList li a h4 {
  border-bottom: 1px solid #aaa;
  font-size: 1rem;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#goods .goodsList li a p {
  font-size: 0.85rem;
  padding-bottom: 2.3em;
}
#goods .goodsList li .price {
  display: block;
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 60px;
  text-align: center;
  background-color: #777;
  color: #fff;
  padding: 0em 0.7em 0.2em;
  border-radius: 0.3em;
  word-spacing: nowrap;
}
#goods .goodsList li .price small {
  font-size: 0.7rem;
}
#goods .moreInfo {
  text-align: center;
}

/* museumContents ------------------------------------------------------- */
#museumContents {
  background-color: #f4f4f4;
}
#museumContents .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#museumContents .inner .mcUnit {
  width: 48%;
}
#museumContents .inner .mcUnit .mcImage {
  margin-bottom: 1em;
}
#museumContents .inner .mcUnit .mcImage img {
  border-radius: 1em;
}
#museumContents .inner .mcUnit .moreInfo {
  padding-top: 2em;
  text-align: center;
}

/* info ------------------------------------------------------- */
ul.recentList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  margin: 0;
}
ul.recentList li {
  width: 30%;
  list-style-type: none;
  position: relative;
}
ul.recentList li a {
  display: block;
  position: relative;
  text-decoration: none !important;
}
ul.recentList li .itemImg {
  width: auto;
  margin-bottom: 7px;
  height: 150px;
  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 a {
  display: block;
}
ul.recentList li h3 {
  font-size: 14px;
  max-height: 36px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
  line-height: 18px;
}
ul.recentList li .upDate {
  color: #e00;
  padding: 3px 0;
  width: auto;
  font-size: 11px;
}
ul.recentList li a:hover .upDate {
  text-decoration: none;
}
ul.recentList li .itemTxt {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  height: 60px;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
}

.backNumber {
  text-align: center;
  padding: 2em 0 1em;
}

.newest {
  position: absolute;
  font-size: 10px;
  color: #fff;
  display: block;
  background-color: #ec3766;
  padding: 1px 4px 2px;
  line-height: 12px;
  margin: 2px 0;
  border-radius: 3px;
}

/* banner ------------------------------------------------------- */
#banner .bannerList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
}
#banner .bannerList li {
  width: 48%;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  #banner .bannerList li {
    width: 100%;
  }
}
#banner .bannerList li a {
  display: block;
}
#banner .bannerList .plane {
  border: 1px solid #333;
  border-radius: 10px;
}
#banner .bannerList .plane a {
  padding: 1.2em 0.5em;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #111;
  position: relative;
  transition: color 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  overflow: hidden;
}
#banner .bannerList .plane a:before {
  content: "";
  position: absolute;
  border-radius: 9px;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #555;
  z-index: -1;
  transition: width 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
#banner .bannerList .plane a:hover {
  color: #fff;
}
#banner .bannerList .plane a:hover:before {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #banner .bannerList .plane a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 800px) {
  #banner .bannerList .plane a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #banner .bannerList .plane a {
    font-size: 1rem;
  }
}
#banner .bannerList .image a {
  display: block;
}
#banner .bannerList .image a img {
  max-width: 100%;
}

/* container------------------------------------------------------- */
#container {
  width: 100%;
}
#container.secondPages {
  padding: 5em 0 0;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (max-width: 1100px) {
  #container.secondPages {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #container.secondPages {
    padding-top: 3em;
  }
}
#container #contentsArea {
  width: 70%;
}
@media screen and (max-width: 1100px) {
  #container #contentsArea {
    width: auto;
  }
}
#container #contentsArea p {
  padding-bottom: 2em;
  line-height: 1.8;
}
#container #contentsArea .recruitList {
  margin: 0;
  padding: 0 0 50px;
  *zoom: 1;
}
#container #contentsArea .recruitList:after {
  content: "";
  display: table;
  clear: both;
}
#container #contentsArea .recruitList li {
  float: left;
  margin: 0 10px 20px;
  width: 220px;
  list-style: none;
}
#container #contentsArea .recruitList li a {
  border-radius: 3px;
  padding: 20px;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  background: #3d9d63;
}
#container #contentsArea .detailButton {
  padding: 0.5em 0;
}
#container #contentsArea.one-column {
  width: auto;
}
#container .noteList {
  padding-bottom: 10px;
}
#container .noteList li {
  color: #666;
  font-size: 70%;
  line-height: 130%;
}
#container .noteList li:before {
  content: "※";
}

/* pagenavi------------------------------------------------------- */
.pageNation {
  text-align: center;
  padding: 3em 0;
}
.pageNation span, .pageNation a {
  display: inline-block;
  padding: 0.2em 0.4em 0.3em;
  font-size: 1.2rem;
  line-height: 1.2em;
  font-family: "Josefin Sans", sans-serif;
}
.pageNation a.prev {
  padding-right: 1.8em;
  padding-left: 0;
  font-size: 1rem;
}
.pageNation a.next {
  padding-left: 1.8em;
  padding-right: 0;
  font-size: 1rem;
}
.pageNation .current {
  background-color: #000;
  color: #fff;
}

/* widget--------------------------------------------------------- */
#widget {
  width: 25%;
}
@media screen and (max-width: 1100px) {
  #widget {
    width: auto;
  }
}
#widget .widgetUnitBox {
  border: 1px solid #cccccc;
  padding: 2em;
  margin-bottom: 2em;
  line-height: 1.3em;
  border-radius: 9px;
}
@media screen and (max-width: 1100px) {
  #widget .widgetUnitBox dl.recentList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
#widget .widgetUnitBox dl.recentList dt {
  font-size: 0.8rem;
  font-weight: bold;
  color: #777;
  font-family: "Josefin Sans", sans-serif;
  width: auto;
  padding: 0.7em 0 0;
}
@media screen and (max-width: 1100px) {
  #widget .widgetUnitBox dl.recentList dt {
    padding: 0.7em 0;
    width: 75px;
  }
}
#widget .widgetUnitBox dl.recentList dd {
  font-size: 0.95rem;
  padding: 0 0 0.5em;
  width: auto;
}
@media screen and (max-width: 1100px) {
  #widget .widgetUnitBox dl.recentList dd {
    padding: 0.5em 0;
    width: calc(100% - 75px);
  }
}
#widget .widgetUnitBox .widgetMenu li {
  margin-top: 8px;
}
#widget .widgetUnitBox .widgetMenu li a {
  display: block;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 10px;
  background-color: #26b5c2;
  text-shadow: 0px 1px 0px #439097;
}
#widget .widgetUnitBox .widgetMenu .emergency a {
  background-color: #f94f6f;
  text-shadow: 0px 1px 0px #d04a63;
}
#widget .widgetUnitBox .widgetSubMenu li {
  padding: 0.5em 0;
}
#widget .widgetUnitBox .widgetSubMenu li a {
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 23px;
  line-height: 1.3em;
  display: inline-block;
}
#widget .widgetUnitBox .widgetSubMenu li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background-color: #E54134;
}
#widget .widgetUnitBox .widgetSubMenu li a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 6px;
  left: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#widget .widgetUnitBox .widgetSubMenu li a:hover {
  text-decoration: underline;
}
#widget .widgetUnitBox .widgetSubMenu li a:hover:before {
  background-color: #ff5c4f;
}
#widget .widgetUnitBox .widgetSubMenu li .children {
  padding-left: 1em;
}
#widget .widgetUnitBox .widgetSubMenu li .children li {
  padding: 0.2em 0;
}
#widget .widgetUnitBox .widgetSubMenu li .children li a {
  padding-left: 10px;
  font-size: 0.8rem;
}
#widget .widgetUnitBox .widgetSubMenu li .children li a:before {
  content: "";
  position: absolute;
  border: 0;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  background: url(../img/arrow_r.svg) no-repeat center left;
  background-size: 4.5px;
}
#widget .widgetUnitBox .widgetSubMenu .current_page_item {
  background-color: #edf3f7;
  border-radius: 1em;
  font-weight: bold;
}
#widget #banner {
  padding: 0 0 4em;
}
#widget #banner .inner {
  width: 100%;
}
#widget #banner .bannerList li {
  width: 100%;
  border-color: #cccccc;
}
@media screen and (max-width: 1100px) {
  #widget #banner .bannerList li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #widget #banner .bannerList li {
    width: 100%;
  }
}
#widget #banner .bannerList li a {
  font-size: 1rem;
  padding: 0.7em 1em 0.8em;
}
#widget #banner .bannerList li a:hover {
  position: relative;
  z-index: 1000;
  color: #000;
}
#widget #banner .bannerList li a:before {
  z-index: 0;
  opacity: 0.2;
}

.widgetTitle {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 1em;
  margin-bottom: 0;
  position: relative;
}

dl.widgetGuide {
  padding-bottom: 5px;
  margin-bottom: 17px;
  border-bottom: 1px dotted #ccc;
}
dl.widgetGuide dt {
  padding-bottom: 12px;
}
dl.widgetGuide dd {
  padding-bottom: 10px;
}
dl.widgetGuide dd .noteList {
  padding-bottom: 0;
}

/* breadCrumb----------------------------------------------------- */
.breadCrumb {
  margin: 0;
  width: 100%;
  padding: 1em 0 1.1em;
  background: #f4f4f4;
}
.breadCrumb ul {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.breadCrumb ul li {
  float: left;
  padding-right: 12px;
  line-height: 1.3em;
  font-size: 0.85rem;
}
.breadCrumb ul li a {
  padding-right: 20px;
  background-size: 4.5px;
  text-decoration: none;
  display: block;
  position: relative;
}
.breadCrumb ul li a:after {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: calc(50% - 0.3em);
  right: 0.1em;
  border-top: 2px solid #E54134;
  border-right: 2px solid #E54134;
  transform: rotate(45deg);
}
.breadCrumb ul li a:hover {
  text-decoration: underline;
}

/* imageHeader */
#imageHeader {
  margin: 2em auto 0;
  width: 90%;
  position: relative;
  padding: 18vh 0;
  line-height: 1.3em;
  max-width: 1280px;
}
@media screen and (max-width: 800px) {
  #imageHeader {
    padding: 10vh 0;
  }
}
#imageHeader .ihBG {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 2em;
}
@media screen and (max-width: 800px) {
  #imageHeader .inner {
    width: 90%;
    margin: 0 auto;
  }
}
#imageHeader h1 {
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}
#imageHeader .withCopy {
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  #imageHeader .withCopy {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  #imageHeader .withCopy {
    font-size: 1.1rem;
  }
}
#imageHeader .topLevelCopy {
  color: #fff;
  font-size: 4rem;
  line-height: 1.2em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1100px) {
  #imageHeader .topLevelCopy {
    font-size: 3rem;
  }
}
@media screen and (max-width: 800px) {
  #imageHeader .topLevelCopy {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  #imageHeader .topLevelCopy {
    font-size: 2rem;
  }
}
#imageHeader .headerButton {
  padding-top: 2em;
}

/* contentArea---------------------------------------------------- */
body.page-template-second-page #contentsArea .construction {
  display: none;
}

#contentsArea {
  padding-bottom: 4em;
}
#contentsArea #content {
  line-height: 1.4em;
}
#contentsArea #content .hentry {
  clear: both;
  *zoom: 1;
}
#contentsArea #content .hentry:after {
  content: "";
  display: table;
  clear: both;
}
#contentsArea .type-post .list-date,
#contentsArea .type-post .entry-meta {
  font-size: 0.9rem;
  padding-bottom: 1em;
  line-height: 130%;
  font-weight: bold;
  color: #777;
  font-family: "Josefin Sans", sans-serif;
}
#contentsArea .type-post .layoutTable td,
#contentsArea .type-post .layoutTable th {
  border: 0;
  padding: 0;
}
#contentsArea .type-post .entryPhoto {
  float: right;
  width: 30%;
  max-width: 150px;
  padding-left: 1em;
}
#contentsArea .pageTitle {
  padding-bottom: 20px;
}
#contentsArea .type-post .list-title,
#contentsArea .type-page .list-title {
  font-weight: bold;
  padding-bottom: 0.5em;
  font-size: 1.1rem;
}
#contentsArea .type-page .entryPhoto {
  float: right;
  width: 30%;
  max-width: 150px;
  padding-left: 1em;
}
#contentsArea div.childTitle,
#contentsArea div.entry-title {
  padding: 0.8em 1.3em;
  margin-bottom: 2em;
  font-size: 0.9rem;
  color: #E54134;
  font-weight: normal;
  background: #f4f4f4;
  position: relative;
  border: 1px solid #cccccc;
  text-align: right;
  text-shadow: 0px 1px 0px #fff;
}
#contentsArea table {
  margin-bottom: 25px;
  width: 100%;
}
#contentsArea .image-title {
  padding: 0px 0 15px;
}
#contentsArea .type-post {
  margin-bottom: 2em;
}
#contentsArea .entry-content {
  font-size: 1rem;
}
@media screen and (max-width: 1100px) {
  #contentsArea .entry-content {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 800px) {
  #contentsArea .entry-content {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  #contentsArea .entry-content {
    font-size: 0.8rem;
  }
}
#contentsArea .entry-content h2 {
  clear: both;
  padding: 1em 0 0.5em;
  margin: 1em 0;
  font-size: 2rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 1100px) {
  #contentsArea .entry-content h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 800px) {
  #contentsArea .entry-content h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  #contentsArea .entry-content h2 {
    font-size: 1.3rem;
  }
}
#contentsArea .entry-content h3 {
  margin: 2em 0 1em;
  padding: 0 0 0.5em;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  #contentsArea .entry-content h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  #contentsArea .entry-content h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  #contentsArea .entry-content h3 {
    font-size: 1.1rem;
  }
}
#contentsArea .entry-content h4 {
  margin: 1em 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  #contentsArea .entry-content h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  #contentsArea .entry-content h4 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  #contentsArea .entry-content h4 {
    font-size: 1rem;
  }
}
#contentsArea .entry-content table ul {
  margin-bottom: 0;
}
#contentsArea .entry-content table ul li {
  margin: 4px 0;
}
#contentsArea .entry-content ol {
  margin: 0 0 18px 20px;
  padding-left: 10px;
}
#contentsArea .entry-content ol li {
  list-style-type: decimal;
  margin-bottom: 0.8em;
}
#contentsArea .entry-content ul {
  margin: 0 0 20px 18px;
  padding-left: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
#contentsArea .entry-content ul li {
  margin-bottom: 0.8em;
}
#contentsArea .entry-content hr {
  height: 2em;
  margin: 0 0 2em;
  background-color: transparent;
  border-bottom: 1px dashed #cccccc;
  clear: both;
}
#contentsArea .thirdTitle {
  padding-top: 0.5em;
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3em;
}
#contentsArea iframe {
  max-width: 100%;
}
#contentsArea .post-title {
  padding: 10px 0px 10px 10px;
  border-left: 15px solid #E54134;
  line-height: 1.3em;
  margin-bottom: 7px;
  font-size: 1.8em;
}
#contentsArea h1.entry-title {
  margin: 0 0 2em;
  line-height: 1.3em;
  font-size: 3em;
  padding: 0 0 0 0.5em;
  font-weight: bold;
  position: relative;
  border-left: solid 5px #E54134;
}
#contentsArea h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: bold;
}
#contentsArea h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3em;
  font-weight: bold;
}
#contentsArea h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 105%;
  line-height: 1.3em;
  font-weight: bold;
}
#contentsArea h5 {
  margin-top: 5px;
  margin-bottom: 7px;
  line-height: 1.3em;
  font-weight: bold;
}
#contentsArea h6 {
  padding: 10px 0 20px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3em;
}
#contentsArea ul.secondMenu {
  clear: both;
  padding-top: 3em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#contentsArea ul.secondMenu li {
  width: 30%;
}
#contentsArea ul.secondMenu li .menuTitle {
  margin-top: 1em;
}
#contentsArea ul.secondMenu li a {
  display: block;
}
#contentsArea .eventTitle {
  border-bottom: 1px solid #E54134;
  margin-bottom: 20px;
}
#contentsArea .childTitle {
  padding-top: 3px;
  font-size: 1.8rem;
  color: #E54134;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
#contentsArea img {
  max-width: 100%;
}
#contentsArea .layoutTable {
  margin-bottom: 15px;
}
#contentsArea .type-post .listContent {
  color: #555;
  font-size: 85%;
  word-break: break-all;
}
#contentsArea table td,
#contentsArea table th {
  padding: 0.9em 1.1em;
  text-align: left;
  border: 1px solid #cccccc;
  line-height: 130%;
  font-size: 90%;
}
#contentsArea ul.secondMenu {
  clear: both;
  margin: -26px 0 24px;
}
#contentsArea ul.secondMenu li {
  font-weight: normal;
  margin: 0 0 2em;
  padding-bottom: 2em;
  clear: both;
}
#contentsArea ul.secondMenu li .itemImg a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  box-sizing: border-box;
  height: 150px;
  background-image: url(../img/noimg.png);
}
#contentsArea ul.secondMenu li a {
  text-decoration: underline;
}
#contentsArea ul.secondMenu li ul {
  padding: 0;
  margin-bottom: 2em;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#contentsArea ul.secondMenu li ul li {
  font-weight: normal;
  margin: 4px 0 4px 10px;
  background: url(../img/arrow_r.svg) no-repeat left center;
  background-size: 4.5px;
  overflow: hidden;
  padding-bottom: 1px;
  padding-left: 12px;
  width: 46%;
  clear: none;
  border: none;
  font-weight: normal;
  width: auto;
  display: block;
}
#contentsArea .type-page .list-date,
#contentsArea .type-page .entry-meta {
  display: none;
}
#contentsArea .type-page .entryPhoto,
#contentsArea .type-page .entryPhoto {
  float: right;
  width: 30%;
  max-width: 150px;
  padding-left: 1em;
}

body.search #contentsArea .type-page {
  border: 1px solid #d2d2d2;
  padding: 20px;
  margin-bottom: 2em;
  background-color: #fff;
}

/* footer--------------------------------------------------------- */
#footer {
  width: 100%;
  clear: both;
  background-color: #111;
  padding: 4em 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #footer {
    padding: 6em 0 0;
  }
}
#footer:after {
  content: "ASO VOLCANO MUSIUM";
  font-size: 8.2vw;
  line-height: 8.2vw;
  font-family: "Josefin Sans", sans-serif;
  color: #222;
  position: absolute;
  left: 50%;
  bottom: -2.1vw;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
#footer #footerTop {
  margin-bottom: 1em;
}
#footer #footerTop .inner {
  position: relative;
}
#footer #footerTop .inner .pageTop {
  position: absolute;
  right: 0;
  top: -35px;
}
@media screen and (max-width: 480px) {
  #footer #footerTop .inner .pageTop {
    top: -75px;
    right: calc(50% - 35px);
  }
}
#footer #footerTop .inner .pageTop a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #E54134;
  text-decoration: none;
  color: #fff;
  position: relative;
}
#footer #footerTop .inner .pageTop a span {
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  width: 100%;
  text-align: center;
}
#footer #footerTop .inner .pageTop a span:before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  top: calc(50% - 1.1em);
  left: calc(50% - 0.3em);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
#footer #footerTop .footerLogo {
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 0.7em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #555;
}
@media screen and (max-width: 480px) {
  #footer #footerTop .footerLogo {
    font-size: 1rem;
  }
}
#footer #footerTop .footerLogo a {
  text-decoration: none;
  color: #eee;
}
#footer #footerTop .footerLogo a small {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #footer #footerTop .footerLogo a small {
    font-size: 0.8rem;
  }
}
#footer #footerSiteMap {
  padding: 1em 0 5em;
}
#footer #footerSiteMap .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#footer #footerSiteMap .inner .footerInfo address, #footer #footerSiteMap .inner .footerInfo .footerContact {
  color: #eee;
  border-left: 3px solid #E54134;
  padding-left: 0.7em;
  margin-bottom: 2em;
  line-height: 1.8em;
}
#footer #footerSiteMap .inner .footerInfo .footerMap .button {
  background: unset;
  border: 1px solid #aaa;
  font-size: 0.9rem;
  padding: 0.8em 3em 0.9em;
}
#footer #footerSiteMap .inner .footerMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
#footer #footerSiteMap .inner .footerMenu .siteMapUnit {
  padding-right: 1em;
}
@media screen and (max-width: 800px) {
  #footer #footerSiteMap .inner .footerMenu .siteMapUnit {
    padding-top: 2em;
  }
}
#footer #footerSiteMap .inner .footerMenu .siteMapUnit li {
  padding: 0.7em 1em 0.7em 1.2em;
  vertical-align: top;
  display: block;
  position: relative;
}
#footer #footerSiteMap .inner .footerMenu .siteMapUnit li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.3em);
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #E54134;
  border-right: 2px solid #E54134;
  transform: rotate(45deg);
  line-height: 1em;
}
@media screen and (max-width: 1100px) {
  #footer #footerSiteMap .inner .footerMenu .siteMapUnit {
    width: 30%;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  #footer #footerSiteMap .inner .footerMenu .siteMapUnit {
    width: 45%;
  }
}
#footer #footerSiteMap .inner .footerMenu .siteMapUnit a {
  text-decoration: none;
  color: #eee;
}
#footer #footerSiteMap .inner .footerMenu .siteMapUnit a:hover {
  text-decoration: underline;
}
#footer #copyright {
  color: #888;
  font-size: 0.9rem;
  padding: 1.8em 0;
  text-align: center;
  font-size: 80%;
  position: relative;
  z-index: 1;
}

/* responsive structure-------------------------------------------- */
@media screen and (max-width: 800px) {
  #container {
    width: 100%;
    margin: 0;
  }
  #container #attentionUnit .attInner {
    padding: 10px;
    background-repeat: repeat;
  }
  #container #attentionUnit h3 {
    float: none;
    width: auto;
    text-align: center;
    padding-bottom: 10px;
  }
  #container #attentionUnit ul {
    float: none;
    width: auto;
  }
  #container #attentionUnit ul li a {
    font-weight: normal;
    font-size: 100%;
  }
  #contentsArea {
    padding-bottom: 30px;
  }
  #contentsArea #content h1.entry-title {
    font-size: 1.8rem;
  }
  #contentsArea #content img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #container #contentsArea .recruitList {
    margin: 0;
    padding: 0 0 30px;
  }
  #container #contentsArea .recruitList li {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    list-style: none;
  }
  #container #contentsArea .entry-content .ofx {
    overflow-x: scroll;
  }
  #container #contentsArea .entry-content table tr td, #container #contentsArea .entry-content table tr th {
    padding: 0.5em 0.7em;
    font-size: 85%;
    min-width: 5em;
  }
}

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