@charset "utf-8";
/* CSS Document */

.container {
    overflow: auto;
}
.block-headernav-link{
	padding-left: 10px !important;
}
.block-global-search{
	padding-right: 10px !important;
}

#header .block-header-bottom {
		background-color: #f1faff!important;
}
.block-top-maintop{
	background: #e9fcfd;
	width: 100%;
}
.block-top-maintop .maintopin{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 100px 0;
}
.block-top-maintop .maintopin .catchcopy{
	font-size: 25px;
	font-weight: bold;
	color: #526c6e;
	background: linear-gradient(transparent 50%, #fff 50%);
}
.block-top-maintop .maintopin .logo_main{
	margin: 20px auto 0;
}
.block-top-maintop .maintopin .img_main{

}
.block-header-globalnav{
	padding-top: 0 !important;
}	
.blue_area{
	width: 100%;
	background: #16c9d6;
	padding: 100px 0;
}
.blue_area .areain{
	max-width: 1200px;
	margin: 0 auto;
}
.blue_area h3.h3_area{
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 50px;
}
.branch_store_list{
	display: flex;
	flex-wrap: wrap;
}
.branch_store_list li{
	width: calc(25% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.branch_store_list li:last-child{
	margin-right: 0;
}
.branch_store_list li img{
	border: 10px solid #fff;
	border-radius: 10px;
}
.branch_store_list li a{
	color: #fff;
	text-decoration: none;
}
.branch_store_list li a:hover{
	color: #eee;
}

.pane-contents{
	padding: 0 !important;
	min-height: 0 !important;
}
.sub_text{
	font-size: 22px;
	color: #526c6e;
	margin-bottom: 50px;
}
ul.circle_figure{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
ul.circle_figure li{
	width : calc(100% / 5) ;
	color: #4dbdc5;
	text-align: center;
}
ul.circle_figure li div{
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 10px solid #4dbdc5;
	font-size: 26px;
	font-weight: bold;
}
ul.circle_figure li div span{
	font-size: 20px;
}
ul.circle_figure li p{
	text-align: center;
	font-size: 16px;
	max-width: 220px;
	margin-top: 10px;
}
ul.icon_settle li{
	display: inline-block;
	padding: 0 25px 30px;
}
.white_area{
	width: 100% !important;
	background: #fff;
	padding: 100px 0;
}
.blue_area2{
	width: 100% !important;
	background: #e9fcfd;
	padding: 100px 0;
}
.white_area .areain,.blue_area2 .areain{
	max-width: 1200px;
	margin: 0 auto;
}
.white_area h3.h3_area,.blue_area2 h3.h3_area{
	color: #526c6e;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	margin-bottom: 50px;
}
ul.shop_plan01,ul.shop_plan02{
	display: flex;
	max-width: 1200px;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
ul.shop_plan01 .shop_plan_text{
	order: 2;
}
ul.shop_plan01 .shop_plan_img{
	order: 1;
}
.shop_plan_img img{
	max-width: 580px;
	box-shadow: 0 0 10px #c0dfe1;
	margin: 10px;
}
.shop_plan_text .text_area{
	background: url("/img/usr/top/icon_touch.png") no-repeat;
	min-width: 480px;
	padding-left: 100px;
	left: 0;
	top: 0;
}
.block01{
	max-width: 600px;
	margin: 0 auto 50px;
}
.shop_plan_text .text_area h4{
	font-size: 25px;
	color: #4dbdc5;
	margin-bottom: 20px;
}
.shop_plan_text .text_area p{
	font-size: 20px;
	margin-bottom: 20px;
}
.shop_plan_text .text_area p span{
	color: #f99615;
}
	
.btn_contact{
	max-width: 700px;
	height: 70px;
	margin: 0 auto;
}
.btn_contact a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #feac42;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px 70px;
}
.btn_contact a:hover{
	opacity: 0.8;
}
