@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#wrapper{
	min-height:540px;
	background: url(../../img/toppage/bg_image.png) no-repeat top;
}

h1{
	padding-top:36px;
	text-align:center;
}
h1 p{
	margin:0 38px;
	display:inline-block;
	vertical-align: top;
}
h1 p img{
	display:block;
}

.topCmt{
	margin:280px 30px 10px 30px;
	padding:18px 20px 14px 20px;
	font-weight:normal;
	line-height:1.2;
	background:url(../../img/common/bg_seeThrough.png);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
}

.article{
	margin-bottom:10px;
}

@media screen and (max-width: 980px) {
/*tablet*/
h1 p{
	margin:0 10px;
}
.topCmt{
	margin:50px 30px 10px 30px;
}
}
@media screen and (max-width: 768px) {
/*sp*/
.topCmt{
	margin:50px 10px 10px 10px;
	padding:18px 10px 14px 10px;
}
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 479px) {
/*sp*/
}

/* もっと見るボタン */
.btn_more{
	margin-top:15px;
}
.btn_more a{
	padding:10px 20px;
	width:100%;
	display:block;
	background:#FFF url(../../img/common/arrow_btn_right.png) no-repeat 96% center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_more img{
	display:block;
}

.btnSpace{
	margin: 30px 0 0 0;
}
.btnSpace img{
	max-width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}

dl.hyouka,
dl.shien{
	margin: .7em 0 .3em 0;
}
dl.hyouka dt,
dl.shien dt{
	font-weight: bold;
	background: #c7ffa9;
	padding:10px 20px;
	text-align: center;
	cursor: pointer;
}
dl.shien dt a{
	color: #000;
	text-decoration: none;
}

dl.hyouka dd{
	padding: .7em 0 1em 0;
}

@media screen and (max-width: 980px) {
/*tablet*/
}
@media screen and (max-width: 768px) {
/*sp*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 479px) {
/*sp*/
}


/* 新着情報
----------------------------------------------------------------------*/
#frameNews{
	margin:0px 30px 50px 30px;
	padding:15px;
	background-color:#039000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#FFF;
}
#frameNews a{
	color:#FFF;
	text-decoration:none;
}
#frameNews a:hover{
	text-decoration: underline;
}
#frameNews .newsTitle{
	width:240px;
	padding:35px 20px 0 10px;
	float:left;
}
#frameNews ul{
	padding-left:20px;
	width:610px;
	border-left:1px solid #FFF;
	float:right;
}
#frameNews li{
	padding:10px;
	width:100%;
	border-bottom:1px solid #77c375;
	display:table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frameNews li .date{
	width:7em;
	display:table-cell;
}
#frameNews li .txt{
	display:table-cell;
}
@media screen and (max-width: 980px) {
/*tablet*/
#frameNews .newsTitle{
	width:100%;
	padding:25px 20px;
	float:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#frameNews h3,
#frameNews .btn_more{
	display:inline-block;
}
#frameNews .btn_more{
	margin:0 0 0 20px;
}
#frameNews .btn_more a{
	padding:10px 40px 10px 20px;
}


#frameNews ul{
	width:100%;
	padding:0 0 10px 0px;
	float:none;
	border-left:none;
	border-top:1px solid #FFF;
	float:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 768px) {
/*sp*/
#frameNews{
	margin:0px 10px 50px 10px;
	padding:10px;
}
#frameNews .newsTitle{
	padding:25px 10px;
}
}
@media screen and (max-width: 620px) {
/*sp*/
#frameNews li,
#frameNews li .date,
#frameNews li .txt{
	display:block;
}
#frameNews li .date{
	width: auto;
	font-weight:bold;
}
}
@media screen and (max-width: 479px) {
/*sp*/
#frameNews h3,
#frameNews .btn_more{
	display:block;
}
#frameNews .btn_more{
	margin:10px 0 0 10px;
}
}


#frameStructure{
	margin-top:10px;
	width:550px;
	float:left;
}
#frameStructure .box{
	padding:5px;
	width:100%;
	border:1px solid #d7d7d7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#frameStructure .box img{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#frameStructure .txt{
	padding:10px;
	text-align:center;
}

#frameMap{
	margin-top:10px;
	width:435px;
	/*height:320px;*/
	float:right;
}
#frameMap img{
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}
@media screen and (max-width: 980px) {
/*tablet*/
#frameStructure,
#frameMap{
	margin:10px 1% 20px;
	width:98%;
	float:none;
}
#frameStructure{
	text-align:center;
}
.btn_reqruit{
	margin-bottom:20px;
	text-align:center;
}
}
@media screen and (max-width: 768px) {
/*sp*/
}
@media screen and (max-width: 620px) {
/*sp*/
#frameStructure .txt{
	padding:10px 0;
	text-align:left;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*table
----------------------------------------------------------------------*/
table{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
}
table th{
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #000;
	background-color:#afdead;
	font-weight:normal;
}
table td{
	padding: 5px;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 980px) {
/*tablet*/
}
@media screen and (max-width: 768px) {
/*sp*/
}
@media screen and (max-width: 479px) {
/*sp*/
#frameMap table{
	display:block;
	border-bottom:none;
	width:98%;
}
#frameMap table tbody,
#frameMap table tr,
#frameMap table th,
#frameMap table td{
	display:block;
	border-bottom:none;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}

.framePlan ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.framePlan ul li{
	display: block;
	width: 49%;
	margin: 3px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #039000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:15px;
}
.framePlan ul li .ttl{
	text-align:center;
	margin-bottom:10px;
}
.framePlan ul li .btnMore{
	margin: 10px 0 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #039000;
	text-align: center;
	font-weight: bold;
}
.framePlan ul li .btnInsta{
	margin: 10px 0 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
	text-align: center;
	font-weight: bold;
}
.framePlan ul li .btnInsta a,
.framePlan ul li .btnMore a{
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.framePlan ul li .btnInsta a:after,
.framePlan ul li .btnMore a:after{
	content: " »";
}
.framePlan .f_table{
	height: 320px !important;
}
/*250725　富永追記*/
.framePlan .box_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 10px;
	row-gap: 0px;
	align-items: stretch;
}


@media screen and (max-width: 980px) {
.framePlan .f_table{
	height: auto !important;
}
}
@media screen and (max-width: 768px) {
/*sp*/
.framePlan ul li{
		margin: 5px;
		display: block;
		width: 100%;
	}
	.framePlan .box_list{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 479px) {
/*sp*/
	.framePlan ul li .f_table,
	.framePlan ul li .f_table .cell,
	.framePlan ul li .f_table .cell_bottom{
		display:block;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.framePlan ul li .f_table .cell,
	.framePlan ul li .f_table .cell_bottom{
		padding:0;
	}
	.framePlan ul li .f_table .pt_20{
		padding-top:0;
	}
	.framePlan ul li .f_table .cell_bottom{
		vertical-align: top;
		text-align:center;
	}
	.framePlan ul li .f_table .cell img,
	.framePlan ul li .f_table .cell_bottom img{
		margin:0 auto;
		display:block;
	}
	#wrapper .f_table .cell:first-child{
		padding-right:0px;
	}
	#wrapper .f_table .cell_bottom:first-child{
		padding-right:0px;
	}
}