@charset "UTF-8";
/* ----------------------------------------------------------------------- 

	common style 共通スタイル

----------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 800px) {
  .spOnly {
    display: block;
  }
}

.textCenter {
  text-align: center;
}

/* ----------------------------------------------------------------------- 
	background
----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- 
	title
----------------------------------------------------------------------- */
.ttlStyle01 {
  height: 48px;
  font-size: 38px;
  letter-spacing: 0.04em;
  line-height: 48px;
  vertical-align: middle;
  background-image: url("../img/bg_title_01.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #006647;
}
@media print, screen and (max-width: 900px) {
  .ttlStyle01 {
    background-image: url("../img/bg_title_01.png");
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .ttlStyle01 {
    background-image: url("../img/bg_title_01s.png");
    font-size: 21px;
  }
}

.ttlStyle02 {
  letter-spacing: 0.04em;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  border-bottom: 4px solid #B4CFC3;
}
@media screen and (max-width: 800px) {
  .ttlStyle02 {
    font-size: 5vw;
    line-height: 2;
    border-bottom: 2px solid #B4CFC3;
  }
}

/* ----------------------------------------------------------------------- 
	text
----------------------------------------------------------------------- */
.txtS01 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .txtS01 {
    font-size: 3vw;
  }
}

/* ----------------------------------------------------------------------- 
	btn
----------------------------------------------------------------------- */
.btnStyle01 {
  background: #D5C4A6;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 218px;
  line-height: 29px;
  color: #684C33;
  font-size: 15px;
}
.btnStyle01:after {
  content: '\0020\003e';
  font-weight: bold;
}

/* ----------------------------------------------------------------------- 
	layout
----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- 
	box
----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- 
	table
----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- 
	list
----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- 
	width
----------------------------------------------------------------------- */
