@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------- btnParts */
div.btnParts {
    padding: 0;
}
div.btnParts01 a,
div.btnParts02 a,
div.btnParts03 a,
div.btnParts04 a{
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 95%;
    box-shadow: 2px 2px 5px 1px rgba(163, 163, 163, 0.8);
}
div.btnParts01 a {
    background: #375637;
    border-right: 3px solid #2c4431;
    border-bottom: 3px solid #2b4034;
}
div.btnParts02 a {
    background: #649ca5;
    border-right: 3px solid #527e8f;
    border-bottom: 3px solid #416370;
}
div.btnParts03 a {
    background: #973e23;
    border-right: 3px solid #8f5252;
    border-bottom: 3px solid #5c3e3e;
}
div.btnParts04 a {
    background: #bea873;
    border-right: 3px solid #8f7f52;
    border-bottom: 3px solid #7e7048;
}

/*----------------------------------------------------------- slideSwiper */
.slideBox .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.slideBox .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/*----------------------------------------------------------- サムネイル */
#thumbBox ul {
  display: flex;
  flex-wrap: wrap;
}
#thumbBox ul li {
  width: calc(100% / 3 - 40px);
  background: #ffffff;
  margin: 10px;
  box-shadow: 4px 6px 7px -2px rgba(168, 165, 168, 0.75);
  position: relative;
}
#thumbBox ul li h3 {
  line-height: 1.4em;
  font-size: 100%;
  border: none;
  margin: 0;
  padding: 10px 5px 10px;
}
#thumbBox ul li .imgZ {
  overflow: hidden;
}
#thumbBox ul li .date {
  padding: 10px 5px 0;
  font-size: 80%;
  color: #999;
}
#thumbBox ul li .markBox {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0px;
	display: flex;
}

#thumbBox ul li .newIcon {
    background: #2a5082;
    color: #fff;
    font-size: 70%;
    padding: 10px;
}
#thumbBox ul li .pickup {
    padding: 10px;
	width: auto;
}

#thumbBox ul li img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
#thumbBox ul li img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
#event #thumbBox ul li img {
  height: 380px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
#thumbBox ul li .grayBG {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0px;
    background: #3c3a3a78;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#thumbBox ul li .grayBG span {
    display: flex;
    color: #fff;
    width: 50%;
    padding: 20px;
    background: #646161;
    justify-content: center;
    align-items: center;
    border: 1px solid #bbb3b3;
}


/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  #thumbBox ul li {
    width: calc(100% / 2 - 40px);
  }
  #thumbBox ul li img {
    height: 150px;
  }
}
/*----------------------------------------------------------- 630px */
@media screen and (max-width: 630px) {
  #thumbBox ul li {
    width: calc(100% / 1 - 40px);
  }
  #thumbBox ul li img {
    height: 200px;
  }
}
/*----------------------------------------------------------- パンくず */
.aioseo-breadcrumbs {
  padding: 10px 0;
  max-width: 1300px;
  margin: auto;
}
.aioseo-breadcrumbs span {
  font-size: 80%;
}
/*----------------------------------------------------------- 1200px */
@media screen and (max-width: 1200px) {
  .aioseo-breadcrumbs {
    padding: 10px 10px;
  }
}
/*----------------------------------------------------------- インフォメーション */

#infoBox dl {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #635b58;
    padding: 20px;
    width: 86%;
    margin: auto;
}
#infoBox dl dt {
    flex-flow: nowrap;
    width: 30%;
    color: inherit;
    display: flex;
    justify-content: flex-start;
    background: transparent;
    padding: 0;
    border-bottom: none;
}
.pickup {
    width: 120px;
    text-align: center;
    background: #973e23;
    color: #fff;
    padding: 5px 10px 4px;
    font-size: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#infoBox .date {
    width: 120px;
    text-align: center;
    background: #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#infoBox .catName {
    width: 120px;
    text-align: center;
    padding: 5px 10px;
    color: #a27a51;
    letter-spacing: 0;
    font-size: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
#infoBox dl dd {
    width: calc(80% - 30%);
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: none;
}
/*----------------------------------------------------------- 1200px */
@media screen and (max-width: 1200px) {
  #infoBox dl {
    width: 90%;
  }
  #infoBox dl dt {
    width: 35%;
  }
  #infoBox dl dd {
    width: 50.5%;
  }
}
/*----------------------------------------------------------- 820px */
@media screen and (max-width: 820px) {
#infoBox dl {
    flex-flow: column;
    padding: 20px 0;
    width: 100%;
}

#infoBox dl dt {
    width: auto;
    padding: 0;
}
  #infoBox dl dt span.date {
    padding: 0px 20px 5px;
  }
  #infoBox dl dd {
    display: flex;
    align-items: center;
    width: auto;
    padding: 10px 0;
  }
  #infoBox .catName {

    justify-content: flex-start;
}
#infoBox .date {
    width: auto;
    text-align: left;
    background: #fff;
    padding: 5px 0;
}
}
/*----------------------------------------------------------- floatBnr */
#floatBnrBox {
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 998;
    background: #fff;
    width: auto;
    height: auto;
    border: 3px solid #53625f;
    padding: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
#floatBnrBox.none {
  display: none;
}
#floatBnr {
  width: 100%;
  height: 100%;
  background: #dfe8e4;
  padding: 20px;
  box-sizing: border-box;
}
#floatBnr a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#floatBnr h3 {
  font-size: 120%;
  padding: 10px 20px 20px;
  border-bottom: 1px dashed #999;
  margin: 0 0 20px;
}
#floatBnr p {
  line-height: 1.4em;
}
#floatBnr img {}
#floatBnr .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: #53625f;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
#floatBnrBox {
    position: static;
    margin: 30px;
    width: auto;
    box-sizing: border-box;
    box-shadow: none;
    height: auto;
}
#floatBnr h3 {
    font-size: 100%;
}
#floatBnr p {
    font-size: 90%;
}
}
/*----------------------------------------------------------- floatBtnBox */
#floatBtnBox {
  position: fixed;
  top: 600px;
  right: 0;
  display: block;
  z-index: 2;
}
#floatBtnBox .cvBtn {
  position: absolute;
  right: 0;
  bottom: 150px;
}
#floatBtnBox .cvBtn ul {
  width: 60px;
  display: flex;
  flex-flow: column;
}
#floatBtnBox .cvBtn ul li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#floatBtnBox .cvBtn ul li:nth-child(1) {
  background: #a36d5c;
}
#floatBtnBox .cvBtn ul li:nth-child(2) {
  background: #3a6d47;
}
#floatBtnBox .cvBtn ul li:nth-child(3) {
  background: #d89e64;
  display: none;
}
#floatBtnBox .cvBtn ul li span {
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  font-size: 100%;
}
#floatBtnBox .cvBtn ul li span::before {
  content: '';
  display: block;
  width: 50px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 10px 0;
}
#floatBtnBox .cvBtn ul li:nth-child(1) span::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_request.png);
}
#floatBtnBox .cvBtn ul li:nth-child(2) span::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_reserve.png);
}
#floatBtnBox .cvBtn ul li:nth-child(3) span::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_freetel.png);
}
#floatBtnBox .cvBtn ul li a {
  color: #fff;
  padding: 20px;
  display: block;
  writing-mode: tb-rl;
  text-orientation: upright;
  letter-spacing: 5px;
  font-size: 110%;
}
#floatBtnBox .cvBtn ul li:hover {
  opacity: 0.8;
}
#floatBtnBox .eventBtn {
  transform: translateX(400px);
  transition: 0.5s;
}
#floatBtnBox .eventBtn:hover {
  transform: translateX(0);
  transition: 0.5s;
}
.eventBtn .leftBox {
  position: relative;
}
.eventBtn .leftBox .mskLine {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.eventBtn .leftBox .mskImg {
  -webkit-mask-image: url("/wp-content/themes/original-child/assets/img/mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: auto 100%;
}
.eventBtn .leftBox img {
  height: 150px;
}
.eventBtn .rightBox {
  background: #fff;
  background-image: url("/wp-content/themes/original-child/assets/img/event_ar.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 400px;
  border: 1px solid #000333;
  height: 148px;
}
.eventBtn .catName {
  padding: 5px;
  margin: 10px 0 0;
  width: 120px;
  color: #fff;
  text-align: center;
  background: #1f2554;
  border-radius: 0 5px 5px 0;
}
.eventBtn #consultation {
  background: #ce9765;
}
.eventBtn .rightBox ul {
  padding: 10px;
}
.eventBtn .rightBox ul li {
  display: flex;
  align-items: center;
}
.eventBtn .rightBox ul li::before {
  content: '';
  display: block;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 10px;
}
.eventBtn .rightBox ul li:nth-child(2), .eventBtn .rightBox ul li:nth-child(3) {
  font-size: 80%;
}
.eventBtn .rightBox ul li:nth-child(1)::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_event_name.png);
}
.eventBtn .rightBox ul li:nth-child(2)::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_event_date.png);
}
.eventBtn .rightBox ul li:nth-child(3)::before {
  background-image: url(/wp-content/themes/original-child/assets/img/icon_event_time.png);
}
/*----------------------------------------------------------- 580px */
@media screen and (max-width: 580px) {
  #floatBtnBox {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
  }
  #floatBtnBox .cvBtn {
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
  #floatBtnBox .cvBtn ul {
    width: 100%;
    flex-flow: inherit;
  }
  #floatBtnBox .cvBtn ul li a {
    writing-mode: inherit;
    text-orientation: inherit;
    padding: 10px;
  }
  #floatBtnBox .cvBtn ul li:nth-child(3) {
    display: flex;
  }
  #floatBtnBox .cvBtn ul li {
    flex-grow: 1;
  }
  #floatBtnBox .cvBtn ul li span::before {
    width: 40px;
    height: 30px;
  }
  #floatBtnBox .cvBtn ul li span::before {
    margin: 0;
  }
  #floatBtnBox .eventBtn {
    display: none;
  }
}
#floatBtnBox .cvBtn ul li span {
  display: flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  font-size: 100%;
}
@media screen and (min-width: 376px) and (max-width: 579px) {
  #floatBtnBox .cvBtn ul li span {
    font-size: 80%;
  }
}
/*----------------------------------------------------------- 375px */
@media screen and (max-width: 375px) {
  #floatBtnBox .cvBtn ul li a {
    padding: 10px 0.715em;
    font-size: 80%;
  }
}
/*----------------------------------------------------------- btnBox */
.pageListLink {
    display: flex;
    justify-content: center;
    padding: 20px 0 100px 0;
}
.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
.btnBox a {
  font-size: 110%;
  background: #ffffff;
  width: 420px;
  padding: 20px 30px;
  text-align: center;
  border: 1px solid #7e7c7c;
}
.btnBox a span {
  display: block;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
}
.btnBox a span::after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 20px;
}
.btnBox a:hover {
  background: #d2d3c1;
}
.sizeS {
  width: 250px;
}
.sizeS a {
  font-size: 80%;
  font-family: 'Oswald', sans-serif;
}
/*----------------------------------------------------------- bannerBox */
.pcBnr {
  display: block;
}
.pcBnr a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.spBnr {
  display: none;
}
.spBnr a {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*----------------------------------------- 820px */
@media screen and (max-width: 820px) {
  .pcBnr {
    display: none;
  }
  .spBnr {
    display: flex;
    justify-content: center;
  }
}
/*----------------------------------------------------------- pageTitle */
#pageTitle h1 {
  padding: 20px 5px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4em;
  margin: 0 0 30px;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}
/*----------------------------------------------------------- 追従ナビ */
#stickerBox {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22a0b3;
  position: fixed;
  bottom: 0;
}
#stickerBox .detailBox {
  justify-content: center;
  align-items: center;
}
#stickerBox h2 {
  font-size: 120%;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}
#stickerBox h2 small {
  display: block;
  font-size: 80%;
  color: #fff;
}
#stickerBox ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#stickerBox ul li {
  padding: 0 0 0 15px;
}
#stickerBox ul li a {
  background: #f9d82d;
  color: #333;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  #stickerBox {
    height: 170px;
  }
  #stickerBox .leftBox {
    height: 80px;
  }
}
/*----------------------------------------------------------- cvBnrBox */
#cvBnrBox {
  padding: 50px 0;
}
/*----------------------------------------------------------- pageTop */
.pTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
}
.pTop a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: solid 2px #FFF;
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  transition: all 0.5s;
}
.pTop a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pTop a::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(-45deg);
}
.pTop a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  right: 8px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
/*----------------------------------------------------------- 1200px */
@media screen and (max-width: 1200px) {
  .pTop {
    bottom: 60px;
    right: 10px;
  }
}
/*----------------------------------------------------------- sectionmain */
main img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
main .flexBox1:last-child, main .flexBox2:last-child, main .flexBox3:last-child, main .flexBox4:last-child {
  padding: 0;
}
main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {
  padding: 0 0 10px;
}
main .flexBox2 > ul, main .flexBox3 > ul, main .flexBox4 > ul {
  display: flex;
}
main .flexBox2 > ul > li, main .flexBox3 > ul > li, main .flexBox4 > ul > li {
  margin: 0 0.5vmin 0 0;
  list-style-type: none;
  text-align: center;
}
main .flexBox2 > ul > li:last-child, main .flexBox3 > ul > li:last-child, main .flexBox4 > ul > li:last-child {
  margin: 0;
}
main .flexBox2 > ul > li {
  width: calc(100% / 2);
}
main .flexBox3 > ul > li {
  width: 33%;
}
main .flexBox4 > ul > li {
  width: 25%;
}
main .flexBox3 h4, main .flexBox4 h4 {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6em;
}
.detailBox {
  display: flex;
}
.detailBox .detail {
  padding: 30px;
}
/* tableなどの横スクロールボックス */
.scrollBox table {
  width: 100%;
}
.scrollBox {
  overflow: auto;
  white-space: nowrap;
}
.scrollBox::-webkit-scrollbar {
  height: 5px;
}
.scrollBox::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scrollBox::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.contentsTop {
  padding: 30px 0;
}
.contentsTop p {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}
.attention {
  font-size: 70%;
  color: #cc0000;
}
.imgBox {
  padding: 0 0 50px;
  text-align: center;
}
.imgBox img {
  max-width: 100%;
}
main .bnrBox ul {
  margin: auto;
}
main .bnrBox ul li {
  list-style-type: none;
  text-align: center;
  background: #265280;
  padding: 0;
}
main .flexBox3 ul li p, main .flexBox4 ul li p {
  padding: 0;
}
main .flexBox3 p:nth-child(3), main .flexBox4 p:nth-child(3) {
  line-height: 1.6em;
  font-size: 16px;
}
main dl {
  display: flex;
  padding: 0 10px;
  flex-flow: wrap;
}
main dl dt, main dl dd {
    text-align: left;
    padding: 10px;
    margin: 0;
    line-height: 1.6em;
}
main dl dt {
  width: 20%;
  color: #fff;
  background: #838d97;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
main dl dd {
    width: 74.5%;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}
main dl dd div {
  line-height: 1.6em;
  padding: 0 0 20px;
}
main h2 {
  font-size: 170%;
  padding: 60px 0;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4em;
}
main h2 small {
  display: block;
  padding: 20px 0;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  border-top: 1px solid #999999;
  font-size: 50%;
  margin: 20px 0 0;
}
#Page section h2 {
  font-size: 160%;
  padding: 30px 0;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 1.4em;
}
main h3 {
  padding: 20px 0 20px;
  font-weight: 600;
  font-size: 130%;
  border-bottom: 1px dashed #999999;
  margin: 0 0 10px;
  color: #11670e;
}
main h4 {
  padding: 14px 10px;
  background: #72413c;
  color: #fff;
  font-size: 120%;
  letter-spacing: 3px;
  margin: 0 0 10px;
}
main h5 {
  padding: 10px;
}
main h6 {}
main p {
  padding: 0 0 30px;
  line-height: 2em;
  font-size: 18px;
  font-weight: 400;
}
main em {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  line-height: 2em;
  padding: 10px 0;
}
.contents ul {
  padding: 10px;
  text-align: left;
}
.contents ul li, .contents ol li {
  padding: 10px;
  line-height: 1.6rem;
  font-size: 18px;
}
.contents main ol {
  padding: 15px;
  text-align: left;
}
article ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px 0;
}
main .centerImage {
  margin: auto;
  text-align: center;
}
main table, main tr, main td {
  border-collapse: collapse;
  border: 1px solid #999;
}
main table td {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
}

main .sliderdef {
  width: 500px;
  padding: 0 0 10px;
}
main .indexList {
  padding: 20px;
  background: #e4e6ed;
}
main .indexList li {
  color: #265280;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.4em;
}
main .indexList li a {
  font-weight: 600;
}
#page main .catName {
  display: block;
  padding: 10px;
  border-top: 1px solid #cdc9c4;
  text-align: right;
  font-size: 90%;
}
#aPage main .catName {
  display: block;
  padding: 10px;
  backgroud: #cdc9c4;
  text-align: right;
  font-size: 90%;
}
/*----------------------------------------------------------- ページナビ */
.pageNavi {
  padding: 0 0 20px;
  text-align: center;
}
.pageNavi ul {
  display: flex;
  justify-content: space-between;
  border-top: 2px dotted #a9998e;
}
.pageNavi ul li {
  list-style-type: none;
  width: 50%;
}
.pageNavi ul li:first-child {
  text-align: left;
}
.pageNavi ul li:last-child {
  text-align: right;
}
.pageNavi ul li:first-child a::before {
  content: "< ";
}
.pageNavi ul li:last-child a::after {
  content: " >";
}
.pageNavi ul li a {
  display: block;
  padding: 10px;
}
.entry-content {
  padding: 0;
}
/*----------------------------------------------------------- 820px */
@media screen and (max-width: 820px) {
  #thumbBox ul {
    justify-content: center;
  }
  #pageHeader .aioseo-breadcrumbs {
    display: none;
  }
  main h2, #Page section h2 {
    font-size: 120%;
  }
  main p {
    font-size: 100%;
  }
}
/*----------------------------------------------------------- 540px */
@media screen and (max-width: 540px) {
  #footer02 {
    flex-flow: column;
  }
  #pageTitle h1 {
    font-size: 130%;
    padding: 20px 15px 20px;
    line-height: 1.4em;
    text-align: left;
  }
  #columnArticle .catBox {
    margin: 20px 0 40px;
    align-items: flex-start;
  }
  main h2, #Page section h2 {
    padding: 20px 0;
    margin: 10px 0;
    letter-spacing: 2px;
  }
  main h3 {
    font-size: 16px;
  }
  main h4 {
    font-size: 16px;
    padding: 3vmin;
    line-height: 1.4em;
  }
  main h5 {
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
    margin: 15px 0 5px;
  }
  main p {
    font-size: 14px;
    line-height: 1.8em;
  }
  .contentsDetail > p {
    padding: 10px;
  }
  main dl dt, main dl dd {
    padding: 8px;
    font-size: 13px;
  }
  main dl dt {
    width: auto;
  }
  main dl dd {
    width: auto;
  }
  .pageNavi ul li {
    padding: 0;
    list-style-type: none;
  }
  .pageNavi ul li a {
    font-size: 14px;
    line-height: 2em;
  }
  main .flexBox1, main .flexBox2, main .flexBox3, main .flexBox4 {}
  main .flexBox1 ul, main .flexBox2 ul, main .flexBox3 ul, main .flexBox4 ul {
    display: block;
  }
  main .flexBox2 ul li, main .flexBox3 ul li, main .flexBox4 ul li {
    width: auto;
    font-size: 16px;
    padding: 10px;
    line-height: 1.6em;
    text-indent: initial;
  }
  .detailBox {
    display: flex;
    flex-flow: column;
  }
  main .indexList li a {
    font-size: 85%;
  }
  .contentsTop {
    padding: 0px;
  }
  .btnBox02 {
    margin: 0 20px;
  }
  .imgBox {
    padding: 0;
  }
  main dl {
    flex-flow: column;
  }
  main h6 {
    padding: 10px 0;
  }
}
/*----------------------------------------------------------- iFrame */
.contents iframe {
  width: 100%;
  height: 500px;
}
/* tablet */
@media screen and (max-width: 812px) {
  .contents iframe {
    width: 420px;
    height: 314px;
  }
  @media all and (max-width:480px) {
    .contents iframe {
      width: auto;
      height: 300px;
    }
  }
}
/*----------------------------------------------------------- スクロールバナー */
#scBnrBox {
  width: 100%;
}
#scBnrBox img {
  width: 100%;
}
/*----------------------------------------------------------- ページナビ */
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
  font-size: 12px;
}
.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}
.pages { /* 左の表記 */
  margin-right: 20px;
}
#pageNavi {
  display: flex;
  justify-content: center;
}
#pageNavi .wp-pagenavi a, #pageNavi .wp-pagenavi span {
  text-decoration: none;
  padding: 10px;
  margin: 0 4px;
  font-size: 120%;
}
.wp-pagenavi .current {
  border: none;
  background: #528775;
  color: #fff;
}
.wp-pagenavi a.page:hover { /* マウスオーバー */
  background: #97bac1;
  color: #fff;
  border: 1px solid #999;
}
.wp-pagenavi .first, .wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}
.waku_input_wrap .waku_input input {
  width: 100%;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
#columnArticle #toc_container {
  background: #edf4f4;
  border: 1px solid #dbd7d7;
  font-size: 95%;
  margin: 10px auto 50px;
  width: 70%;
  padding: 20px 40px;
}
#columnArticle #toc_container p.toc_title {
  font-size: 150%;
  color: #22a0b3;
}
#columnArticle #toc_container span.toc_toggle {
  display: none;
}
#columnArticle #toc_container li, #columnArticle #toc_container ul {
  margin: 0;
  padding: 8px;
  color: #22a0b3;
}
#columnArticle #toc_container .toc_list > li {
  list-style-type: disc;
  list-style-position: inside;
  color: #22a0b3;
  font-weight: 500;
  font-size: 120%;
}
#columnArticle #toc_container .toc_list > li > ul > li:before {
  content: "└";
  font-weight: 400;
}
#columnArticle #toc_container .toc_number {
  display: none;
}
/*----------------------------------------------------------- 812px */
@media screen and (max-width: 812px) {
  #scBnrBox img {
    width: 400px;
  }
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  #scBnrBox img {
    width: 320px;
  }
  #columnArticle #toc_container {
    width: 85%;
    padding: 20px;
  }
}
/*----------------------------------------------------------- アイテム */
.item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item ul li {
  width: calc(100% / 2 - 100px);
  margin: 20px 20px;
  text-align: center;
}
.item.c3 ul li {
  width: calc(100% / 3 - 100px);
}
.item ul li:only-child {
    width: calc(100% / 1);
}
.item ul li img {
    border: 15px solid #fff;
    box-shadow: 5px 8px 10px -10px rgba(0, 0, 0, 0.52);
    height: auto;
    width: auto;
    box-sizing: border-box;
}
.item ul li p {
  text-align: left;
  padding: 10px;
}

/*----------------------------------------------------------- 812px */
@media screen and (max-width: 812px) {
.item ul li {
    width: auto;
    margin: 0;
}
.item.c3 ul li {
  width: auto;
}
}

main #present p {
  text-align: left;
}