@charset "UTF-8";


/*---カバー画像---*/
#Top_Cover {
	width: 100%;
	height: 100%;
	background: url(../img/cover_base.jpg) no-repeat left top;
	background-size: cover;
}

#Top_Cover_ichigo {
	width: 100%;
	height: 100%;
	background: url(../img/cover_base_ichigo.jpg) no-repeat left top;
	background-size: cover;
}

/*---サブナビ---*/
.Bg_Sub_Navi {
	width: 100%;
	background: #ddd6ca;
	padding: 20px 0;
}

/*---カラム指定---*/
.Sub_Navi_column {
	margin: 0 auto;
}

.Sub_Navi_column .col {
	float: left;
}

.Sub_Navi_column.col1 .col {
	margin: 0;
	width: 100%;
}

.Sub_Navi_column.col2 .col {
	margin: 0 2.2% 0 0;
	width: 48.9%;
}

.Sub_Navi_column.col3 .col {
	margin: 0 2.2% 0 0;
	width: 31.86%;
}

.Sub_Navi_column.col2 .col:nth-child(2n),
.Sub_Navi_column.col3 .col:nth-child(3n) {
	margin-right: 0;
}

.Sub_Navi_column.col2 .col:nth-child(2n+1),
.Sub_Navi_column.col3 .col:nth-child(3n+1) {
	clear: both;
}

@media screen and (max-width:767px) {
	.Sub_Navi_column {
		margin: 0;
	}

	.Sub_Navi_column.col1 .col {
		margin: 0;
		width: 100%;
	}

	.Sub_Navi_column.col2 .col {
		margin: 0 2.2% 0 0;
		width: 48.9%;
	}

	.Sub_Navi_column.col3 .col {
		margin: 0 2.2% 0 0;
		width: 31.86%;
	}

}

/*---サブナビ・ボタン---*/
.Sub_Navi_button a {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	background: #66aed8;
	color: #FFF;
	line-height: 54px;
	font-size: 16px;
}

.Sub_Navi_button_On a {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	background: #477997;
	color: #FFF;
	line-height: 54px;
	font-size: 16px;
}

.Sub_Navi_button a:hover {
	height: 54px;
	background: #477997;
	color: #FFF;
}

/*---ボタン（エフェクト）---*/
.button2 {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 42px;
	text-align: center;
	text-decoration: none;
	background: #ff9c2e;
	border: 1px solid #eb6100;
	color: #FFF;
	line-height: 42px;
	overflow: hidden;
	font-size: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2:hover {
	background: #FF8000;
	color: #FFF;
}

/*---背景色---*/
.Bg_Green {
	height: 120px;
	background: #a3d6ce;
	padding: 0;
}

/*---見だし---*/
#Heading {
	height: 120px;
	background: url(../img/tit_01.png) no-repeat;
	background-size: 120px;
	position: relative;
	top: 20px;
	font-size: 48px;
	padding: 8px 0px 0px 150px;
}


/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	#Top_Cover {
		display: none;
	}

	#Top_Cover_ichigo {
		display: none;
	}

	.Bg_Green {
		height: 50px;
		background: #a3d6ce;
		padding: 0;
		margin-bottom: 20px;
	}

	#Heading {
		height: 80px;
		background: url(../img/tit_01.png) no-repeat left top;
		background-size: 60px;
		font-size: 18px;
		padding: 4px 0px 0px 70px;
		position: relative;
		top: 8px;
	}

	.Bg_Sub_Navi {
		width: 100%;
		background: #ddd6ca;
		padding: 10px 0;
		margin-top: 30px;
	}

	.Sub_Navi_button a {
		display: inline-block;
		width: 100%;
		height: 30px;
		text-align: center;
		text-decoration: none;
		background: #66aed8;
		color: #FFF;
		line-height: 30px;
		font-size: 12px;
	}

	.Sub_Navi_button_On a {
		display: inline-block;
		width: 100%;
		height: 30px;
		text-align: center;
		text-decoration: none;
		background: #477997;
		color: #FFF;
		line-height: 30px;
		font-size: 12px;
	}

	.button2 {
		display: inline-block;
		position: relative;
		z-index: 2;
		width: 100%;
		height: 30px;
		text-align: center;
		text-decoration: none;
		background: #ff9c2e;
		border: 1px solid #eb6100;
		color: #FFF;
		line-height: 30px;
		overflow: hidden;
		font-size: 12px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.fz12 {
		font-size: 10px;
	}

}

/* !コルクいちご
-------------------------------------------------------------- */
.box {
	display: block;
	background-image: url(../img/cover_base_ichigo.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 16px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

/* !Tableいちご
---------------------------------------------------------- */
.table_ichigo {
	width: 36%;
	border: none;
	margin-left: auto;
	margin-right: auto;
}

.table_ichigo th {
	border-bottom: 1px solid #ccc;
	padding: 6px;
}

.table_ichigo td {
	border-bottom: 1px solid #ccc;
	padding: 6px;
}

/* !Box
----------------------------------------------------- */
.box_column01 {
	margin: 0;
}

.box_column01 .col {
	float: left;
}

.box_column01.col2 .col {
	margin: 0 2.2% 20px 0;
	width: 48.9%;
}

.box_column01.col3 .col {
	margin: 0 2.2% 20px 0;
	width: 31.86%;
}

.box_column01.col4 .col {
	margin: 0 2% 20px 0;
	width: 23.5%;
}

.box_column01.col5 .col {
	margin: 0 1% 16px 0;
	width: 19.2%;
}

.box_column01.col2 .col:nth-child(2n),
.box_column01.col3 .col:nth-child(3n),
.box_column01.col4 .col:nth-child(4n),
.box_column01.col5 .col:nth-child(5n) {
	margin-right: 0;
}

.box_column01.col2 .col:nth-child(2n+1),
.box_column01.col3 .col:nth-child(3n+1),
.box_column01.col4 .col:nth-child(4n+1),
.box_column01.col5 .col:nth-child(5n+1) {
	clear: both;
}

.taC {
	margin-bottom: 45px;
}

@media screen and (max-width:767px) {
	.box_column01 {
		margin: 0;
	}

	/*---2→1---*/
	.box_column01.col2 .col {
		margin: 0 0 10px;
		width: 100%;
	}

	/*---3→2---*/
	.box_column01.col3 .col {
		margin: 0 1% 10px;
		width: 48%;
	}

	.box_column01.col3 .col:nth-child(2n+1) {
		/*奇数*/
		clear: both;
	}

	.box_column01.col3 .col:nth-child(2n) {
		/*偶数*/
		clear: none;
		float: right;
	}

	.box_column01.col3 .col:nth-child(6n) {
		/*6の倍数*/
		float: left;
	}

	/*---4→2---*/
	.box_column01.col4 .col {
		margin: 0 1% 10px;
		width: 48%;
	}

	.box_column01.col4 .col:nth-child(2n+1) {
		/*奇数*/
		clear: both;
	}

	.box_column01.col4 .col:nth-child(6n) {
		/*6の倍数*/
		float: left;
	}

	/*---5→2---*/
	.box_column01.col5 .col {
		margin: 0 1% 10px;
		width: 48%;
	}

	.box_column01.col5 .col:nth-child(2n+1) {
		/*奇数*/
		clear: both;
	}

	.box_column01.col5 .col:nth-child(6n) {
		/*6の倍数*/
		float: left;
	}
}

/* !ボタンいちご
---------------------------------------------------------- */
.button_ichigo {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 80%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #d21f41;
	background-color: #de506b;
	color: #FFF;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.button_ichigo::before,
.button_ichigo::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button_ichigo,
.button_ichigo::before,
.button_ichigo::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button_ichigo:hover {
	background-color: #FFF;
	border: 1px solid #ed8d9f;
	color: #ed8d9f;
}


/* !Fontsいちご
---------------------------------------------------------- */
.fz12 {
	font-size: 12px;
}

.fz18 {
	font-size: 18px !important;
}

.fz22 {
	font-size: 22px !important;
}

@media only screen and (max-width: 767px) {
	.fz18 {
		font-size: 16px !important;
	}

	.fz22 {
		font-size: 18px !important;
	}
}

.fcPink {
	color: #e36868 !important;
}

.fcOrange {
	color: #ff9900;
}

/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	.table_ichigo {
		width: 90%;
		border: none;
		margin-left: auto;
		margin-right: auto;
	}

}