@charset "UTF-8";
/*=================
	// overwrite
===================*/
body .main {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .header.miyajiHeader .header__logo a {
    padding-top: 23px;
    position: absolute;
  }
}
/*=================
	// bg color
===================*/
#contents .bg-white {
  background-color: #fff;
}

/*=================
	// 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; */
  background-color: #8a7761;
}

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

/*=================
	//  font
===================*/
.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";
}

.libre-bodoni-400 {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 
.libre-bodoni-<uniquifier> {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 */
.text-cream {
  color: #ffefbf;
}

/* .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;
  }
}
/*=================
	// all
===================*/
.all {
  background-color: #000;
}

/*=================
	// title
===================*/
.title-outer-1 {
  width: 100%;
}

#h1_pc {
  display: none;
}

#h1_mob {
  display: block;
}

@media print, screen and (min-width: 1000px) {
  .title-outer-1 {
    width: 100%;
    height: 594px;
    background: url(../img/bg_title_pc_03.jpg) no-repeat top center;
  }
  #h1_pc {
    margin: auto;
    display: block;
  }
  #h1_mob {
    display: none;
  }
}
/*=================
	// lead
===================*/
#lead {
  padding: 30px 0 20px;
  background: #000 linear-gradient(to bottom, #000 0, #000 50%, #333 100%);
}

#lead p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

#lead .bg_01 {
  width: 98%;
  max-width: 1096px;
  background: url(../img/lead_deco_pc_01.png) no-repeat top center;
  background-size: contain;
}

#lead .bg_02 {
  padding: 45px 0;
  background: url(../img/lead_deco_pc_02.png) no-repeat bottom center;
  background-size: contain;
}

@media print, screen and (min-width: 1000px) {
  #lead {
    padding: 60px 0 20px;
  }
  #lead .bg_02 {
    padding: 40px 0;
  }
}
/*=================
	// headding
===================*/
#contents {
  color: #fff;
  background: #333;
}

#contents h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #766550;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contents h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #000;
  color: #d7c6b0;
  border-bottom: #5a534b thin solid;
}

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

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

#contents h3 {
  height: 160px;
}

#contents h4 {
  font-size: 36px;
}

@media print, screen and (min-width: 640px) {
  #contents h3 {
    height: 220px;
  }
  #contents h4 {
    font-size: 46px;
  }
  h4 .en {
    margin-left: 10px;
  }
}
/* 
@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 a {
  text-align: center;
  display: block;
}

#local-nav a span {
  display: block;
}

#local-nav a .en {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #d3b65f;
  line-height: 1.6;
}

#local-nav a .jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  background: #766550;
}

#local-nav a .en {
  font-size: 24px;
}

#local-nav a .jp {
  font-size: 15px;
}

@media screen and (min-width: 1000px) {
  #local-nav {
    padding: 60px 0 0;
  }
  #local-nav li {
    width: 22%;
    margin-bottom: 0;
  }
  #local-nav a .en {
    font-size: 30px;
  }
  #local-nav a .jp {
    font-size: 16px;
  }
}
/*=================
	#artist
===================*/
.artist-row {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  width: 89%;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  border: #766550 thin solid;
}

.artist-row h4 {
  line-height: 1.1;
}

.artist-row h4 .jp {
  display: block;
}

.artist-row .detail .icon {
  font-size: 14px;
  color: #fff;
  background: #766550;
  margin-bottom: 8px;
  padding: 3px 15px;
  display: inline-block;
}

.artist-row .detail .icon.date {
  margin-right: 10px;
}

.timetable {
  padding-top: 5px;
}

.timetable li {
  margin-bottom: 10px;
  display: block;
}

.artist-row .detail li.time span {
  margin-bottom: 5px;
  display: inline-block;
}

.timetable li:last-child {
  margin: 0;
}

h5.prof_head {
  font-family: "Pinyon Script", cursive;
  font-size: 36px;
  font-weight: normal;
  color: #bf932e;
  color: #d7c6b0;
}

.artist-row .imgcopy {
  width: 90%;
  color: #aaa;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-size: 11px;
  display: block;
}

.profile .prof_txt {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.profile .website {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .artist-row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    padding: 60px 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .artist-row .imgcopy {
    width: auto;
    margin: auto;
  }
  .profile .website {
    margin-top: 10px;
  }
  .timetable li {
    margin-right: 10px;
    display: inline-block;
  }
  .timetable li::after {
    content: "／";
    /*スラッシュ全角*/
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
  }
  .timetable li:last-child::after {
    content: none;
  }
}
/*=================
	#outline
===================*/
#outline dt {
  font-size: 22px;
  font-weight: bold;
  /* color: #bf932e; */
  margin-bottom: 5px;
  color: #d7c6b0;
}

#outline dd {
  font-size: 18px;
  margin-left: 15px;
  margin-bottom: 45px;
}

@media print, screen and (max-width: 640px) {
  #outline dt {
    font-size: 20px;
  }
}
/*=================
	#apply
===================*/
#apply {
  width: 80%;
  padding-bottom: 60px;
  /* padding: 30px 5% 30px 5%; */
  border: #766550 thin solid;
}

#apply h4 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  /* border-bottom: #bf932e thin solid; */
  /* border-bottom: #766550 thin solid; */
  background-color: #766550;
  padding: 15px 0;
}

/* #apply .how {
  padding-bottom: 60px;
} */
#apply .how dd {
  margin-bottom: 30px;
}

#apply .txtbox {
  width: 60%;
}

#apply figure {
  width: 35%;
}

/* ///// apply_btnbox ///// */
#apply_btnbox {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  color: #333;
  padding: 45px 45px;
  background: #f7f2eb;
}

#apply_btnbox h5 {
  color: #bf932e;
  border-bottom: #bf932e thin solid;
  text-align: center;
}

#apply_btnbox dt {
  font-size: 18px;
}

#apply_btnbox dd {
  margin-bottom: 0;
}

@media print, screen and (max-width: 900px) {
  #apply {
    width: 95%;
  }
  #apply_btnbox figure {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 640px) {
  #apply {
    width: 100%;
  }
  #apply h4 {
    font-size: 20px;
  }
  #apply .txtbox {
    width: 100%;
  }
  #apply figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #bank {
    border: none;
  }
  #apply_btnbox {
    padding: 15px 15px;
  }
  #apply .how dd {
    font-size: 16px;
  }
}
/*=====================
	// id #go_to_form
=======================*/
#go_to_form {
  width: 80%;
  margin: auto auto 15px;
}

/* #go_to_form p {
  margin-bottom: 5px;
} */
#go_to_form table {
  width: 100%;
  background: #fff;
}

#go_to_form table,
#go_to_form th,
#go_to_form td {
  /* border: #aaa thin dotted; */
  border: #b1a597 thin solid;
  border-collapse: collapse;
}

#go_to_form th {
  color: #fff;
  background: #000;
  /* background: linear-gradient(to bottom, #000, #555); */
  font-size: 13px;
  /* padding: 0 5px 3px; */
  padding: 5px 5px 8px;
}

#go_to_form td {
  font-size: 15px;
  line-height: 1.3;
  padding: 8px 8px;
  position: relative;
}

#go_to_form td.apply {
  text-align: center;
}

#go_to_form td.apply .capacity {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  color: #666;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#go_to_form td.apply a {
  font-size: 12px;
  color: #fff;
  /* background: #c8373c; */
  /* background: #990000; */
  background: #ae8450;
  /* background: #bf932e; */
  border-radius: 2em;
  padding: 3px 30px 4px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

#go_to_form td.apply span {
  font-size: 1.3rem;
  color: #999;
}

#go_to_form hr {
  display: none;
}

@media screen and (max-width: 1024px) {
  #go_to_form {
    width: 100%;
  }
}
@media print, screen and (max-width: 900px) {
  /* go to form */
  #go_to_form table {
    border: #aaa thin dotted;
  }
  #go_to_form td {
    padding: 0 5% 0;
    border: none;
  }
  #go_to_form td.name {
    font-size: 16px;
    font-weight: bold;
    padding-top: 1em;
  }
  #go_to_form td.apply {
    padding-top: 0.5em;
    padding-bottom: 1em;
    /* border-bottom: #aaa thin dotted; */
  }
  #go_to_form thead {
    display: none;
  }
  #go_to_form td {
    display: block;
  }
  #go_to_form td.apply a {
    width: 80%;
    font-size: 14px;
    padding: 0.25em 1em;
    display: block;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: auto;
  }
  #go_to_form hr {
    display: block;
    margin-bottom: 10px;
  }
  #go_to_form td.apply .capacity {
    width: 90%;
    height: 90%;
    background-color: #fff;
    text-align: center;
    color: #666;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*=====================
	// #access
=======================*/
#access {
  background-color: #000;
}

#access iframe {
  height: 360px;
}

#access dt {
  font-size: 30px;
  margin-bottom: 45px;
  line-height: 1.3;
}

#access dd {
  font-size: 16px;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1000px) {
  #access dt {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.6;
  }
  #access dd {
    /* font-size: 20px; */
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: normal;
  }
  #access iframe {
    height: 600px;
  }
}
/*=====================
	// #advance_notice
=======================*/
.advance_notice {
  text-align: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*=====================
	// 202511 追記分
=======================*//*# sourceMappingURL=styles_premium_lesson.css.map */