@charset "UTF-8";
/*=================
	// overwrite
===================*/
@media screen and (min-width: 1000px) {
  body .main {
    margin-top: 100px;
  }
}
.bread__inner.inner {
  max-width: 1200px;
}

@media screen and (max-width: 640px) {
  .header.miyajiHeader .header__logo a {
    padding-top: 23px;
    position: absolute;
  }
}
/*=================
	// add selector
===================*/
/* width */
.mw-1200 {
  max-width: 1200px;
}

.mw-1260 {
  max-width: 1260px;
}

.mw-1300 {
  max-width: 1300px;
}

/* margin */
.me-minus-05 {
  margin-right: -5px;
}

.me-minus-10 {
  margin-right: -10px;
}

.me-minus-15 {
  margin-right: -15px;
}

.me-minus-18 {
  margin-right: -18px;
}

.me-minus-20 {
  margin-right: -20px;
}

/* font size */
.fs-70 {
  font-size: 70px;
}

.fs-80 {
  font-size: 80px;
}

.fs-90 {
  font-size: 90px;
}

.fs-100 {
  font-size: 100px;
}

@media (min-width: 640px) {
  .fs-sm-70 {
    font-size: 70px;
  }
  .fs-sm-76 {
    font-size: 76px;
  }
  .fs-sm-80 {
    font-size: 80px;
  }
  .fs-sm-90 {
    font-size: 90px;
  }
  .fs-sm-100 {
    font-size: 100px;
  }
}
@media (min-width: 1000px) {
  .fs-md-70 {
    font-size: 70px;
  }
  .fs-md-80 {
    font-size: 80px;
  }
  .fs-md-90 {
    font-size: 90px;
  }
  .fs-md-100 {
    font-size: 100px;
  }
}
/*=================
	// bg color
===================*/
.bg-key-red {
  background-color: #c8373c;
}

.bg-gold {
  background-color: #bf932e;
}

.bg-pink {
  background-color: #bc373c;
}

.bg-beige {
  background-color: #ece5db;
}

/*=================
	// arrow
===================*/
.arrow {
  width: 8px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.arrow.gold {
  background-color: #bf932e;
}

/*=================
	.btn 
===================*/
.btn {
  color: #948061;
  border: #a58f6b thin solid;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
}

.btn-s {
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 2px;
}

.btn-L {
  font-size: 20px;
  padding: 15px 0;
  border-radius: 2px;
}

.btn-red {
  background-color: #c8373c;
  border-radius: 2px;
}

.btn-beige {
  background-color: #a58f6b;
  border-radius: 2px;
}

.btn-end {
  color: #999;
  background-color: #eee;
  border-radius: 2px;
}

.btn-red {
  background-color: #c8373c;
  border-radius: 2px;
}

/*=================
	// line color
===================*/
.border-bottom-gold {
  border-bottom: #bf932e thin solid;
}

.border-top-gold {
  border-top: #bf932e thin solid;
}

.border-bottom-mocha {
  border-bottom: #a58f6b thin solid;
}

.border-top-mocha {
  border-top: #a58f6b thin solid;
}

/*=================
	//  text color
===================*/
.text-white {
  color: #fff;
}

.text-gold {
  color: #bf932e;
}

.text-mocha {
  color: #a58f6b;
}

.text-999 {
  color: #999;
}

.text-666 {
  color: #666;
}

.text-555 {
  color: #555;
}

.text-333 {
  color: #333;
}

.text-end-i {
  color: #aaa !important;
}

/* .text-pink {
  color: #cc6875;
} */
/*=================
	//  font
===================*/
.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.f-serif {
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 1.4;
}

.f-en {
  font-family: "lucida_calligraphy";
}

/* .noto-serif-jp-<uniquifier > {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/*=================
	// layout
===================*/
.read_more {
  display: none;
}

@media screen and (max-width: 640px) {
  .mobHidetxt {
    display: none;
  }
  .read_more {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border: #bf932e thin solid;
    display: block;
    cursor: pointer;
  }
}
/*=================
	title background
===================*/
.title-outer-1 {
  background: url(../img/1x/bg_ornament_pc.png) no-repeat top center;
}

.title-outer-2 {
  background: url(../img/1x/bg_title_pc_left.png) no-repeat top left;
}

.title-outer-3 {
  background: url(../img/1x/bg_title_pc_right.png) no-repeat top right;
}

.title-outer-4 {
  background: url(../img/1x/snow_blue2.png) no-repeat center center;
}

@media screen and (max-width: 1500px) {
  .title-outer-1 {
    background: url(../img/1x/bg_ornament_pc.png) no-repeat top center;
    background-size: contain;
  }
  .title-outer-2 {
    background: url(../img/1x/bg_title_pc_left.png) no-repeat top left;
    background-size: 40%;
  }
  .title-outer-3 {
    background: url(../img/1x/bg_title_pc_right.png) no-repeat top right;
    background-size: 40%;
  }
}
@media screen and (max-width: 900px) {
  .title-outer-4 {
    background: url(../img/1x/snow_blue2_mob.png) no-repeat bottom center;
    background-size: contain;
  }
}
/*=================
	title element
===================*/
h1 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

h1 .noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

h1 .maintxt {
  font-size: 80px;
  line-height: 1.15;
}

#title .en {
  font-family: "Pinyon Script", cursive;
  font-weight: normal;
  color: #aaa;
  margin-top: 10px;
  padding: 0 30px 0;
  background: url(../img/common/bg_h1_en.png) repeat-x center center;
}

#mv {
  max-width: 578px;
}

/*=================
	// headding
===================*/
#contents_outer {
  background: #2f3d74 url(../img/bg_contetns.jpg) repeat;
}

.section {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 10px 0 #0a143b;
  /*
  box-shadow:横方向のずれ 下方向のずれ ぼかしの大きさ 影の広がり 影の色;
  */
}

.section h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  /* font-size: 36px; */
  text-align: center;
  color: #fff;
  background-color: #bf932e;
}

#contents h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
}

h4 .en {
  font-size: 16px;
  font-style: italic;
  margin-left: 10px;
}

h4 .inst {
  color: #fff;
  background: linear-gradient(to right, #fff 0, #bf932e 15%, #bf932e 85%, #fff 100%);
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  padding: 0 30px;
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  #contents {
    width: 95%;
  }
}
@media print, screen and (max-width: 640px) {
  #contents h3 {
    font-size: 30px;
  }
  #contents h4 {
    line-height: 1.1;
  }
  #contents h4 {
    display: block;
  }
}
/*=================
	// local-nav
===================*/
#local-nav {
  width: 86%;
  margin: auto;
}

#local-nav li {
  width: 100%;
  margin-bottom: 10px;
}

#local-nav a {
  font-size: 16px;
  padding: 13px 0;
  color: #fff;
  background: #bf932e;
  border-radius: 3em;
  display: block;
  position: relative;
}

#local-nav a:after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: 0;
  content: "";
  width: 8px;
  height: 8px;
  top: 45%;
  right: 8%;
  position: absolute;
  transform: rotate(-45deg);
  transform: rotate(-45deg) translate(25%, -25%);
}

@media screen and (min-width: 1000px) {
  #local-nav li {
    width: 24%;
    margin-bottom: 0;
  }
}
/*=================
	#outline
===================*/
.date_detail .icon {
  padding: 2px 10px 2px;
  border-radius: 2px;
  color: #fff;
  background-color: #a58f6b;
  display: inline-block;
}

.indent_gold::before {
  content: "●";
  color: #a58f6b;
  margin-right: 5px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 640px) {
  .timetable li {
    display: inline-block;
  }
  .timetable li::after {
    content: "／";
    color: #666;
    margin-right: 5px;
  }
  .timetable li:last-child:after {
    content: none;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 640px) {
  #outline dt {
    font-size: 16px;
  }
}
/*=====================
	// #access
=======================*/
@media print, screen and (max-width: 640px) {
  #access iframe {
    height: 360px;
  }
}
/*=====================
	// 202510 追記分
=======================*/
#title > div.inside > p {
  line-height: 2em;
  margin: 20px auto;
}
#title > div.inside > p > span.cormorant-garamond-light.text-gold {
  display: block;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#title > div.inside > p > span.cormorant-garamond-light.text-gold .ttl-date {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  #title > div.inside > p > span.cormorant-garamond-light.text-gold .ttl-date {
    width: 122px;
  }
}
@media screen and (max-width: 640px) {
  #title > div.inside > p > span.cormorant-garamond-light.text-gold .ttl-date {
    width: 90px;
  }
}
#title #mv {
  max-width: 980px;
}
#title .ttl_lead span {
  display: block;
  font-weight: 600;
  font-size: 1.2em;
  color: #bf932e;
}
@media screen and (max-width: 999px) {
  #title .ttl_lead span {
    font-size: 1.1em;
  }
}

#contents_outer #local_nav {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 40px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  #contents_outer #local_nav {
    padding: 10px;
  }
}
#contents_outer #local_nav ul {
  display: flex;
  justify-content: center;
}
#contents_outer #local_nav ul li {
  font-family: "Cormorant Garamond", serif;
  width: 42%;
  background: #bf932e;
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  #contents_outer #local_nav ul li {
    width: 32%;
    padding: 10px;
  }
}
#contents_outer #local_nav ul li:nth-of-type(1), #contents_outer #local_nav ul li:nth-of-type(2) {
  margin-right: 2%;
}
#contents_outer #local_nav ul li:has(a:hover) {
  opacity: 0.8;
}
#contents_outer #local_nav ul li a {
  transition: all 0.3s ease;
}
#contents_outer #local_nav ul li a span {
  display: block;
}
#contents_outer #local_nav ul li a span:nth-of-type(1) {
  font-size: 26px;
}
@media screen and (max-width: 999px) {
  #contents_outer #local_nav ul li a span:nth-of-type(1) {
    font-size: 14px;
  }
}
#contents_outer #local_nav ul li a span:nth-of-type(2) {
  font-size: 22px;
}
@media screen and (max-width: 999px) {
  #contents_outer #local_nav ul li a span:nth-of-type(2) {
    font-size: 14px;
  }
}
#contents_outer #local_nav ul li a span:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto 0;
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
}
@media screen and (max-width: 999px) {
  #contents_outer #local_nav ul li a span:nth-of-type(2)::after {
    margin-top: 4px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 6px solid #fff;
  }
}

@media screen and (max-width: 999px) {
  #outline .date_detail {
    margin-bottom: 0;
  }
}
#outline .ol_block {
  width: 90%;
  margin: 0 auto;
}
#outline .ol_block h4 {
  margin: 20px auto;
  background: #a58f6b;
  padding: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #outline .ol_block h4 {
    margin: 0px auto 20px;
  }
}
#outline .ol_block h4 span {
  font-size: 18px;
}
#outline .ol_block h4 span span {
  font-size: 24px;
}
#outline .ol_block:nth-of-type(2) {
  margin-top: 40px;
}
#outline .ol_block .flex_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 999px) {
  #outline .ol_block .flex_wrapper {
    margin: 0 auto;
    padding-top: 0;
  }
}
#outline .ol_block .flex_wrapper dl {
  width: 60%;
}
@media screen and (max-width: 999px) {
  #outline .ol_block .flex_wrapper dl {
    width: 100%;
  }
}
#outline .ol_block .flex_wrapper dl dd:nth-of-type(4) ul {
  text-align: left;
  padding-left: 10%;
}
@media screen and (max-width: 999px) {
  #outline .ol_block .flex_wrapper dl dd:nth-of-type(4) ul {
    padding-left: 0;
  }
}
#outline .ol_block .flex_wrapper dl dd:nth-of-type(4) ul li:last-child {
  text-align: center;
}
#outline .ol_block .flex_wrapper dl dd:nth-of-type(5) ul li:nth-of-type(2) {
  text-align: left;
  font-size: 17px;
}
@media screen and (max-width: 999px) {
  #outline .ol_block .flex_wrapper dl dd:nth-of-type(5) ul li:nth-of-type(2) {
    font-size: 14px;
  }
}
#outline .ol_block .flex_wrapper dl dd .prof_link {
  display: block;
}
#outline .ol_block .flex_wrapper dl dd .prof_link span {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  #outline .ol_block .flex_wrapper dl dd .prof_link span {
    font-size: 14px;
  }
}
#outline .ol_block .flex_wrapper dl dd .prof_link span::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #a58f6b;
}
@media screen and (max-width: 999px) {
  #outline .ol_block .flex_wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 999px) {
  #outline .ol_block .flex_wrapper figure {
    margin: 0 auto 20px;
    width: 80%;
  }
}
#outline .ol_block:nth-of-type(2) .flex_wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 999px) {
  #outline .ol_block:nth-of-type(2) .flex_wrapper {
    flex-direction: column-reverse;
  }
}

.song_sub {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .song_sub {
    font-size: 14px;
  }
}

.advance_notice {
  height: 50vh;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .advance_notice {
    margin-top: 60px;
  }
}
.advance_notice .head {
  width: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .advance_notice .head {
    width: 260px;
  }
}/*# sourceMappingURL=styles.css.map */