/*
Theme Name: lafesta-autunno 2026
Author: MONOGRAPH ARTS INC.
Author URI: http://www.mn-arts.com/
*/

@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  color: #222;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 2.2;
  text-align: justify;
  min-width: 1100px;
}

a {
  color: #FF0022;
  text-decoration: underline;
}

a.pdf {
  display: inline-block;
  padding: .5em 0;
}

a.pdf::after {
  display: inline-block;
  content: '';
  background: url(https://kyoten-nohken.ws.hosei.ac.jp/wp/wp-content/themes/kyoten-nohken_20230330/img/icon_pdf.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 3px;
}

a.button {
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 2.2em;
  padding: 1.1em;
  background: linear-gradient(90deg, #D3C4AD 0%, #A48452 100%);
  display: block;
  margin: 0 auto;
  font-weight: 700;
  box-shadow: 0px 10px 30px rgba(164, 132, 82, 0.3);
  transition: box-shadow .1s, transform .1s;
  max-width: 600px;
}

a.button:hover {
  box-shadow: 0 0 0 rgba(164, 132, 82, 0.3);
  transform: translateY(5px);
}

br.sp {
  display: none;
}

img {
  display: block;
  width: 100%;
  margin: auto;
}

ul {
  list-style: none;
}

.mt25 {
  margin-top: 25px;
}

.mt50 {
  margin-top: 50px;
}

.mt75 {
  margin-top: 75px;
}

.mt100 {
  margin-top: 100px;
}

.wrap {
  position: relative;
  overflow: hidden;
}

.home .wrap {
  opacity: 0;
  transition: opacity 1s;
}

.home .wrap.show {
  opacity: 1;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg img {
  width: 724px;
  position: relative;
  margin-top: -35px
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  position: relative;
  z-index: 100;
}

.header .logo {
  width: 300px;
}

.home .header {
  height: 240px;
}

.home .header .logo {
  width: 180px;
  transform: translate(-10px, -8px);
}

.gnavi ul {
  display: flex;
}

.gnavi li {
  margin-left: 20px;
}

.gnavi a {
  text-decoration: none;
}

/*.home .gnavi a {
  color: #fff;
}*/

section,
.footer {
  width: 82%;
  max-width: 1500px;
  padding: 250px 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s;
}

section.show,
.footer.show{
  opacity: 1;
}

.footer {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
}

.footer .logo img {
  width: 80%;
  max-width: 677px;
  margin: auto;
}

.footer .copyright {
  font-size: 12px;
  margin: 50px 0;
}

.heading {
  color: #A48452;
  font-size: 16px;
  letter-spacing: .4em;
  text-align: center;
}

.heading span {
  display: inline-block;
  padding: 20px 0;
  border: 1px solid rgba(164, 132, 82, .3);
  border-width: 1px 0 1px 0;
}

.kumo {
  position: relative;
}

.kumo::before,
.kumo::after {
  position: absolute;
  content: '';
  display: block;
  opacity: 0;
  transition: 2s;
}

.kumo::before {
  background: url(img/fig_kumo1.svg) 0 0 no-repeat;
  background-size: contain;
  width: 205px;
  height: 48px;
  top: -24px;
  right: 60%;
  transform: translateX(50px);
}

.kumo::after {
  background: url(img/fig_kumo2.svg) 0 0 no-repeat;
  background-size: contain;
  width: 252px;
  height: 48px;
  bottom: -24px;
  left: 60%;
  transform: translateX(-50px);
}

.show>.kumo::before,
.show>.kumo::after {
  opacity: 1;
  transform: translateX(0);
}

.heading-2 {
  color: #A48452;
  font-size: 20px;
}

p.center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex.center {
  align-items: center;
}

.flex .w50 {
  width: 50%;
}

.top {
  width: 100%;
  max-width: inherit;
  padding: 0;
  margin-top: -240px;
  opacity: 1;
}

.illust {
  position: relative;
}

.top .illust {
  height: 100vh; /* no poster */
  /*height: auto;*/ /* poster */
}

.illust img {
  width: 100%;
  padding-top: 95px;
  z-index: -2;
  position: relative;
}

.illust .japan {
  display: block;
  width: 60%;
  min-width: 800px;
  z-index: -2;
  position: absolute;
  top: 0;
  right: 0;
}

.illust .title {
  display: block;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 45vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.illust .title .date {
  width: 90%;
  margin-top: 1%;
}

.illust .title a {
  margin-top: 50px;
}

.illust .fuji {
  display: block;
  width: 100%;
  z-index: -2;
  position: relative;
}

.news ul {
  border-bottom: 1px solid rgba(164, 132, 82, .3);
  padding-bottom: 50px;
}

.news li {
  display: flex;
}

.news li:nth-child(n+2) {
  margin-top: 25px;
  border-top: 1px solid rgba(164, 132, 82, .3);
  padding-top: 25px;
}

.news .date {
  width: 200px;
}

.news .title {
  flex: 1;
}

.iframe {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid rgba(164, 132, 82, .3);
  padding-bottom: 50px;
}

.sns li {
  padding: 0 25px;
}

.sns a {
  display: inline-block;
}

.sns li img {
  width: auto;
  height: 34px;
  mix-blend-mode: multiply;
}

.sponsor p.center {
  font-weight: 700;
}

.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid rgba(164, 132, 82, .3);
  padding-bottom: 50px;
  background: #fff;
}

.sponsor li {
  width: 33.3%;
  padding: 10px;
}

.sponsor.support.m {
  border-bottom: 1px solid rgba(164, 132, 82, .3);
}

.sponsor.support.m li {
  width: 20%;
}

.sponsor.support.s li {
  width: 16.66%;
}

.sponsorlist .bg {
  display: none;
}

.sponsorlist .post section {
  padding: 0;
  width: 100%;
}

.sponsorlist .sponsor.support.s li {
  width: 19.66%;
}

.sponsor li img {
  width: auto;
  max-width: 100%;
  height: 180px;
}

.sponsor.support.m li img {
  height: 150px;
  object-fit: cover;
}

.sponsor.support.s li img {
  height: 80px;
  object-fit: cover;
}

.main .about {
  padding-top: 150px;
}

.about .message {
  max-width: 800px;
  line-height: 3;
  margin: 0 auto;
}

.outline dl {
  display: flex;
  flex-wrap: wrap;
}

.outline dl dt {
  color: #A48452;
  width: 25%;
}

.outline dl dd {
  width: 75%;
  text-align: left;
}

.outline dl dd span {
  display: inline-block;
}

.outline dl dt:nth-of-type(n+2),
.outline dl dd:nth-of-type(n+2) {
  border-top: 1px solid rgba(164, 132, 82, .3);
  margin-top: 40px;
  padding-top: 41px;
}

.post {
  padding-top: 150px;
}

.post-date {
  color: #888;
}

.post-body strong {
  color: #E60012;
}

.post-body img {
  max-width: 100% !important;
  height: auto !important;
}

.contact {
  border: 1px solid rgba(164, 132, 82, .3);
  padding: 50px 0;
}

/*.archive-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-list a {
  display: block;
  position: relative;
  line-height: 80px;
  margin-top: 50px;
  text-align: right;
  width: 47.5%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  text-decoration: none;
  font-size: 18px;
  transition: .3s;
}

.archive-list a:hover {
  border-bottom: 1px solid #E60012
}

.archive-list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}*/

.archive-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-list ul li {
  width: 20.5%;
  font-size: 85%;
  margin-bottom: 50px;
}

.archive-list ul li br {
  display: none;
}

.car-list {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  padding-bottom: 15px;
  margin-top: 50px;
  overflow: auto;
}

.car-list li {
  display: flex;
  align-items: center;
  line-height: 1.7;
  min-width: 400px;
}

.car-list li:nth-child(n+2) {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, .15);
  padding-top: 15px;
}

.car-list li:first-child span {
  font-size: 13px;
  color: #888;
}

.car-list li span:first-child {
  width: 80px;
  text-align: center;
  padding-right: 20px;
}

.car-list li:nth-child(n+2) span:first-child {
  color: #E60012;
  font-size: 150%;
}

.car-list li span:nth-child(2) {
  width: 240px;
}

.car-list li span:nth-child(3) {
  flex: 1;
}

.car-list li .sp {
  display: none;
}

.schedule .main h3 {
  font-size: 125%;
  font-weight: 400;
  color: #E60012;
  border-bottom: 1px solid #E60012;
  margin: 50px 0 20px;
  padding-bottom: 5px;
}

.schedule .main table {
  width: 100%;
  border-collapse: collapse;
}

.schedule .main tr:nth-child(n+2) > * {
  border-top: 1px solid rgba(0, 0, 0, .15);
  padding: 10px 0;
}

.schedule .main td:first-child {
  width: 60px;
}

.schedule .main td:nth-child(2) {
  width: 120px;
}

.schedule .main td:nth-child(3) {
  width: 80px;
  font-weight: 700;
}

.schedule .main .note {
  font-size: 13px;
}




.gallery h3 {
  font-size: 125%;
  font-weight: 400;
  color: #E60012;
  border-bottom: 1px solid #E60012;
  padding-bottom: 5px;
}

.photo-gallery {
  overflow: hidden;
}

.photo-gallery li {
  float: left;
  width: 186px;
  margin: 0 1px 1px 0;
}

.photo-gallery li img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.lum-lightbox {
  z-index: 1000;
}

.lum-lightbox-image-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.lum-gallery-button {
  width: 25% !important;
  height: 80% !important;
}

.lum-lightbox-inner img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}








@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    letter-spacing: .02em;
    min-width: inherit;
  }

  br.pc {
    display: none;
  }

  br.sp {
    display: inline;
  }

  .bg img {
    width: 362px;
    position: relative;
    margin-top: -17px
  }

  .header .gnavi {
    background: #E60012;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    width: 100%;
    z-index: 101;
  }

  .header .gnavi.show {
    opacity: 1;
    visibility: visible;
  }

  .header .logo {
    width: 220px;
  }

  .home .header .logo {
    width: 140px;
	transform: translate(-10px, -10px);
  }

  .gnavi ul {
    display: block;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
  }

  .gnavi li {
    display: block;
    text-align: center;
    margin-left: 0;
    padding: 10px 0;
  }

  .gnavi a {
    color: #fff;
    font-weight: 700;
  }

  .gnavi-btn {
    height: 70px;
    position: fixed;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 102;
  }

  .gnavi-btn::before,
  .gnavi-btn::after {
    background: #E60012;
    content: '';
    display: block;
    height: 2px;
    left: 15px;
    position: absolute;
    top: 31px;
    transition: top .3s, transform .3s;
    width: 34px;
  }

  .home .gnavi-btn::before,
  .home .gnavi-btn::after {
    background: #FFF;
  }

  .gnavi-btn::after {
    top: 37px;
  }

  .gnavi-btn.x::before,
  .gnavi-btn.x::after {
    background: #fff;
    top: 34px;
  }

  .gnavi-btn.x::before {
    transform: rotate(-45deg);
  }

  .gnavi-btn.x::after {
    transform: rotate(45deg);
  }

  section,
  .footer {
    padding: 150px 0;
    margin: 0 auto;
  }

  .footer {
    padding: 50px 0 0;
  }

  .footer .copyright {
    margin-top: 25px;
  }

  .heading {
    font-size: 15px;
  }

  .heading span {
    padding: 10px 0;
  }

  .heading-2 {
    font-size: 15px;
  }

  .flex {
    display: block;
  }

  .flex .w50 {
    width: 100%;
  }

  .flex>*:nth-child(n+2) {
    margin-top: 50px;
  }
  
  .top {
    padding-bottom: 0;
  }
  
  .top .illust {
    height: 33vh; /* no poster */
    /*height: auto;*/ /* poster */
  }
  
  .illust .japan {
    width: 80%;
    min-width: inherit;
  }
  
  .illust .title {
      top: 50vw;
  }
  
  .illust .title a {
    margin-top: 25px;
  }
  
  .illust img {
    padding: 0;
  }
  
  .kumo::before {
    right: 55%;
    transform: translateX(50px) scale(.7);
  }
  
  .kumo::after {
    left: 52%;
    transform: translateX(-50px) scale(.7);
  }
  
  .show>.kumo::before,
  .show>.kumo::after {
    transform: translateX(0) scale(.6);
  }

  .news li {
    display: block;
  }

  .news li span,
  .news a {
    display: block;
  }

  .sns li img {
    height: 28px;
  }

  .sponsor li {
    width: 50%;
    padding: 10px 0;
  }
  
  .sponsor.support.m li {
    width: 33.3%;
    padding: 3px 0;
  }

  .sponsor li img {
    height: 100px;
	object-fit: cover;
  }

  .sponsor.support.s li,
  .sponsorlist .sponsor.support.s li {
    width: 33.3%;
  }

  .sponsor.support.s li {
    padding: 3px 0;
  }

  .sponsor.support.m li img,
  .sponsor.support.s li img {
    width: 100%;
    height: auto;
  }

  .sponsor.support.m li img {
    height: 100px;
  }

  .outline dl dt {
    width: 100%;
  }

  .outline dl dd {
    width: 100%;
  }

  .outline dl dt:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 21px;
  }

  .outline dl dd:nth-of-type(n+2) {
    margin-top: 10px;
	border-top: 1px;
    padding-top: 0;
  }

  /*.archive-list {
    display: block;
  }

  .archive-list a {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 70px;
  }*/
  
  .archive-list ul li {
    width: 47%;
    font-size: 90%;
    margin-bottom: 5vw;
  }
  
  .car-list li {
    flex-wrap: wrap;
    position: relative;
    padding-left: 50px;
  }

  .car-list li span:first-child {
    position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .car-list li:nth-child(n+2) span:first-child {
    padding-top: 15px;
  }

  .car-list li span:nth-child(2) {
    width: 100%;
  }

  .car-list li span:nth-child(2) {
    width: 100%;
  }

  .car-list li span:nth-child(3) {
    width: 100%;
	margin-top: 8px;
  }

  .car-list li br {
    display: none;
  }

  .car-list li .sp {
    display: inline-block;
	font-style: normal;
	color: #ccc;
	padding: 0 8px 0 0;
  }

  .car-list li span:first-child {
	width: 50px;
  }
  
  .car-list li:nth-child(n+2) span:first-child {
	font-size: 135%;
  }

  .car-list li span:nth-child(3) .sp {
	padding: 0 8px;
  }

  .schedule .main table {
    display: block;
	overflow-x: auto;
  }

  .schedule .main table tr {
    display: table;
    min-width: 450px;
  }

  .schedule .main table td:first-child {
    width: 0px;
	text-indent: -999px;
	overflow: hidden;
  }

  .schedule .main td:nth-child(2) {
    width: 95px;
  }

  .schedule .main td:nth-child(3) {
    width: 65px;
  }

  .schedule .main .note {
    font-size: 12px;
  }

  .photo-gallery li {
    width: 32%;
  }
}