﻿/* ----------　基本カラー　---------- */
.bg_color1 {
	background-color: #2fc3f5;
}
.bg_color3 {
	background-color: #c2edf2;
}
.hvr_bg_color3:hover {
	background-color: #c2edf2;
	color: #747474;
}
.txt_color1 {
	color: #2fc3f5;
}
.hvr_txt_color1:hover {
	color: #2fc3f5;
}

.txt_color3 {
	color: #87dbe5;
}

.border_color1 {
	border-color: #2fc3f5;
}
.border_color3 {
	border-color: #c2edf2;
}

/* ----------　全体共通部分　---------- */
.linkStyle{
	color:#2fc3f5;
}
.linkStyle:hover{
	color:#2fc3f5;
	opacity: 0.7;
	transition: all 0.5s;
}
.button_container span {
	background: #2fc3f5;
}
.button_container.active .top {
	background: #2fc3f5;
}
.button_container.active .bottom {
	background: #2fc3f5;
}
#logo {
	width: 300px;
	height: 150px;
}
header #header h1{
	width: 80%!important;
}
header h1 img{
	width: 100%!important;
}
#footer #logo2{
	max-width: 200px;
}



/* ----------　TOP　---------- */
.bottom .btn_box p{
	color: #747474;
}
#top_contact_box .tel_bt {
	background-color: #2fc3f5!important;
	color: #fff;
}
#top_contact_box .tel_bt:hover{
	background-color: rgba(47,195,245,0.10)!important;
}
#top_contact_box .con_bt ,#top_contact_box .con_bt a,#top_contact_box .con_bt a .fa-envelope:before{
	color: #50cdf7;
}
#top_contents1 h2{
	display: inline-block;
	position: relative;
}
#top_contents1 h2:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(Dup/img/dec3.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: -70px;
    background-color: #fff;
}
#top_contents1 h2:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 2px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	 background-color: #2fc3f5;
}
#top_contents2{
	background-image: url(Dup/img/dec2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 80%;
}
#top_contents2 h2:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 40px;
    background-image: url(Dup/img/dec.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
#top_contents1{
	background-image: url(Dup/img/dec2.jpg);
	background-repeat: repeat-x;
 	background-position:bottom -1px center;
	background-size: 80%;
}
#top_cms .top_cms_title p,#top_info .top_info_title p{
	color: #2fc3f5;
}
#top_info h3{
	display:inline-block;
	position: relative;
}
#top_info h3:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(Dup/img/dec3.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
	top: -75px;
}


/* ----------　下層ページ　---------- */
.cate_title {
	background-color: #2fc3f5;
	color: #fff;
	border: none;
	padding: 10px;
	text-align: left;
	border-radius: 3px;
}
#cms_6-b .cate_box .box_txt1 {
	background-color: #c2edf2;
	color: #333;
}
#cms_2-b .cate_box{
	background-color: #edfafc;
	border: none;
}



@media all and (-ms-high-contrast: none){
.pager li a span{
	top: 55% !important;
}
}


/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#top_contents1 h2:before {
	top: -60px;
}
#logo h1.logo {
	max-width: 230px;
}
#top_contents2 h2:before {
	width: 40px;
	height: 30px;
}
#logo {
	height: 95px;
}
#top_contents1 h2 {
	text-align: left;
	font-size: -webkit-calc(1rem + 7px);
	font-size: calc(1rem + 7px);
}
}



/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
#logo{
	width: 60%!important;
	height: 78px;
}
header #header h1 {
 	width: 100%!important;
}
#footer #logo2{
 	width: 50%!important;
}
#top_contents2{
	background-size: 180%;
}
#top_contents1{
	background-size: 180%;
	padding: 80px 30px 50px;
}
#top_info h3 {
	margin-top: 60px;
	display: block;
	text-align: center;
}
header h1 img {
	width: 100%!important;
}
#top_contents1 h2 {
	font-size: -webkit-calc(1rem + 3px);
	font-size: calc(1rem + 3px);
}
}
