@charset "utf-8";
/*
    ここにCSSを記述
    個別でCSSを指定したい時などに使います
*/

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color:#555 !important;
          text-decoration: none !important ; }

body,h1,h2,h3{
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;

}
body{
  font-size: large !important;
}
/*****スライダー設置　ここから
.swiper-container {
   width: 100%;
   height: 100%;
  }
.swiper-slide {
background-position: center;
background-size: cover;
}
/*****スライダーここまで*****/
.cont-top{
  margin-top: 4em;
  text-align: center;
}
.row-top {
  margin-top: 2em;
}

  .container-fluid{
    padding:0px;
    margin-top:-5px;

  }
.foot1{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 5px 0 5px 0;
    font-size: 50px;
    margin: 20px 0 20px 0;
    text-align: center;
}

.layout{
	margin-top: 2em;
	margin-bottom: 2em;
	}
	
.row{
	margin-left: 2rem;
	margin-right: 2rem;
	font-size:large;
}
	.ttl{
	margin-top:1.5rem;
	margin-bottom: 1.5rem;	
	}

/*
メディアクエリ関連はここから
*/
@media (min-width:992px) {
  .row .col-md-5{
  padding-top: 10%;
  }

}
/*スマートフォン用カスタマイズ*/
@media screen and (max-width: 599px) {
.cont-top{
   margin-top:0px;
  }
}