@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-menu a {
	color: #ffc600!important;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.lead .wrapper {
  position: relative;
  padding-top: 60px;
}
.lead .wrapper .tit-cmn03 {
  position: relative;
  z-index: 100;
}
.lead p {
  position: relative;
  z-index: 100;
}
.lead .deco {
  position: absolute;
  top: 0;
  left: 10%;
}

.link-list {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 30px 20px;
}
.link-list li {
	text-align: center!important;
	width: 100%;
}
.link-list li a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffc600;
	padding: 10px;
}
.img-box img {
	display: block;
	margin-bottom: 15px;
}
.img-box li h3 {
	font-size: 2rem;
	margin-bottom: 20px;
}
.img-box li h3 .menu-tit {
	display: block;
	font-size: 85%;
	margin-top: 10px;
}
.menu-box dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: solid 2px #f2d0a0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.menu-box dl dt {
	display: table-cell;
	width: 50%
}
.menu-box dl dd {
	display: table-cell;
	width: 50%;
	text-align: right;
}
.menu-box02 dl dt {
	width: 70%;
}
.menu-box02 dl dd {
	width: 30%;
}

.bt-challenge {
	width: 600px;
	margin: 0 auto;
}
.bt-challenge a {
	display: block;
	font-size: 2.5rem;
	background-color: #ffc600;
	padding: 25px;
}
.bt-challenge a:after {
	content: "\f0a9";
  float: right;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  margin-top: 5px;
}
.bt-challenge a:hover {
  background-color: #ffdd66;
}

#dekamori .tit-cmn03 span {
	color: #000;
	font-size: 50%;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}

/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.lead .wrapper {
  padding-top: 50px;
}

.menu-box .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.menu-box .img {
	float: none;
	width: 100%;
}
.menu-box {
	width: 105%!important;
}
.menu-box li {
	width: 45%;
	margin-right: 5%;
}

.link-list {
	gap: 20px 10px;
}
.link-list li {
	font-size: 80%;
}
.img-box img {
	margin-bottom: 10px;
}
.img-box li h3 {
	font-size: 1.8rem;
}
.img-box li h3 .menu-tit {
	margin-top: 7px;
}
.menu-box dl {
	display: block;
}
.menu-box dl dt {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.menu-box dl dd {
	display: block;
	width: 100%;
	font-size: 80%;
}
.menu-box02 dl dt {
	width: 100%;
}
.menu-box02 dl dd {
	width: 100%;
}

.bt-challenge {
	width: 90%;
	margin: 0 auto;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.lead .wrapper {
  padding-top: 40px;
}
.link-list {
	flex-wrap:wrap;
	align-items: center;
	gap: 10px 5px;
}
.link-list li {
width:calc(100%/3 - 5px)
}

.menu-box {
	width: 100%!important;
}
.menu-box li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.menu-box dl dt {
	margin-bottom: 5px;
}
.bt-challenge {
	width: 95%;
}
.bt-challenge a {
	font-size: 2rem;
	padding: 17px;
}

}

