@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.kashi_pc {
  display: block !important;
}
.kashi_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .kashi_pc {
    display: none !important;
  }
  .kashi_sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: sans-serif;
  -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {}
body {
  font-size: 1.6rem; /* 16px */
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
div {
  position: relative;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a.kashi_white {
  color: #fff;
  text-decoration: none;
}
a.kashi_white:link {
  color: #fff;
  text-decoration: none;
}
a.kashi_white:visited {
  color: #fff;
  text-decoration: none;
}
a.kashi_white:hover {
  color: #000;
  text-decoration: none;
}
a.kashi_gold {
  color: #c69e62;
  text-decoration: none;
}
a.kashi_gold:link {
  color: #c69e62;
  text-decoration: none;
}
a.kashi_gold:visited {
  color: #c69e62;
  text-decoration: none;
}
a.kashi_gold:hover {
  color: #000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
}
/*font*/
.f12 {
  font-size: 1.2rem;
  line-height: 1.6;
}
.f16 {
  font-size: 1.6rem;
}
/*txt*/
.kashi_bb {
  font-weight: bold;
}
.kashi_left {
  text-align: left;
}
.kashi_right {
  text-align: right;
}
.kashi_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.kashi_br-sp {
  display: none;
}
.kashi_br-pc {
  display: block;
}
/*padding*/
/*color*/
.kashi_white {
  color: #fff;
}
.under {
  background: linear-gradient(transparent 70%, #ede845 70%);
}
.kashi_photo img {
  width: 100%;
  height: auto;
}
/* mainv */
.kashi_mainv {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.kashi_mainv img {
  width: 100%;
  height: auto;
}
.kashi_text-box {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.kashi_mv_img {
  width: 80%;
  margin: auto;
}
.kashi_mv_title {
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 0 30px;
  text-align: center;
}
.kashi_mv_description {
  text-align: center;
  margin-top: 1em;
}
/* mainv */
.kashi_page-bg {
  padding: 1em 0;
  margin-top: 80px;
}
.kashi_page-bg .kashi_scroll-bg-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.kashi_scroll-bg {
  padding: 2em 0;
}
.kashi_scroll-bg2 {
  padding: 1em 0;
}
.kashi_scroll-bg3 {
  padding: 0.5em 0;
}
.kashi_scroll-bg .kashi_scroll-bg-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.kashi_scroll-bg-content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.kashi_bg-color00 {
  background-color: #fff;
}
.kashi_bg-color02 {
  background-color: #f9ec00;
}
.kashi_bg-color03 {
  background-color: #000;
}
.kashi_abs_comp_list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.kashi_abs_comp_list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #ccc;
}
.kashi_abs_comp_list li dt {
  float: left;
  width: 30%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.kashi_abs_comp_list li dd {
  float: left;
  text-align: left;
  width: 65%;
  padding-top: 10px;
  padding-bottom: 10px;
}
#kashi_map_canvas {
  width: 100%;
  height: 500px;
}
.kashi_table_2 {}
.kashi_table_2 li {
  margin-bottom: 1.5em;
}
.kashi_table_2 li img {
  height: auto;
  width: 100%;
}
.kashi_table_3 {}
.kashi_table_3 li {
  margin-bottom: 1.5em;
}
.kashi_table_3 li img {
  height: auto;
  width: 100%;
}
.kashi_table_4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px -1% 0px;
  justify-content: space-around;
}
.kashi_table_4 li {
  flex: 0 1 44%;
  justify-content: center;
  margin: 0 1% 10px;
  padding: 0;
}
.kashi_table_4 li img {
  height: auto;
  width: 100%;
}
.kashi_top_service {
  margin-bottom: 1em;
}
.kashi_top_service img {
  width: 100%;
}
.kashi_f_logo {
  width: 80%;
  margin: auto;
}
.kashi_f_logo img {
  width: 100%;
  height: auto;
}
.kashi_tnews {
  margin-bottom: 2em;
}
.kashi_tnews_2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px -1% 0em;
  justify-content: space-around;
}
.kashi_tnews_2 li {
  flex: 0 1 45%;
  justify-content: center;
  margin: 0 1% 1em;
  text-align: left;
}
.kashi_tnews_2 li img {
  width: 100%;
}
.kashi_tnews_2txt01 {
  padding: 0.2em 0;
}
.kashi_tnews_2txt02 {
  color: #b3b3b4;
  font-size: 1.3rem;
}
.kashi_top_news {
  margin-bottom: 1em;
}
.kashi_top_news img {
  width: 30%;
}
.kashi_concept_txt01{
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.4;
}

.kashi_concept_txt02{
	font-weight: bold;
	font-size: 2rem;
	padding-bottom: 0.3em;
}

.kashi_concept_txt03{
	color: #796a56;
		padding-bottom: 0.5em;
}

.kashi_pagetitle {
  font-family: 'Pathway Gothic One', sans-serif;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 0.2em;
}
.kashi_pagesubtitle {
  color: #fff;
}
.kashi_guide_title {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 2em 0 0.5em;
}
.kashi_guide_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0;
  justify-content: space-around;
}
.kashi_guide_list li {
  flex: 0 1 47%;
  justify-content: center;
  margin: 0 auto 1em;
  text-align: left;
}
#guide01 {
  margin-top: -100px;
  padding-top: 100px;
}
#guide02 {
  margin-top: -100px;
  padding-top: 100px;
}
#guide03 {
  margin-top: -100px;
  padding-top: 100px;
}
#guide04 {
  margin-top: -100px;
  padding-top: 100px;
}
#guide05 {
  margin-top: -100px;
  padding-top: 100px;
}
#guide06 {
  margin-top: -100px;
  padding-top: 100px;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 1.6rem; /* 16px */
    line-height: 1.8;
  }
  .kashi_br-sp {
    display: block;
  }
  .kashi_br-pc {
    display: none;
  }
  .pdg20b {
    padding-bottom: 30px;
  }
  .kashi_page-bg {
    margin-top: 80px;
    padding: 1.5em 0;
  }
  .kashi_scroll-bg {
    padding: 4em 0;
  }
  .kashi_scroll-bg2 {
    padding: 2em 0;
  }
  .kashi_scroll-bg3 {
    padding: 1em 0;
  }
  .kashi_abs_comp_list {
    width: 100%;
    margin-bottom: 0px;
  }
  .kashi_abs_comp_list li dt {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kashi_abs_comp_list li dd {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #kashi_map_canvas {
    height: 500px;
  }
  #kashi_page-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 9999;
  }
  #kashi_page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 40px;
    padding-top: 10px;
    text-align: center;
    display: block;
  }
  #kashi_page-top a:hover {
    background: #f2cf01;
    color: #fff;
  }
  .kashi_table_2 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px -1% 3em;
    justify-content: space-around;
  }
  .kashi_table_2 li {
    flex: 0 1 45%;
    justify-content: center;
    margin: 0 1% 0px;
    padding: 0;
  }
  .kashi_table_3 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px -1% 0px;
    justify-content: space-around;
  }
  .kashi_table_3 li {
    flex: 0 1 31%;
    justify-content: center;
    margin: 0 1% 0px;
    padding: 0;
  }
  .kashi_table_4 {
    margin-top: 0px;
  }
  .kashi_table_4 li {
    flex: 0 1 23%;
    justify-content: center;
    margin: 0px 1% 30px;
    padding: 0;
  }
  .kashi_mainv {
    margin-top: 120px;
  }
  .kashi_mv_img {
    width: 40%;
  }
  .kashi_f_logo {
    width: 45%;
    margin: 0;
  }
  .kashi_top_service {
    margin-bottom: 4em;
  }
  .kashi_tnews {
    margin-bottom: 8em;
  }
  .kashi_tnews_2 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px -1% 2em;
    justify-content: space-around;
  }
  .kashi_tnews_2 li {
    flex: 0 1 31%;
    justify-content: center;
    margin: 0 1% 0px;
    padding: 0;
  }
  .kashi_top_news {
    margin-bottom: 2em;
    text-align: left;
    font-size: 2.0rem;
  }
  .kashi_top_news img {
    width: 13%;
  }
	
	.kashi_concept_txt01{
	
	font-size: 5rem;
}

.kashi_concept_txt02{
	font-weight: bold;
	font-size: 3.5rem;
	padding-bottom: 0.3em;
}

.kashi_concept_txt03{
		padding-bottom: 1em;
	font-size: 2.5rem;
}
  .kashi_pagetitle {
    font-size: 3.5rem;
  }
}
.news_3 li img {
	width: 100%;
	height: auto;
	margin-bottom: 0.5em;
}

.t_news_cate1 {
	color: #6A3906;
	font-weight: bold;
}
.t_news_title {
	padding-top: 0.3em;
	font-size: 1.8rem;
}
