@charset "UTF-8";

/* ==== root ========================== */
:root {
  --color-black: #6F6F6F;
  --color-white: #fff;
  --color-primary: #F29600;
  --color-bg: #FFF7E7;

  --zen-maru: "Zen Maru Gothic", serif;


  --header: 15rem;
  scroll-padding: var(--header);
}

@media screen and (max-width:767px) {
  :root {
    --header: 10rem;
    scroll-padding: var(--header);
  }
}

html {
  font-size: clamp(7px, 0.661375661vw, 10px);
  box-sizing: border-box;
  background: var(--color-bg);
}

body {
  font-size: 1.6rem;
  font-family: var(--zen-maru);
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6;
  scroll-behavior: smooth;
  background: var(--color-bg);
}

* {
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  html {
    font-size: 2.5641025vw;
  }
}

/*================================================
 *  infoArea
 ================================================*/

body#underPage section#infoArea {
  padding-bottom: 0;
}


#infoArea span.catName {
  font-size: 1em;
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 0 1.3rem;
  border-radius: 0.7rem;
  margin-left: 3rem;
}

#infoArea h3.ttl {
  font-size: 1.65em;
  font-weight: 600;
  margin-bottom: 1rem;
  margin: 3rem 0;
}


#infoArea .pNav {
  margin-bottom: 50px;
  line-height: 2;
  font-size: 13px !important;
}

#infoArea .pNav a {
  border-bottom: 1px solid var(--color-white);
  font-size: 13px !important;
}

.pNav span {
  display: inline-block;
  margin: 0 1em;
}


#detail {
  line-height: 1.8;
}


.detailText b {
  font-weight: bold;
}

.detailText * {
  color: var(--color-black) !important;
  font-size: 1em !important;
}

.detailText a {
  color: var(--color-black) !important;
  text-decoration: underline;
  font-weight: bold;
  overflow-wrap: break-word;
}

.detailUpfile {
  margin: 2.5em 0;
  text-align: center;
}

.detailUpfile img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

#detail ul li {
  list-style: square;
  margin-left: 1.5em !important;
  margin: 10px 0;
}

u {
  background: linear-gradient(transparent 55%, rgb(110 88 10 / 15%) 55%);
  text-decoration: unset;
}

.detailText div,
font,
font span {
  font-size: 1em !important;
}

.detailText div,
font,
font span {
  color: var(--color-black) !important;
}

.btnArea a {
  margin: 4rem auto 0;
}

.btnArea a::before {
  right: auto;
  left: 2.6rem;
  transform: translateY(-50%) rotate(180deg);
}


@media screen and (max-width:737px) {


  #infoArea h3 {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }


  #up_ymd {
    padding: 0 10px;
    width: 100%;
  }

  #detail {
    width: 100%;
    margin: 20px auto 40px;
    padding: 0;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  iframe {
    width: 100%;
    height: 175px;
  }

  .backORcloseBtn a {
    padding: 15px 50px;
    font-size: 14px;
  }

  .detailUpfile img {
    width: 100%;
    height: auto;
  }
}