@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/*=======================================
 ■Foundation
=======================================*/
/* =========================================================
base - 基本設定
========================================================= */
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
  margin: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*clearfix*/
.clearfix {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/*友のCSSリセット*/
.p-heiwamuseum.cms-public .parts, .p-heiwamuseum.cms-public .block {
  float: none;
}
.p-heiwamuseum.cms-public figure {
  margin: auto;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container, .c-footer-heiwa .div_tag, .cms-public .p-heiwamuseum .heading h1 span, .p-heiwamuseum .bread-list, .cms-public .area .c-information-foot__h1 .heading {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .l-container, .c-footer-heiwa .div_tag, .cms-public .p-heiwamuseum .heading h1 span, .p-heiwamuseum .bread-list, .cms-public .area .c-information-foot__h1 .heading {
    max-width: 1110px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}
.l-container--mini {
  max-width: 800px;
}

/* =========================================================
独自のグリッドシステム
========================================================= */
/* オリジナルグリッドシステム */
/*row====*/
.l-row .div_tag,
.l-row .note {
  display: block;
  margin: 20px -5px 0;
}
@media screen and (min-width: 576px) {
  .l-row .div_tag,
  .l-row .note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) {
  .l-row.reverse .note {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.l-row img {
  max-width: 100%;
}

/*col2====*/
.l-row .l-col2-3 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .l-row .l-col2-3 {
    width: 65%;
    padding-right: 15px;
  }
}

/*col2====*/
.l-row .l-col1-3 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .l-row .l-col1-3 {
    width: 35%;
  }
}
.l-row .l-col1-3 img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .l-row .l-col1-3 img {
    max-width: 300px;
  }
}

/*col2====*/
.l-row .l-col2 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .l-row .l-col2 {
    width: 50%;
  }
}

/*col3==========*/
.l-row .l-col3 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .l-row .l-col3 {
    width: 33.33%;
  }
}

/*col4==========*/
.l-row .l-col4 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 576px) {
  .l-row .l-col4 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-row .l-col4 {
    width: 25%;
  }
}

/*col5==========*/
.l-row .l-col5 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 576px) {
  .l-row .l-col5 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .l-row .l-col5 {
    width: 20%;
  }
}

/*col6==========*/
.l-row .l-col6 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (min-width: 576px) {
  .l-row .l-col6 {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .l-row .l-col6 {
    width: 16.66%;
  }
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
.l-main {
  position: relative;
}

.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.l-main--mini {
  max-width: 650px;
  margin: 0 auto;
}

/*==================================
section
==================================*/
.l-section {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin: 50px auto 0;
  }
}
.l-section.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section.bg-color {
    padding: 50px 0;
  }
}
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-section--in {
    padding-bottom: 50px;
  }
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
/*=========
滋賀県ヘッダー
=========*/
.c-header-shiga {
  border-top: 4px solid #036EB8;
  background: #ffffff;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .c-header-shiga {
    padding: 10px 0;
  }
}
.c-header-shiga__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.c-header-shiga__logo {
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .c-header-shiga__logo {
    max-width: 140px;
  }
}
.c-header-shiga__logo a {
  display: inline-block;
}
.c-header-shiga__logo a img {
  max-width: 100px;
}
.c-header-shiga__acce {
  padding: 5px 10px;
  background: #F2F2F2;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-header-shiga__acce {
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

/*文字サイズ=========*/
.c-header-shiga-mojisize {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-header-shiga-mojisize {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-right: 10px;
  }
}
.c-header-shiga-mojisize__ttl {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333333;
  padding-right: 5px;
}
.c-header-shiga-mojisize__contents button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 80% !important;
  padding: 2px 6px;
  transition: .3s;
  cursor: pointer;
}
.c-header-shiga-mojisize__contents button:hover {
  opacity: .7;
}

/*音声サポート==========*/
.c-header-shiga-easyweb {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-header-shiga-easyweb {
    display: inline-block;
    padding-right: 10px;
  }
}
.c-header-shiga-easyweb a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333333;
  transition: .3s;
}
.c-header-shiga-easyweb a:hover {
  text-decoration: underline;
}

/*Language==========*/
.c-header-shiga-lang img {
  display: inline-block;
  vertical-align: middle;
}
.c-header-shiga-lang a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .c-header-shiga-lang a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-header-shiga-lang a:hover {
  text-decoration: underline;
}

/*==============
滋賀県平和祈念館ヘッダー
===============*/
.c-header {
  position: relative;
  background: url(/file/html/5354009.jpg) no-repeat center;
  background-size: cover;
}
.c-header__sub {
  position: relative;
  background: #1EB8EC;
  padding: 0;
}
.c-header__sub .list figure {
  margin: 0;
}
.c-header__sub .list figure ul {
  text-align: right;
  margin: 0;
  line-height: 1;
}
.c-header__sub .list figure ul li {
  display: inline-block;
  white-space: inherit;
}
.c-header__sub .list figure ul li a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #ffffff;
  padding: 10px 20px 10px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-header__sub .list figure ul li a::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: url(/file/html/5354002.svg) no-repeat center;
  background-color: #ffffff;
  background-size: 50% 50%;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}
.c-header__contents {
  padding: 8px 0;
}

.c-header-box {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 5px 5px;
}
@media screen and (min-width: 768px) {
  .c-header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 20px;
  }
}

/*c-header-logo=======*/
.c-header-logo {
  text-align: center;
}
.c-header-logo__link {
  display: inline-block;
}
.c-header-logo__img {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}
@media screen and (min-width: 768px) {
  .c-header-logo__img {
    max-width: 200px;
    min-width: 200px;
  }
}

/*c-header-info===========*/
.c-header-info {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-header-info {
    display: block;
  }
}
.c-header-info .info-btn {
  padding-bottom: 10px;
  text-align: right;
}
.c-header-info .info-btn__link {
  display: inline-block;
  background: #036EB8;
  border-radius: 30px;
  padding: 8px 20px;
}
.c-header-info .info-btn__link .in {
  position: relative;
  color: #ffffff;
  padding-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-header-info .info-btn__link .in::before {
  content: '';
  display: block;
  background: url(/file/html/5354001.svg) no-repeat center;
  background-size: 50% 50%;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}
.c-header-info .info-text .text {
  text-align: right;
  margin: 0;
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  text-align: center;
  position: relative;
}

.c-pagetop-btn {
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #036EB8;
  z-index: 50;
}
.c-pagetop-btn__in {
  color: #ffffff;
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  background: #959595;
  padding-bottom: 60px;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .c-footer {
    margin-bottom: 0;
  }
}

/*fix menu=============*/
.c-fix-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  z-index: 100;
}
.c-fix-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 5px 0;
  max-width: 90%;
  list-style: none;
  background: #1EB8EC;
  border: 5px solid #80dfff;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .c-fix-menu__list {
    max-width: 750px;
    padding: 10px 0;
  }
}
.c-fix-menu__item {
  padding: 0 5px;
  width: 33.33%;
  border-right: 1px solid #80dfff;
}
.c-fix-menu__item:last-of-type {
  border-right: none;
}
.c-fix-menu__link {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-fix-menu__link {
    background: url(/file/html/5354003.svg) no-repeat right center;
    background-size: 15px 15px;
  }
}
.c-fix-menu__link .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: 28px;
  text-align: center;
  line-height: 1.3;
  background: url(/file/html/5354008.svg) no-repeat top center;
  background-size: 25px 25px;
}
@media screen and (min-width: 768px) {
  .c-fix-menu__link .in {
    background-position: left center;
    padding: 9px 0 5px 30px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-fix-menu__link.event .in {
  background-image: url(/file/html/5354008.svg);
}
.c-fix-menu__link.information .in {
  background-image: url(/file/html/5353996.svg);
}
.c-fix-menu__link.group .in {
  background-image: url(/file/html/5353995.svg);
}

/*bnr=============*/
.c-footer-bnr {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .c-footer-bnr .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-bnr .image_listitem {
    width: 50%;
  }
}
.c-footer-bnr .image_listitem a {
  border: none !important;
}
.c-footer-bnr .image_listitem a::before {
  content: none !important;
}
.c-footer-bnr .image_listitem a img {
  width: 100%;
}

/*pagetop==========*/
.c-footer-pagetop {
  background: #EEEEEE;
  text-align: center;
}
.c-footer-pagetop p {
  margin: 0 auto;
}
.c-footer-pagetop a {
  display: inline-block;
  width: 100%;
  padding: 40px 100px 15px;
  background: url(/file/html/5354005.svg) center top 15px no-repeat;
  background-size: 20px 20px;
  color: #1EB8EC;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

/*滋賀県平和祈念館fotter*/
.c-footer-heiwa {
  border-top: 5px solid #1EB8EC;
  padding: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  .c-footer-heiwa {
    border-top-width: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-heiwa .div_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-heiwa .c-footer-heiwa__contents {
    width: 300px;
  }
}
.c-footer-heiwa__logo {
  text-align: center;
}
.c-footer-heiwa__logo figure {
  margin-bottom: 10px;
}
.c-footer-heiwa__logo img {
  width: 100%;
  max-width: 200px;
  min-width: 200px;
}
.c-footer-heiwa__info {
  text-align: center;
}
.c-footer-heiwa__info p {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-footer-heiwa__info a {
  text-decoration: underline;
  color: #126ab4;
}
.c-footer-heiwa .c-footer-heiwa__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-footer-heiwa .c-footer-heiwa__nav {
    display: block;
    width: calc(100% - 300px);
  }
}
.c-footer-heiwa .c-footer-heiwa__nav figure {
  margin: 0 auto;
}
.c-footer-heiwa .c-footer-heiwa__nav ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer-heiwa .c-footer-heiwa__nav li {
  width: 33.3%;
  padding: 0 !important;
}
.c-footer-heiwa .c-footer-heiwa__nav li::before {
  content: none !important;
}
.c-footer-heiwa .c-footer-heiwa__nav a {
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(/file/html/5354001.svg) no-repeat top 11px left;
  background-size: 12px 12px;
  color: #126ab4;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-footer-heiwa .c-footer-heiwa__nav a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*滋賀県footer＝＝＝＝＝＝＝＝＝*/
.page .c-footer-site {
  background: #E5F0F8;
  padding: 10px 0;
}
.page .c-footer-site figure {
  margin: 0;
}
.page .c-footer-site figure ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page .c-footer-site figure ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.page .c-footer-site figure ul li {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .page .c-footer-site figure ul li {
    padding-right: 20px;
  }
}
.page .c-footer-site figure ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #036EB8;
  border-right: solid 2px #036EB8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  margin-top: auto;
  text-decoration: none;
}
.page .c-footer-site figure ul li a {
  color: #231815;
  font-size: 12px;
}

/* c-footer-pref */
.page .c-footer-pref {
  width: 100%;
}
.page .c-footer-pref .note {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
.page .c-footer-pref .image .block.center {
  text-align: inherit;
}
@media screen and (min-width: 768px) {
  .page .c-footer-pref .image .block.center {
    width: 88px;
    float: left;
    margin: 15px 50px 10px 0;
  }
}
.page .c-footer-pref .image .block.center figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page .c-footer-pref .location_logo {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.page .c-footer-pref .location_title {
  margin: 0 !important;
  padding-top: 20px;
  text-align: center;
  border-top: 1px dotted #dddddd;
}
@media screen and (min-width: 768px) {
  .page .c-footer-pref .location_title {
    float: left;
    border: none;
    padding-top: 10px;
    padding-left: 120px;
  }
}
.page .c-footer-pref .location_title .heading h2 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #333333;
  text-align: left;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .page .c-footer-pref .location_list {
    padding-left: 120px;
  }
}
.page .c-footer-pref .block .list {
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page .c-footer-pref .block .list {
    display: inline-block;
    vertical-align: middle;
  }
}
.page .c-footer-pref .block .list figure {
  margin: 0;
  display: inline-block;
}
.page .c-footer-pref .block .list figure ul {
  list-style: none;
  padding-top: 0;
  padding-left: 0;
  margin: auto;
}
.page .c-footer-pref .block .list figure ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  position: relative;
  font-size: 0.875rem;
  padding-left: 15px;
}
.page .c-footer-pref .block .list figure ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #036EB8;
  border-right: solid 2px #036EB8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* transform: rotate(45deg); */
  position: absolute;
  top: 6px;
  left: 0;
  margin-top: auto;
  text-decoration: none;
}
.page .c-footer-pref .block .list figure ul li a {
  color: #126ab4;
  text-decoration: underline;
}
.page .c-footer-pref .location_info {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page .c-footer-pref .location_info {
    padding-left: 120px;
  }
}
.page .c-footer-pref .location_info .sentence p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.page .c-footer-pref .location_info .sentence p a {
  color: #126ab4;
  text-decoration: underline;
}
.page .c-footer-pref .location_info_detail .sentence p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.page .c-footer-pref .sns {
  display: block;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .page .c-footer-pref .sns {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 200px;
  }
}
.page .c-footer-pref .sns .image .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  width: auto;
}
.page .c-footer-pref .sns .image .block figure {
  margin-left: 10px;
}
.page .c-footer-pref .sentence br:first-of-type {
  display: none;
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
.c-footer-copyright .note .copyright {
  background: #036EB8;
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
}
.c-footer-copyright .note .copyright .sentence p {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 40px;
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-footer-copyright .note .copyright .sentence p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  display: none;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .c-gnav {
    display: block;
  }
}
.c-gnav figure {
  margin: auto;
}
.c-gnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #ffffff;
}
.c-gnav li {
  width: 100%;
  border-right: 1px solid #ffffff;
}
.c-gnav a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 5px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none !important;
  text-align: center;
}
.c-gnav a::before {
  content: '';
  display: block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background: url(/file/html/5354003.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #036EB8;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 7.5px);
}

/*====================
　■【SP】横スライドメニュー
====================*/
/*仕組み＝＝＝＝＝＝＝＝＝*/
.c-gnav-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-gnav-sp {
    display: none;
  }
}
.c-gnav-sp #navDrw:checked ~ .contents {
  transform: translateY(0px);
}
.c-gnav-sp #navDrw {
  display: none;
}
.c-gnav-sp label {
  cursor: pointer;
  position: fixed;
  top: 100px;
  right: 0;
}
.c-gnav-sp .open {
  z-index: 600;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #036EB8;
  border: 1px solid #ffffff;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.c-gnav-sp .open::before,
.c-gnav-sp .open::after {
  content: "";
}
.c-gnav-sp .open span,
.c-gnav-sp .open::before,
.c-gnav-sp .open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #ffffff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-gnav-sp .open::before {
  transform: translateY(-8px);
}
.c-gnav-sp .open::after {
  transform: translateY(8px);
}
.c-gnav-sp .close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
.c-gnav-sp #navDrw:checked + .open {
  background: #ffffff;
  transform: translateY(0px);
}
.c-gnav-sp #navDrw:checked + .open span {
  transform: scaleX(0);
}
.c-gnav-sp #navDrw:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 2px solid #036EB8;
}
.c-gnav-sp #navDrw:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 2px solid #036EB8;
}
.c-gnav-sp #navDrw:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}
.c-gnav-sp .menu {
  z-index: 500;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px 15px 50px;
  box-sizing: border-box;
  background: #036EB8;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-gnav-sp #navDrw:checked ~ .menu {
  transform: none;
}
.c-gnav-sp ul, .c-gnav-sp li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*装飾＝＝＝＝＝＝＝＝＝＝＝*/
/*head======*/
.c-gnav-sp .c-gnav-sp-head__logo .logo-link {
  display: inline-block;
}
.c-gnav-sp .c-gnav-sp-head__logo .logo-link img {
  width: 100%;
  max-width: 220px;
  min-width: 220px;
}
.c-gnav-sp .c-gnav-sp-head__btn {
  padding: 5px 0 0;
}
.c-gnav-sp .c-gnav-sp-head__link {
  display: inline-block;
  background: #1EB8EC;
  padding: 5px 10px;
  width: 100%;
  max-width: 220px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.c-gnav-sp .c-gnav-sp-head__link .in {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: url(/file/html/5354003.svg) no-repeat center right;
  background-size: 10px 10px;
  padding-right: 20px;
  width: 100%;
}

/*main=======*/
/*btn=========*/
.c-gnav-sp .c-gnav-sp-main-btn {
  margin: 20px 40px 0 0;
}
.c-gnav-sp .c-gnav-sp-main-btn__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-right: -5px;
  margin-left: -5px;
}
.c-gnav-sp .c-gnav-sp-main-btn__item {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}
.c-gnav-sp .c-gnav-sp-main-btn__item .link {
  display: inline-block;
  padding: 8px;
  width: 100%;
  max-width: 220px;
  background: #337EAD;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.c-gnav-sp .c-gnav-sp-main-btn__item .in {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: url(/file/html/5354003.svg) no-repeat center right;
  background-size: 10px 10px;
  padding-right: 20px;
  width: 100%;
}

/*menu===========*/
.c-gnav-sp .c-gnav-sp-menu {
  padding-top: 10px;
}
.c-gnav-sp .c-gnav-sp-menu__list.sub .c-gnav-sp-menu__item .link {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  padding-left: 30px;
}
.c-gnav-sp .c-gnav-sp-menu__list.sub .c-gnav-sp-menu__item .link .in::before {
  content: '';
  width: 15px;
  height: 2px;
  background: #036EB8;
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
}
.c-gnav-sp .c-gnav-sp-menu__item {
  padding-top: 5px;
}
.c-gnav-sp .c-gnav-sp-menu__item .link {
  display: block;
  width: 100%;
  padding: 10px;
  border-left: 5px solid #1EB8EC;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.c-gnav-sp .c-gnav-sp-menu__item .link .in {
  display: inline-block;
  color: #036EB8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  background: url(/file/html/5354001.svg) no-repeat center right;
  background-size: 10px 10px;
  padding-right: 20px;
  width: 100%;
}

/*sub=========*/
.c-gnav-sp .c-gnav-sp-sub {
  padding-top: 15px;
}
.c-gnav-sp .c-gnav-sp-sub__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-gnav-sp .c-gnav-sp-sub__item {
  width: 50%;
  padding-bottom: 10px;
}
.c-gnav-sp .c-gnav-sp-sub__item .link {
  background: url(/file/html/5354003.svg) no-repeat left top 6px;
  background-size: 10px 10px;
  padding-left: 15px;
}
.c-gnav-sp .c-gnav-sp-sub__item .link .in {
  display: block;
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
}

/*foot==============*/
.c-gnav-sp .c-gnav-sp-foot {
  padding-top: 20px;
}
.c-gnav-sp .c-gnav-sp-foot__list {
  text-align: center;
}
.c-gnav-sp .c-gnav-sp-foot__item {
  display: inline-block;
}
.c-gnav-sp .c-gnav-sp-foot__item .link {
  display: inline-block;
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #1EB8EC;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.c-gnav-sp .c-gnav-sp-foot__item .link img {
  display: inline-block;
  vertical-align: bottom;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.cms-public .p-heiwamuseum .heading h1 {
  background: #E5F9FF;
  border-bottom: 5px solid #f2fcff !important;
  margin: 0 auto 20px !important;
  padding: 15px 0 !important;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .heading h1 {
    padding: 25px 0 !important;
  }
}
.cms-public .p-heiwamuseum .heading h1 span {
  position: relative;
  opacity: 0;
  display: block;
  color: #036EB8;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 1px;
  font-weight: bold;
  -moz-animation: top-up 1300ms alternate 500ms forwards;
  -webkit-animation: top-up 1300ms alternate 500ms forwards;
  animation: top-up 1300ms alternate 500ms forwards;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .heading h1 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.cms-public .p-heiwamuseum .heading h1 ~ time {
  position: relative;
  bottom: auto;
  right: auto;
  display: block;
  text-align: center;
  padding: 0 0 10px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #29B6BD;
  letter-spacing: 1px;
}

/*[top-up]の実行*/
@-moz-keyframes top-up {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes top-up {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes top-up {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/*h2
=============*/
.cms-public .p-heiwamuseum .block .heading h2 {
  background: #eeeeee;
  border-left: 5px solid #1EB8EC;
  padding: 15px;
  margin: 20px auto;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 1px;
  color: #036EB8;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .heading h2 {
    margin: 30px auto;
    padding: 20px 15px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.cms-public .p-heiwamuseum .block.small h2 {
  margin: 0 auto 30px;
  padding-top: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
}

/*h3
=============*/
.cms-public .p-heiwamuseum .block .heading h3 {
  background: #036EB8;
  border-bottom: 3px solid #2895e0;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .heading h3 {
    padding: 12px 15px;
    margin: 30px auto;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*h4
=============*/
.cms-public .p-heiwamuseum .block .heading h4 {
  margin: 20px auto;
  border-bottom: none;
  padding: 10px;
  background: #eeeeee;
  border-radius: 5px;
  color: #036EB8;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .heading h4 {
    margin: 30px auto;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*h5
=============*/
.cms-public .p-heiwamuseum .block .heading h5 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #eeeeee;
  color: #036EB8;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .heading h5 {
    margin: 30px auto;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

/*h6
=============*/
.cms-public .p-heiwamuseum .block .heading h6 {
  margin: 20px auto;
  color: #097e00;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .heading h6 {
    margin: 30px auto;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.cms-public .p-heiwamuseum .block .sentence p {
  color: #333333;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .sentence p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.cms-public .p-heiwamuseum .block .sentence a {
  color: #126ab4;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .cms-public .p-heiwamuseum .block .sentence a {
    transition: .3s;
    cursor: pointer;
  }
  .cms-public .p-heiwamuseum .block .sentence a:hover {
    opacity: .7;
  }
}
.cms-public .p-heiwamuseum .block .sentence strong {
  font-weight: bold;
  color: #008d4c;
}
.cms-public .p-heiwamuseum .block .sentence img {
  display: inline-block;
}

/*文章と画像＝＝＝＝＝＝＝＝＝*/
.cms-public .p-heiwamuseum .block .sentence_with_image {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .sentence_with_image {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .sentence_with_image .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.cms-public .p-heiwamuseum .block .sentence_with_image .image {
  float: none !important;
  margin: 0 auto;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .sentence_with_image .image {
    margin: 0;
    padding-top: 0;
    max-width: 300px;
  }
}
.cms-public .p-heiwamuseum .block .sentence_with_image .image img {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .sentence_with_image .image img {
    max-width: 300px;
    min-width: 200px;
  }
}
.cms-public .p-heiwamuseum .block .sentence_with_image .image figcaption {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #036EB8;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .sentence_with_image .image figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
}
.cms-public .p-heiwamuseum .block .sentence_with_image .sentence {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .sentence_with_image .sentence {
    padding-right: 20px;
  }
}

/*文字配置＝＝＝＝＝＝＝＝＝*/
.pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
.cms-public .p-heiwamuseum .page .c-basic-btn,
.c-basic-btn {
  padding: 20px 0;
  text-align: center;
}
.cms-public .p-heiwamuseum .page .c-basic-btn .block,
.c-basic-btn .block {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  width: auto;
  width: 100%;
  max-width: 320px;
}
.cms-public .p-heiwamuseum .page .c-basic-btn .sentence,
.c-basic-btn .sentence {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 320px;
}
.cms-public .p-heiwamuseum .page .c-basic-btn .sentence p a,
.c-basic-btn .sentence p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 12px 10px;
  padding-right: 25px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: url(/file/html/5354003.svg) no-repeat center right 10px;
  background-color: #29B6BD;
  background-size: 12px 12px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff !important;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.cms-public .p-heiwamuseum .page .c-basic-btn .sentence p a:hover,
.c-basic-btn .sentence p a:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .page .c-basic-btn .sentence p a,
  .c-basic-btn .sentence p a {
    padding: 18px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-basic-btn.back {
  background: url(../images/icon/icon_left_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  background-position: center left 10%;
  background-color: #959595;
}
.c-basic-btn.send {
  background-color: #c60d0d;
}

/*添付ファイル＝＝＝＝＝＝＝＝*/
.cms-public .p-heiwamuseum .block .attach ul {
  padding: 0;
}
.cms-public .p-heiwamuseum .block .attach ul li.item {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 15px;
}
.cms-public .p-heiwamuseum .block .attach ul li.item a {
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  max-width: 450px;
  background: #ffd0d0;
  border: 3px solid #ff8585;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.cms-public .p-heiwamuseum .block .attach ul li.item a img.file-extension {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.cms-public .p-heiwamuseum .block .attach ul li.item a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #ca2639;
  width: calc(100% - 40px);
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .attach ul li.item a span {
    word-break: keep-all;
  }
}
.cms-public .p-heiwamuseum .block .attach ul li.item span {
  display: block;
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.cms-public .p-heiwamuseum .plugindownload {
  display: block;
  float: none;
  width: 95%;
  max-width: 600px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .cms-public .p-heiwamuseum .plugindownload {
    width: 100%;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.cms-public .p-heiwamuseum .image .block {
  display: block;
  text-align: center;
}
.cms-public .p-heiwamuseum .image .block .image_listitem {
  margin: 0 auto 30px;
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .image .block .image_listitem {
    padding: 0 10px;
    margin: 0 auto 20px;
    max-width: 500px;
  }
}
.cms-public .p-heiwamuseum .image .block figure {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .image .block figure {
    min-width: 200px;
  }
}
.cms-public .p-heiwamuseum .image .block img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.cms-public .p-heiwamuseum .image .block figcaption {
  display: block;
  font-weight: bold;
  color: #036EB8;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .image .block figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
}

.show-none {
  display: none;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 900px) {
  .c-gmap {
    padding-top: 80%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ifream===================*/
.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 900px) {
  .c-ifream {
    padding-top: 30.22%;
  }
}
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.p-heiwamuseum .breadcrumb {
  float: none;
  background: #036EB8;
  padding: 3px;
}
.p-heiwamuseum .breadcrumb,
.p-heiwamuseum .default_breadcrumb {
  height: auto;
}
.p-heiwamuseum .bread-list {
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-heiwamuseum .bread-list {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-heiwamuseum .bread-list a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.cms-public .title-list .paging a {
  border: none;
  padding: 0;
}
.cms-public .title-list .paging a .first,
.cms-public .title-list .paging a .prev,
.cms-public .title-list .paging a .next,
.cms-public .title-list .paging a .last {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  border-radius: 5px;
  padding: 5px;
  color: #000000 !important;
  font-weight: bold;
  border: 2px solid #cccccc;
}
.cms-public .title-list .paging a .prev,
.cms-public .title-list .paging a .next {
  background: #eeeeee;
}
.cms-public .title-list .number a {
  border: none;
  padding: 0;
}
.cms-public .title-list .number a .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 13px;
  line-height: 1;
  border-radius: 100%;
  border: 1px solid #036EB8;
  color: #036EB8;
  font-weight: bold;
}
.cms-public .title-list .number a .page.active {
  background: #036EB8;
  color: #ffffff;
}

/* =========================================================
table.scss - 表
========================================================= */
.cms-public .p-heiwamuseum .table {
  margin: 10px auto;
  width: 100%;
  overflow-x: auto;
}
.cms-public .p-heiwamuseum .table caption {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0;
}
.cms-public .p-heiwamuseum .table caption span {
  display: block;
  color: #036EB8;
  font-size: 17px;
  font-size: 1.0625rem;
  border-left: 5px solid #036EB8;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .table caption span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cms-public .p-heiwamuseum .table table {
  width: 700px !important;
  white-space: inherit;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .table table {
    width: 100% !important;
  }
}
.cms-public .p-heiwamuseum .table table tbody th, .cms-public .p-heiwamuseum .table table tbody td {
  padding: 10px;
  border-color: #cccccc;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
.cms-public .p-heiwamuseum .table table tbody th {
  font-weight: bold;
  font-size: 110%;
}

.cms-public .p-heiwamuseum .type-beside .table,
.cms-public .p-heiwamuseum .type-beside.table {
  overflow: auto;
}
.cms-public .p-heiwamuseum .type-beside .table table,
.cms-public .p-heiwamuseum .type-beside.table table {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .type-beside .table table,
  .cms-public .p-heiwamuseum .type-beside.table table {
    display: block;
    width: 100%;
    white-space: inherit;
  }
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .type-beside .table tbody,
  .cms-public .p-heiwamuseum .type-beside.table tbody {
    display: block;
    width: 100%;
  }
}
.cms-public .p-heiwamuseum .type-beside .table tr,
.cms-public .p-heiwamuseum .type-beside.table tr {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .type-beside .table tr,
  .cms-public .p-heiwamuseum .type-beside.table tr {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .type-beside .table th, .cms-public .p-heiwamuseum .type-beside .table td,
  .cms-public .p-heiwamuseum .type-beside.table th,
  .cms-public .p-heiwamuseum .type-beside.table td {
    border-color: #dddddd;
  }
}
.cms-public .p-heiwamuseum .type-beside .table th,
.cms-public .p-heiwamuseum .type-beside.table th {
  color: #036EB8;
  font-weight: bold;
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .type-beside .table th,
  .cms-public .p-heiwamuseum .type-beside.table th {
    display: block;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .type-beside .table th,
  .cms-public .p-heiwamuseum .type-beside.table th {
    font-size: 16px;
    font-size: 1rem;
    width: 250px !important;
    padding: 15px 10px;
  }
}
.cms-public .p-heiwamuseum .type-beside .table td,
.cms-public .p-heiwamuseum .type-beside.table td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .type-beside .table td,
  .cms-public .p-heiwamuseum .type-beside.table td {
    display: block;
    width: 100% !important;
    border-top: none;
    border-bottom: 1px dotted #dddddd;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .type-beside .table td,
  .cms-public .p-heiwamuseum .type-beside.table td {
    border-bottom: 1px solid #dddddd;
    width: calc(100% - 250px) !important;
    text-align: left;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .type-beside .table td:last-of-type,
  .cms-public .p-heiwamuseum .type-beside.table td:last-of-type {
    border-bottom: none;
  }
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
.cms-public .p-heiwamuseum .block .list {
  padding: 10px 0;
}
.cms-public .p-heiwamuseum .block .list figure {
  margin: 0 auto;
}
.cms-public .p-heiwamuseum .block .list figure ul {
  margin: 0;
  list-style: none;
}
.cms-public .p-heiwamuseum .block .list figure ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  color: #333333;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .list figure ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.cms-public .p-heiwamuseum .block .list figure ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #036EB8;
  position: absolute;
  top: 11px;
  left: 0;
}
.cms-public .p-heiwamuseum .block .list figure ul li:last-of-type {
  padding-top: 0;
}
.cms-public .p-heiwamuseum .block .list figure ul li a {
  color: #126ab4;
  text-decoration: underline;
}

/* ====================
	■番号付きなリスト
	=====================*/
.cms-public .p-heiwamuseum .block .list ol {
  display: block;
  text-align: left;
}
.cms-public .p-heiwamuseum .block .list ol li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
  display: block;
  color: #333333;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .block .list ol li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(1):before {
  content: "1.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(2):before {
  content: "2.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(3):before {
  content: "3.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(4):before {
  content: "4.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(5):before {
  content: "5.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(6):before {
  content: "6.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(7):before {
  content: "7.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(8):before {
  content: "8.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-public .p-heiwamuseum .block .list ol li:nth-child(9):before {
  content: "9.";
  color: #036EB8;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/*水平線＝＝＝＝＝＝*/
.cms-public .p-heiwamuseum .parts .horizontalline hr.solid,
.cms-public .p-heiwamuseum .parts .horizontalline hr.dashed,
.cms-public .p-heiwamuseum .parts .horizontalline hr.border {
  border-color: #1EB8EC;
  margin: 30px 0;
}

/*Project
======================================= */
/* =========================================================
parts - 細かいパーツ
========================================================= */
/*リセット*/
.cms-public .block,
.cms-public .parts {
  float: none;
  clear: both;
}

.cms-public .p-heiwamuseum .parts .contact {
  border: none;
  width: 100%;
  max-width: 360px;
  border-radius: 10px;
  margin: 30px auto;
  padding: 10px;
  background: #eeeeee;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .parts .contact {
    padding: 15px 10px 15px 200px;
    background: url(/file/html/5354010.svg) no-repeat center left 20px;
    background-size: 150px auto;
    background-color: #eeeeee;
    text-align: left;
    max-width: 600px;
  }
}
.cms-public .p-heiwamuseum .parts .contact .contact_title {
  margin: 0 auto 10px;
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .parts .contact .contact_title {
    text-align: left;
  }
}
.cms-public .p-heiwamuseum .parts .contact .contact_department {
  background: url(/file/html/5354010.svg) no-repeat center top;
  background-size: 175px auto;
  padding: 110px 0 0;
  font-weight: bold;
  color: #036EB8;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .parts .contact .contact_department {
    background: none;
    padding: 0;
    text-align: left;
  }
}
.cms-public .p-heiwamuseum .parts .contact .contact_telephone {
  margin: 10px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.cms-public .p-heiwamuseum .parts .contact .contact_fax {
  margin: 5px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .parts .contact .contact_fax {
    margin-top: 3px;
  }
}
.cms-public .p-heiwamuseum .parts .contact .contact_mail {
  margin: 5px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .parts .contact .contact_mail {
    margin-top: 3px;
  }
}
.cms-public .p-heiwamuseum .parts .contact .contact_mail a {
  text-decoration: underline;
  color: #126ab4;
}

/*内部リンク＝＝＝＝＝＝＝＝＝＝＝*/
.cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul {
  background: #f1f1f1;
  padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul li.list-style-white-space {
  padding: 0 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul li.list-style-white-space {
    padding: 0 5px 10px;
  }
}
.cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul li.list-style-white-space::before {
  content: none;
}
.cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul li.list-style-white-space a {
  position: relative;
  display: block;
  background: #1EB8EC;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul li.list-style-white-space a {
    padding: 8px 30px 8px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.cms-public .p-heiwamuseum .p-parts-nav .block .list figure ul li.list-style-white-space a::before {
  content: '';
  display: block;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background: url(/file/html/5354006.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 10px;
}

/*刊行物一覧==================*/
.cms-public .p-heiwamuseum.p-library .p-library-box {
  padding: 10px;
  margin-bottom: 20px;
  background: #eeeeee;
}
.cms-public .p-heiwamuseum.p-library .p-library-box .note {
  margin: 0 auto;
}
.cms-public .p-heiwamuseum.p-library .p-library-box .heading h3 {
  margin: 0 auto 10px;
}
.cms-public .p-heiwamuseum.p-library .p-library-box .sentence a {
  display: block;
  padding: 10px;
  margin: 10px auto 0;
  border: 2px solid #ffffff;
  background: #036EB8;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  max-width: 250px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-library .p-library-box .sentence a {
    margin: 10px 0 0;
  }
}

/*関連リンク=================*/
.cms-public .p-heiwamuseum.p-link .block .list figure ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-public .p-heiwamuseum.p-link .block .list figure ul li {
  padding: 0 10px 15px;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-link .block .list figure ul li {
    width: 33.3%;
  }
}
.cms-public .p-heiwamuseum.p-link .block .list figure ul li::before {
  content: none !important;
}
.cms-public .p-heiwamuseum.p-link .block .list figure ul li:last-of-type {
  padding-top: 0;
}
.cms-public .p-heiwamuseum.p-link .block .list figure ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #EEEEEE;
  border-radius: 10px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #036EB8;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/*サイトマップ=================*/
.cms-public .p-heiwamuseum.p-sitemap .block .list figure ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-public .p-heiwamuseum.p-sitemap .block .list figure ul li {
  width: 100%;
  padding: 0 10px 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-sitemap .block .list figure ul li {
    width: 33.3%;
  }
}
.cms-public .p-heiwamuseum.p-sitemap .block .list figure ul li::before {
  content: none !important;
}
.cms-public .p-heiwamuseum.p-sitemap .block .list figure ul li:last-of-type {
  padding-top: 0;
}
.cms-public .p-heiwamuseum.p-sitemap .block .list figure ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #EEEEEE;
  border-radius: 10px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #036EB8;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/*about==============*/
.cms-public .p-heiwamuseum.p-about .image .block .image_listitem {
  max-width: 100%;
}
.cms-public .p-heiwamuseum.p-about .image .block .image_listitem figure {
  max-width: 100%;
  margin: 0 auto;
}
.cms-public .p-heiwamuseum.p-about .image .block .image_listitem figure img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

/*exhibition=================*/
.cms-public .p-heiwamuseum.p-exhibition .image .block .image_listitem {
  max-width: 100%;
}
.cms-public .p-heiwamuseum.p-exhibition .image .block .image_listitem figure {
  max-width: 100%;
  margin: 0 auto;
}
.cms-public .p-heiwamuseum.p-exhibition .image .block .image_listitem figure img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

/*平和学習コンテンツ一覧====================*/
.cms-public .p-heiwamuseum.p-gallery-study .sentence_with_image {
  max-width: 100%;
}
.cms-public .p-heiwamuseum.p-gallery-study .sentence_with_image a {
  position: relative;
  display: inline-block;
  border: 2px solid #036EB8;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-study .sentence_with_image a {
    border: 5px solid #036EB8;
  }
}
.cms-public .p-heiwamuseum.p-gallery-study .sentence_with_image a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/file/html/5354003.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
}
.cms-public .p-heiwamuseum.p-gallery-study .sentence_with_image a img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}

/*映像資料====================*/
.cms-public .p-heiwamuseum.p-gallery-movie .image .block .image_listitem {
  max-width: 100%;
}
.cms-public .p-heiwamuseum.p-gallery-movie .image .block .image_listitem figure {
  max-width: 100%;
  margin: 0 auto;
}
.cms-public .p-heiwamuseum.p-gallery-movie .image .block .image_listitem figure img {
  max-height: 100%;
  max-width: 100%;
}

/*アニメーション====================*/
.cms-public .p-heiwamuseum.p-gallery-anime .sentence_with_image {
  max-width: 100%;
}
.cms-public .p-heiwamuseum.p-gallery-anime .sentence_with_image a {
  position: relative;
  display: inline-block;
  border: 2px solid #036EB8;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-anime .sentence_with_image a {
    border: 5px solid #036EB8;
  }
}
.cms-public .p-heiwamuseum.p-gallery-anime .sentence_with_image a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/file/html/5354003.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
}
.cms-public .p-heiwamuseum.p-gallery-anime .sentence_with_image a img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}

/*利用案内====================*/
.cms-public .p-heiwamuseum.p-information .image .block .image_listitem {
  max-width: 100%;
}
.cms-public .p-heiwamuseum.p-information .image .block .image_listitem figure {
  max-width: 100%;
  margin: 0 auto;
}
.cms-public .p-heiwamuseum.p-information .image .block .image_listitem figure img {
  max-height: 100%;
  max-width: 100%;
}

/* =========================================================
top - topページの独自コンテンツ
========================================================= */
/*header=========*/
.p-top {
  position: relative;
  background: url(/file/html/5354009.jpg) no-repeat center top;
  background-size: contain;
}
.p-top::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.p-top .c-header__main {
  background: none;
}

/*header sub=======*/
.cms-public .p-heiwamuseum .c-header__sub {
  position: relative;
  z-index: 5;
}
.cms-public .p-heiwamuseum .c-header__sub .list {
  padding: 0;
}
.cms-public .p-heiwamuseum .c-header__sub .list a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.cms-public .p-heiwamuseum .c-header__sub .list figure ul li {
  padding: 0;
}
.cms-public .p-heiwamuseum .c-header__sub .list figure ul li::before {
  content: none;
}

/*header nav=======*/
.cms-public .p-heiwamuseum .c-header__main .list {
  padding: 0;
}
.cms-public .p-heiwamuseum .c-header__main .list figure ul li {
  padding: 0;
  letter-spacing: 0;
}
.cms-public .p-heiwamuseum .c-header__main .list figure ul li::before {
  content: none;
}

/*スライダー============*/
.cms-public .p-heiwamuseum .p-top-slider {
  padding: 20px 0;
}
.cms-public .p-heiwamuseum .p-top-slider div.slide div.next,
.cms-public .p-heiwamuseum .p-top-slider div.slide div.prev {
  top: auto;
  bottom: calc(50% - 20px);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.cms-public .p-heiwamuseum .p-top-slider div.slide div.next span,
.cms-public .p-heiwamuseum .p-top-slider div.slide div.prev span {
  background-size: 50% 50%;
  background-position: center;
}
.cms-public .p-heiwamuseum .p-top-slider div.animation {
  width: 100% !important;
  max-width: 1080px;
}
.cms-public .p-heiwamuseum .p-top-slider div.slide {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  width: 100% !important;
  max-height: 180px;
  min-height: 180px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-slider div.slide {
    max-height: 350px;
    min-height: 350px;
  }
}
@media screen and (min-width: 900px) {
  .cms-public .p-heiwamuseum .p-top-slider div.slide {
    max-height: 510px;
    min-height: 510px;
  }
}
.cms-public .p-heiwamuseum .p-top-slider div.slide ul.slide {
  width: auto;
  max-height: 180px;
  min-height: 180px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-slider div.slide ul.slide {
    max-height: 350px;
    min-height: 350px;
  }
}
@media screen and (min-width: 900px) {
  .cms-public .p-heiwamuseum .p-top-slider div.slide ul.slide {
    max-height: 510px;
    min-height: 510px;
  }
}
.cms-public .p-heiwamuseum .p-top-slider div.slide ul.slide li {
  position: relative;
  width: 100%;
  max-height: 180px;
  min-height: 180px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-slider div.slide ul.slide li {
    max-height: 350px;
    min-height: 350px;
  }
}
@media screen and (min-width: 900px) {
  .cms-public .p-heiwamuseum .p-top-slider div.slide ul.slide li {
    max-height: 510px;
    min-height: 510px;
  }
}
.cms-public .p-heiwamuseum .p-top-slider div.slide ul.slide li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: inherit;
  width: auto !important;
}
.cms-public .p-heiwamuseum .p-top-slider .l-container, .cms-public .p-heiwamuseum .p-top-slider .c-footer-heiwa .div_tag, .c-footer-heiwa .cms-public .p-heiwamuseum .p-top-slider .div_tag, .cms-public .p-heiwamuseum .p-top-slider .heading h1 span, .cms-public .p-heiwamuseum .heading h1 .p-top-slider span, .cms-public .p-heiwamuseum .p-top-slider .bread-list, .cms-public .p-heiwamuseum .p-top-slider .area .c-information-foot__h1 .heading, .cms-public .area .c-information-foot__h1 .p-heiwamuseum .p-top-slider .heading {
  position: relative;
}
.cms-public .p-heiwamuseum .p-top-slider__logo {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
  max-width: 170px;
  padding: 10px 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-slider__logo {
    max-width: 310px;
    padding: 20px;
  }
}
.cms-public .p-heiwamuseum .p-top-slider__logo .image .block figure {
  margin: auto;
  min-width: auto;
}
.cms-public .p-heiwamuseum .p-top-slider__logo .image .block .image_listitem {
  margin: 0 auto;
  width: 100%;
}
.cms-public .p-heiwamuseum .p-top-slider__logo img {
  position: relative;
  opacity: 0;
  min-height: 50px;
  -moz-animation: bottom-up 1300ms alternate 500ms forwards;
  -webkit-animation: bottom-up 1300ms alternate 500ms forwards;
  animation: bottom-up 1300ms alternate 500ms forwards;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-slider__logo img {
    min-height: 120px;
    max-width: 220px !important;
  }
}

/*[top-up]の実行*/
@-moz-keyframes bottom-up {
  0% {
    opacity: 0;
    bottom: 50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes bottom-up {
  0% {
    opacity: 0;
    bottom: 50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes bottom-up {
  0% {
    opacity: 0;
    bottom: 50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*nav======*/
.p-top .c-gnav .list {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .p-top .c-gnav .list {
    max-width: 1110px;
  }
}

/*イベント情報============*/
.cms-public .p-heiwamuseum .p-top-event {
  background: #F1F1F1;
  padding: 0 0 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event {
    padding: 30px 0;
  }
}
.cms-public .p-heiwamuseum .p-top-event .div_tag {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .cms-public .p-heiwamuseum .p-top-event .div_tag {
    max-width: 1110px;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event .div_tag {
    position: relative;
    padding-left: 165px;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__ttl {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 135px;
  }
}
.cms-public .p-heiwamuseum .p-top-event__ttl .html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__ttl .html {
    display: block;
  }
}
.cms-public .p-heiwamuseum .p-top-event__ttl .event-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__ttl .event-ttl {
    background: #ffffff;
    padding: 20px;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    line-height: 1.3;
  }
}
.cms-public .p-heiwamuseum .p-top-event__ttl .event-ttl br {
  display: none;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__ttl .event-ttl br {
    display: inherit;
  }
}
.cms-public .p-heiwamuseum .p-top-event__ttl .event-ttl .in {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #1EB8EC;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__ttl .event-ttl .in {
    display: block;
    background: #1EB8EC;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 5px;
  }
}
.cms-public .p-heiwamuseum .p-top-event__ttl .event-btn {
  display: block;
  background: #036EB8;
  padding: 5px 15px;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__ttl .event-btn {
    margin-top: 10px;
    text-align: center;
  }
}
.cms-public .p-heiwamuseum .p-top-event__ttl .event-btn .in {
  display: inline-block;
  padding-right: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(/file/html/5354003.svg) no-repeat center right;
  background-size: 10px 10px;
}
.cms-public .p-heiwamuseum .p-top-event__item {
  background: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__item .note {
    position: relative;
    padding: 0 260px 0 125px;
    min-height: 100px;
  }
}
.cms-public .p-heiwamuseum .p-top-event__item .item-ttl {
  background: #036EB8;
  padding: 10px;
  clear: both;
  border-left: 5px solid #13A6D8;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__item .item-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__item .item-ttl .html {
    text-align: center;
  }
}
.cms-public .p-heiwamuseum .p-top-event__item .item-ttl .main {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(/file/html/5353997.svg) no-repeat center left;
  background-size: 25px 25px;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__item .item-ttl .main {
    display: block;
    background: none;
    padding: 0;
  }
}
.cms-public .p-heiwamuseum .p-top-event__item .item-ttl .sub {
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  font-weight: bold;
  color: #036EB8;
  border-radius: 100px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__item .item-ttl .sub {
    float: none;
    margin-top: 10px;
  }
}
.cms-public .p-heiwamuseum .p-top-event__item .item-data {
  font-weight: bold;
  padding-top: 5px;
}
.cms-public .p-heiwamuseum .p-top-event__item .item-data p {
  color: #036EB8 !important;
}
.cms-public .p-heiwamuseum .p-top-event__item .item-name {
  font-weight: bold;
}
.cms-public .p-heiwamuseum .p-top-event__item .item-name p {
  font-size: 100% !important;
}
.cms-public .p-heiwamuseum .p-top-event__item.movie {
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__item.movie {
    padding-bottom: 0;
  }
}
.cms-public .p-heiwamuseum .p-top-event__item.movie .item-ttl {
  border-color: #23ED90;
  background: #06C56D;
}
.cms-public .p-heiwamuseum .p-top-event__item.movie .item-ttl .sub {
  color: #06C56D;
}
.cms-public .p-heiwamuseum .p-top-event__item.movie .item-data p {
  color: #06C56D !important;
}
.cms-public .p-heiwamuseum .p-top-event__link {
  padding: 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__link {
    width: auto;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.cms-public .p-heiwamuseum .p-top-event__link .link-pdf {
  display: inline-block;
  width: 100%;
  border: 3px solid #ff3737;
  border-radius: 10px;
  background: #ffffff;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__link .link-pdf {
    max-width: 270px;
  }
}
.cms-public .p-heiwamuseum .p-top-event__link .link-pdf .in {
  display: inline-block;
  padding: 5px 0;
  padding-left: 35px;
  background: url(/file/html/5353999.svg) no-repeat center left;
  background-size: 25px 25px;
  font-weight: bold;
  color: #000000;
}
.cms-public .p-heiwamuseum .p-top-event__link.link-tel {
  display: inline-block;
  width: calc(100% - 20px);
  border: 3px solid #06C56D;
  border-radius: 10px;
  padding: 10px 10px 10px 45px;
  margin: 0 10px;
  background: url(/file/html/5354004.svg) no-repeat center left 10px;
  background-size: 25px 25px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__link.link-tel {
    max-width: 270px;
    margin: 0 auto;
    width: 100%;
  }
}
.cms-public .p-heiwamuseum .p-top-event__link.link-tel .sub {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-event__link.link-tel .sub {
    display: block;
  }
}
.cms-public .p-heiwamuseum .p-top-event__link.link-tel .main {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

/*お知らせ============*/
.cms-public .p-heiwamuseum .p-top-news {
  padding: 10px 0;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-news {
    padding: 40px 0 50px;
  }
}
.cms-public .p-heiwamuseum .p-top-news__ttl {
  position: relative;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 10px;
}
.cms-public .p-heiwamuseum .p-top-news__ttl::before {
  content: '';
  display: block;
  background: #1EB8EC;
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-news__ttl::before {
    width: 160px;
  }
}
.cms-public .p-heiwamuseum .p-top-news__ttl .html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.cms-public .p-heiwamuseum .p-top-news__ttl .news-ttl {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-news__ttl .news-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.cms-public .p-heiwamuseum .p-top-news__ttl .news-ttl .in {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #1EB8EC;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-news__ttl .news-ttl .in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.cms-public .p-heiwamuseum .p-top-news__ttl .news-btn {
  display: block;
  background: #036EB8;
  padding: 5px 15px;
  border-radius: 100px;
}
.cms-public .p-heiwamuseum .p-top-news__ttl .news-btn .in {
  display: inline-block;
  padding-right: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(/file/html/5354003.svg) no-repeat center right;
  background-size: 10px 10px;
}
.cms-public .p-heiwamuseum .p-top-news__list .title-list .no-index {
  border: none;
}
.cms-public .p-heiwamuseum .p-top-news__list .display_date {
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .p-top-news__list .display_date {
    padding: 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-news__list .display_date {
    padding-bottom: 10px;
  }
}
.cms-public .p-heiwamuseum .p-top-news__list .display_date time {
  color: #1EB8EC;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum .p-top-news__list .display_date time {
    position: relative !important;
    left: auto !important;
    display: block;
  }
}
.cms-public .p-heiwamuseum .p-top-news__list .display_date .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
.cms-public .p-heiwamuseum .p-top-news__list .display_date .title a {
  color: #126ab4;
  text-decoration: underline;
  font-weight: bold;
}
.cms-public .p-heiwamuseum .p-top-news__list .display_date .belong {
  display: none !important;
}
.cms-public .p-heiwamuseum .p-top-news__bnr {
  padding-top: 10px;
  z-index: 10;
  position: relative;
}
.cms-public .p-heiwamuseum .p-top-news__bnr .news-item figure {
  margin: 0;
}
.cms-public .p-heiwamuseum .p-top-news__bnr .news-item img {
  display: inline-block;
  width: 100%;
}

/*はじめに============*/
.cms-public .p-heiwamuseum .p-top-about {
  position: relative;
  background: url(/file/html/5354015.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-about {
    padding: 80px 0;
  }
}
.cms-public .p-heiwamuseum .p-top-about::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.cms-public .p-heiwamuseum .p-top-about .l-container, .cms-public .p-heiwamuseum .p-top-about .c-footer-heiwa .div_tag, .c-footer-heiwa .cms-public .p-heiwamuseum .p-top-about .div_tag, .cms-public .p-heiwamuseum .p-top-about .heading h1 span, .cms-public .p-heiwamuseum .heading h1 .p-top-about span, .cms-public .p-heiwamuseum .p-top-about .bread-list, .cms-public .p-heiwamuseum .p-top-about .area .c-information-foot__h1 .heading, .cms-public .area .c-information-foot__h1 .p-heiwamuseum .p-top-about .heading {
  position: relative;
  z-index: 10;
}
.cms-public .p-heiwamuseum .p-top-about__ttl .about-ttl {
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.cms-public .p-heiwamuseum .p-top-about__ttl .about-ttl .main {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #036EB8;
  font-size: 30px;
  font-size: 1.875rem;
}
.cms-public .p-heiwamuseum .p-top-about__ttl .about-ttl .sub {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #959595;
  padding-top: 5px;
  font-size: 16px;
  font-size: 1rem;
}
.cms-public .p-heiwamuseum .p-top-about .c-basic-btn {
  padding-top: 30px;
}

/*活動内容============*/
.cms-public .p-heiwamuseum .p-top-active {
  position: relative;
  z-index: 10;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active {
    padding: 80px 0;
  }
}
.cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl {
  padding-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl {
    padding-bottom: 30px;
  }
}
.cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .main {
  display: block;
  text-align: center;
}
.cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .main .main-in {
  display: block;
  font-weight: bold;
  color: #036EB8;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .main .main-in {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    padding-right: 15px;
  }
}
.cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .main .in {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #036EB8;
  padding: 3px 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .main .in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .main .in::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #036EB8 transparent;
  position: absolute;
  top: -5px;
  left: calc(50% - 7.5px);
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .main .in::before {
    width: 0;
    border-width: 5px 10px 5px 0;
    border-color: transparent #036EB8 transparent transparent;
    top: calc(50% - 5px);
    left: -8px;
  }
}
.cms-public .p-heiwamuseum .p-top-active__ttl .active-ttl .sub {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #959595;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.cms-public .p-heiwamuseum .p-top-active__list {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active__list.col3 {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active__list.col3 .p-top-active__item {
    width: 33.33%;
    padding: 0 5px;
  }
}
.cms-public .p-heiwamuseum .p-top-active__list.col2 {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.cms-public .p-heiwamuseum .p-top-active__list.col2 .p-top-active__item {
  padding: 0 5px;
  width: 50%;
}
.cms-public .p-heiwamuseum .p-top-active__item {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-active__item {
    margin-bottom: 15px;
  }
}
.cms-public .p-heiwamuseum .p-top-active__item .btn-link {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.cms-public .p-heiwamuseum .p-top-active__item .btn-link img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}

/*ギャラリー============*/
.cms-public .p-heiwamuseum .p-top-gallery {
  position: relative;
  background: url(/file/html/5354016.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-gallery {
    padding: 80px 0;
  }
}
.cms-public .p-heiwamuseum .p-top-gallery::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.cms-public .p-heiwamuseum .p-top-gallery__ttl {
  position: relative;
  z-index: 5;
}
.cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl {
  padding-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl {
    padding-bottom: 30px;
  }
}
.cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .main {
  display: block;
  text-align: center;
}
.cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .main .main-in {
  display: block;
  font-weight: bold;
  color: #036EB8;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .main .main-in {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    padding-right: 15px;
  }
}
.cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .main .in {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #036EB8;
  padding: 3px 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .main .in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .main .in::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #036EB8 transparent;
  position: absolute;
  top: -5px;
  left: calc(50% - 7.5px);
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .main .in::before {
    width: 0;
    border-width: 5px 10px 5px 0;
    border-color: transparent #036EB8 transparent transparent;
    top: calc(50% - 5px);
    left: -8px;
  }
}
.cms-public .p-heiwamuseum .p-top-gallery__ttl .gallery-ttl .sub {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #959595;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.cms-public .p-heiwamuseum .p-top-gallery__list {
  padding: 0;
  position: relative;
  z-index: 5;
}
.cms-public .p-heiwamuseum .p-top-gallery__list.col3 {
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cms-public .p-heiwamuseum .p-top-gallery__list.col3 .p-top-gallery__item {
  width: 50%;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-gallery__list.col3 .p-top-gallery__item {
    width: 33.33%;
  }
}
.cms-public .p-heiwamuseum .p-top-gallery__item {
  list-style: none;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-top-gallery__item {
    margin-bottom: 15px;
  }
}
.cms-public .p-heiwamuseum .p-top-gallery__item .btn-link {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.cms-public .p-heiwamuseum .p-top-gallery__item .btn-link img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 300px;
  width: 100%;
}

/* =========================================================
ブログ -　ブログパーツ 
========================================================= */
/*SNS*/
.cms-public .p-heiwamuseum .sns-buttons {
  float: none !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .cms-public .p-heiwamuseum .sns-buttons {
    max-width: 1110px;
  }
}
.cms-public .p-heiwamuseum .sns-buttons .sns-area li {
  float: right;
}

/*記事一覧＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.cms-public .p-heiwamuseum.p-blog .title-list {
  border: none;
  max-width: 700px;
  margin: 0 auto;
}
.cms-public .p-heiwamuseum.p-blog .title-list .tab {
  border: none;
}
.cms-public .p-heiwamuseum.p-blog .title-list ul.totaling {
  padding-bottom: 20px;
}
.cms-public .p-heiwamuseum.p-blog .title-list ul.totaling li {
  border-bottom: 2px dotted #cccccc;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-blog .title-list ul.totaling li {
    padding-left: 0;
  }
}
.cms-public .p-heiwamuseum.p-blog .title-list ul.totaling li time {
  display: block;
  padding: 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-blog .title-list ul.totaling li time {
    padding: 10px 0 0;
    position: relative;
    left: auto;
  }
}
.cms-public .p-heiwamuseum.p-blog .title-list ul.totaling li .title {
  display: inline-block;
  font-weight: bold;
}
.cms-public .p-heiwamuseum.p-blog .title-list ul.totaling li .title a {
  display: inline-block;
  padding: 10px 0;
  color: #126ab4;
  text-decoration: underline;
}
.cms-public .p-heiwamuseum.p-blog .title-list ul.totaling li .belong {
  display: none;
}

/*詳細＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.cms-public .p-heiwamuseum .p-blog-list-link {
  display: block;
  padding: 10px;
  margin: 20px auto;
  border-top: 2px solid #1EB8EC;
  background: #EAF3FF;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-blog-list-link {
    margin: 60px auto 20px;
  }
}
.cms-public .p-heiwamuseum .p-blog-list-link__in {
  display: inline-block;
  color: #036EB8;
  font-weight: bold;
  font-size: 18pxpx;
  font-size: 1.125pxrem;
  padding-left: 20px;
  background: url(/file/html/5357197.svg) no-repeat center left;
  background-size: 15px 15px;
}

/* =========================================================
information - 利用案内ページの独自コンテンツ
========================================================= */
/*footerの共通＝＝＝＝＝＝＝＝＝＝＝*/
.cms-public .area .c-information-foot {
  margin: 50px auto 20px;
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot {
    margin: 80px auto 20px;
  }
}
.cms-public .area .c-information-foot__h1 {
  background: url(/file/html/5354015.jpg) no-repeat center;
  background-size: cover;
  padding: 10px 0;
  margin-bottom: 20px;
}
.cms-public .area .c-information-foot__h1 .heading h2 {
  display: block;
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 20px !important;
  margin: 0 !important;
  text-align: center !important;
  color: #036EB8 !important;
  border: none !important;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot__h1 .heading h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot__contents .div_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot__photo {
    width: 50%;
    padding-right: 20px;
  }
}
.cms-public .area .c-information-foot__photo figure {
  margin: 0 auto;
}
.cms-public .area .c-information-foot__photo img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.cms-public .area .c-information-foot__info {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot__info {
    width: 50%;
    padding-top: 0;
  }
}
.cms-public .area .c-information-foot__info .info-photo caption {
  display: none;
}
.cms-public .area .c-information-foot__info .table {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cms-public .area .c-information-foot__info .table table {
    display: block;
    width: 100%;
    white-space: inherit;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot__info .table table {
    border: 1px solid #EEEEEE;
  }
}
@media screen and (max-width: 767px) {
  .cms-public .area .c-information-foot__info .table tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cms-public .area .c-information-foot__info .table tr {
    display: block;
    width: 100%;
  }
}
.cms-public .area .c-information-foot__info .table th {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cms-public .area .c-information-foot__info .table th {
    display: block;
    width: 100% !important;
    border: none;
    padding: 5px;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot__info .table th {
    border: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cms-public .area .c-information-foot__info .table td {
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .cms-public .area .c-information-foot__info .table td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot__info .table td {
    border: none;
    border-bottom: 1px solid #EEEEEE;
    width: calc(100% - 150px);
    text-align: left;
    padding: 15px 10px;
  }
}

/*アクセス＝＝＝＝＝＝＝＝＝＝＝*/
.cms-public .area .c-information-foot-access .c-information-foot-access__h2 .heading h2 {
  background: #1EB8EC;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin: 30px auto;
  border: none;
}
.cms-public .area .c-information-foot-access__map {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot-access__map .div_tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
}
.cms-public .area .c-information-foot-access__map figure {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot-access__map figure {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot-access__img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot-access__img .image {
    padding: 0 5px;
  }
}
.cms-public .area .c-information-foot-access__img .image .block {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot-access__img .image .image_listitem {
    display: inline-block;
    max-width: 48%;
  }
}
.cms-public .area .c-information-foot-access__img .image img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-public .area .c-information-foot-access__info {
    width: 40%;
    padding-left: 20px;
  }
}
.cms-public .area .c-information-foot-access__info .html {
  background: url(/file/html/5353998.svg) no-repeat top left;
  background-size: 50px 50px;
  padding-left: 60px;
}
.cms-public .area .c-information-foot-access__info .list {
  background: #eeeeee;
  padding: 15px 10px 10px;
  margin-top: 20px;
}
.cms-public .area .c-information-foot-access__info .list figure {
  margin: 0 auto;
}
.cms-public .area .c-information-foot-access__info .list ul {
  margin: 0 auto;
}
.cms-public .area .c-information-foot-access__info .list li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
.cms-public .area .c-information-foot-access__info .list li::before {
  content: '・';
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.cms-public .area .c-information-foot-access__info .list li a {
  text-decoration: underline;
  color: #1EB8EC;
}
.cms-public .area .c-information-foot-access__add .add {
  margin: 0 auto 5px;
  letter-spacing: 1px;
}
.cms-public .area .c-information-foot-access__add .map-link {
  display: inline-block;
  background: #1EB8EC;
  padding: 3px 15px;
  border-radius: 20px;
}
.cms-public .area .c-information-foot-access__add .map-link .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 15px;
  background: url(/file/html/5354003.svg) no-repeat center right;
  background-size: 12px 12px;
}
.cms-public .area .c-information-foot-access__parking {
  margin: 0 auto;
  padding-top: 10px;
}
.cms-public .area .c-information-foot-access__parking dt {
  display: inline-block;
  vertical-align: middle;
  background: #666666;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0 15px;
  border-radius: 5px;
}
.cms-public .area .c-information-foot-access__parking dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/* =========================================================
gallery - ギャラリー関連
========================================================= */
/*list表示*/
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-list .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem {
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px dotted #cccccc;
  margin: 0 auto 10px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem {
    padding: 0 10px 10px;
    width: 33.3%;
    border: none;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 900px) {
  .cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem {
    width: 25%;
  }
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure {
  width: 100%;
  min-width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure {
    display: block;
  }
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure a {
  position: relative;
  display: inline-block;
  border: 2px solid #036EB8;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure a {
    border: 5px solid #036EB8;
  }
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/file/html/5354003.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure a img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure div {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure div {
    width: 100%;
  }
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure figcaption {
  display: block;
  color: #333333;
  width: calc(100% - 120px);
  padding-left: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure figcaption {
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px 0;
    text-align: center;
  }
}
.cms-public .p-heiwamuseum .p-gallery-list .block .image_listitem figure figcaption img {
  max-width: 20px;
  height: auto;
}

.cms-public .p-heiwamuseum .p-gallery-link .image,
.cms-public .p-heiwamuseum .p-gallery-link .image_listitem {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-link .image,
  .cms-public .p-heiwamuseum .p-gallery-link .image_listitem {
    border: none;
    margin-bottom: 20px;
  }
}
.cms-public .p-heiwamuseum .p-gallery-link .image a,
.cms-public .p-heiwamuseum .p-gallery-link .image_listitem a {
  position: relative;
  display: inline-block;
  border: 2px solid #036EB8;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum .p-gallery-link .image a,
  .cms-public .p-heiwamuseum .p-gallery-link .image_listitem a {
    border: 5px solid #036EB8;
  }
}
.cms-public .p-heiwamuseum .p-gallery-link .image a::before,
.cms-public .p-heiwamuseum .p-gallery-link .image_listitem a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/file/html/5354003.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
}
.cms-public .p-heiwamuseum .p-gallery-link .image a img,
.cms-public .p-heiwamuseum .p-gallery-link .image_listitem a img {
  display: inline-block;
  vertical-align: bottom;
}

/*年表＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr {
  border: none;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #EAF3FF;
  }
}
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr th {
  border: none;
  background: #036EB8;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr th {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr th {
    width: 100px;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr th:empty {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr th:empty {
    border-top: none !important;
  }
}
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td {
  border: none;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:empty {
    display: none;
  }
}
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:first-child {
  background: #036EB8;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:first-child {
    width: 100px !important;
    border-top: 1px solid #ffffff;
  }
}
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(2) {
  background: #1EB8EC;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(2) {
    background: #036EB8;
    width: 100px !important;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(2):empty {
    border-top: none !important;
  }
}
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(3) {
  background: #EAF3FF;
  color: #036EB8;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(3) {
    width: 60px !important;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(3):empty {
    border-top: none !important;
  }
}
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(4) {
  background: #EAF3FF;
  color: #036EB8;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(4) {
    width: 60px !important;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
.cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(5) {
  background: #ffffff;
  border: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(5) {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-nenpyo .p-gallery-nenpyo__table .table tr td:nth-child(5) {
    width: calc(100% - 320px) !important;
  }
}

/*県内地図=================*/
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box {
    padding: 0 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .note {
    margin-top: 0;
  }
}
.cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .block .heading h3 {
  margin: 0 auto;
  text-align: center;
}
.cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .sentence_with_image {
  border: 2px solid #cccccc;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .sentence_with_image {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .sentence_with_image .block {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .sentence_with_image .block .image {
    max-width: 210px;
    padding: 0 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .sentence_with_image .block .sentence {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-map .p-gallery-map__box .sentence_with_image .block .sentence p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*収蔵庫=================*/
.cms-public .p-heiwamuseum.p-gallery-syuz .block .list figure ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-public .p-heiwamuseum.p-gallery-syuz .block .list figure ul li {
  width: 50%;
  padding: 0 10px 10px;
}
@media screen and (min-width: 576px) {
  .cms-public .p-heiwamuseum.p-gallery-syuz .block .list figure ul li {
    width: 33.3%;
  }
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-syuz .block .list figure ul li {
    width: 25%;
  }
}
.cms-public .p-heiwamuseum.p-gallery-syuz .block .list figure ul li::before {
  content: none;
}
.cms-public .p-heiwamuseum.p-gallery-syuz .block .list figure ul li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  background: #EAF3FF;
  border: 1px solid #ffffff;
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.cms-public .p-heiwamuseum.p-gallery-syuz .block .list figure ul li a::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: url(/file/html/5354003.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #036EB8;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
}
.cms-public .p-heiwamuseum.p-gallery-syuz .list-col2 .list figure ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cms-public .p-heiwamuseum.p-gallery-syuz .list-col2 .list figure ul li {
    width: 50%;
  }
}

/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer {
    display: none !important;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track, .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type, .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th, .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type, .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2), .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #036EB8 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #c60d0d !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 3rem !important;
  }

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  .u-p-sm-5 {
    padding: 3rem !important;
  }

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  .u-m-md-5 {
    margin: 3rem !important;
  }

  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  .u-p-md-5 {
    padding: 3rem !important;
  }

  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 900px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1080px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 3rem !important;
  }

  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  .u-p-xl-5 {
    padding: 3rem !important;
  }

  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}
