@charset "UTF-8";
/* TOP-CSS */

.main-pic {
  width: 100%;
  height: 575px;
  background: url("../img/top202104.jpg") no-repeat #000 top center;
}

.main {
  padding: 0 0;
}

.main h1 {
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
  font-weight: normal;
  letter-spacing: -2px;
}
.main h1 span {
  font-size: 28px;
  display: block;
}

section h2 {
  font-size: 36px;
}

/*button*/
.btn {
  margin: 0 auto 30px;
  line-height: 1;
  font-size: 18px;
  text-align: center;
}
.btn a {
  text-decoration: none;
  border-radius: 50px;
  height: 60px;
  min-width: 250px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  padding: 10px 60px 10px 20px;
  position: relative;
}
.btn a::after {
  content: "→";
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.btn a:hover {
  transition: 0.5s;
}

/*button-blue */
.btn-blue a {
  color: #00a3d9;
  border: 1px solid #00a3d9;
}
.btn-blue a:hover {
  border: 1px solid #000;
  color: #000;
}
/*button-white-blue */
.btn-white-blue a {
  color: #fff !important;
  border: 1px solid #fff;
}
.btn-white-blue a:hover {
  border: 1px solid #00a3d9;
  color: #00a3d9 !important;
}
/*button-white-black */
.btn-white-black a {
  color: #fff !important;
  border: 1px solid #fff;
}
.btn-white-black a:hover {
  border: 1px solid #000;
  color: #000 !important;
}

/*kaiketsu*/
section#kaiketsu {
  background: #47bbff;
}

/*nayami*/
#nayami .dan ul {
  margin: 0 0 0 15px;
}
#nayami .dan ul li {
  list-style: decimal;
  font-size: 20px;
  font-weight: bold;
  color: #002db2;
}

/*blog*/
section#news {
  background: #444;
  color: #ccc;
}
section#news h2 {
  color: #eee;
}
section#news .dan {
  display: flex;
  justify-content: space-between;
}
section#news .entry {
  width: 310px;
}
section#news .thumbnail {
  width: 150px;
}
section#news .thumbnail img {
    border: solid 1px #ccc;
}


#news h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  color: #ffc926;
  border-bottom: 1px solid #ffc926;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news h3 a {
  color: #ffc926;
  text-decoration: none;
}
#news h3 a:hover {
  color: #eee;
}
#news .date {
  color: #ccc;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
}
#news p {
  margin: 0;
  line-height: 1.5;
  color: #999;
}

/*column*/
section#column {
	background: #444; color: #ccc;
}
section#column h2 {
	color: #eee;
}
section#column .dan {
	display: flex;justify-content: space-between;
}
section#column .entry {
	width: 310px;
}

section#column .thumbnail {
  width: 150px;
}
section#column .thumbnail img {
    border: solid 1px #ccc;
}

#column h3 {
	font-size: 24px; font-weight: bold;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 0 0 0 0; margin: 0 0 10px 0; color: #FFC926; border-bottom: 1px solid #FFC926;
	  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#column h3 a {
	color: #FFC926; text-decoration: none;
}
#column h3 a:hover {
	color: #eee;
}
#column .date {
	color: #ccc; font-family:Helvetica, Arial, sans-serif; letter-spacing: 2px; font-size: 18px;
}
#column p {
	margin: 0; line-height: 1.5; color: #999;
}
