@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- 動画 */
video {
  width: 100%;
}
.video-wrap {
  position: relative;
}
/*----------------------------------------------------------- 麻の葉アイコン */
.mask {
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------------- フッターバナー */
#footerBnrBox {
  padding: 20px 0;
  background: #f1f1f0;
}
#footerBnrBox .contents {
  max-width: 100%;
  margin: 0 auto;
}
#footerBnrBox .contentsDetail {
  max-width: 100%;
  margin: 0 auto;
}
#footerBnrBox h2 {
    padding: 20px 0 40px;
    color: #222;
    font-size: calc(var(--text-h3) * 0.8);
}
#footerBnrBox h3 {
  padding: 10px 0 10px;
  line-height: 1.4em;
  color: #222;
  font-size: calc(var(--text-h3) * 0.65);
}
#footerBnrBox p {
    padding: 0;
    color: #222;
    font-size: calc(var(--text-body) * 0.7);
}
#footerBnrBox .swiper {
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
  box-sizing: border-box;
}
#footerBnrBox .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footerBnrBox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footerBnrBox .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*----------------------------------------------------------- photoName */
.phCap {
  position: relative;
}
.phCap .name {
  position: absolute;
  /* background: #222; */
  /* background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%); */
  color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  text-shadow: 1px 1px 2px #666;
  font-size: calc(var(--text-body) * 0.7);
}
.phCap .nameBK {
  position: absolute;
  color: #222;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: calc(var(--text-body) * 0.7);
}
.phCap .nameW {
  position: absolute;
  color: #fff;
  /* color: #222; */
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  text-align: right;
  font-size: calc(var(--text-body) * 0.7);
}
.phCap .nameEN {
  position: absolute;
  color: #222;
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-sizing: border-box;
  top: -5px;
  right: -3px;
  text-align: center;
  line-height: 1.4em;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 5px 15px -5px #777777;
}
/*----------------------------------------------------------- captionBox */
.captionBox {
  padding: 10px;
}
.captionBox p {
  text-align: left;
  padding: 0;
}
/*----------------------------------------------------------- 枠線 */
.map img {
  border: 1px solid #333;
}
/*----------------------------------------------------------- attentionBox */
.attention {
  max-width: 1240px;
  margin: auto;
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
}
.attentionBox {
  max-width: 1240px;
  margin: auto;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #d1cfcf;
}
.attention p, .attentionBox p {
    color: #666;
    text-align: left;
    font-size: calc(var(--text-body) * 0.7);
}
.cap {
    font-size: calc(var(--text-body) * 0.7);
}
@media screen and (max-width: 768px) {
  .attention p, .attentionBox p {
    color: #999;
    text-align: left;
  }
}
/*----------------------------------------------------------- banner */
#floatBnr {
  width: auto;
  padding: 20px 10px;
  border: 1px solid #111;
  box-sizing: border-box;
  position: fixed;
  top: 143px;
  right: 10px;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
#floatBnr a {
  display: block;
  text-align: left;
}
#floatBnr span {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  border-radius: 100px;
  background: rgba(85, 85, 85, 0.8);
  position: absolute;
  right: -10px;
  top: -10px;
  transition: all 0.5s;
}
/*----------------------------------------------------------- .detailBox */
.detailBox, .leftBox, .rightBox {
  box-sizing: border-box;
}
/*----------------------------------------------------------- pageTop */
.pTop {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 16px;
  z-index: 1000;
}
.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: 6px;
  width: 15px;
  height: 2px;
  transform: rotate(-45deg);
}
.pTop a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 18px;
  right: 6px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
/*----------------------------------------------------------- sectionmain */
main img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
main h2 {
  font-family: "Lusitana", serif;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.4em;
}
main h2 small {
    font-family: "Lusitana", serif;
    display: block;
    letter-spacing: 2px;
    padding: 0.7em 1.5em;
    font-size: calc(var(--text-h2) * 0.6);
    line-height: 1.4em;
}
main h2 strong {
  font-family: "Lusitana", serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 5px 0;
  letter-spacing: 3px;
}
main h3 {
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 3px;
}
main h4 {
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.6em;
  letter-spacing: 2px;
}
main h4 strong {
  font-family: "Lusitana", serif;
  display: inline-block;
  font-weight: 500;
  margin: 0 3px;
}
main h5 {
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.6em;
}
main h5 small {
    display: block;
    font-size: calc(var(--text-h5) * 0.8);
    padding: 10px 0;
}

.detailBox {
    display: flex;
    padding: clamp( 1em, 3.2vw, 2em ) 0;
}
.detailBox .detail {
  padding: clamp(0.5em, 3.2vw, 2em) 0;
}
.attention {
  color: #666666;
  line-height: 1.4em;
}
.attention_info {
  /*  color: #ffffff;*/
  line-height: 1.6em;
  padding-bottom: 2em;
}
.imgBox {
    padding: clamp( 1em, 4.8vw, 3em ) 0 ;
}
.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 dl {
  display: flex;
  padding: 0 10px;
  flex-wrap: nowrap;
}
main dl dt, main dl dd {
  text-align: left;
  padding: 15px;
  margin: 0 0 3px;
  line-height: 1.6em;
}
main dl dt {
  width: 35%;
  color: #fff;
  background: #404040;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
main dl dd {
  width: 65%;
  background: #f9f8fb;
  color: #333;
}
main dl dd div {
  line-height: 1.6em;
  padding: 0 0 20px;
}
main p {
  padding: 15px 0;
  line-height: 1.8em;
  font-weight: 400;
  text-indent: 0;
}
main em {
  font-style: normal;
}
.contents main ol {
  padding: 15px;
  text-align: left;
}

main a, main a:link, main a:visited {
  color: #222;
  text-decoration: none;
  font-weight: 400;
  word-break: break-all;
}
main table, main tr, main td, main th {
  border-collapse: collapse;
  border: 1px solid #999;
}
main table th {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
}
main table td {
  padding: 10px;
  text-align: center;
  width: 20%;
  line-height: 1.6em;
}
main .flexBox2 ul,
main .flexBox3 ul,
main .flexBox4 ul {display: flex;gap: 20px;}

main .flexBox2 ul li {width: calc(100% / 2);}
main .flexBox3 ul li {width: calc(100% / 3);}
main .flexBox4 ul li {width: calc(100% / 4);}

/*----------------------------------------------------------- ページナビ */
.pageNavi {
  padding: 0 0 3vmin;
  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: 2vmin;
}
.entry-content {
  padding: 0;
}
/*----------------------------------------------------------- 一覧ボタン */
.pageBtnBox {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.pageBtnBox p {
  padding: 0 0 2vmin;
}
main .pageBtnBox a {
  text-align: center;
  display: block;
  background: #8d875e;
  color: #ffffff;
  font-weight: 200;
  padding: 10px 10px 13px;
  /* border: 1px solid #bbbdbc; */
  width: 360px;
  box-shadow: 2px 2px 2px 1px rgb(110 110 110 / 20%);
  cursor: pointer;
  letter-spacing: 3px;
  border-radius: 5px;
}
.pageBtnBox a span {
  color: #fff;
}
.pageBtnBox a span::after {
  content: '';
  display: inline-block;
  margin: 0 0 0 1vmin;
  width: 40px;
  height: 24px;
  background-image: url(/wp-content/themes/original-child/assets/img/ar_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -13px;
}
/*----------------------------------------------------------- btnBox */
main .btnBox {
  margin: auto;
  padding: 20px 20px 50px;
  width: 300px;
}
main .btnBox a {
  display: block;
  padding: 15px;
  background: #5c575d;
  text-align: center;
  border: #a19999 1px solid;
  color: #ffffff;
}
main .btnBox a:hover {
  opacity: 0.8;
}
/*----------------------------------------------------------- ページナビ */
.wp-pagenavi { /* 全体 */
  margin: 20px 0;
}
.wp-pagenavi a { /* フォント色 */
  color: #4a4a4a;
}
.pages { /* 左の表記 */
  margin-right: 20px;
}
.wp-pagenavi .current, .wp-pagenavi amain {
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #fff;
}
.wp-pagenavi .current {
  border: none;
  background: #265280;
  color: #fff;
}
.wp-pagenavi a.page:hover { /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend { /* ... */
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { /* 記号の削除 */
  display: none;
}
/*----------------------------------------------------------- 1320px */
@media all and (max-width:1320px) {
  main .contentsDetail {
    box-sizing: border-box;
  }
  main ul li {
    line-height: 2em;
  }
  .attentionBox {
    padding: 10px;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  main h2 {}
  main h2 small {
    padding: 20px 0 0;
    font-size: calc(var(--text-h2) * 0.75);
}
  h2.title {
    text-indent: -50px;
  }
  h2.title span {
    padding: 0 0 0 50px;
  }
  h2.title {}
  main h3 {}
  main h4 {}
  main p {
    line-height: 1.6em;
  }
  main table th {}
  main table td {}
  .flexBox4 ul {
    flex-wrap: wrap;
  }
  .flexBox4 ul li {
    width: calc(100% / 2);
  }
}
/*----------------------------------------------------------- 768px */
@media screen and (max-width: 768px) {
  main p {
    text-align: left;
    line-height: 1.6em;
  }
  main h2 {
    letter-spacing: 1px;
  }
  main h2 small {
    padding: 10px 0 10px;
  }
  main h3 {
    letter-spacing: 1px;
  }
  main h4 {}
  main h4 strong {}
  main p {}
  main .flexBox2 > ul, main .flexBox3 > ul, main .flexBox4 > ul {
    flex-flow: column;
  }
  main .flexBox2 > ul li, main .flexBox3 > ul li, main .flexBox4 > ul li {
    width: 100%;
  }
  main .flexBox2 > ul li img, main .flexBox3 > ul li img, main .flexBox4 > ul li img {
    width: 100%;
  }
  main table th, main table td {}
}
/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
  #pageTitle h1 {
    padding: 20px 20px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
  main p {
    text-align: left;
  }
  main dl dt, main dl dd {
    padding: 8px;
  }
  main dl dt {
    width: auto;
  }
  main dl dd {
    width: auto;
  }
  .pageNavi ul li {
    padding: 0;
    list-style-type: none;
  }
  .pageNavi ul li a {
    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;
    padding: 10px;
    line-height: 1.6em;
    text-indent: initial;
  }
  .detailBox {
    display: flex;
    flex-flow: column;
  }
  .contentsTop {
    padding: 0px;
  }
  .btnBox02 {
    margin: 0 20px;
  }
  .imgBox {
    padding: 0 0 30px;
  }
  main dl {
    flex-flow: column;
  }
  .pageBtnBox a {
    width: 95%;
  }
  .contents iframe {
    width: auto;
    height: 300px;
  }
  h2.title {
    letter-spacing: 1px;
  }
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  h2.title {
    text-indent: -40px;
  }
  h2.title span {
    padding: 0;
  }
  main h3 {}
  main h4 {
    letter-spacing: 1px;
  }
  main p {}
}