@charset "UTF-8";
/*=================
	// overwrite
===================*/
@media screen and (min-width: 1000px) {
  body .main {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.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;
}

/*=================
	//  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;
} */
/*=================
	//  alpha
===================*/
.alpha-0_7 {
  opacity: 0.7;
}

/*=================
	// 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_pc.png) no-repeat top center;
}

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

@media screen and (max-width: 1500px) {
  .title-outer-1 {
    background: url(../img/1x/bg_pc.png) no-repeat top center;
    background-size: cover;
  }
  .title-outer-2 {
    background: url(../img/1x/bg_right12.png) no-repeat bottom right;
    background-size: contain;
  }
}
@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: #eaefdc;
}

.section {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 0 10px 0 #eaefdc;
  /*
  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: #6cc1a1;
}

#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;
  }
}
.ribbon1 {
  background: #c3818d !important;
}

.section h3 {
  background: #c3818d !important;
}

#contents_outer {
  background: #fff5fa !important;
}

@media screen and (max-width: 769px) {
  .title-outer-1 {
    background-size: cover;
  }
}

@media screen and (max-width: 769px) {
  .title-outer-2 {
    background: url(../img/1x/bg_right12_mob.png) no-repeat bottom right;
    background-size: cover;
    background-position-x: 60%;
  }
}

.date_detail .icon {
  background-color: #a78554 !important;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 50px 0px 50px 15px;
  border-color: transparent transparent transparent #eef8fb !important;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 50px 15px 50px 0px;
  border-color: transparent #ebf4f8 transparent transparent !important;
  border-style: solid;
}

.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 */