@charset "UTF-8";
/* CSS Document */

/*========================================= */
/* sp/pcView
=========================================== */
.spView {
  display: block !important;
}

.pcView {
  display: none !important;
}

/******************************
Reset.css
******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  background-image:url(image);
}

h1, h2, h3, h4, h5, h6, ol, ul, p{
	max-height: 100%;
}

html,body {
  -webkit-text-size-adjust: none;
}

p{
	max-height: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*========================================= */
/* 共通
=========================================== */
html {
  font-size: 62.5%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  overflow: auto;
}
body{
	line-height:1.75;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	word-break: break-all;
}
.f_Koburina{
	font-family: "こぶりなゴシック","メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@font-face {
    font-family: 'こぶりなゴシック';
	src:url('../font/Koburina.eot?') format('embedded-opentype'),
	    url("../font/Koburina.woff") format('woff');
	font-weight:normal;
}
@font-face {
    font-family: 'リュウミン';
	src:url('../font/Ryumin.eot?') format('embedded-opentype'),
	    url("../font/Ryumin.woff") format('woff');
	font-weight:normal;
}
.wrapper{
	width:100%;
}
.bg_f0f0f0{
	background:#f0f0f0;
}
.bg_cainz_green{
	background:#006438; color:#FFFFFF;
}
.bg_pattern{
	background:url(../images/top/bg_content-think.jpg) repeat;
	margin-top:40px;
}
.o_hidden{
	overflow:hidden;
}
.border_b_CCCCCC{
	border-bottom:1px solid #CCC;
}
#loading {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -30px;
  z-index: 55;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background: #ffffff;
  top: 0px;
  left: 0px;
  z-index: 50;
}
.btn_top p{
	text-align:right;
}
.sp_w600 img{
	width:600px;
}
.sp_space{
	display:block;
	height:105px;
}
.none{
	display:none;
}
.spt10{
	margin-top:10px;
}
.spt20{
	margin-top:20px;
}
.spt30{
	margin-top:30px;
}
.spt40{
	margin-top:40px;
}
.spt50{
	margin-top:50px;
}
.spt60{
	margin-top:60px;
}
.spt70{
	margin-top:70px;
}
.spt80{
	margin-top:80px;
}
.spb10{
	margin-bottom:10px;
}
.spb20{
	margin-bottom:20px;
}
.spb30{
	margin-bottom:30px;
}
.spb40{
	margin-bottom:40px;
}
.spb50{
	margin-bottom:50px;
}
.spb60{
	margin-bottom:60px;
}
.spb70{
	margin-bottom:70px;
}
.spb80{
	margin-bottom:80px;
}
.tCenter{
	text-align:center;
}
.f140{
	font-size:140%;
}
.f160{
	font-size:160%;
}
.bold{
	font-weight:bold;
}
.blank_b{
	background: url(../images/top/ico_blank_sp_b.png) right top no-repeat;
    padding-right: 30px;
    background-size: 20px;
}

/*========================================= */
/* #header
=========================================== */
#header{
	background:#006438;
	position: fixed;
    width: 100%;
    z-index: 9999;
}
.headerIn{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.headerIn h1{
	text-align:center;
	margin-bottom:35px;
	margin-top:35px;
}
.headerIn h1 img{
	width:60%;
}

.button-toggle {
    position: absolute;
    width: 60px;
    height: 68px;
	background:url(../images/top/head_button-toggle.png) no-repeat;
	background-size:60px;
    cursor: pointer;
	right: 20px;
    top: 20px;
}
.menu_active {
    background:url(../images/top/head_button-toggle_close.png) no-repeat;
	background-size:60px;
}
.menu{
	background:#006438;
	height:100%;
	position:fixed;
	overflow-y: scroll;
	width:100%;
	margin-top:-1px;
	-webkit-overflow-scrolling: touch !important;
}
.menu p{
	text-align:center;
	font-size:230%;
	line-height:100%;
	color:#FFFFFF;
	background:#053a22;
	padding:25px 0;
	border-top:1px solid #208659;
	border-bottom:1px solid #208659;
	margin-top:-1px;
}
.menu p span{
	margin-left: 8px;
    margin-right: -8px;
}
.menu p img{
	margin-top: 7px;
}
.menu ul li a span{
	margin-left:10px;
}
.sp_menu1{
	margin-top:30px;
}
.sp_menu1 li{
	margin-top:-1px;
}
.sp_menu1 li:hover{
	background:#00522e;
}
.sp_menu1 li a{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	text-decoration:none;
	font-size:350%;
	line-height: 120%;
	display:block;
	padding:65px 0 55px 60px;
	border-top:1px solid #208659;
	border-bottom:1px solid #208659;
}
.sp_menu1 li:first-child a{
	background:url(../images/common/sp_menu/ico_menu_01.png) left no-repeat,url(../images/common/sp_menu/ico_link.png) right no-repeat;
}
.sp_menu1 li:last-child a{
	background:url(../images/common/sp_menu/ico_menu_02.png) left no-repeat,url(../images/common/sp_menu/ico_link.png) right no-repeat;
}
.sp_menu2:last-child{
	margin-bottom:150px;
}
.sp_menu2 li{
	margin-top:-1px;
}
.sp_menu2 li:hover{
	background:#00522e;
}
.sp_menu2 li a{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	text-decoration:none;
	font-size:280%;
	line-height: 120%;
	display:block;
	padding:35px 0 25px 0;
	border-top:1px solid #208659;
	border-bottom:1px solid #208659;
}
.spmenu_product a{
	background:url(../images/common/sp_menu/ico_spmenu_01.png) left no-repeat;
	padding-left: 75px !important;
    background-size: 60px;
}
.spmenu_shop a{
	background:url(../images/common/sp_menu/ico_spmenu_02.png) left no-repeat;
	padding-left: 75px !important;
    background-size: 60px;
}
.spmenu_service a{
	background:url(../images/common/sp_menu/ico_spmenu_03.png) left no-repeat;
	padding-left: 75px !important;
    background-size: 60px;
}

/*========================================= */
/* メインイメージ
=========================================== */
.main_image_box{
	position:relative;
}
.main_image{
	background:url(../images/top/img_main_sp.png) no-repeat;
	background-size:cover;
	width: 100%;
	height:0;
	padding-top:700px;
	background-position:50%;
}
.main_text_area{
	position:absolute;
	top:165px;
	width: 100%;
    text-align: center;
}
.btn_main{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background:#006438;
	width:245px;
	text-align:center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
.btn_main a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-size:280%;
	background:url(../images/top/ico_arrow_main.png) no-repeat;
	background-position:215px;
}
.btn_main:hover{
	background:#004a29;
}
.scroll{
	position:absolute;
	bottom:15px;
	text-align:center;
	width: 100%;
}
.big_catch{
	font-size:170%;
	line-height: 110%;
}

/*========================================= */
/* コンテンツメニュー
=========================================== */
.bg_menu{
	background:url(../images/top/bg_content-think.jpg) repeat;
	border-bottom:3px solid #006438;
/* box-shadow */
box-shadow:0px 4px 7px -1px #5c5c5c;
-moz-box-shadow:0px 4px 7px -1px #5c5c5c;
-webkit-box-shadow:0px 4px 7px -1px #5c5c5c;
}
.cont_menu{
	width:100%;
	overflow:hidden;
}
.cont_menu ul{
	width:99%;
	margin-left: auto;
    margin-right: auto;
}
.cont_menu ul li{
	width:33%;
	text-align:center;
	border-left:1px solid #cfcfcf;
	padding:30px 0;
	float:left;
}
.cont_menu ul li:first-child{
	border-left:none;
}
.cont_menu ul li a{
	display:block;
}
.cont_menu_text{
	font-size:200%;
	line-height:130%;
	margin:10px 0;
	color:#484848;
}
.btn_cont_menu{
	background:#006438;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	text-align:center;
}
.btn_cont_menu:hover{
	background:#004a29;
}
.btn_cont_menu a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:160%;
	line-height:200%;
}

/*========================================= */
/* コンテンツ
=========================================== */
.contArea{
	background-color:#FFFFFF;
}
.contArea3{
	padding-bottom:40px;
}
.cont_03 .image_textbox{
	margin-left: 520px;
	overflow:hidden;
}
.cont_tit{
	margin-top:5em;
	text-align:center;
}
.contArea h2{
	font-size:350%;
	line-height:120%;
	padding-bottom:20px;
	text-align:center;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
.contArea h2 img{
	margin-right:10px;
	width:100px;
	margin-top: 7px;
}
.bg_image1 .image_textbox{
	padding-top: 200px;
    padding-bottom: 500px;
}
.bg_image2 .image_textbox{
	padding-top: 100px;
    padding-bottom: 600px;
}
.bg_image3 .image_textbox{
	padding-top: 500px;
    padding-bottom: 200px;
}
.bg_image4 .image_textbox{
	padding-top: 360px;
    padding-bottom: 340px;
}
.image_textbox{
	padding-bottom:700px;
	text-align:left;
	color:#FFFFFF;
}
.catch_copy{
	padding-left: 20px;
	width: 100%;
    font-size: 700%;
	line-height:120%;
	text-shadow:0px 2px 5px #000000;
	font-family:"リュウミン","こぶりなゴシック","メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.bg_image3 .catch_copy{
	padding-right:20px;
}
.catch_copy_right{
	text-align:right;
}
.cont_tit p{
	font-size:300%;
	line-height:130%;
	padding:0 20px;
}
.cont_tit p.spView{
	font-weight:bold;
	color: #505050;
}
.cont_tit p:last-child{
	font-size:280%;
	text-align:left;
	margin-top:10px;
	margin-bottom:60px;
	line-height:150%;
}
.cont01_01{
	background:url(../images/top/img_cont01_01.png) right center no-repeat;
	background-position: 370px 90%;
	padding:80px 20px 80px 20px;
}
.cont01_02{
	background:url(../images/top/img_cont01_02.png) left no-repeat;
	background-position:-80px 85%;
	padding:80px 20px 80px 20px;
	overflow:hidden;
}
.cont01_03{
	width:100%;
	padding:80px 20px 80px 20px;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
}
.cont01_03 img,
.cont01_04 img{
	width:100%;
}
.cont01_04{
	width:100%;
	padding:80px 20px 50px 20px;
	text-align:center;
}
.cont01_05{
	background:url(../images/top/img_cont01_05.png) center no-repeat;
	padding:90px 20px 80px 20px;
    background-position-y: 145px;
	text-align:center;
}
.cont01_01 .tit_cont01{
	width:100%;
	margin-bottom:20px;
}
.tit_cont01{
	font-size:450%;
	line-height:120%;
	margin-bottom:10px;
}
.cont01_03 .tit_cont01,
.cont01_04 .tit_cont01{
	margin-bottom:15px;
}
.subtit_cont01{
	font-size:300%;
	font-weight:bold;
	line-height:160%;
	margin-bottom:8px;
}
.cont01_05 .subtit_cont01{
	margin-top: 320px;
}
.cont01_03 .subtit_cont01,
.cont01_04 .subtit_cont01{
	margin-top:15px;
}
.text_cont01{
	font-size: 280%;
    line-height: 160%;
}
.cont01_03 .text_cont01,
.cont01_04 .text_cont01{
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.cont01_01 .text_cont01{
	width:320px;
}
.cont01_05 .text_cont01{
	width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
.cont01_02 .text_cont01{
	margin-left:280px;
}
.cont01_02 p:first-child{
	margin-left:0;
	margin-bottom: 20px;
}
.cont01_clum2{
	overflow:hidden;
}
.onlineShop{
	text-align:center;
	padding:80px 0;
}
.onlineShop h3 img{
	width:600px;
}
.onlineShop p img{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.onlineShopText{
	font-size:220%;
	line-height:150%;
	padding:8px 0 0 0;
	margin-top:-30px;
	text-align:left;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.map{
	background: url(../images/top/bg_map.png) center no-repeat, url(../images/top/bg_map_center.png) center no-repeat, url(../images/top/bg_content-think.jpg) repeat;
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
	background-size:100%;
}
.btn_map{
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:320px;
}
.btn_map a{
	color:#FFFFFF;
	line-height:200%;
	font-size:280%;
	text-decoration:none;
	display:block;
	background:url(../images/top/ico_btn_map.png) left no-repeat, url(../images/top/ico_arrow_main.png) right no-repeat;
	background-position:10%, 90%;
	background-color:#006438;
	padding:6px 0 3px 5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.btn_map a:hover{
	background-color:#004a29;
}
.mind_box{
	text-align:center;
	padding:40px 0 30px 0;
	border:1px solid #CCC;
	width:600px;
	margin:40px 20px 0 20px;
}
.mind_box p:first-child{
	margin-bottom:15px;
	width:100%;
}
.mind_box p:first-child img{
	width:95%;
}
.mind_box p:last-child{
	background:#eaeaea;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	text-align:left;
	font-size:280%;
	line-height:150%;
	margin-top:15px;
}
.cont_04 h2 img{
	margin-top:5px;
	margin-right:5px;
	width:65px;
}
.saiyo_box{
	padding:60px 0;
	width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.saiyo_left img{
	width:100%;
}
.saiyo_right img{
	width:600px;
}
.saiyo_right p:first-child{
	font-size:330%;
	line-height:130%;
	margin-top:30px;
	margin-bottom:20px;
}
.saiyo_text{
	font-size:280%;
	line-height:150%;
	margin-bottom:20px;
}

/*========================================= */
/* INFORMATION
=========================================== */
.info{
	padding:60px 0;
	border-bottom:1px solid #c5c5c5;
	background-color:#FFFFFF;
}
.info_tit_area{
	margin-bottom: 40px;
    text-align: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.info_tit_area .btn{
	text-align:center;
	margin-top:25px;
}
.info_tit_area .btn a{
	background:url(../images/top/ico_btn_info.png) no-repeat;
	background-position:right 15px center;
	background-color:#FFFFFF;
	color:#383838;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	display:block;
	border:1px solid #006438;
	font-size:280%;
	text-decoration:none;
	padding:5px 0 3px 0;
	border-radius: 30px;        /* CSS3草案 */
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;   /* Firefox用 */
}
.info_tit_area .btn a:hover{
	background:url(../images/top/ico_btn_info_o.png) no-repeat;
	background-position:right 15px center;
	background-color:#006438;
	color:#FFFFFF;
}
.info_list_area{
	font-size: 280%;
    line-height: 150%;
    width: 600px;
    margin: 0 auto;
}
.info_list_area ul li{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:20px;
}
.info_list_area ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.info_list_area ul li a{
	color:#2a2a2a;
}
.info_list_area ul li a:hover{
	text-decoration:none;
}
.info_list_area .item_list{
	overflow:hidden;
	margin-bottom:7px;
	margin-top:30px;
}
.info_list_area .item_list li{
	float:left;
	margin-right:10px;
	border-bottom:none;
}
.info_list_area .item_list .date{
	font-weight:bold;
	padding:2px 0;
	font-size:130%;
	line-height:120%;
	color:#505050;
}
.info_list_area .item_list .shop{
	background:#006438;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}
.info_list_area .item_list .pdf{
	background:#bd3f2a;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}
.info_list_area .item_list .news{
	background:#d17614;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}

.info_list_area .item_list .please{
	background:#2678bd;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}

/*========================================= */
/* 会社情報
=========================================== */
.ind_info{
	padding:60px 0;
	text-align:center;
	background-color:#FFFFFF;
}
.ind_info .wrapper{
	overflow:hidden;
}
.ind_info ul{
	overflow:hidden;
	margin-top:30px;
	width:642px;
}
.ind_info ul li{
	float:left;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-bottom:1px solid #cfcfcf;
}
.ind_info ul li:hover{
	background:#f5f7f7;
}
.ind_info ul li a{
	display:block;
	padding:30px 0;
	width:320px;
	border-right:1px solid #cfcfcf;
}
.ind_info ul li a img{
	width:60%;
}
.sp_border_none{
	border-bottom:none !important;
}

/*========================================= */
/* ビジネスパートナー募集
=========================================== */
.partner{
	padding:60px 0;
	text-align:center;
	background:#f5f7f7;
}
.partner_list{
	margin-top:30px;
	width:600px;
	margin:30px auto 0 auto;
	overflow:hidden;
}
.partner_list ul{
	width:700px;
}
.partner_list ul li{
	float:left;
	margin-right:20px;
	min-height:450px;
	margin-bottom:20px;
	width:290px;
	padding:20px 0;
	background:url(../images/top/bg_partner.png) left top no-repeat;
	background-color:#FFFFFF;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.partner_list ul li p:first-child{
	font-size:280%;
	margin-bottom:10px;
}
.partner_list ul li p:last-child{
	text-align: left;
    width: 250px;
    margin: 0 auto;
    font-size: 240%;
    margin-top: 15px;
}
.partner_list ul li p img{
	width:250px;
}
.partner_list ul li a{
	color:#3a3a3a;
	text-decoration:none;
}

/*========================================= */
/* 総合サイト
=========================================== */
.com_site{
	padding:60px 0;
	text-align:center;
	border-bottom:1px solid #c5c5c5;
	background-color:#FFFFFF;
}
.com_site p:first-child{
	margin-bottom:20px;
}
.com_site p:last-child{
	margin-top:20px;
}
.com_site p.sp_w600{
	margin-bottom:30px;
}
.com_site p{
	font-size:280%;
	line-height:150%;
	padding:0 20px;
	text-align:left;
}
.com_site p a{
	color:#3a3a3a;
}
.com_site a:hover{
	text-decoration:none;
}

/*========================================= */
/* SNS
=========================================== */
.sns_area {
	padding: 20px 0;
	background: #fff;
}
.sns_area .sp_w600{
	text-align: center;
	margin-bottom: 20px;
}
.sns_area ul {
	display: flex;
	justify-content: space-between;
	width: 240px;
	margin: 0 auto;
}
.sns_area ul li{
	width: 60px;
}
.sns_area ul img{
	width: 100%;
}

/*========================================= */
/* グループ企業
=========================================== */
.group{
	padding:60px 0;
	text-align:center;
	background-color:#FFFFFF;
}
.group p{
	margin-bottom:20px;
}
.group ul{
	overflow:hidden;
	width: 600px;
    margin: 0 auto 0 auto;
}
.group ul li{
	border: 1px solid #b7b7b7;
	background: url(../images/top/ico_group_link.png) right 20px center no-repeat;
    text-align: left;
    padding: 20px 20px;
	margin-top: -1px;
}
.group ul li a{
	text-decoration:none;
	font-size:280%;
	display:block;
	color:#2a2a2a;
}
.group ul li a img{
	margin-right:20px;
}
.child {
    display: none;
}
.toggle {
	width: 600px;
	margin: 30px auto 0 auto;
	border: 1px solid #b7b7b7;
    text-align: center;
    padding: 20px 20px;
	font-size:280%;
}
.toggle span{
	background:url(../images/top/ico_group_btn.png) left 170px center no-repeat;
	display:block;
}
.active{
	background-color:#CCCCCC;
}
.active span{
	background:url(../images/top/ico_group_btn_active.png) left 170px center no-repeat !important;
	display:block;
}

/*========================================= */
/* パララックス用
=========================================== */
#sp_bg::before{
  background:url(../images/top/bg_cont1.jpg) no-repeat 0 0;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  padding-bottom:0;
  content: "";
  z-index: -1;
  background-position-x: 45%;
}

#sp_bg.bg02::before{
  background:url(../images/top/bg_cont2_sp.jpg) no-repeat 0 0;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  padding-bottom:0;
  content: "";
  z-index: -1;
  background-position-x: 45%;
}

#sp_bg.bg03::before{
  background:url(../images/top/bg_cont3.jpg) no-repeat 0 0;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  padding-bottom:0;
  content: "";
  z-index: -1;
  background-position-x: 31%;
}

#sp_bg.bg04::before{
  background:url(../images/top/bg_cont4_sp.jpg) no-repeat 0 0;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  padding-bottom:0;
  content: "";
  z-index: -1;
  background-position-x: 58%;
}

.scrEvent {
    /*display: none;*/
}

/******************************
スライド
******************************/
.swiper{
	position:relative;
	width:100%;
	margin-bottom:40px;
}
.swiper-container {
        width: 600px;
        height: 530px;
		margin:30px auto;
}
.swiper-slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 590px !important;
	height: 220px !important;
	margin:10px 5px 0 5px;
}
.swiper-slide p:first-child{
	font-size:300%;
}
.swiper-slide p:last-child{
	font-size:240%;
	line-height:130%;
}
.swiper-slide a{
	color:#000000;
	text-decoration:none;
}
.slide01{
	background:url(../images/top/img_cont02_01.png) no-repeat;
	background-color: #FFFFFF;
	background-size:cover;
}
.slide02{
	background:url(../images/top/img_cont02_02.png) no-repeat;
	background-color: #FFFFFF;
	background-size:cover;
}
.slide03{
	background:url(../images/top/img_cont02_03.png) top no-repeat;
	background-position: 0 -170px;
	background-color: #FFFFFF;
	background-size:cover;
}
.slide_textBox{
    margin-top: 465px;
    min-height: 250px;
    border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
    padding: 20px;
    background: #FFFFFF;
}
.pickup{
	position:absolute;
	background:url(../images/top/ico_pickup.png) no-repeat;
	width:81px;
	height:81px;
	color:#FFFFFF;
	right:0;
	top:-10px;
	font-size:400% !important;
	text-align:center;
	padding-top:5px;
}
.swiper-pagination{
	margin-top:-65px;
}
.sp_center{
	display:flex;
	justify-content:center;
	align-items:center;
}
.swiper-pagination-white .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.swiper-pagination {
	margin-left: -25px;
}
.swiper-button-next,.swiper-button-prev{position:absolute;top:125px;width:22px;height:43px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:22px 43px;-webkit-background-size:22px 43px;background-size:22px 43px;background-position:center;background-repeat:no-repeat}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:50px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:50px;left:auto}


/******************************
フッター
******************************/
.footer{
	background-color:#FFFFFF;
}
.footer .goTop{
	background:#006438;
	text-align:center;
	padding:20px 0;
}
.goTop a{
	display:block;
}
.footer ul li{
    border-bottom: 1px solid #b7b7b7;
    text-align: left;
    padding: 20px 20px;
    font-size: 280%;
}
.footer ul li:last-child{
	border-bottom:15px solid #006438;
}
.footer ul li a{
	text-decoration:none;
	color:#3a3a3a;
	background: url(../images/top/ico_group_btn.png) left center no-repeat;
	padding-left:40px;
	display:block;
}
.footer_rogo{
	width:35%;
	margin:40px auto 20px auto;
}
.footer_rogo img{
	width:100%;
}
.copy{
	font-size:220%;
	text-align:center;
	padding-bottom:40px;
}
.blank{
	background:url(../images/top/ico_blank_sp.png) right top no-repeat;
	padding-right:30px;
	background-size:20px;
}

/******************************
緊急お知らせ
******************************/
.notice{
	text-align:center;
	width:100%;
	padding:40px 40px;
	color:#484848;
	background-color:#d6ebdf;
	margin-bottom:-1px;
}
.notice_tit{
	font-weight:bold;
	font-size:320%;
	line-height:140%;
	margin-bottom:5px;
}
.notice_text{
	font-size:260%;
	text-align:left;
	line-height:160%;
}
.signature{
	font-size:260%;
	line-height:160%;
	margin-top:10px;
}

/******************************
商品コンテンツ
******************************/
.product_cont{
	text-align:center;
	background: #FFFFFF;
	margin-top:40px;
	border-top: 1px solid #cdcdcd;
}
.product_cont .tit_cont01{
	width:60%;
	margin: 0 auto;
    padding: 80px 0 25px 0;
}
.bx-wrapper .bx-pager{
	top: 720px;
    position: absolute;
	padding-top:0 !important;
	height:10px;
}
.bx-wrapper{
	margin:0 auto !important;
}

/******************************
DIY STYLE
******************************/
.newcont{
	background: #262626;
}
.newcont p{
	color:#FFFFFF;
	line-height:100%;
	padding: 15px 20px 12px 20px;
	font-size:260%;
}
.diystyle_area{
	background-image:url(../images/top/diystyle/bg_diy.png);
	background-repeat:repeat;
    width: 100%;
}
.diystyle_in{
	padding:50px 20px;
}
.diystyle_in p a{
	width: 100%;
}
.diystyle_in p:last-child{
	margin-bottom:0;
}
.diystyle_in p{
	width: 100%;
	margin-bottom:45px;
}
.diystyle_in p img{
	width: 100%;
}


/******************************
会社情報
******************************/
.about_contents h3{
	font-size:320%;
	border-left:8px solid #006438;
	line-height:100%;
	padding-left:10px;
	margin-bottom:20px;
	font-weight:bold;
}
.about_image{
	background: url(../images/about/img_main_sp.png) no-repeat;
	padding-top:200px;
	background-size: 100%;
}
.pankuzuWrap {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
.pankuzu ul {
    white-space: nowrap;
    overflow-x: scroll;
}
.pankuzu li:first-child {
    padding: 0;
}
.pankuzu li {
    display: inline-block;
    vertical-align: top;
    color: #646464;
    font-size: 200%;
    padding: 7px 5px 6px 26px;
    background: url(../images/about/img_pan_next_sp.png) left top no-repeat;
    background-size: 14px 48px;
}
.pankuzu li:last-child{
	font-weight: bold;
}
.pankuzu li:first-child a {
    font-size: 0;
    padding: 15px 8px;
    background: #fff;
}
.pankuzu li a {
    color: #646464;
    font-weight: normal;
}
.about_menu ul{
	margin-bottom: 60px;
    overflow: hidden;
}
.about_menu ul li{
	width: 50%;
    float: left;
	background:#eaeaea;
}
.about_menu ul li a{
	display: table;
    width: 100%;
    text-align: center;
    font-size: 250%;
    line-height: 100%;
    color: #262626;
	text-decoration:none;
    box-sizing: border-box;
	border-bottom: 1px solid #ffffff;
}
.about_menu ul li:nth-child(odd) a{
	border-right: 1px solid #ffffff;
}
.about_menu ul li a span{
	display: table-cell;
    height: 100px;
    vertical-align: middle;
	padding-top: 5px;
}
.about_menu ul li:nth-child(even) a {
    border-left: none !important;
}
.menu_on{
	background:#006438 !important;
}
.menu_on a{
	color:#ffffff !important;
}
.about_contents{
	width:93.75%;
	margin-left:auto;
	margin-right:auto;
}
#map iframe {
    width: 100% !important;
}
.aboutus_table{
	width:100%;
	font-size:280%;
	line-height: 140%;
}
.aboutus_table tr th{
	background:#ededed;
	border:1px solid #e1e1e1;
	padding:15px 10px;
	display: block;
}
.aboutus_table tr td{
	background:#FFFFFF;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	padding:15px 10px;
	display: block;
}
.aboutus_table tr:last-child td{
	border-bottom:1px solid #e1e1e1;
}
.right_side{
	width:93.75%;
    margin: 70px auto 50px;
	padding-top:70px;
	border-top:1px dotted #a0a0a0;
}
.right_side img{
	width:100%;
}
.right_side .side_cont01{
	margin-bottom:40px;
}
.right_side .side_cont01 li{
	margin-bottom:15px;
}
.right_side .side_cont02{
	width:100%;
	overflow:hidden;
  margin-bottom: 20px;
}
.right_side .side_cont02 li{
	width:49%;
	float:left;
}
.right_side .side_cont02 li:last-child{
	width:49%;
	float:right;
}
.mapbtn{
	background:#4d6a79;
	padding:30px 0;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}
.mapbtn a{
	color:#ffffff;
	text-decoration:none;
}

/******************************
社長あいさつ
******************************/
.greeting_cont{
	overflow:hidden;
}
.greeting_cont p{
	font-size:280%;
	line-height: 160%;
	margin-bottom:20px;
}
.message{
	text-align:right;
	width:430px;
	float:right;
	margin-top:15px;
}
.message img{
	width:50%;
}

/******************************
沿革
******************************/
.history_menu{
	width:100%;
	overflow:hidden;
}
.history_menu li{
	float:left;
	margin-right:25px;
	font-size:300%;
	padding-right:30px;
	background:url(../images/about/history/ico_history.png)right 5px center no-repeat;
}
.history_menu li a{
	color:#414141;
	text-decoration:none;
}
.history_menu li a:hover{
	text-decoration:underline;
}
.history_tit{
	font-size:550%;
	font-style:oblique;
	text-align:center;
	margin-top:15px;
	color:#717171;
}
.history_list{
	margin-bottom:40px;
}
.history_list li:first-child{
	border-top:5px solid #d8d8d8;
}
.history_list li{
	overflow:hidden;
	border-bottom:5px solid #d8d8d8;
	padding:25px 0 20px 0;
}
.history_list li p{
	float:left;
	margin-right:30px;
	font-size:370%;
	line-height:140%;
	font-style:oblique;
	color:#414141;
}
.history_list li ul{
	float:left;
}
.history_list li ul li{
	line-height:140%;
	border:none !important;
	padding:0;
	width: 470px;
}
.history_list li ul li:first-child{
	color:#f06000;
	font-size:220%;
}
.history_list li ul li:last-child{
	font-size:250%;
}

/******************************
経営理念
******************************/
.ideaTit{
	margin-top:70px;
}
.ideaLeft{
	font-size:280%;
	line-height: 160%;
	padding:30px;
	background:#006438;
	color:#FFFFFF;
	line-height:100%;
	display: block;
	width:100%;
	text-align:center;
}
.ideaLeft span{
	font-size:60%;
}
.ideaRight{
	color:#262626;
	background:#eaeaea;
	display: block;
	width:100%;
	padding:30px;
	font-size:240%;
}
.managementPhilosophy{
	margin-top:70px;
}
.managementPhilosophy img{
	width:100%;
}
.managementPhilosophy h4{
	width:15%;
	margin-left:auto;
	margin-right:auto;
}
.managementPhilosophy p{
	font-size:280%;
	line-height: 160%;
}
.cleanPolicy{
	font-size:280%;
	line-height: 160%;
}
.managementPolicy{
	font-size:280%;
	line-height: 160%;
}
.managementPolicy p{
	font-weight:bold;
}
.behavioralGuidelines{
	font-size:280%;
	line-height: 160%;
}
.behavioralGuidelines p{
	font-weight:bold;
}
.ideaRight ul li,
.behavioralGuidelines ul li{
	padding-left:1em;
	text-indent:-1em;
}

/******************************
カインズの取り組み
******************************/
.effort_cont{
	font-size:280%;
	line-height: 160%;
	margin-bottom:70px;
}
.effort_cont h4{
	font-weight:bold;
	margin-bottom:10px;
}
.effort_cont ul{
	overflow:hidden;
	margin-top:10px;
	background: #eaeaea;
	padding:15px;
}
.effort_cont ul li img{
	float:left;
	width:37%;
}
.effort_cont ul li p{
	float:left;
	width:60%;
	margin-left:15px;
}
.effort_cont ul li{
	overflow:hidden;
	margin-bottom:15px;
}
.effort_cont ul li:last-child{
	margin-bottom:0;
}
.effort_cont ul li p{
	font-size:80%;
	margin-top:5px;
	line-height:140%
}
.effort_cont ul li p span{
	font-weight:bold;
}

/******************************
ベイシアグループについて
******************************/
.group_cont{
	font-size:280%;
	line-height: 160%;
	margin-bottom:70px;
}
.group_cont a{
	color:#000000;
}
.group_cont h4{
	font-weight:bold;
	margin-bottom:10px;
}
.group_cont ul{
	overflow:hidden;
	margin-top:10px;
	background: #eaeaea;
	padding:15px;
}
.group_cont ul li img{
	float:left;
	width:37%;
}
.group_cont ul li p{
	float:left;
	width:60%;
	margin-left:15px;
}
.group_cont ul li{
	overflow:hidden;
	margin-bottom:15px;
}
.group_cont ul li:last-child{
	margin-bottom:0;
}
.group_cont ul li p{
	font-size:80%;
	margin-top:5px;
	line-height:140%
}
.group_cont ul li p span{
	font-weight:bold;
}
.group_list{
	font-size:280%;
	line-height:160%;
	margin-bottom:40px;
}
.group_list h4{
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
.group_list ul a{
	display:block;
	color:#000000;
}
.group_list ul{
	font-size: 95%;
    line-height: 120%;
}
.group_list ul li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #A8A8A8;
}
.group_list ul li:last-child{
	border-bottom:none;
}
.group_list ul li:first-child{
	margin-top:10px;
}
.group_list ul li ul{
	overflow:hidden;
}
.group_list ul li ul li{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
	float:left;
}
.group_list ul li ul li:last-child{
	width:65%;
	float:right;
}
.group_list ul li ul li p:first-child{
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:5px;
}
.group_list ul li ul li p:hover{
	text-decoration:none;
}
.group_list ul li ul li p.noLink{
	text-decoration:none !important;
}


/******************************
0930追加
******************************/
.boxArea .textBox{
	padding: 70px 20px;
}
.boxArea .textBox p a{
	margin-top:10px;
}
.boxArea .textBox p a:hover{
	text-decoration:none;
}
.boxArea01 .textBox p,
.boxArea02 .textBox p,
.boxArea03 .textBox p{
	font-size:240%;
}
.boxArea .textBox p.boxTit{
	margin-bottom:10px;
	font-size:330% !important;
	font-weight:bold;
	font-family: 'こぶりなゴシック';
}
.boxArea01 .textBox,
.boxArea01 .textBox a{
	background:#48856a;
	color:#FFFFFF;
}
.boxArea02 .textBox,
.boxArea02 .textBox a{
	background:#e9e9e9;
	color:#262626;
}
.boxArea03 .textBox,
.boxArea03 .textBox a{
	background:#c5ba86;
	color:#FFFFFF;
}
.imgBox .smframe{
	width:100%;
}
.imgBox{
	overflow: hidden;
    max-height: 500px;
}
.diyArea{
	background:#ffffff;
}
.diyArea .spView img{
	width:100%;
}
.diyArea .spView h3{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background: rgba(255,255,255,0.5);
	position:absolute;
	display:block;
	top:25%;
	padding:40px 0;
	text-align:center;
}
.diyArea .spView h3 img{
	width:80%;
}
.diyArea .spView p.text{
	margin-bottom:20px;
	line-height:150%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:250%;
	text-align:center;
	font-weight:bold;
}
.diyArea .spView p.btn{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	    background: #94785f;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.diyArea .spView p.btn a{
	width: 100%;
    text-decoration: none;
    display: block;
    font-size: 250%;
    color: #ffffff;
    padding: 15px 0;
}
.diyArea .spView{
	position:relative;
}
.diyArea .spView p:first-child{
	position:relative;
}
.diyArea .spView .textBox{
	/*position:absolute;
    bottom: 0;
    background: rgba(255,255,255,0.4);
    display: block;*/
    width: 100%;
    padding: 70px 0 80px 0;
}
.menuTit{
	width: 100%;
    padding: 10px 0;
    background: #006438;
    color: #ffffff;
    text-align: center;
    font-size: 200%;
    line-height: 100%;
}

/*カインズの楽しいコトイベント*/
.karuizawaArea{
	background:#604c3f;
	text-align:center;
	padding:60px 0;
}
.karuizawaArea p{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.karuizawaArea img{
	width:100%;
}
.karuizawaArea p:first-child{
	margin-bottom:30px;
}
