@charset "UTF-8";
/* CSS Document */
body{
	font-size:15px;
	line-height:24px;
	background-color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "ＭＳ Ｐ明朝", "MS PMincho";}

a:hover img{
	text-decoration:none;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=70)";
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;}
	
section{
	position:relative;}

.container-title{
	padding-top:40px;
	margin-bottom:40px;}

.center{
	text-align:center;}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";}

.go-button{
	width:auto;
	margin:0 auto;
	margin-bottom:20px;
	padding:12px 12px;
	background-color:#e82665;
	color:#fff;
	font-size:22px;
	border-radius:7px;}

.pdgt100{
    padding-top:100px!important;
}
@media (min-width: 768px) {
	.page_cate{
		width: 60px;
		height: 136px;
		position:absolute;
		top: 350px;
		right: 0;
	}
}
@media (max-width: 767px) {
	.page_cate{
		display: none;
	}
}
@media (min-width: 1025px) {
	.hnav {
		transition: .3s;
		width: 100%;
		background-color: #fff;
		color: #333;
		position: static;
		display: table;
		text-align: center;
		border-collapse: separate;
		border-spacing: 20px 20px;
	}
	.hnav ul{
		width:960px;
		margin: 0 auto;
		padding: 0;
	}
	.hnav li{
		width: 16.6666667%;
		text-align: center;
		border-bottom: solid 4px #333;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 10px;
		margin-bottom: 5px;
		list-style: none;
		display: table-cell;
		text-align: center;
		box-sizing: border-box;
	}
	.hnavsp{
		display:block;
	}
}
@media (max-width: 1024px) {
	.hnav {
		transition: .3s;
		width: 100%;
		background-color: #fff;
		color: #333;
		display: block;
		text-align: center;
		border-collapse: separate;
		border-spacing: 8px;
		padding: 10px 0;
	}
	.hnav ul{
		width:100%;
		margin: 0 auto;
		padding: 0;
		display: table;
	}
	.hnav li{
		width: 30.333333%;
		border-bottom: solid 4px #333;
		padding: 0 5px ;
		margin: 10px 1.5%;
		list-style: none;
		display: table-cell;
		text-align: center;
		font-size: 0.8em;
		box-sizing: border-box;
	}
	.hnavsp{
		display:none!important;
	}
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.is-hide {
  transform: translateY(-100%);
}

.top_scroll_line{
	width:1px;
	height: 100%;
	background-color: #fff;
	padding-top: 5px;
	margin: 0 auto;
}

@media (min-width: 1175px) {
	nav{
		width:100%;
		position: absolute;
		z-index: 99;
	}
}

@media screen and (min-width:768px) and (max-width:1174px) {
	nav{
		width:100%!important;
		position: absolute;
		z-index: 99;
	}
}
@media (max-width: 767px) {
	nav{
		width:100%!important;
		position: absolute;
		z-index: 99;
	}
}


.next_btn_w{
	background-color: #fff;
	border: solid 2px #000;
	font-weight: bold;
	line-height: 18px;
	margin: 0 auto!important;
	padding:10px 20px;
	text-align: center;
	display: inline-block;
}


.next_btn{
	border-radius:22px;
	height: 44px;
	padding: 12px 50px;
	font-size: 18px;
	text-align: center;
	background: #f5d11f; /* Old browsers */
	background: -moz-linear-gradient(left, #f5d11f 51%, #e8aa14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f5d11f 51%,#e8aa14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f5d11f 51%,#e8aa14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d11f', endColorstr='#e8aa14',GradientType=1 ); /* IE6-9 */
}



#content_top_area{
	background-image:url(../images/content_top_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 775px;
	position: relative;
	background-position: top;
}
#base_content{
	width: 100%;
	position: relative;
	padding-bottom: 100px;
	background-color:#fff;
	display: inline-block;
}
.nav_name{
	text-align:center;
	font-weight: bold;
}
.content-title_c{
	font-size:33px;
	letter-spacing: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 14px;
	text-align: center;}

.content-sub_c{
	font-size:23px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height:26px;
	margin-bottom: 20px;
	text-align: center;}

@media (min-width: 768px) {
	.content_inner{
		position: relative;
		padding:150px 60px;
	}
	.content_inner2{
		position: relative;
		padding:150px 0 0 0;
	}
}

@media (max-width: 767px) {
	.content_inner{
		padding:100px 10px;
	}
	.content_inner2{
		padding:100px 0 10px 0;
	}
}

@media (min-width: 768px) {
	#content_top_inner{
		padding-top:140px;
		text-align: center;
	}
	.top_scroll_content{
		height: 250px;
		text-align: center;
		position:absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
        z-index: 9;
	}
	.nav_height{
		min-height: 84px; 
		z-index: 99; 
		position: fixed; 
		width: 100%;
	}
	.nav_menu {
	  float: right;
	}
	.nav_menu ul{
		clear: both;
		overflow: hidden;
		vertical-align: middle;
		padding-right: 15px;
	}
	.nav_menu li{
		float:left;
		list-style: none;
		padding: 20px 5px;
	}
	.navbar-brand{
		margin-left:20px;
	}
	.b_wht{
		min-width: 150px;
		padding:2px 10px;
		background-color: #fff;
		border: solid 2px #000;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		margin: 3px 0;
		text-align: center;
	}
	.b_blk{
		min-width: 150px;
		padding:2px 10px;
		background-color: #000;
		border: solid 2px #000;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		margin: 3px 0;
		text-align: center;
	}

}
@media (max-width: 768px) {
	#content_top_inner{
		padding-top:100px;
		text-align: center;
	}
	.top_scroll_content{
		display: none;
	}
	.nav_height{
	min-height: auto; 
		z-index: 99; 
		position: fixed; 
		width: 100%;
	}

	.sp-banner-button1{
		padding:1px;
	}
	.nav_menu {
	max-width: 80%;
	  float: right;
	}
	.nav_menu ul{
		clear: both;
		overflow: hidden;
		vertical-align: middle;
		padding-right: 1px;
	}
	.nav_menu li{
		float:left;
		list-style: none;
		padding: 10px 1px;
	}
	.navbar-brand{
		max-width: 20%;
		margin-left:2px;
	}
	.b_wht{
		padding:2px 5px;
		background-color: #fff;
		border: solid 2px #000;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		margin: 3px 0;
		text-align: center;
	}
	.b_blk{
		padding:2px 5px;
		background-color: #000;
		border: solid 2px #000;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		margin: 3px 0;
		text-align: center;
	}
}
/*----------------topslide-------------------*/
@media (min-width: 1311px) {

	#top_image_area{
        width: 100%;
		height:768px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
	}
    .sld_fade{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: none;}

    .sld_fade img{
        width:100%;
        height:auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
	.top_image_on{
		width: 100%;
        height: 768px;
		padding-right: 30px;
		text-align: right;
		color: #fff; 
		font-size: 32px; 
		line-height: 40px;
        position: absolute;
        top:100px;
        bottom: 0;
        z-index: 1;
	}
	.top_image_on img{
		height: 400px;
	}
}
@media (min-width: 684px) and (max-width:1310px) {

	#top_image_area{
        width: 100%;
        margin: 0 auto;
        position: relative;
		height:768px;
        overflow: hidden;
	}
    .sld_fade{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: none;}

    .sld_fade img{
        width:auto;
        height:100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
	.top_image_on{
		width: 100%;
		height:768px;
		padding-right: 30px;
		text-align: right;
		color: #fff; 
		font-size: 32px; 
		line-height: 40px;
        position: absolute;
        top:100px;
        bottom: 0;
        z-index: 1;
	}
	.top_image_on img{
		height: 400px;
	}
}

@media (max-width: 683px) {
	#top_image_area{
        width: 100%;
        height: auto;
		min-height: 400px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
	}
    .sld_fade{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        text-align: center;}

    .sld_fade img{
        width:auto;
        height: 100%;
		min-height: 400px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
	.top_image_on{
		width: 100%;
		text-align: right;
		color: #fff; 
		font-size: 22px; 
		line-height: 30px;
        position: absolute;
        top: 70px;
        z-index: 1;
	}
	.top_image_on img{
		padding-right: 20px;
		height: 280px;
	}
}
/*--------------------indexabout----------------------*/
.img100{
	position: relative;
	width: 100%;
	heigh:auto;
	overflow: hidden;
}
.img100 img{
	width: 100%;
}

@media (min-width: 768px) {
	.i_about_ctt {
		font-size: 1.2em;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "ＭＳ Ｐ明朝", "MS PMincho";
		margin: 160px 0 180px 0;
		line-height: 2;
		letter-spacing: 1px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
		position: relative;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	#i_about_01{
		width: 147px;
		position:absolute;
		top:-57px;
		left: -157px;
	}
	#i_about_02{
		width: 110px;
		position:absolute;
		top:222px;
		left: -237px;
	}
	#i_about_03{
		width: 186px;
		position:absolute;
		top:487px;
		left: -165px;
	}
	#i_about_04{
		width: 144px;
		position:absolute;
		top:-44px;
		right: -170px;
	}
	#i_about_05{
		width: 71px;
		position:absolute;
		top:281px;
		right: -209px;
	}
	#i_about_06{
		width: 81px;
		position:absolute;
		top:456px;
		right: -117px;
	}
}
@media (max-width: 767px) {
	.i_about_ctt {
		font-size: 1.2em;
		font-family: "FOT-筑紫B丸ゴシック Std B",sans-serif;
		margin: 160px 0 180px 0;
		line-height: 2;
		letter-spacing: 1px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
		position: relative;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	#i_about_01{
		width: 147px;
		position:absolute;
		top:-57px;
		left: -147px;
	}
	#i_about_02{
		width: 110px;
		position:absolute;
		top:222px;
		left: -132px;
	}
	#i_about_03{
		width: 186px;
		position:absolute;
		top:487px;
		left: -160px;
	}
	#i_about_04{
		width: 144px;
		position:absolute;
		top:-44px;
		right: -145px;
	}
	#i_about_05{
		width: 71px;
		position:absolute;
		top:281px;
		right: -104px;
	}
	#i_about_06{
		width: 81px;
		position:absolute;
		top:456px;
		right: -92px;
	}
}

/*--------------------商品カテゴリページ----------------------*/
@media (min-width: 768px) {
	.i_lu_ctt{
		width:100%;
        max-width: 1024px;
        margin: 0 auto;
		clear: both;
		overflow: hidden;
		padding-top: 50px;
		display: flex;
  		flex-direction: row-reverse;
	}
	.i_lu_ctt_rev{
		width:100%;
        max-width: calc(1024px + 20px);
        margin: 0 auto;
		clear: both;
		overflow: hidden;
		padding-top: 50px;
		display: flex;
	}
	.i_lu_box{
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
	}
    .i_lu_box h3{
        font-size:142%;
        padding: 30px 0;
    }
    .i_lu_box p{
        font-size:100%;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
	.i_lu_ctt{
		width:100%;
		clear: both;
		overflow: hidden;
		padding-top: 50px;
	}
	.i_lu_ctt_rev{
		width:100%;
		clear: both;
		overflow: hidden;
		padding-top: 50px;
	}
	.i_lu_box{
		width:100%;
		box-sizing: border-box;
        padding: 0 30px;
	}
    .i_lu_box h3{
        font-size:142%;
        padding: 30px 0;
    }
    .i_lu_box p{
        font-size:100%;
        padding-bottom: 30px;
    }
}
.i_lu_img_box{
    width: 100%;
    display:table;
}
.i_lu_img{
    width: 50%;
    display:table-cell;
}
.i_lu_btn{
    display: inline-block;
    background-color: #000;
    line-height: 1.5em;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    transition: 0.5s all;
}
.i_lu_btn:hover{
    display: inline-block;
    background-color: #fff;
    line-height: 1.5em;
    color: #000;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    transition: 0.5s all;
}
.i_lu_box img{
    width:100%;
    height: auto;
}
.i_lu_img img{
    width: 100%;
    height: auto;
}
/*--------------------商品カテゴリページ----------------------*/
#index-tea{
	background-color: #f2f2f2;
	overflow:hidden;
	position:relative;
	background-image: url("../assets/img/bg.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;}

#index-tea_bottom{
	background-color: #f2f2f2;
	position: relative;
	overflow:hidden;
	width: 100%;
	background: url("../assets/img/bg_02.jpg") ;
	background-position: bottom center;
	background-attachment: fixed;
	background-size: cover;
	box-sizing: border-box;
}
#index-tea_bottom_inner{
	width: 100%;
	height: 350px;
}
.lu_r_ctt_tea{
	display: table-cell;
}
.lu_r_ctt_tea img{
	width: 100%;
	padding: 0 10px;
}
.lu_r_ctt_sc{
	display: table-cell;
    text-align: center;
}
.lu_r_ctt_sc p{
    text-align:left;
}
.lu_r_ctt_sc img{
	width: auto;
    height: 100%;
    max-height: 400px;
	padding: 0 10px;
    margin: 0 auto;
}
.lu_r_ctt_txt{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.lu_r_ctt_spec{
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 0 10px;
	box-sizing: border-box;
}
.lu_r_ctt_ttl{
	width: 73px;
	height: 350px;
	display: table-cell;
	position: relative;
}
.lu_r_ctt_ttl2{
	width: 80px;
	height: 350px;
	display: table-cell;
	position: relative;
}
.lu_r_ctt_ttl3{
	width: 100px;
	height: 350px;
	display: table-cell;
	position: relative;
}
.lu_r_ctt_name{
	width:55px;
	position: absolute;
	text-align: center;
	top: 20px;
	left: 0;
}
.lu_r_ctt_from{
	width:55px;
	position: absolute;
	top: 230px;
	left: 0;
}
.lu_r_ctt_copy{
	width:13px;
	position: absolute;
	top: 20px;
	right: 0;
}
.lu_r_ctt_copy2{
	width:30px;
	position: absolute;
	top: 0;
	right: 0;
    text-align: center;
}
.lu_r_ctt_copy3{
	width:50px;
	position: absolute;
	top: 0;
	right: 0;
    text-align: center;
}


@media (min-width: 768px) {
	.lu_ctt{
		width:100%;
        max-width: 1024px;
        margin: 0 auto;
		clear: both;
		overflow: hidden;
		padding-top: 50px;
		display: flex;
  		flex-direction: row-reverse;
	}
	.lu_l_ctt{
		width:50%;
		padding-top: 70px;
		float: left;
		display: table;
		box-sizing: border-box;
	}
	.lu_l_ctt_p{
		width:50%;
		display: table-cell;
		box-sizing: border-box;
	}
	.lu_l_ctt_p img{
		width:100%;
	}
	.lu_r_ctt{
		width:50%;
		padding-left: 20px;
		float: right;
		box-sizing: border-box;
		display: table;
	}
}
@media (max-width: 767px) {
	.lu_ctt{
		width:100%;
		clear: both;
		overflow: hidden;
		padding-top: 50px;
	}
	.lu_l_ctt{
		width:100%;
		display: table;
		box-sizing: border-box;
	}
	.lu_l_ctt_p{
		width:50%;
		display: table-cell;
		box-sizing: border-box;
	}
	.lu_l_ctt_p img{
		width:100%;
	}
	.lu_r_ctt{
		width:100%;
		padding: 0 10px;
		box-sizing: border-box;
		display: table;
	}
}




	
/*----------about----------*/
#index-about{
	overflow:hidden;
	position:relative;
background-color: #fff;}


/*----------index-interview----------*/
#index-interview{
	overflow:hidden;
	position:relative;
	background-color:#fff;}
@media (min-width: 1025px) {
	.it_ctt_area img,
	.it_ctt_is img{
		width:100%!important;
	}

	.it_ctt{
		width:1024px;
		position: relative;
		margin: 100px auto;
		padding: 0;
	}
	.it_ctt2_box{
		width:100%;
		position: relative;
		margin: 100px auto;
		padding: 0;
	}
	.it_ctt2{
		width:1024px;
		position: absolute;
		margin: 0 auto;
		padding: 0;
		left: 0;
		right: 0;
		top: 0
	}
	.it_ctt_name{
		width:60px;
		position: absolute;
		text-align: right;
		top: 0;
		right: 0;
	}
	.it_ctt_p{
		width:340px;
		height: 476px;
		position: relative;
		padding: 0;
		top: 0;
		left: 0;
	}
	.it_ctt_p2{
		max-width:50%;
		min-height: 676px;
		position: relative;
		margin-bottom: 20px;
		padding: 0;
		top: 0;
		left: 0;
	}
	.it_ctt_p2 img{
		width:100%;
	}
	.it_ctt_rbox{
		width:50%;
		height: 470px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.it_ctt_ttl{
		color: #6d7645;
		font-size: 18px;
		padding-left: 30px;
	}
	.it_ctt_box{
		width: 625px;
		height: 300px;
		position: absolute;
		top: 36px;
		right: 108px;
		padding-left: 30px;
	}
	.it_ctt_box2{
		width: 625px;
		height: 300px;
		position: absolute;
		top: 36px;
		right: 108px;
		padding-left: 30px;
	}
	.it_ctt_txt,
	.it_ctt_txt2{
		width: 100%;
		letter-spacing: 1px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.it_ctt_prof strong{
		font-weight: bold;
		color: #000;
		font-size: 14px;
	}
	.it_ctt_prof{
		width: 500px;
		border-left: solid 4px #000;
		font-size: 13px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		padding-left: 10px;
		box-sizing: border-box;
		color: #9c803d;
		position: absolute;
		bottom: 0;
		left: 400px;
	}
	.it_ctt_prof2{
		width: 50%;
		border-left: solid 4px #000;
		font-size: 13px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		padding-left: 10px;
		box-sizing: border-box;
		color: #9c803d;
		position: absolute;
		bottom: 0;
		left: 30%;
	}
	.it_ctt_area{
		position:absolute;
		bottom: 50px;
		right: -220px;
	}
	.it_ctt_is{
		position:absolute;
		bottom: 100px;
		right: -450px;
	}
}
@media (max-width: 1024px) {
	.it_ctt_area img,
	.it_ctt_is img{
		width:auto!important;
	}
	.it_ctt,
	.it_ctt2{
		width:100%;
		position: relative;
		box-sizing: border-box;
		padding: 0 20px;
		margin: 20px 0;
	}
	.it_ctt2_box{
		width:100%;
		position: relative;
		padding: 0;
		margin: 40px 0;
	}
	.it_ctt_name{
		width:60px;
		position: absolute;
		text-align: right;
		top: 0;
		right: 20px;
	}
	.it_ctt_p{
		width:80%;
		height: auto;
		position: relative;
		padding: 0;
		top: 0;
		left: 0;
	}
	.it_ctt_p2{
		width:100%;
		height: auto;
		position: relative;
		padding: 0;
		top: 0;
		left: 0;
	}
	.it_ctt_p img,
	.it_ctt_p2 img{
		width:100%;
	}
	.it_ctt_ttl{
		color: #6d7645;
		font-size: 18px;
		padding-bottom: 20px;
	}
	.it_ctt_box{
		width: 100%;
		height: auto;
		position: relative;
		padding-top: 20px;
	}
	.it_ctt_txt{
		width: 100%;
		letter-spacing: 1px;
	}
	.it_ctt_txt2{
		width: 80%;
		letter-spacing: 1px;
	}
	
	.it_ctt_prof strong{
		font-weight: bold;
		color: #000;
		font-size: 14px;
	}
	.it_ctt_prof,
	.it_ctt_prof2{
		width: 100%;
		border-left: solid 4px #000;
		font-size: 13px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin-top: 20px;
		padding-left: 10px;
		box-sizing: border-box;
		color: #9c803d;
		position: relative;
	}
	.it_ctt_rbox{
		position: static;
	}
	.it_ctt_area{
		width: 40%;
		position:absolute;
		bottom: -20px;
		right: 0;
	}
	.it_ctt_is{
		width: 27%;
		position:absolute;
		top: -20px;
		left: -20px;
	}
}








/*----------footer----------*/
footer{
	padding-top: 60px;
	position:relative;
	overflow: hidden;
	background-color: #fff;
	border-top: dotted 2px #000;}

@media (min-width: 768px) {
	.f_ctt{
		width:447px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.f_ctt{
		width:85%;
		margin: 0 auto;
	}
}

.f_ico_ctt{
	width:250px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.f_ico{
	width:25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 5px;
}

.f_ctt h3{
	font-size:25px;
	padding: 15px 0;
}
.f_ctt hr{
	width: 100%;
	border-bottom: solid 1 #000;
	margin: 30px 0!important;
	display: block;
}
.f-button{
	padding:5px 5px 5px 5px;
	border:solid 1px #fff;
	margin:5px;
	background-image:url(../images/index/cate-ico-w.png);
	background-repeat:no-repeat;
	font-size:17px;
	font-weight:100;
	background-position : right 5px bottom 7px;}

#foot-copy{
	padding-top: 50px;
	padding-bottom: 20px;
	text-align:center;
	font-size:13px;}



/*---------------------contact----------------------*/

#contact-title{
	background-color:#edf1f5;
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
	background-image:url(../img/back-contact.png);
	background-position:center top 80px;}

#contact-form_haikei{
	background-color:#edf1f5;
	padding-top: 40px;
	margin-bottom:40px;
	position:relative;}

.form-group{
	padding:0 30px 10px 30px;}

.form-group span{
	color: #C30003;}

.f-example{
	color:#ccc!important;}

.form_buttonarea{
	width: 100%;
	text-align: center;
	display:inline-block;
	padding:20px!important;
}
.form_button{
	padding:10px!important;
	margin: 5px!important;
}

.btn-primary{
	background-color:#b2272d!important;
	border:none!important;
}
.btn-primary2{
	background-color:#333!important;
	border:none!important;
	color: #fff!important;
}


@media (min-width: 768px) {
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
}
@media (max-width: 767px) {
.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
	test-combine-upright:initial;
	}
}


/*------------------modal------------------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
    background: rgba(255,255,255,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}
@media (min-width: 768px) {
	.modal__content{
		left: 50%;
		padding: 40px;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		background-color: #f2f2f2;
	}
}
@media (MAX-width: 767px) {
	.modal__content{
		left: 50%;
		padding:40px;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		background-color: #f2f2f2;
	}
}
.nxt_btn2{
	max-width:270px;
	margin:10px 10px 10px 0;
	padding:14px 34px;
	background-color:#000;
	color:#fff;
	font-size:15px!important;
	line-height:15px!important;
	text-align: center;
	border-radius:25px;
	display: inline-block;
	box-sizing: border-box;
}