@charset "utf-8";

/* メインビジュアル */

#main_img {
	width: 100%;
	min-width: 980px;
	padding: 10px;
	background: #fff6d9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

#main_img .h1_box {
	text-align: center;
}

#main_img .h1_box p, #main_img .h1_box h1, #main_img .h1_box p span, #main_img .h1_box h1 span {
	color: #f48400;
	font-weight: bold;
}

#main_img .h1_box p {
	padding: 15px 0;
	font-size: 24px;
}

#main_img .h1_box p span {
	font-size: 24px;
}

#main_img .h1_box h1 {
	padding: 10px 0 20px;
	border-top: 2px solid #f48400;
	font-size: 42px;
	display: inline-block;
}

#main_img .h1_box h1 span {
	font-size: 42px;
}

.cont_list a {
	display: block;
}

.cont_list .cont_txt {
	display: table;
	background: url(../img/triangle.png) no-repeat right top;
	-webkit-background-size: 22px;
	background-size: 22px;
}

.cont_list .cont_txt h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 50%;
}

.cont_list .cont_txt h2 span {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}

.cont_list .cont_txt > div {
	padding: 0 10px 0 20px;
	display: table-cell;
	vertical-align: middle;
}

.cont_left {
	width: 50%;
	float: left;
	border-right: solid 1px #fff9ec; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cont_left a {
	background: #49a4db;
}

.cont_left a .cont_txt {
	width: 100%;
	height: 22.5%;
}

.cont_left .cont_txt h2, .cont_left .cont_txt p {
	margin-top: -8px;
}

.cont_right .cont_txt p {
	line-height: 220%
}

.cont_right {
	width: 50%;
	float: right;
}

.cont_right a {
	overflow: hidden;
}

.cont_right a > div {
	width: 50%;
	float: left;
}

.cont_right .cont_txt h2 {
	margin-bottom: 20px;
}

.cont_item_dh {
	background: #38c8a7;
	border-bottom: solid 1px #fff9ec; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cont_item_da {
	background: #74c623;
}

@media screen and (max-width: 640px) {
#main_img {
	width: 100%;
	min-width: inherit;
}

#main_img .h1_box p {
	padding: 15px 0;
	font-size: 16px;
	line-height: 160%;
}

#main_img .h1_box p span {
	line-height: 160%;
	font-size: 16px;
}

#main_img .h1_box {
	width: 80%;
	margin: 0 auto;
}

#main_img .h1_box h1 {
	padding: 10px 0 0;
	font-size: 20px;
}

#main_img .h1_box h1 span {
	padding: 0 0 20px;
	font-size: 28px;
	line-height: 120%;
}

.cont_left, .cont_right {
	width: 100%;
	float: none;
}

.cont_left a {
	height: auto !important;
	border-bottom: solid 1px #fff9ec; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cont_list .cont_txt h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
}

.cont_left .cont_txt {
	padding: 7px 0 12px 0;
}

.cont_list .cont_txt h2 span {
	
	font-size: 24px;
}

.cont_left .cont_txt h2, .cont_left .cont_txt p {
	margin-top: 0;
}

.cont_list .cont_txt p {
	line-height: 140%;
}

.cont_list .cont_txt > div {
	padding: 5px 10px 8px 15px;
}

.cont_right .cont_img {
	float: right;
}

.cont_right .cont_txt p {
	display: none;
}

.cont_right h2 .nobr:first-child {
	line-height: 110%;
}

}

#mission .mission_txt {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/mission_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 60px 0;
}

#mission .mission_txt div {
	width: 500px;
	margin: 0 auto;
}

#mission .mission_txt h2, #mission .mission_txt p, #mission .mission_txt p span {
	color: #fff;
}

#mission .mission_txt h2 {
	padding: 0 20px 15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #fff;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
}

@media screen and (max-width: 640px) {
#mission .mission_txt {
	width: 100%;
	min-width: inherit;
	padding: 50px 0;
}

#mission .mission_txt div {
	width: 92%;
	margin: 0 auto;
}

#mission .mission_txt h2, #mission .mission_txt p, #mission .mission_txt p span {
	color: #fff;
}

#mission .mission_txt h2 {
	padding: 0 5px 8px;
	margin-bottom: 15px;
	font-size: 24px;
}
}

.tabs {
	width: 360px;
	margin: 0 auto;
	overflow: hidden;
}

.tabs li {
	width: 180px;
	height: 50px;
	margin-bottom: 30px;
	line-height: 50px;
	border: 1px solid #aaa;
	text-align: center;
	float: left;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs li:hover, .tabs li:hover a {
	opacity: 0.8;
}

.tabs li.active {
	background: #aaa;
}

.tabs li a, .tabs li a:hover {
	color: #1f1f20;
	font-size: 18px;
}

.tabs li.active a, .tabs li.active a:hover {
	color: #fff;
}

.situation_list {
	overflow: hidden;
	text-align: center;
}

.situation_list.tokyo {
	width: 980px;
}

.situation_list.kanagawa {
	width: 784px;
}

.situation_list .situation_item {
	float: left;
}

.situation_list .situation_item > p {
	width: 196px;
	height: 50px;
	/*line-height: 50px;*/
	background: #fff6d9;
	letter-spacing: 0;
	vertical-align: middle;
}

.situation_list .situation_item:first-child > p {
	padding-left: 196px;
}

.situation_list .situation_item ul {
	width: 196px;
	float: left;
}

.situation_list .situation_item ul li {
	height: 50px;
	margin: 0 auto;
	display: table;
}

.situation_list .situation_item ul li p {
	width: 100%;
	line-height: 120%;
	display: table-cell;
	vertical-align: middle;
}

.situation_list .situation_item .situation_left {
	background: #fff6d9;
}

.situation_list .situation_item:not(:first-child) .situation_left {
	display: none;
}

.situation_list .situation_item .situation_right li {
	background: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing:border-box;
}

.situation_list .situation_item .situation_right p {
	color: #fff;
	font-size: 18px;
}

.situation_list .situation_item .situation_right .active {
	width: 100%;
	background: #f8a911;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.situation_list .situation_item .situation_right .active.hurriedly {
	background: #f17b19;
}

.situation_list .situation_item .situation_right .active.part {
	background: #f9c851;
	font-size: 14px;
}

.situation_list .situation_item .situation_right .active.part p,
.situation_list .situation_item .situation_right .active.part p span {
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
.tabs {
	width: 100%;
}

.tabs li {
	width: 50%;
}

.situation_list.tokyo {
	width: auto;
}

.situation_list.kanagawa {
	width: auto;
}

.situation_list .situation_item {
	float: none;
	overflow: hidden;
}

.situation_list .situation_item > p {
	background: #ffedb9;
	border-bottom: 1px solid #fff;
}

.situation_list .situation_item > p {
	width: 50%;
}

.situation_list .situation_item:first-child > p {
	padding-left: 0;
}

.situation_list .situation_item ul {
	width: 50%;
}

.situation_list .situation_item:not(:first-child) .situation_left {
	display: block;
}

.situation_list .situation_item {
	margin-bottom: 30px;
}

.situation_list .situation_item .situation_right li {
	border-right: none;
}
}



.cname{
	position: relative;
	top: 40px;
	left: 80px;
	color: #f06c01;
    font-size: 18px;
    font-weight: bold;
}
.sp_cname{display: none;}

@media screen and (max-width: 640px){
.cname {display: none;}
.sp_cname{
	display: inline-table;
	width: 50%;
    float: left;
}
.sp_cname span{
	font-size: 18px;
	font-weight: bold;
	color: #f06c01;
	text-align: center;
	padding-top: 10px;
	display: block;
}
.sp_shop{
	width: 50%;
	float: right;
}
} 


