@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 200px;
  }
  /*=================================================================*/
  /*	h1 */
  /*=================================================================*/
  .h1Area {
    width: 100%;
    height: 288px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h1Area h1 {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
  }
  .exhibition {
    background: url(../images/top/bg_exhibitionRoom.png) no-repeat center/cover;
  }
  .info {
    background: url(../images/top/bg_exhibitionRoom.png) no-repeat center/cover;
  }
  /*=================================================================*/
  /*	h2・h3・h4・h5 */
  /*=================================================================*/
  h2 {
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
    background-color: #333;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    border-left: 12px solid #FFBA3A;
    margin: 40px 0 30px;
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    width: 100%;
    padding: 4px 20px;
    box-sizing: border-box;
    font-size: 2rem;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    border-left: 12px solid #FFBA3A;
    border-bottom: 1px solid #b1b1b1;
    margin: 40px 0 30px;
  }
  h4 {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    border-left: 12px solid #FFBA3A;
    margin: 40px 0 30px;
  }
  h5 {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    margin: 40px 0 30px;
  }
  /*=================================================================*/
  /*	パンくずリスト */
  /*=================================================================*/
  .breadcrumbs {
    padding: 30px 0 50px;
    font-size: 1.4rem;
  }
  .breadcrumbs a {
    font-size: 1.4rem !important;
  }
  /*=================================================================*/
  /*	下層背景色 */
  /*=================================================================*/
  .secBg {
    padding: 36px;
    background-color: #fff;
  }
  /*=================================================================*/
  /*	リンクリスト */
  /*=================================================================*/
  .aboutRoom a {
    width: 100%;
    min-height: 200px;
    padding: 14px;
    box-sizing: border-box;
    background: url(../images/sec/bg_aboutroom.jpg) no-repeat center/cover #986E33;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
    transition: 0.3s;
  }
  .aboutRoom a .img {
    width: 250px;
    height: stretch;
    overflow: hidden;
  }
  .aboutRoom a .img img {
    width: auto;
    height: 100%;
  }
  .aboutRoom a .aboutroom_r {
    text-align: right;
    margin-right: 30px;
  }
  .aboutRoom a .aboutroom_r .txt {
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
  }
  .aboutRoom a .aboutroom_r .btnArea .btn {
    width: 180px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .aboutRoom a .aboutroom_r .btnArea .btn span {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  .listArea {
    border-top: 1px solid #898989;
  }
  .listdl .txt {
    margin-bottom: 30px;
  }
  .listdl dt.btnOpen {
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #898989;
    background: url(../images/sec/list_arrow.svg) no-repeat center right 30px;
  }
  .listdl dt.btnOpen.active {
    background: url(../images/sec/list_arrow_open.svg) no-repeat center right 30px;
  }
  .listdl dt.btnLink a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #898989;
    background: url(../images/sec/list_arrow_r.svg) no-repeat center right 30px;
  }
  .listdl dt.btnLink a:hover {
    opacity: 1;
  }
  .listdl dd {
    padding: 20px 20px 40px;
    box-sizing: border-box;
    /*display: none;*/
    border-bottom: 1px solid #898989;
  }
  .listdl dd ul {
    margin-top: 10px;
    padding-left: 30px;
  }
  .listdl dd ul li {
    padding-left: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    background: url(../images/sec/list_maru.svg) no-repeat top 10px left;
    margin-bottom: 10px;
  }
  .cBtn {
    display: flex;
    justify-content: center;
    margin-top: 100px;
  }
  /*=================================================================*/
  /*	展示品 */
  /*=================================================================*/
  .exhibitsBg {
    background-color: #fff;
    padding: 36px 36px 0;
    box-sizing: border-box;
    margin-top: 42px;
  }
  .exhibits {
    display: flex;
    gap: 60px;
    border-bottom: 2px solid #D9D9D9;
    box-sizing: border-box;
    margin-bottom: 32px;
    padding-bottom: 12px;
  }
  .exhibits:last-child {
    border-bottom: 0;
  }
  .exhibits .imgArea .click {
    font-size: 1.2rem;
  }
  .exhibits .imgArea .imgBox {
    width: 300px;
    aspect-ratio: 160/107;
    overflow: hidden;
    text-align: center;
  }
  .exhibits .imgArea .imgBox a {
    width: 100%;
    aspect-ratio: 160/107;
    display: block;
  }
  .exhibits .imgArea .imgBox a img {
    width: auto;
    height: 100%;
  }
  .exhibits .txtArea {
    flex: 1;
  }
  .exhibits .txtArea .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding: 10px 0 10px 10px;
    border-left: 6px solid #D9D9D9;
    margin-bottom: 24px;
  }
  .exhibits .txtArea .txt {
    font-size: 1.6rem;
  }
  /*=================================================================*/
  /*	事務局からのお知らせ */
  /*=================================================================*/
  .infoArea {
    max-width: 1200px;
    margin: 0 auto;
  }
  .infoArea ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
  .infoArea ul li {
    width: 30%;
    margin-bottom: 80px;
  }
  .infoArea ul li a {
    transition: 0.3s;
  }
  .infoArea ul li a .imgBox {
    padding: 8px;
    position: relative;
    box-sizing: border-box;
  }
  .infoArea ul li a .imgBox::before {
    content: "";
    width: 53px;
    height: 53px;
    background: url(../images/union/img_info_ue.svg) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .infoArea ul li a .imgBox::after {
    content: "";
    width: 114px;
    height: 131px;
    background: url(../images/union/img_info_shita.svg) no-repeat center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .infoArea ul li a .img {
    width: 100%;
    aspect-ratio: 4/3;
    background: #333;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .infoArea ul li a .img img {
    width: auto;
    height: 100%;
    transform: scale(1);
    transition: 0.3s;
  }
  .infoArea ul li a .ttl {
    margin-top: 16px;
    box-sizing: border-box;
    padding: 0 8px;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 51px;
  }
  .infoArea ul li a .days {
    box-sizing: border-box;
    padding: 20px 8px 0;
    font-size: 1.4rem;
    color: #767676;
  }
  .infoArea ul li a:hover {
    opacity: 1;
  }
  .infoArea ul li a:hover .ttl {
    text-decoration: underline;
  }
  .infoArea ul li a:hover img {
    transform: scale(1.1);
  }
  .wp-pagenavi {
    margin: 50px 0;
    display: flex;
    justify-content: center;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border: 1px solid #d4d4d4;
    display: inline-block;
    margin: 0 5px;
  }
  .wp-pagenavi a:hover {
    background: #333;
    color: #fff;
  }
  .wp-pagenavi .current {
    background: #333;
    color: #fff;
    font-weight: bold;
  }
  .infoTtl {
    padding: 0 0 20px 0;
    border-bottom: 2px solid #a5a5a5;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .infoyear {
    text-align: right;
    color: #a5a5a5;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  /*=================================================================*/
  /*	各地域の慰霊碑 */
  /*=================================================================*/
  .cenotaphBg {
    background-color: #fff;
    padding: 0 36px;
    box-sizing: border-box;
  }
  .cenotaph {
    display: flex;
    gap: 60px;
    border-top: 3px dotted #e9e9e9;
    box-sizing: border-box;
    padding: 26px 0;
  }
  .cenotaph:first-child {
    border-top: 0;
  }
  .cenotaph .imgArea .imgBox {
    width: 300px;
    aspect-ratio: 160/107;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .cenotaph .imgArea .imgBox img {
    width: auto;
    height: 100%;
  }
  .cenotaph .imgArea .imgBox:last-child {
    margin-bottom: 0;
  }
  .cenotaph .txtArea {
    flex: 1;
  }
  .cenotaph .txtArea .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding: 10px 0 10px 10px;
    border-left: 6px solid #ffba3a;
    margin-bottom: 24px;
  }
  .cenotaph .txtArea .cenotaphItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .cenotaph .txtArea .cenotaphItem dt {
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    background: #efefef;
    padding: 2px 14px;
    min-width: 80px;
    text-align: center;
    border-radius: 20px;
    margin: 0 20px 0 0;
    box-sizing: border-box;
  }
  .cenotaph .txtArea .cenotaphItem.detaiItem dt {
    min-width: 182px;
  }
  .cenotaph .txtArea .cenotaphItem.detaiItem dd {
    flex: 1;
  }
  .cenotaph .txtArea .btnArea {
    display: flex;
    justify-content: end;
    margin-top: 26px;
  }
  .cenotaph .txtArea .btnArea .btn {
    background-color: #d5d5d5;
    transition: 0.3s;
  }
  .cenotaph .txtArea .btnArea .btn:hover {
    background-color: #333;
    color: #fff;
  }
  .cenotaphCat {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #ebe7de;
    margin-bottom: 42px;
  }
  .cenotaphCat ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cenotaphCat ul li {
    width: 23%;
    margin: 5px 1%;
  }
  .cenotaphCat ul li a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #cecece;
    background: #fff;
    transition: 0.3s;
  }
  .cenotaphCat ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #333;
  }
  .cenotaphCat ul li.is-active a {
    color: #fff;
    background: #333;
  }
  .map {
    padding-bottom: 36px;
  }
  .map iframe {
    width: 100%;
  }
  /*=================================================================*/
  /*	語り部 */
  /*=================================================================*/
  .btnBg {
    padding: 20px 20px 0;
    box-sizing: border-box;
    width: 100%;
    background: #d5d5d5;
    margin-top: 20px;
  }
  /*=================================================================*/
  /*	下層共通 */
  /*=================================================================*/
  .sec p {
    margin-bottom: 20px;
  }
  .sec p a {
    color: #1760ff;
  }
  .sec ul {
    margin-bottom: 20px;
  }
  .sec ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
  }
  .sec ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFBA3A;
    position: absolute;
    top: 9px;
    left: 8px;
  }
  .sec .listdl ul li::before {
    display: none;
  }
  .sec ol {
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .sec ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
  }
  .sec table {
    margin: 10px 0 10px;
    border: 1px solid #e8e8e8;
    border-right: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    width: 100%;
  }
  .sec table tr {
    border-bottom: 1px solid #e8e8e8;
  }
  .sec table tr:last-child {
    border-bottom: 0;
  }
  .sec table th, .sec table td {
    padding: 8px 10px;
  }
  .sec table th {
    background: #636363;
    color: #fff;
    border-right: 1px solid #e8e8e8;
    font-weight: 500;
  }
  .sec table td {
    background: #fff;
    border-right: 1px solid #e8e8e8;
  }
  .youtube div {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .youtube div iframe {
    width: 100%;
    height: 100%;
  }
  /*=================================================================*/
  /*	link */
  /*=================================================================*/
  .sec a[href^=http], .sec a[href^="//"] {
    font-size: 1.6rem;
    padding-right: 30px;
    background: url(../images/sec/icon_link.svg) no-repeat bottom 4px right 6px;
  }
  .sec a[href^=http]:has(img), .sec a[href^="//"]:has(img) {
    font-size: 1.6rem;
    padding-right: 0;
    background: none;
  }
  .sec a[href^="https://miyazaki-sensokiroku.jp/"] {
    font-size: 1.6rem;
    padding-right: 0;
    background: none;
  }
  .sec a[href^="https://miyazaki-sensokiroku.jp/"] {
    font-size: 1.6rem;
    padding-right: 0;
    background: none;
  }
  .sec a[href$=".pdf"] {
    font-size: 1.6rem !important;
    color: #ff0000;
    text-decoration: none;
    padding-right: 24px;
    background: url(../images/sec/icon_pdf.svg) no-repeat center right 4px/auto 17px;
  }
  .sec a[href$=".doc"], .sec a[href$=".docx"] {
    font-size: 1.6rem !important;
    color: #0263d1;
    text-decoration: none;
    padding-right: 24px;
    background: url(../images/sec/doc.png) no-repeat center right 4px/auto 17px;
  }
  .sec a[href$=".xlsx"], .sec a[href$=".xls"] {
    font-size: 1.6rem !important;
    color: #00733b;
    text-decoration: none;
    padding-right: 24px;
    background: url(../images/sec/xls.png) no-repeat center right 4px/auto 17px;
  }
  /*=================================================================*/
  /*	404 */
  /*=================================================================*/
  .notFoundCo {
    text-align: center;
    padding: 100px 0 0;
  }
  .notFoundCo .notfoundTtl {
    font-size: 8rem;
    font-weight: bold;
    color: #FFBA3A;
  }
  .notFoundCo .notfoundTtls {
    font-size: 3rem;
    color: #333;
    font-weight: 500;
    margin: 60px 0 30px;
  }
  .notFoundCo .notfoundTxt {
    font-size: 2rem;
    padding: 20px 80px;
    background: #fff;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto !important;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  .inner {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 0 100px;
  }
  /*=================================================================*/
  /*	h1 */
  /*=================================================================*/
  .h1Area {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .h1Area h1 {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
  }
  .exhibition {
    background: url(../images/top/bg_exhibitionRoom.png) no-repeat center/cover;
  }
  .info {
    background: url(../images/top/bg_exhibitionRoom.png) no-repeat center/cover;
  }
  /*=================================================================*/
  /*	h2 */
  /*=================================================================*/
  h2 {
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    background-color: #333;
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    border-left: 12px solid #FFBA3A;
    margin: 40px 0 30px;
  }
  h2:first-child {
    margin-top: 0;
  }
  h3 {
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 1.9rem;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    border-left: 12px solid #FFBA3A;
    border-bottom: 1px solid #b1b1b1;
    margin: 40px 0 30px;
  }
  h4 {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    border-left: 12px solid #FFBA3A;
    margin: 40px 0 30px;
  }
  h5 {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    margin: 40px 0 30px;
  }
  /*=================================================================*/
  /*	パンくずリスト */
  /*=================================================================*/
  .breadcrumbs {
    padding: 30px 0 30px;
    font-size: 1.4rem;
  }
  .breadcrumbs a {
    font-size: 1.4rem !important;
  }
  /*=================================================================*/
  /*	下層背景色 */
  /*=================================================================*/
  .secBg {
    padding: 6% 2%;
    background-color: #fff;
  }
  /*=================================================================*/
  /*	リンクリスト */
  /*=================================================================*/
  .aboutRoom a {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    background: url(../images/sec/bg_aboutroom.jpg) no-repeat center/cover #986E33;
    margin-bottom: 30px;
    display: block;
  }
  .aboutRoom a .aboutroom_r {
    text-align: center;
  }
  .aboutRoom a .aboutroom_r .txt {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
  }
  .aboutRoom a .aboutroom_r .btnArea .btn {
    width: 180px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .aboutRoom a .aboutroom_r .btnArea .btn span {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  .listArea {
    border-top: 1px solid #898989;
  }
  .listdl .txt {
    margin-bottom: 20px;
  }
  .listdl dt.btnOpen {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #898989;
    background: url(../images/sec/list_arrow.svg) no-repeat center right 10px;
    background-size: 24px;
  }
  .listdl dt.btnOpen.active {
    background: url(../images/sec/list_arrow_open.svg) no-repeat center right 10px;
    background-size: 24px;
  }
  .listdl dt.btnLink a {
    display: block;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #898989;
    background: url(../images/sec/list_arrow_r.svg) no-repeat center right 10px;
    background-size: 24px;
  }
  .listdl dd {
    padding: 20px 20px 40px;
    box-sizing: border-box;
    /*display: none;*/
    border-bottom: 1px solid #898989;
  }
  .listdl dd ul {
    margin-top: 10px;
    padding-left: 30px;
  }
  .listdl dd ul li {
    padding-left: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    background: url(../images/sec/list_maru.svg) no-repeat top 10px left;
    margin-bottom: 10px;
  }
  .cBtn {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  /*=================================================================*/
  /*	展示品 */
  /*=================================================================*/
  .exhibitsBg {
    background-color: #fff;
    padding: 20px 20px 0;
    box-sizing: border-box;
    margin-top: 42px;
  }
  .exhibits {
    border-bottom: 2px solid #D9D9D9;
    box-sizing: border-box;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .exhibits:last-child {
    border-bottom: 0;
  }
  .exhibits .imgArea {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .exhibits .imgArea .click {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .exhibits .imgArea .imgBox {
    max-width: 400px;
    width: 100%;
    aspect-ratio: 160/107;
    overflow: hidden;
    text-align: center;
  }
  .exhibits .imgArea .imgBox a {
    display: block;
    width: 100%;
    aspect-ratio: 160/107;
  }
  .exhibits .imgArea .imgBox a img {
    width: auto;
    height: 100%;
  }
  .exhibits .txtArea {
    flex: 1;
  }
  .exhibits .txtArea .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding: 10px 0 10px 10px;
    border-left: 6px solid #D9D9D9;
    margin-bottom: 24px;
  }
  .exhibits .txtArea .txt {
    font-size: 1.6rem;
  }
  /*=================================================================*/
  /*	事務局からのお知らせ */
  /*=================================================================*/
  .infoArea {
    width: 94%;
    margin: 0 auto;
  }
  .infoArea ul {
    width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
  }
  .infoArea ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  .infoArea ul li a .imgBox {
    padding: 4px;
    position: relative;
    box-sizing: border-box;
  }
  .infoArea ul li a .imgBox::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/union/img_info_ue.svg) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
  }
  .infoArea ul li a .imgBox::after {
    content: "";
    width: 50px;
    aspect-ratio: 114/131;
    background: url(../images/union/img_info_shita.svg) no-repeat center;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .infoArea ul li a .img {
    width: 100%;
    aspect-ratio: 4/3;
    background: #333;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .infoArea ul li a .img img {
    width: auto;
    height: 100%;
  }
  .infoArea ul li a .ttl {
    margin-top: 16px;
    box-sizing: border-box;
    padding: 0 4px;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 51px;
  }
  .infoArea ul li a .days {
    box-sizing: border-box;
    padding: 20px 4px 0;
    font-size: 1.4rem;
    color: #767676;
  }
  .wp-pagenavi {
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border: 1px solid #d4d4d4;
    display: inline-block;
    margin: 0 5px;
  }
  .wp-pagenavi .current {
    background: #333;
    color: #fff;
    font-weight: bold;
  }
  .infoTtl {
    padding: 0 0 20px 0;
    border-bottom: 2px solid #a5a5a5;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .infoyear {
    text-align: right;
    color: #a5a5a5;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  /*=================================================================*/
  /*	各地域の慰霊碑 */
  /*=================================================================*/
  .cenotaphBg {
    background-color: #fff;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  .cenotaph {
    border-top: 3px dotted #e9e9e9;
    box-sizing: border-box;
    padding: 26px 0;
  }
  .cenotaph:first-child {
    border-top: 0;
  }
  .cenotaph .imgArea .imgBox {
    max-width: 300px;
    width: 100%;
    aspect-ratio: 160/107;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin: 0 auto 10px;
  }
  .cenotaph .imgArea .imgBox img {
    width: auto;
    height: 100%;
  }
  .cenotaph .txtArea .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    padding: 10px 0 10px 10px;
    border-left: 6px solid #ffba3a;
    margin-bottom: 24px;
  }
  .cenotaph .txtArea .cenotaphItem {
    margin-bottom: 10px;
  }
  .cenotaph .txtArea .cenotaphItem dt {
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    background: #efefef;
    padding: 2px 14px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
  }
  .cenotaph .txtArea .cenotaphItem dd {
    padding: 5px 0;
  }
  .cenotaph .txtArea .btnArea {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .cenotaph .txtArea .btnArea .btn {
    background-color: #d5d5d5;
  }
  .cenotaphCat {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #ebe7de;
    margin-bottom: 42px;
  }
  .cenotaphCat ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .cenotaphCat ul li {
    width: 48%;
    margin: 1%;
  }
  .cenotaphCat ul li a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    border: 1px solid #cecece;
    background: #fff;
  }
  .cenotaphCat ul li.is-active a {
    color: #fff;
    background: #333;
  }
  .map {
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*=================================================================*/
  /*	語り部 */
  /*=================================================================*/
  .btnBg {
    padding: 20px 10px 20px;
    box-sizing: border-box;
    width: 100%;
    background: #d5d5d5;
    margin-top: 20px;
  }
  /*=================================================================*/
  /*	下層共通 */
  /*=================================================================*/
  .sec p {
    margin-bottom: 20px;
  }
  .sec p a {
    color: #1760ff;
  }
  .sec ul {
    margin-bottom: 20px;
  }
  .sec ul li {
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
  }
  .sec ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFBA3A;
    position: absolute;
    top: 9px;
    left: 8px;
  }
  .sec ol {
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .sec ol li {
    margin-bottom: 10px;
    list-style-type: decimal;
  }
  .sec table {
    margin: 10px 0 10px;
    border: 1px solid #e8e8e8;
    border-right: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sec table tr {
    border-bottom: 1px solid #e8e8e8;
  }
  .sec table tr:last-child {
    border-bottom: 0;
  }
  .sec table th, .sec table td {
    padding: 8px 10px;
  }
  .sec table th {
    background: #636363;
    color: #fff;
    border-right: 1px solid #e8e8e8;
    font-weight: 500;
  }
  .sec table td {
    background: #fff;
    border-right: 1px solid #e8e8e8;
  }
  .sec .table_scroll {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
    position: relative;
    padding-top: 14px;
  }
  .sec .table_scroll table {
    max-width: 1000px;
    width: max-content !important;
    display: block;
  }
  .sec .table_scroll:after {
    content: "※横にスクロールできます";
    font-size: 1.3rem;
    color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
  }
  .youtube div {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .youtube div iframe {
    width: 100%;
    height: 100%;
  }
  /*=================================================================*/
  /*	link */
  /*=================================================================*/
  .sec a[href^=http], .sec a[href^="//"] {
    font-size: 1.6rem;
    padding-right: 30px;
    background: url(../images/sec/icon_link.svg) no-repeat bottom 4px right 6px;
  }
  .sec a[href^=http]:has(img), .sec a[href^="//"]:has(img) {
    font-size: 1.6rem;
    padding-right: 0;
    background: none;
  }
  .sec a[href^="https://miyazaki-sensokiroku.jp/"] {
    font-size: 1.6rem;
    padding-right: 0;
    background: none;
  }
  .sec a[href^="https://miyazaki-sensokiroku.jp/"] {
    font-size: 1.6rem;
    padding-right: 0;
    background: none;
  }
  .sec a[href$=".pdf"] {
    font-size: 1.6rem !important;
    color: #ff0000;
    text-decoration: none;
    padding-right: 24px;
    background: url(../images/sec/icon_pdf.svg) no-repeat center right 4px/auto 17px;
  }
  .sec a[href$=".doc"], .sec a[href$=".docx"] {
    font-size: 1.6rem !important;
    color: #0263d1;
    text-decoration: none;
    padding-right: 24px;
    background: url(../images/sec/doc.png) no-repeat center right 4px/auto 17px;
  }
  .sec a[href$=".xlsx"], .sec a[href$=".xls"] {
    font-size: 1.6rem !important;
    color: #00733b;
    text-decoration: none;
    padding-right: 24px;
    background: url(../images/sec/xls.png) no-repeat center right 4px/auto 17px;
  }
  /*=================================================================*/
  /*	404 */
  /*=================================================================*/
  .notFoundCo {
    text-align: center;
    padding: 20px 0 0;
  }
  .notFoundCo .notfoundTtl {
    font-size: 6rem;
    font-weight: bold;
    color: #FFBA3A;
  }
  .notFoundCo .notfoundTtls {
    font-size: 2rem;
    color: #333;
    font-weight: 500;
    margin: 30px 0 30px;
  }
  .notFoundCo .notfoundTxt {
    font-size: 1.6rem;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  /*<end>============================================================*/
}

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