/*****************************************************************************
CSS only for /kokusaku/kodomomirai/
*****************************************************************************/

/* Billboard
-----------------------------------------*/
.Billboard {
  text-align: center;
}
.Billboard img {
  max-width: 100%;
  height: auto;
}

/* Content
-----------------------------------------*/
.Content {
  margin-top: 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Content {
    margin-top: 30px;
  }
}
.Content__inner {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Content__inner {
    width: auto;
    margin: 0 10px;
  }
}

/* Heading
-----------------------------------------*/
.Content__inner .Heading {
  text-align: center!important;
}
.Content__inner .Heading img{
  margin-left:auto;
  margin-right: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Content__inner .Heading {
    margin: 0;
  }
}
.Heading img {
  max-width: 100%;
  height: auto;
}

/* Summary
-----------------------------------------*/
.Summary {
  background-color: #ffffff;
}
.Summary img {
  max-width: 100%;
  height: auto;
}
.Summary__inner {
  position: relative;
  padding: 22px 75px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Summary__inner {
    padding: 20px 0 0;
  }
}
.Summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Summary__title {
    width: 60%;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Summary__head > p {
    width: 30%;
  }
}
.Summary__box {
  background-color: #fff;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Summary__box {
    margin-top: 10px;
  }
}
.TextTop {
  margin-top: -26px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TextTop {
    margin-top: -7px;
  }
}

/************************** Ex *****************************/
.Ex__spShow{
	display: none !important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.Ex__pcShow{
		display: none !important;
	}
	.Ex__spShow{
		display: block !important;
	}
}
/* Contact
-----------------------------------------*/
.Contact{
	width: 770px!important;
	margin: 0 auto!important;
	margin-top: 50px!important;
	box-sizing: border-box!important;
	border: 1px solid #333!important;
	border-radius: 10px!important;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif !important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.Contact{
		width: auto!important;
		margin: 30px 0 0!important;
	}
}
.Contact__inner{
	padding: 40px!important;
	text-align: center!important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.Contact__inner{
		padding: 15px 10px!important;
	}
}
.Contact__title{
	font-size: 28px!important;
	font-weight: bold!important;
	line-height: 1.2!important;
	color: #fff;
	background: #506428!important;
	padding: 15.5px 0 15.5px 0!important;
}
@media only screen and (max-width:640px) {
	.Contact__title{
		font-size: 18px!important;
	}
}
.Contact__txt2{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
.Contact__tel{
	margin-top: 15px;
	font-size: 50px!important;
	font-weight: bold!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Contact__tel_sp{
	margin-top: 15px;
	font-size: 30px!important;
	font-weight: bold!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Contact__tel_sp img{
  	width: 20%;
	float: left;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.Contact__tel,.Contact__tel_sp{
		flex-direction: column;
	}
	.Contact__tel a:not(:first-child){
		margin-top: 15px;
	}
}
.Contact__time{
	font-size: 14px!important;
	line-height: 1.25!important;
	margin-top: 25px!important;
	text-align: left!important;
}
.Contact__time .time{
	font-size: 20px!important;
	font-weight: bold!important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.Contact__time{
		font-size: 14px;
		margin-top: 14px;
	}
}

.Contact__memo{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
	text-align: left;
}
.Contact__memo span{
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}

.Contact__link{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.Contact__link h3{
	font-size: 17px!important;
	margin: 0!important;
	padding: 0!important;
	font-weight: bold!important;
	text-align: left!important;
}
.Contact__link p{
	font-size: 15px!important;
	margin: 0!important;
	padding: 0!important;
	text-align: left!important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.Contact__link{
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	margin-top: 20px;
}
}

/* kodomomirai
-----------------------------------------*/
.kodomomirai_catalog .catalog{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
@media all and (max-width: 640px){
	.kodomomirai_catalog .catalog{
		margin-bottom: 40px;
	}
}
.kodomomirai_catalog h2.heading--02{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 3px 0 3px 8px;
	letter-spacing: 0.15em;
	border: solid #491b00;
	border-width: 0 0 1px 8px;
	font-size: 20px;
	font-weight: bold;
}
@media all and (max-width: 640px){
	.kodomomirai_catalog h2.heading--02{
		font-size: 18px;
	}
}
.kodomomirai_catalog .catalog__body{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 500px;
	margin: 0 45px 0 0;
}
@media all and (max-width: 640px){
	.kodomomirai_catalog .catalog__body{
		order: 2;
		width: 100%;
		margin: 16px 0 0;
	}
}
.kodomomirai_catalog .catalog__outline{
	margin: 0;
	font-size: 18px;
}
@media all and (max-width: 640px){
	.kodomomirai_catalog .catalog__outline{
		font-size: 16px;
	}
}
.kodomomirai_catalog .catalog__figure{
	margin: 0 auto;
	border: solid 1px #bec2c4;
}

.kodomomirai_catalog .catalog__link{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 240px;
	height: 48px;
	margin-top: 20px;
	margin-left: 0;
	padding: 0 16px;
	color: #fff;
	background: #000272;
	border: solid 1px #000272;
}
@media all and (max-width: 640px){
	.kodomomirai_catalog .catalog__link{
		width: 60%;
		height: 100%;
		padding: 8px;
	}
}
.kodomomirai_catalog .catalog__link::after{
	width: 8px;
	height: 8px;
	margin-left: .5rem;
	content: "";
	transform: rotate(45deg);
	border-top: solid 2px;
	border-right: solid 2px;
}
.kodomomirai_catalog .catalog__link:hover{
	text-decoration: none;
	opacity: 0.7;
}
@media all and (max-width: 640px){
	.kodomomirai_catalog .catalog__link:hover{
	text-decoration: none;
	opacity: 0.7;
	}
}