/* Scss Document */
/* 
---------------------------------------
underKv
---------------------------------------
#underKv{
    background: url(../img/contact/main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    @include sp{
	    background-position: -500px 0;
    }
}

*/
#underKv {
  background: url("../img/news/main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 20vw; }
  @media (max-width: 999px) {
    #underKv {
      height: 240px;
      background: url("../img/news/main_sp.jpg");
      background-size: cover;
      background-repeat: no-repeat; } }

.breadcrumbs {
  background: #faf7f4;
  padding: 10px 0;
  font-size: 12px; }

.breadcrumbs .inner {
  max-width: 800px; }

/* 
---------------------------------------
#contact01
---------------------------------------
*/
#contact01 {
  padding: 80px 0 100px;
  position: relative; }
  @media (max-width: 999px) {
    #contact01 {
      padding: 30px 0; } }

#contact01 .txt {
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    #contact01 .txt {
      line-height: 28px;
      font-size: 13px;
      text-align: justify;
      margin-bottom: 30px; } }

#contact01 .ttlDeco {
  font-size: 100px;
  text-align: center;
  color: #faf7f4; }
  @media (max-width: 999px) {
    #contact01 .ttlDeco {
      font-size: 68px;
      line-height: 54px; } }

#contact01 .ttl {
  font-size: 36px;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 80px; }
  @media (max-width: 999px) {
    #contact01 .ttl {
      font-size: 24px;
      margin-top: -20px;
      margin-bottom: 30px; } }

#contact01 .btns {
  display: flex;
  justify-content: center; }
  @media (max-width: 999px) {
    #contact01 .btns {
      flex-direction: column; } }

#contact01 .btns .btn6 {
  padding: 20px 0 20px 30px;
  position: relative;
  border: 1px solid #9f3f26;
  font-size: 16px;
  letter-spacing: 1px;
  width: 320px; }
  @media (max-width: 999px) {
    #contact01 .btns .btn6 {
      margin: 0 auto 30px; } }

#contact01 .btns .btn6:first-child {
  margin-right: 60px; }
  @media (max-width: 999px) {
    #contact01 .btns .btn6:first-child {
      margin: 0 auto 20px; } }

#contact01 .btns .btn6 a {
  color: #9f3f26;
  font-weight: bold; }

#contact01 .btns .btn6 a img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%); }

/* 
---------------------------------------
#contact02
---------------------------------------
*/
#contact02 {
  background: #faf7f4;
  padding: 40px 0 80px; }
  @media (max-width: 999px) {
    #contact02 {
      background: #faf7f4;
      padding: 20px 0 40px; } }

#contact02 .inner {
  max-width: 800px; }

#contact02 .ttlDeco {
  font-size: 100px;
  text-align: center;
  color: #fff; }
  @media (max-width: 999px) {
    #contact02 .ttlDeco {
      font-size: 68px;
      line-height: 54px; } }

#contact02 .ttl {
  font-size: 36px;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 80px; }
  @media (max-width: 999px) {
    #contact02 .ttl {
      font-size: 24px;
      margin-top: -20px;
      margin-bottom: 30px; } }

#contact02 .txt {
  margin-bottom: 30px; }
