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

/* basic
	================================================== */

  body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'
  color: #333333;
  letter-spacing: 0.5px;
  background-color: #FFFCDE;
  }

  p {
    font-size: 95%;
    line-height: 180%;
}

  .mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_35 {
    margin-top: 35px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_45 {
    margin-top: 45px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_45 {
    margin-bottom: 45px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_100 {
    margin-bottom: 100px;
}

.ml_0 {
    margin-left: 0px;
}

.ml_05 {
    margin-left: -5px;
}

.ml_010 {
    margin-left: -10px;
}

.ml_5 {
    margin-left: 5px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_25 {
    margin-left: 25px;
}

.ml_30 {
    margin-left: 30px;
}

.ml_35 {
    margin-left: 35px;
}

.ml_40 {
    margin-left: 40px;
}

.ml_45 {
    margin-left: 45px;
}

.ml_50 {
    margin-left: 50px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_25 {
    margin-right: 25px;
}

.mr_30 {
    margin-right: 30px;
}

.mr_35 {
    margin-right: 35px;
}

.mr_40 {
    margin-right: 40px;
}

.mr_45 {
    margin-right: 45px;
}

.mr_50 {
    margin-right: 50px;
}

.ml_05 {
    margin-left: -5px;
}

.ml_010 {
    margin-left: -10px;
}

.pt_15 {
    padding-top: 15px;
}

.pb_05 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pt_20 {
    padding-top: 20px;
}

.pl_0 {
  padding-left: 0px;
}

.pl_15{
	padding-left: 15px;
	}

.pl_20 {
	padding-left: 20px;
	}

.pl_25 {
	padding-left: 25px;}

.row {
    margin-right: -15px; /* ←マイナス側へ数値を大きくしてみよう */
    margin-left: -15px;  /* ←マイナス側へ数値を大きくしてみよう */
}

.both {
  clear: both;
}

.center {
	text-align: center;
}

.logo {
  float: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.s_text {
  font-size: 70%;

}

.b_text {
  font-weight: bold;
}

.tell {
    font-size: 140%;
    padding-left: 30px;
    line-height: 30px;
    background-image: url(../img/tell.png);
    background-repeat: no-repeat;

}

.tell_120 {
  font-size: 120%;
  vertical-align: -0.2em;
}

.text_140 {
  font-size: 140%;
  font-weight: bold;
  vertical-align: middle;
}

.text_160 {
  font-size: 160%;
  font-weight: bold;
}

.text_180 {
  font-size: 180%;
  font-weight: bold;
  vertical-align: -0.2em;
  margin-left: 10px;
}

.text_200 {
  font-size: 200%;
  font-weight: bold;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

.br2::before {
	content: "\A" ;
	white-space: pre ;
  padding-top:100px;
}


.teaser_top {
  color: #934d2a;
}

.teaser_kadomaru {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: white;
  padding: 35px 30px 30px 30px;
  box-shadow:4px 4px 4px 4px #fff2cd;
}

.teaser_top h1{
  font-size: 175%;
  line-height: 25px;
  font-weight:bolder;
}

.teaser_top h2{
  font-size: 175%;
  line-height: 25px;
  font-weight:bolder;
}


.sponly{
margin-top: 30px;
}

.pconly{
margin-top: 100px;
}



/* basic
	================================================== */
.mokka-color {
  color:#934d2a;
}

.heading01 {
  font-size: 160%;
}


.f_wrapper {
    background-color: #fff9e2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.teaser_top img{
  text-align: center;
  width:100%;
  height: auto;
}

.responsiv_img {
  width: 100%;
  height: auto;
}





@media screen and (max-width: 480px) {
  /*　画面サイズ 499pxから適用　*/
  .kyowa_top_logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .teaser_top {
    width:100%;
    height: auto;
  }

  .teaser_top2 {
    width:100%;
    height: auto;
  }

  .text_180 {
    font-size: 130%;
    font-weight: bold;
    vertical-align: -0.1em;
    margin-left: 3px;
  }

  .tell_120 {
    font-size: 90%;
    vertical-align: -0.1em;
  }

  .tell_img {
    width: 40px;
    height: auto;
  }

  .teaser_top h1{
    font-size: 110%;
    line-height: 10px;
    font-weight:bolder;
  }

  .teaser_top h2{
    font-size: 110%;
    line-height: 10px;
    font-weight:bolder;
  }

.pconly{display:none;}


}







@media (min-width: 481px) and (max-width: 768px){

  .kyowa_top_logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .teaser_top h1{
    font-size: 150%;
    line-height: 12px;
    font-weight:bolder;
  }

  .teaser_top h2{
    font-size: 150%;
    line-height: 12px;
    font-weight:bolder;
  }

  .pconly{display:none;}



}


@media screen and (min-width: 767px) and (max-width: 999px) {
  /*　画面サイズ 767pxから999pxまで適用　*/
  .kyowa_top_logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .teaser_top {
    width:100%;
    height: auto;
  }

  .teaser_top2 {
    width:84%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .text_180 {
    font-size: 150%;
    font-weight: bold;
    vertical-align: -0.1em;
    margin-left: 3px;
  }

  .tell_120 {
    font-size: 100%;
    vertical-align: -0.1em;
  }

  .tell_img {
    width: 40px;
    height: auto;
  }

  .teaser_top h1{
    font-size: 175%;
    line-height: 25px;
    font-weight:bolder;
  }

  .teaser_top h2{
    font-size: 175%;
    line-height: 25px;
    font-weight:bolder;
  }

  .teaser_kadomaru {
    padding: 25px;
  }

.pconly{display:none;}

}


@media screen and (min-width:1000px) {
  /*　画面サイズ 1000px以上から適用　*/
  .kyowa_top_logo {
    text-align: right;
  }

  .teaser_top {
    width:80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
  }

  .teaser_top2 {
    width:68%;
    height: auto;
    margin-left: 16%;
    margin-right: 16%;
  }

  .teaser_top h1{
    font-size: 300%;
    line-height: 45px;
    font-weight:bolder;
  }

  .teaser_top h2{
    font-size: 300%;
    line-height: 45px;
    font-weight:bolder;
  }

  .sponly{display:none;}

}
