@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/


.home #contents > .inner {/* トップページ幅 100% */
	width:100%;
	max-width:100%;
}
.topinner {/* コンテンツは1000pxに */
	width:1000px;
	margin:0 auto;
	max-width:96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
	background:none;
	border:none;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
}
.toppage h3::before,
.toppage h3::after ,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
	display:none;
}


/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider { }
.slick-slide img { margin:0 auto;}

button.slick-arrow {/* 矢印ボタン */
	background:none;
	border:none;
	position:absolute;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:16px;
	text-indent:-9px;
	z-index:1;
}
button.slick-arrow:hover {
 	cursor:pointer;
	opacity:0.7;
}
button.slick-prev {/* 矢印（前へ）ボタン */
	background:url(img/btn_prev.png) no-repeat;
	left:18%;
	margin-left:-16px;
}
button.slick-next {/* 矢印（次へ）ボタン */
	background:url(img/btn_next.png) no-repeat;
	right:18%;
	margin-right:-16px;
}
@media screen and (max-width: 1650px) {
button.slick-prev {	left:13.7%;}
button.slick-next {	right:13.7%;}
}
@media screen and (max-width: 1400px) {
button.slick-prev {	left:8%;}
button.slick-next {	right:8%;}
}
@media screen and (min-width: 1200px) {
.slick-track {}
.slick-slide:not(.slick-center) {/* 前と次の画像を半透明に */
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
}

/*==========================
	新着情報
==========================*/
.topnews .news {
	margin-bottom:0;
	position:relative;
}

/* 新着情報見出し */

.topnews h3 {
	font-size:24px;
	padding:0.4em 0 0.6em 0;
	position:relative;
	text-align:left;
	margin-bottom:1em;
	color:#494949;
	border-bottom:3px solid #abdf34;
	font-weight: bold;
    letter-spacing: 0.2em;
}


/* 一覧へボタン */

.topnews .btn {
	position:absolute;
	top:10px;
	right:20px;
}
.topnews .news .btn a {
	display:inline-block;
	line-height:1.2;
	padding:0.25em 0.5em 0.15em;
	text-decoration:none;
	color:#555;
	font-size:16px;
	letter-spacing:0.08em;
}
.topnews .news .btn a:hover {
	color:#f6a7bd;
}

/* 新着情報 */
.topnews .news dl {
	line-height:1.3;
	margin:1.2em 0;
}
.topnews .news dt {
	 font-weight:nomal;
	 color:#8f8f8f;
	padding:0 0 1px;
}
.topnews .news dd {
	margin-bottom:18px;
	padding:0 0 15px;
	border-bottom:1px solid #e6e7e3;
}
.topnews .news dd a {
	 text-decoration:none;
	 color:#333;
}
.topnews .news dd a:hover {
	color:#f6a7bd;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #f2b90a;
	width:320px;
	max-width:100%;
	padding: 0.9em 1em 0.7em;
	text-align:center;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	line-height:1.2;
	box-sizing:border-box;
	font-size:17px;
	position:relative;
	font-weight:bold;
	letter-spacing:0.1em;
}
.btn-style a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 6%;
    top: 60%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-top: -8px;
}
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.under .btn-style a {
	width:auto;
	min-width:280px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
	text-decoration:none;
}
.top .mainblock a:hover {
}

/*-- 余白・背景 --------------*/

.top01 {
	padding:4em 0 0;
}

.top02 {
	padding:1em 0 1.5em;
}
.top03 {

}

.top03 .column:nth-of-type(1){
	background:url(img/top03_bg01.png) no-repeat center;
}
.top03 .column:nth-of-type(2){
	background:url(img/top03_bg02.png) no-repeat center;
}
.top03 .column:nth-of-type(3){
	background:url(img/top03_bg03.png) no-repeat center;
}
.top03 .column:nth-of-type(4){
	background:url(img/top03_bg04.png) no-repeat center;
}
.top04 .column:nth-of-type(1){
	background:url(img/top04_bg01.png) no-repeat center;
}
.top04 .column:nth-of-type(2){
	background:url(img/top04_bg02.png) no-repeat center;
}
.top04 .column:nth-of-type(3){
	background:url(img/top04_bg03.png) no-repeat center;
}
.top04 .column:nth-of-type(4){
	background:url(img/top04_bg04.png) no-repeat center;
}
.top04 .column:nth-of-type(5){
	background:url(img/top04_bg05.png) no-repeat center;
}
.top04 .column:nth-of-type(6){
	background:url(img/top04_bg06.png) no-repeat center;
}
.top04 .column:nth-of-type(7){
	background:url(img/top04_bg07.png) no-repeat center;
}
.top04 .column:nth-of-type(8){
	background:url(img/top04_bg08.png) no-repeat center;
}
.top03 .column,
.top04 .column{
	background-position:right;
	padding: 4em 4em 2.5em;
    box-sizing: border-box;
	background-size:cover!important;
}
.top05 {
    padding: 3em 0;
}
.top07_bg {
	background:url(img/top07_bg.jpg) no-repeat center;
	background-size:cover;
	padding: 6em 0 1.5em;
    margin-bottom: 4em;
}

/*-- 見出し --------------*/

.h2_bg {
	background:url(img/h2_bg01.png) no-repeat center;
	font-size:28px;
}
.top03 .h2_bg:first-child{
	background:url(img/h2_bg02.png) no-repeat center;

}
.top03 .h2_bg:first-child h2{
	padding:0.8em 0.7em;
}
.top03 .h2_bg:first-child h2 span.h2_big{
	font-size:44px;
}
.h2_bg h2 {
	color:#fff;
	padding:1.1em 0;
	text-align:center;
	letter-spacing:0.1em;
	font-size:30px;
	font-weight:bold;
	line-height:1;
}

.top02 h2{
	font-size:34px;
	color:#494949;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	line-height: 1;
    padding-bottom: 0.5em;

}
.top02 .h2_line{
	border-top:2px solid #abdf34;
	width:260px;
	margin:0 auto;
	
}
.top02 h2 span.h2_1{
	color:#96d802;
	font-size:16px;
	font-weight:bold;
	line-height: 3;
}
.top02 h2 span.h2_big{
	font-size:48px;
}
.top02 h2 span.top02_color{
	color:#ec840a;
}
.top03 h3,
.top04 h3{
	font-size:36px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:left;
	color:#f2b90a;
	margin-bottom: 0.7em;
	line-height: 1;
}
.top04 h3{
	color:#81c21c;
}
.top05 h3{
	font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    color: #492b2d;
    margin-bottom: 0.7em;
    line-height: 1.3;
}
.top05 h3 span{
	color:#ec840a;	
}
.top06 h3 {
    font-size: 24px;
    color: #494949;
    font-weight: bold;
    text-align: center;
    padding: 0.9em 0 0.5em;
    line-height: 1.3;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 0.8em;
}
.top06 h3::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #96d802;
	width : 80% ;
	width : -webkit-calc(100% - 140px) ;
	width : calc(100% - 140px) ;
	margin: 0 auto;
	max-width:80px;
}
 .top06 .column:nth-of-type(5) h3,
  .top06 .column:nth-of-type(6) h3 {
    padding: 0.6em 0 0.3em;	
 }
.top06 .column:nth-of-type(7) h3,
.top06 .column:nth-of-type(8) h3 {
        padding: 1.2em 0 1.1em;
 }
/*-- ボックスその他 --------------*/

/* top01 */
.top01 .con_l,
.top01 .con_c,
.top01 .con_r {
	margin-bottom:1.5em;
}


/* top02 */
.top02 .topinner.wrap01 {
    margin-top: 10px;
}
.top02 .topinner.wrap01, .top02 .topinner.wrap02, .top02 .topinner.wrap03, .top02 .topinner.wrap04 {
    position: relative;
}
.top02 .topinner.wrap01::before {
    position: absolute;
    content: "";
    background: url(img/top02_img01.png) no-repeat;
    width: 308px;
    height: 297px;
    left: -410px;
    top: 10px;
}
.top02 .topinner.wrap01:after {
    position: absolute;
    content: "";
    background: url(img/top02_img03.png) no-repeat;
    width: 292px;
    height: 295px;
    right: -365px;
    top: 22px;
}
.top02 .topinner.wrap02:before {
    position: absolute;
    content: "";
    background: url(img/top02_img04.png) no-repeat;
    width: 250px;
    height: 239px;
    left: -272px;
    top: 40px;
}
.top02 .topinner.wrap02:after {
    position: absolute;
    content: "";
    background: url(img/top02_img06.png) no-repeat;
    width: 317px;
    height: 306px;
    right: -335px;
    top: 20px;
}
.top02 .topinner.wrap03:before {
    position: absolute;
    content: "";
    background: url(img/top02_img07.png) no-repeat;
    width: 320px;
    height: 321px;
    left: -365px;
    top: 10px;
}
.top02 .topinner.wrap03:after {
    position: absolute;
    content: "";
    background: url(img/top02_img08.png) no-repeat;
    width: 316px;
    height: 306px;
    right: -400px;
    top: 25px;
}
.top02 .topinner.wrap04::before {
    position: absolute;
    content: "";
    background: url(img/top02_img07.png) no-repeat;
    width: 249px;
    height: 241px;
    left: -290px;
    top: 70px;
}
.top02 .topinner.wrap04::after {
    position: absolute;
    content: "";
    background: url(img/top02_img08.png) no-repeat;
    width: 316px;
    height: 306px;
    right: -410px;
    top: 35px;
}
.top02 .block-inner {
    margin: 0;
}

.top02 .con_l, .top02 .con_r {
    
}
.top02 .top_num {
    position: relative;
    text-indent: -9999px;
    z-index: 10;
}
.top02 .top_num:before {
    content: "";
    background: url(img/top02_no1.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 12px;
    width: 121px;
    height: 72px;
}

.top02 .top_num.num02:before {background: url(img/top02_no2.png) no-repeat;}
.top02 .top_num.num03:before {background: url(img/top02_no3.png) no-repeat;}
.top02 .top_num.num04:before {background: url(img/top02_no4.png) no-repeat;}
.top02 .top_num.num05:before {background: url(img/top02_no5.png) no-repeat;}
.top02 .top_num.num06:before {background: url(img/top02_no6.png) no-repeat;}
.top02 .top_num.num07:before {background: url(img/top02_no7.png) no-repeat;}
.top02 .top_num.num08:before {background: url(img/top02_no8.png) no-repeat;}
.top02 .bg-block{
	box-sizing: border-box;
    padding: 20px 0 5px;
    margin-bottom: 1.2em;
    overflow: hidden;
	background:none;
}
.top02 .bg-block01 {
    box-sizing: border-box;
    padding: 61px 30px 30px;
    background: #fff;
    border: 1px solid #b6b6b6;
    overflow: hidden;
    position: relative;
}
.top02 .bg-block01::before {
    content: "";
    bottom: 7px;
    right: 7px;
    border-top: 25px solid transparent;
    border-right: 25px solid #f488a6; /* ラベルの色はここで変更 */
    position: absolute;
}
.top02 .bg-block01.icon02::before {border-right: 25px solid #f2b90a;}
.top02 .bg-block01.icon03::before {border-right: 25px solid #ee9631;}
.top02 .bg-block01.icon04::before {border-right: 25px solid #f59bb4;}
.top02 .bg-block01.icon05::before {border-right: 25px solid #f4c73e;}
.top02 .bg-block01.icon06::before {border-right: 25px solid #ef9a38;}
.top02 .bg-block01.icon07::before {border-right: 25px solid #ef9a38;}
.top02 .bg-block01.icon08::before {border-right: 25px solid #ef9a38;}
.top02 .bg-block01 a:hover {
    background-color: #FFF;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.top02 .bg-block01 a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.top02 h3{
	font-size:28px;
	text-align:center;
	font-weight:bold;
	color:#494949;
	line-height: 1.4;
    margin-bottom: 0.5em;
	letter-spacing: 0.06em;
}
.top02 .icon01 h3 span.top02_color{color:#f488a6;}
.top02 .icon02 h3 span.top02_color{color:#f2b90a;}
.top02 .icon03 h3 span.top02_color{color:#ee9631;}
.top02 .icon04 h3 span.top02_color{color:#f59bb4;}
.top02 .icon05 h3 span.top02_color{color:#f4c73e;}
.top02 .icon06 h3 span.top02_color{color:#ef9a38;}
.top02 .icon07 h3 span.top02_color{color:#f4c73e;}
.top02 .icon08 h3 span.top02_color{color:#ef9a38;}
.top02 p{
	color:#494949;
	margin: 0 0 1em;
}
.top02 .span01 {
	font-size:18px;
}

@media screen and (min-width: 1061px) {
.wrap04 .con_r h3 {
    font-size: 22px;
	min-height: 80px;
}
.wrap04 .con_r .top02_p {
	min-height: 88px;
}
}

/* top03 04 */
.top03 .btn-style a,
.top04 .btn-style a {
	background: none;
	width:240px;
	color:#f2b90d;
	font-size:16px;
	border:2px solid #f2b90d;
	padding: 0.7em 1em 0.6em;
	line-height:1;
}
.top03 .btn-style a::after {
    border-top: 2px solid #f2b90d;
    border-right: 2px solid #f2b90d;
	top:60%;
}
.top04 .btn-style a {
	color:#96d802;
	border:2px solid #96d802;
}
.top04 .btn-style a::after {
    border-top: 2px solid #96d802;
    border-right: 2px solid #96d802;
}
.top03 p,
.top04 p{
	min-height:75px;
	letter-spacing:0.1em;
}

/* top05 */
.top05 .column{
	border:1px solid #b6b6b6;
	padding:1em 0 0;	
}
.top05 .column .block-inner {
    margin-bottom: 1.5em;
}
.top05 .btn-style a {
	border-radius:3px;
	width:150px;
	font-size:14px;
	font-weight:normal;
	padding: 0.6em 1em;
}
.top05 .btn-style a::after {
	left:inherit;
    right:4%;
	top: 60%;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;

}
.top05 img {
    margin-bottom: 1em;
}
.top05 p{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#494949;
	line-height:1.4;
	min-height: 177px;
}
/* top06 */
.top06 .column{
	border:1px solid #b6b6b6;
	padding: 2px 2px 4em;
	position:relative;	
}
.top06 p {
    margin: 0 auto;
    width: 88%;
    letter-spacing: 0.1em;
}

.top06 .btn-style a {
	border-radius:3px;
	width:150px;
	font-size:14px;
	font-weight:normal;
	padding: 0.6em 1em;
	background:#96d802;
}
.top06 .btn-style a::after {
	left:inherit;
    right:4%;
	top: 63%;
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;

}
.top06 .columns  {
	margin:3em 0;
}
.top06 .column{
    margin-bottom: 1.5em;
}

/* top07 */
.top07 .btn-style{
	margin-bottom:0.8em;
	text-align:left;
}
.top07 .googlemap{
	posishon:rerative;
	overflow: hidden;
    height: 100%;
}
.top07 .googlemap iframe{
	width:100%;
	height:100%;
	posishon:absolute;
	top:0;
	left:0;
}
.top07_bg p{
	letter-spacing:0.1em;
	line-height: 1.9;
	margin-bottom: 2em;
}
/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {/* タブレットまで */

/*==========================
	mainimage
==========================*/

/*-- 一枚画像の時 ------------*/

.mainimage {
	background:url(img/mainimage01.jpg) no-repeat center;
	background-size:cover;
	height:470px;
} 

/*==========================
	　TOP コンテンツ
==========================*/

/*-- ボックスその他 --------------*/
.top02 .con_l, .top02 .con_r {
    width: 48%;
}
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.top04 .columns,
.top06 .columns  {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top03 .column {
    webkit-box-flex-basis: 33.35%;
    -webkit-flex-basis: 33.35%;
    flex-basis: 33.35%;
    max-width: 33.35%;
}

.top04 .column {
    webkit-box-flex-basis: 33.35%;
    -webkit-flex-basis: 33.35%;
    flex-basis: 33.35%;
    max-width: 33.35%;
	margin-bottom:2px;
}
.top03 .column:nth-of-type(3),
.top04 .column:nth-of-type(3), 
 .top04 .column:nth-of-type(6) {
    webkit-box-flex-basis: 33.3%;
    -webkit-flex-basis: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
}
.top05 .column,
.top06 .column {
    webkit-box-flex-basis: 23.5%;
    -webkit-flex-basis: 23.5%;
    flex-basis: 23.5%;
    max-width: 23.5%;
    margin-right: 3%;
	box-sizing:border-box;
}
.top06 .column {
	margin-right: 2%;
}
 .top05 .column:nth-of-type(4) ,
 .top06 .column:nth-of-type(4),
 .top06 .column:nth-of-type(8) {
    margin-right: 0;
}
.top07 .column {
    webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
    margin-right: 4%;
}
.top07 .column:nth-of-type(2) {
    margin-right: 0;
}
.top01 .con_l,
.top01 .con_c,
.top01 .con_r {
	width:32%;
}
.top01 .con_l { margin-right:2%;}

.top02 .con_l,
.top02 .con_r {
	width:48%;
}
.top02 h4 {
	color:#703303;
	font-size:22px;
	margin-bottom:0.5em;
	line-height:1.36em;
	height:2.8em;
	box-sizing:border-box;
	padding-top:0.8em;
}
.top02 .block01 .con_l h4 {
	padding-top:0;
}
.top02 .block01 .con_l h4 + p + p,
.top02 .block01 .con_r h4 + p + p{
	min-height:5.6em;
	font-size:16px;
}

/* top03 */
.top03 p.alignright {
	margin-left:2em;
}
.top03 .btn-style,
.top04 .btn-style {
	text-align:left;
	padding-top:1em;
	position: absolute;
    left: 0;
    bottom: 0;
}
.top03 .con_l,
.top04 .con_l{
    width: 85%;
	position:relative;
	height:100%;
}
/* top06 */
.top06 .btn-style {
    text-align: center;
    padding-top: 1em;
    position: absolute;
    left: 0;
    bottom: 1.2em;
    right: 0;
}

/* top07 */
.top07 .con_r{
	float:right;
	width:75%;
}
}
@media screen and (max-width: 1660px) {/*調整*/
.top03 .column,
.top04 .column {
	padding: 3em 3em 2em;
}
.top03 .con_l,
.top04 .con_l{
	width:100%;
	float:none;
}
}
@media screen and (max-width: 1440px) {/*調整*/
.top03 h3,
.top04 h3{
	font-size:25px;
}

}

@media screen and (min-width: 768px)  and (max-width: 1280px) {/* 程よいブラウザサイズでメインイメージを縮小 */
.mainimage {
	background-size:cover;
	height:400px;
}
.top03 p, .top04 p {
   padding-bottom: 1em;
}
}
@media screen and (min-width: 1042px)  and (max-width: 1059px) {
.wrap04 .con_r h3 {
    min-height: 62px;
}
.wrap04 .con_r .top02_p {
    min-height: 85px;
}
	}
@media screen and (min-width: 768px)  and (max-width: 1041px) {
.top02 .bg-block01 {
    padding: 61px 12px 30px;
}
p.top02_p {
    min-height: 112px;
}
.top03 .btn-style a,
.top04 .btn-style a{
	width:220px;
}
.top03 .column,
.top04 .column {
	padding: 2em 1em 1em;
}
.wrap04 .con_r h3 {
    min-height: 61px;
}

}
@media screen and (max-width: 1060px) {
.top02 h3{
	font-size: 21px;
}
.wrap04 .con_r h3 {
    font-size: 18px;
}
.top02 .span01 {
    font-size: 14px;
}
}

@media screen and (max-width: 1041px) {/*コンテンツが横幅いっぱいになったら*/

.top03 h3,
.top04 h3{
	font-size:22px;
}
.top06 h3{
	font-size:20px;
}
.top07_bg {
    background-position: 39%;
}
}
@media screen and (max-width: 767px) {/* スマホ */

.topinner {
	width:420px;
	margin:0 auto;
	box-sizing:border-box;
}

/*==========================
	　mainimage
==========================*/
.mainimage,
.slider { margin-bottom: 1em;}

/*==========================
	新着情報
==========================*/
#main .news {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
}
#main .news h3 { font-size:20px;}
#main .news h3 .subtitle { font-size:12px; margin-left:0;}
#main .news dt,#main .news dd { padding-left:10px; padding-right:10px;}
#main .news .btn {
    right: 5px;
    top: 10px;
}
#main .news .btn a {
	font-size:12px;
}

/*==========================
	電話ボタン
==========================*/

#main > .telbtn {
	margin-bottom:1.2em;
}
.telbtn {
	text-align:center; 
	margin-bottom:1em;
}
.telbtn a {
	background:#ff0000;
	text-align:center;
	width:280px;
	max-width:100%;
	color:#fff;
	display:inline-block;
	padding:10px 5px 10px;
	text-decoration:none;
	font-size:24px;
	box-sizing:border-box;
	letter-spacing:0.08em;
	border-radius:4px;
	line-height:1.2em;
}
.telbtn a .subtxt {
	font-size:14px;
	display:block;
	margin-bottom:1px;
}
.telbtn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

/*==========================
	loop
==========================*/

.loopSlider {    height: 100px;}
.loopSlider ul {    height: 100px;}
.loopSlider ul li {
    width: 150px;
    height: 100px;
}

/*==========================
	　TOP コンテンツ
==========================*/

/*-- 余白・背景 --------------*/

.top01 {
	padding:1em 0 0;
}

.top02 {
	padding:1em 0 1em;
}
.top02 .h2_line {
    margin-bottom: 2em;
}
.top02 .bg-block {
    padding: 0 0 5px;
}
.top03 .column, .top04 .column {
    padding: 2em 2em 1px;
}
.top05 {
    padding: 2em 0;
}
.top05 .column {
    margin-bottom: 1em;
}
.top06 .columns {
    margin: 1em 0;
}
.top07_bg {
	background:none;
	padding: 1em 0 0;
	margin-bottom:0;
}
.top07_bg img{
	margin-bottom:1em;
}
/*-- 見出し --------------*/

.top h2 {
    font-size: 25px;
}
.top02 h2 span.h2_1 {
    line-height: 1;
}
.top03 .h2_bg:first-child h2 {
    padding: 0.6em 0 0.4em;
}
.top05 h3 {
    font-size: 23px;
}
/*-- ボックスその他 --------------*/
.top02 .bg-block01 {
    padding: 61px 19px 25px;
}
.top05 .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top05 .column {
    webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    max-width: 49%;
    margin-right: 2%;
	box-sizing:border-box;
}
 .top05 .column:nth-of-type(even) {
    margin-right: 0;
}
.top05 .btn-style a {
    width: 137px;
}
.top05 p {
    font-size: 14px;
    min-height: 163px;
}
.top06 .column {
    border: 1px solid #b6b6b6;
    padding: 1em;
    position: relative;
}
.top06 .btn-style{
	margin-top:1em;
}
.top07 .btn-style{
	text-align:center;
}
}

@media screen and (max-width: 480px) {/* スマホ480px */
}

@media screen and (max-width: 320px) {/* スマホ320px */
}