@charset "UTF-8";
/*-----------------------------------

	region_block

-----------------------------------*/


/* ==========================================
	being_block
========================================== */

#being_block {
	
}
.message_box {
	margin:90px 0;
	position:relative;
}
.message_box h3 {
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #ff951b;
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
    -webkit-text-stroke: 0.3px;
}
.message_box h3::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #ffa043;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10;
}
.message_box h3::after {
    content: "";
    width: 25px;
    height: 25px;
    background: #ffdbbb;
    position: absolute;
    left: 0;
    top: 5px;
}
.message_box h3::before,
.message_box h3::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#being_block .message_box .text{
    width: 52%;
    float: right;
    padding-top: 45px;
    background-color: #fff;
    border: 1px solid #f4d8b4;
        border-top-color: rgb(244, 216, 180);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 4px solid #f4d8b4;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.1);
}
#being_block .text{
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 45px;
    background-image: url(../img/index/about_bg.png);
    background-repeat: no-repeat;
    background-position: 10% bottom;
    left: 0;
    top: 0;
}
.message_box .text p {
    font-size: 15px;
    line-height: 200%;
    margin-bottom: 1.5em;
}
#being_block .message_box .img_box{
	float:left;
	width:45%;
}
#being_block .message_box .img_box ul{
	text-align: center;
}
/*#being_block .message_box .img_box ul li:first-child{
	width:100%;
	margin-right:0;
}*/
#being_block .message_box .img_box ul li{
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:30px;
	position:relative;
}
#being_block .message_box .img_box ul li::before {
    content: "+";
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}
#being_block .message_box .img_box ul li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #ff951b transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}
#being_block .message_box .img_box ul li:nth-child(2),
#being_block .message_box .img_box ul li:nth-child(4){
	margin-right:0;
}
#being_block .message_box .img_box ul li .shop{
	color: #404040;
    font-size: 18px;
    font-weight: 600;
	margin-top:15px;
}
#being_block .message_box .img_box ul li .add{
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #404040;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #ff951b;
}
.message_box .text .line {
	color: #ff951b;
	font-weight:bold;	
}
#being_block .tbl {
	margin:0 0 90px 0;	
}
#being_block table {
	width: 100%;
	margin-top: 50px;
}
#being_block table th {
	width: 90px;
	color: #464646;
	font-size: 15px;
	text-align: left;
	padding: 5px 15px 5px 0;
	border-bottom: 1px dotted #e7e7e7;
	position: relative;
}
#being_block table th:before {
	content: "";
	width: 4px;
	height: 80%;
	background: #ff951b;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#being_block table td {
	font-size: 15px;
	padding: 5px 45px;
	border-bottom: 1px dotted #e7e7e7;
}

@media screen and (max-width: 1180px) {
	
    #being_block .message_box .text {
        width: 51%;
    }

}

@media screen and (max-width: 640px) {

    .message_box {
        margin-top: 60px;
    }
    .message_box h3 {
        font-size: 20px;
        margin-bottom: 25px;
        -webkit-text-stroke: 0;
    }
    #being_block .message_box .img_box ul li .shop {
        margin-bottom: 0 !important;
    }
    #being_block .message_box .text {
        width: 100%;
        float: none !important;
        position: static;
        padding: 20px 5%;
    }	
    #being_block .message_box .img_box {
        width: 100%;
        height: auto;
        background: none;
        padding-bottom: 15px;
        position: static;
        float: none !important;
        border-bottom: 1px dotted #ececec;
    }
	/*#being_block .message_box .img_box ul li:first-child {
        margin-bottom: 20px;
	}*/
	#being_block .message_box .img_box ul li {
		margin-bottom: 20px;
	}
	#being_block .message_box .img_box ul li .add {
        margin-top: 0;
        padding-top: 10px;
        line-height: 170%;
	}
    #being_block table {
    	margin: 50px 0;
    }
    .message_box .text p {
        margin-top: 25px;
    }

}

/* ==========================================
	visit_block
========================================== */

#visit_block {
	margin-bottom: 100px;
}
#visit_block .message_box .text{
    width: 52%;
    float: left;
    padding-top: 45px;
    background-color: #fff;
    border: 1px solid #f4d8b4;
        border-top-color: rgb(244, 216, 180);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 4px solid #f4d8b4;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.1);
}
#visit_block .text{
    float: right;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 124px;
    background-image: url(../img/index/about_bg.png);
    background-repeat: no-repeat;
    background-position: 10% bottom;
    left: 0;
    top: 0;
}
#visit_block .message_box ul li{
	border-bottom: 1px dotted #e7e7e7;
	font-size: 15px;
    line-height: 200%;
    margin-bottom: 2.2em;
	position:relative;
	padding-bottom: 16px;
}
#visit_block .message_box ul li:last-child{
	margin-bottom: 0;
}
#visit_block .message_box ul li span{
	display:block;
}
#visit_block .message_box ul li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 4.3px;
    border-color: transparent transparent transparent #ff951b;
    position: absolute;
    left: -15px;
    top: 13px;
    bottom: 0;
}
#visit_block .message_box .img_box{
    width: 45%;
	height:1000px;
	float:right;
	background: url(../img/region/region_img_02.jpg) no-repeat;
	background-size: 100%;
	background-position: center;
	position: relative;
}
#visit_block .message_box .img_box p{
	position: absolute;
	bottom: -30px;
}

@media screen and (max-width: 1180px) {
    	
    #visit_block .message_box .text {
        width: 51%;
    }

}

@media screen and (max-width:795px){
	#visit_block .message_box .img_box p{
		bottom: -50px;
	}
}

@media screen and (max-width: 640px) {

    #visit_block .message_box .text {
        width: 100%;
        float: none !important;
        position: static;
        padding: 20px 5%;
    }	
	#visit_block .message_box ul li{
		margin-bottom: 1.5em;
		padding-bottom: 0;
	}
	#visit_block .message_box ul li:last-child{
		margin-bottom: 50px;
	}
    #visit_block .message_box .img_box {
        width: 100%;
        height: auto;
        background: none;
        position: static;
        float: none !important;
        margin-bottom: 25px;
    }
	#visit_block .message_box .img_box img{
		margin: 0 auto;
		display: block;
	}
	#visit_block .message_box .img_box p{
		position: static;
	}

}

/* ==========================================
	area_block
========================================== */

#area_block {
    margin-bottom: 180px;
}
#area_block .message_box .text{
    width: 45%;
    float: left;
    padding-top: 45px;
    background-color: #fff;
    border: 1px solid #f4d8b4;
        border-top-color: rgb(244, 216, 180);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 4px solid #f4d8b4;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.1);
}
#area_block .text{
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 45px;
    background-image: url(../img/index/about_bg.png);
    background-repeat: no-repeat;
    background-position: 10% bottom;
    left: 0;
    top: 0;
}
#area_block .message_box .img_box{
    width: 45%;
	height:350px;
	float:right;
	background: url(../img/region/region_img_03.jpg) no-repeat;
	background-size: 100%;
	background-position: right;
	right: 0;
	top: 50px;
}

@media screen and (max-width: 1180px) {
	
    #area_block .message_box .text {
        width: 51%;
    }

}

@media screen and (max-width: 640px) {

    #area_block .message_box .text {
        width: 100%;
        float: none !important;
        position: static;
        padding: 20px 5%;
    }	
    #area_block .message_box .img_box {
        width: 100%;
        height: auto;
        background: none;
        position: static;
        float: none !important;
        margin-bottom: 25px;
    }
    #area_block .message_box .area_img{
    	display:block;
    	margin:0 auto;
    }

}
