@charset "utf-8";
html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: rgba(197, 155, 109, .2);
  color: #000;
  font: 500 20px/1.7 'Lucida Grande','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
}
.serif {
  font: 500 20px/1.7 'Hiragino Mincho ProN', 'YuMincho', 'MS 明朝', 'Times New Roman', serif;
}
.all {/*スマホの横揺れ禁止*/
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1020px;
}
@media only screen and (max-width: 1045px){

.container {
  margin: 0 auto;
  width: 98%;
}

}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
  opacity: .6;
  text-decoration: none;
}
a:hover img {
  opacity: .6;
}
.no-style {
  list-style: none;
}
figure img {
  width: 100%;
  height: auto;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
 margin: 20px 0 25px 0;
 list-style: none;
 font-size: 16px;
}
.breadcrumb li::after{
  content:">";
  margin: 0 5px;
  color: #000;
}
.breadcrumb li:last-child::after{
  content:"";
  margin: 0;
}
.breadcrumb li {
}
.breadcrumb li a{
  color: #000;
  text-decoration: none;
}
.breadcrumb li:last-child {
  color: #000;
  text-decoration: none;
cursor: default;
}
.breadcrumb li:last-child a{
 color: #000;
 text-decoration: none;
cursor: default;
}
.breadcrumb li:last-child a:hover{
  color: #000;
  text-decoration: none;
  opacity: 1.0;
cursor: default;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
.margin-auto {
  margin: 0 auto;
}
/*///////////////////////////header/////////////////////*/
header{
  background: #fff;
  }
header .logo{
  margin: 0 auto;
  max-width: 365px;
  width: 80%;
  padding: 20px 0;
}
/*///////////////////////header=END=/////////////////////*/
.w100 {
  width: 100%;
}
/*//////////////////////////top&common/////////////////////*/
.top{
  background: url(../images/PCTOP.jpg) center 0 no-repeat;
  background-size: cover;
}
.top1 {
  background:rgba(255, 255, 255, 0.7);
  padding: 6% 0 4% 0;
}
.top1 h1{
  max-width: 913px;
  margin: 0 auto;
  width: 90%;
}
.top1 h1 img{
  width: 100%;
  height: auto;
}
.top1 figure {
  max-width: 507px;
  margin: 0 auto;
  width: 70%;
}
.top1 .top-date {
  text-align: center;
  font-size: 21px;
  color:#c0272d;
  border: 1px solid #8b6239;
  padding: 10px 0;
  margin: 20px auto;
  width: 285px;
  background: #fff;
}
.top2 {
  margin-top: 55%;
  background:rgba(255, 255, 255, 0.8);
  padding: 3% 0;
}
.top1 p{
  font-size: 1.7vw;
}
.top2 p {
  font-size: 2vw;
}

@media only screen and (min-width: 1680px){

  .top1 p{
    font-size: 28px;
  }
  .top2 p {
    font-size: 28px;
  }

}

.top2 .overview {
  width: calc(100% - 270px);
}
.top2 .overview span {
  color: #603813;
  font-weight: bold;
}
.top2 .form-link {
  width: 250px;
  border: 1px solid #8b6239;
  background: #fff;
  text-align: center;
  font-weight: bold;
}
.top2 .form-link a{
  color: #603813;
  display: block;
  padding: 5px 0;
}
.top3 {
  margin-top: 35px;
}
h2 {
  font-family: 'Hiragino Mincho ProN', 'YuMincho', 'MS 明朝', 'Times New Roman', serif;
  background: #fff;
  font-size: 30px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #8b6239;
}
.top3 .name {
  font-size: 24px;
  text-align: center;
}
.top3 .schedule-box {
  background: #fff;
  padding: 50px 40px 20px 40px;
  margin: 20px 0 50px 0;
}
.top3 .schedule h3{
font: 500 28px/1.7 'Hiragino Mincho ProN', 'YuMincho', 'MS 明朝', 'Times New Roman', serif;
color: #754c24;
padding-top: 5px;
}
.top3 .schedule p {
  margin-bottom: 50px;
  font-size: 21px;
}
.top3 .schedule p.date {
  margin-bottom: 0;
  color: #c0272d;
  border-bottom: 1px solid #000;
  font-size: 27px;
}
.top4 span {
  color: #996633;
  margin-right: 13px;
}
.top4 h2 {
  margin-bottom: 25px;
}
.top4 p {
  margin-bottom: 45px;
}
h4 {/*「推奨環境」210128追加*/
  font-family: 'Hiragino Mincho ProN', 'YuMincho', 'MS 明朝', 'Times New Roman', serif;
  font-size: 25px;
  padding: 3px 0;
  border-bottom: 1px solid #8b6239;
	margin-bottom: 8px;
}
.box-link {/*210128追加*/
  width: 340px;
  border: 1px solid #8b6239;
  background: #fff;
  text-align: center;
  font-weight: bold;
    margin: 15px auto;
}
.box-link a{
  color: #603813;
  display: block;
  padding: 5px 0;
}
/*//////////////////////////top&common=END=/////////////////////*/

/*//////////////////////////form/////////////////////*/
.form {
  background: #fff;
}
.form h1 {
  font-family: 'Hiragino Mincho ProN', 'YuMincho', 'MS 明朝', 'Times New Roman', serif;
  background: #fff;
  font-size: 30px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #8b6239;
}
.form table {
  border: 2px solid #666464;
}
.form table tr {
  border-bottom: 1px solid #666464;
}
.form table th {
  width: 30% ;
  background: rgba(219,172,113,.5);
  padding: 20px 10px 20px 30px;
  font-weight: normal;
  vertical-align: middle;
}
.form table td {
  padding: 0 20px;
  vertical-align: middle;
  width: 60%;
}
.form table td input {
  min-height: 30px;
  width: 90%;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  padding-left: 1em;
}
.form table td.textarea {
  padding: 20px;
}
.form table td.textarea textarea{
  padding: 10px 1em;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.form table td select {
  font-size: 16px;
  padding: 5px;
}
.submit input {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.submit input:hover {
  opacity: .8;
  cursor: pointer;
}
.form table td.radio {
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
  font-weight: normal;
  color: #222;
}
.form table td.radio input {
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 7px;
}
.form .in-table {
  border: none;
  margin: 15px 0;
}
.form .in-table tr {
  border: none;
}
.form .in-table th {
  background: none;
  width: 170px;
  padding: 0;
  font-weight: normal;
}
.form .in-table td {
  padding: 5px 0;
}
.form .in-table td input {
  width: 60%;
}
/*//////////////////////////form/////////////////////*/

/*//////////////////////////form=END=/////////////////////*/

/*特定商取引法に基づく表記210128追加-----------------------*/
.display h1 {
  font-family: 'Hiragino Mincho ProN', 'YuMincho', 'MS 明朝', 'Times New Roman', serif;
  background: #fff;
  font-size: 30px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #8b6239;
}
.display-box {
  background: #fff;
  padding: 10px 40px 10px 40px;
  margin: 20px 0 50px 0;
}
table.display {
  border-bottom: 1px dotted #6d5c56;  
  width: 100%;
	margin-top: 40px
}
table.display tr {
  border-top: 1px dotted #6d5c56; 
}
table.display th {
  padding: 20px 0 20px 20px;
  text-align: left;
  min-width: 15em;
}
table.display td {
  padding: 20px 0 20px 20px;
  text-align: left;
}
.display-box a {
	color: #762200;
}

/*///////////////////////////footer/////////////////////*/
footer {
  background: rgba(117,76,36,.55);
  color: #fff;
}
.footer-title {
  padding-top: 30px;
  font-size: 25px;
  font-weight: bold;
}
.footer-nav li {
  padding: 0 6px;
  color: #fff;
}
.footer-nav li:last-child {
  border-right: none;
}
footer a {
  color: #fff;
}
.sp-only {
  display: none;
}
.sm-only {
  display: none;
}
/*///////////////////////footer=END=/////////////////////*/

/*////////////////////////PC&common=END=////////////////////////*/
/*y2020は1024タブレット縦, 896スマホ横, 480スマホ縦か？*/

@media only screen and (max-width: 960px) {  /*667からihone6,7,8横*/

body        {
    -webkit-text-size-adjust: 100%;/*スマホ横で勝手に文字が拡大されるのを禁止*/
    background-color: #fff;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .top{
    background: none;
  }
  .top-sp h1 {
    width: 100%;
  }
  .top-sp h1 img{
    width: 100%;
  }
  .top-sp .form-link-wrap {
    background: #f2f3f5;
    width: 100%;
    padding-bottom: 30px;
  }
  .top-sp .form-link {
    width: 250px;
    border: 1px solid #8b6239;
    background: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
  }
  .top-sp .form-link a{
    color: #603813;
    display: block;
    padding: 5px 0;
  }
  .top-sp p {
    padding: 20px;
  }
  .top3 .schedule-box {
    padding: 50px 0 20px 0;
  }

}

@media only screen and (max-width: 667px){ /*667からihone6,7,8横*/


.sm-only {
  display: block;
}
h2 {
  padding: 10px;
  text-align: left;
}
.form h1 {
  padding: 10px;
  text-align: left;
}
.form table {
  width: 100%;
}
.form table th {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  display: block;
}
.form table td {
  padding: 10px;
  width: 100%;
  display: block;
}
.form table td input {
  min-height: 14px;
  width: 100%;
  font-size: 14px;
}
.form table td.textarea {
  padding: 10px;
  font-size: 14px;
}
table.display th {/*特定商取引法に基づく表記210128追加*/
  padding: 10px 0;;
  text-align: center;
  width: 100%;
  display: block; 
}
table.display td {
 padding: 10px 0;;
  text-align: center;
  width: 100%;
  display: block; 
 
}

}

@media only screen and (max-width: 480px){ /*667からihone6,7,8横*/

  .pc-tab {
    display: none;
  }
  h2 {
    font-size: 7vw;
  }
  .form h1 {
    font-size: 7vw;
  }
  .top3 .schedule p.date {
    font-size: 7vw;
  }
  h4 {
    font-size: 7vw;
  }
}


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

}

@media print{
html, body{
	height:100%;
	max-width:640px !important;
}

}
