/*body {
	background-image:url(../images/main_bg.png);
}*/
#main_head {
	width:100%;
	border-top:#4784bf solid 8px;
	text-align:center;
	background-color:#FFF;
}
.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
	background-color:rgba(255, 255, 255, 0.85);
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
	z-index:150;
	height:125px!important;
}
.fixed #head_top #main_logo img {
    -webkit-transform: scale(.50,.50);
    transform: scale(.50,.50);
}
.fixed #head_top #main_logo {
	margin: -15px;
}
.fixed #head_top #head_tel img {
    -webkit-transform: scale(.80,.80);
    transform: scale(.80,.80);
}
.fixed #head_top #head_tel {
	margin: -15px;
}

#head_top {
	width:1024px;
	margin: 0 auto;
	position: relative;
}
#main_logo {
    margin: 20px auto 10px;
    display: inline-block;
}
#head_tel {
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 0;
}
#navi_block {
	width:100%;
	/*background-color:#fff;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);*/
	background-image:url(../images/nbg.png);
	background-repeat:repeat-x;
	height:25px;
	background-color:#FFF;
}
#g_navi {
	width: 1024px;
    position: relative;
    margin-top: 30px;
    text-align: -webkit-center;
    margin: 0 auto;
}
#g_navi ul {
	width:1024px;
	margin: 0 auto;
	height: 20px;
}
#g_navi li {
	width: calc(1024px / 5.2);
    display: inline-block;
    text-align: -webkit-center;
}
#g_navi::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 30px;
	background-image: url(../images/obi.png);
	background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	left:0;
	top:20px;
	z-index:100;
}
.fixed #navi_block {
	background:none;
}
.fixed #g_navi::after {
	display:none;
}
#main_visual {
	/*background-image:url(../images/main_img01.png);*/
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	height:600px;
	background-position:center top;
	/*margin-top: -5px;*/
}
#side_contact {
	z-index:300;
	height:240px;
	width:60px;
	position:fixed;
	right:0;
	bottom:160px;
}
.side_web, .side_tel {
	height:120px;
}
#page-top {
	display:block;
    position: fixed!important;
    bottom: 80px;
    right: 20px;
    width: 40px;
	z-index:200;
	height:40px;
}

section {
	width:100%;
	text-align:center;
	padding: 30px 0;
}
.container_t {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    color: #333;
}
.container {
	width:1024px;
	margin: 0 auto;
	position:relative;
	color:#333;
	padding:80px 0;
}
.c_title::before {
	top:74px;
}
.index_cate_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
}
.index_cate_area a {
    width: 46%;
    /* background-color: #f9f9f9; */
    padding: 15px;
    box-sizing: border-box;
    margin: 2%;
    border: 1px solid #bbb;
}
.index_cate_area a:hover {
    border: 1px solid #999;
}
.index_cate_t {
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    margin: 10px auto 24px;
    position: relative;
}
.index_cate_t:before, .index_cate_t:after {
	content:'';
	width:50px;
	height:6px;
	background-color:#aac863;
	position:absolute;
	top:14px;
	border-radius:5px;
}
.index_cate_t:before {
	left:30px;
}
.index_cate_t:after {
	right:30px;
}
.index_cate_img {
    background-color: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}
.index_cate_img img {
    width: 100%;
    height: auto;
}
.index_cate_txt {
	margin-top:20px;
}
.index_cate_txt p {
	font-size:20px;
}
.index_cate_txt p span {
	font-size:24px;
	font-weight:bold;
}
.index_cate_more {
    width: 80%;
    padding: 10px;
    background-color: #ddd;
    margin: 16px auto;
}
p.cate_price {
    font-size: 20px;
    font-weight: bold;
    color: #f00;
    margin: 10px;
    font-family: 'Sawarabi Gothic';
}
p.cete_free {
    background-color: #f00;
    width: 60%;
    margin: auto;
    color: #FFF;
    padding: 5px;
    border-radius: 30px;
}
.inner_title {
    position: relative;
	margin-bottom:30px;
}
.inner_title h2 {
    font-size: 32px;
	font-family: 'Orbitron', sans-serif;
}
.inner_title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #aeaeae;
    left: 0;
	bottom: -20px;
}
.inner_title h3 {
    position: relative;
}
.inner_title h3:after {
    position: absolute;
    content: '';
    background-color: #aac863;
    width: 100px;
    height: 10px;
    left: 50%;
    margin-left: -50px;
    top: 42px;
    z-index: 1;
}
.sample_post a {
    background-color: #82c7e6;
    border: 1px solid #64accd;
    /* width: 80%; */
    display: inline-block;
    margin: 40px 0 0 0;
    padding: 16px 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}
.bg02 {
    background-color: #F9F9F9!important;
}
.sb00 {
	background-color:rgba(255, 255, 255, 1);
}
.sb01 {
	background-color:rgba(255, 255, 255, 0.5);
}
.sb02 {
	background-color:rgba(234, 246, 255, 0.8);
}
.sb03 {
}
.sb04 {
	background-color:rgba(255, 255, 255, 1);
}

.c_title {
	font-size:40px;
	margin:40px 0 20px 0;
	font-family: "Sawarabi Gothic";
	font-weight:normal;
}
.c_title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 10px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #aac863;
}

footer {
	width:100%;
	text-align:-webkit-center;
}
#foot_bottom {
	width:100%;
	background-color:#4784bf;
	color:#FFF;
	text-align:center;
	padding:12px 0;
	font-size:12px;
}
.foot_link {
	width:1024px;
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid #ccc;
}
.foot_link li {
    display: inline-block;
}
.foot_link li::after {
	content: '|';
    padding: 0 14px;
}
.foot_link li:last-child:after {
    content: none;
}

.spo {
	display:none;
}

.fade_off {
    opacity: 0.1;
	transform : translate(0, 50px);
    transition : all 500ms;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}
.fade_on {
    opacity: 1;
	transform : translate(0, 0px);
}


.mat30 {margin-top:30px;}
.mab30 {margin-bottom:30px;}
.mal30 {margin-left:30px;}
.mar30 {margin-right:30px;}

.mal60 {margin-left:60px;}