﻿/*-------------------------------------------------------
		　　基本カラー
-------------------------------------------------------*/
.bg_color1 {
	background-color: #4195ff;
}
.hvr_bg_color2:hover {
	background-color: #89d1f3;
}
.bg_color3 {
	background-color: #efae38;
}
.hvr_bg_color3:hover {
	background-color:  #4195ff;
}
.border_color1 {
	border-color: #4195ff;
}
.border_color2 {
	border-color: #89d1f3;
}
.border_color3 {
	border-color: #efae38;
}
.hvr_border_color3:hover {
	border-color: #4195ff;
}
.txt_color1 {
	color: #4195ff;
}
.txt_color3 {
	color: #efae38;
}
.hvr_txt_color3:hover {
	color: #efae38;
}


/*-------------------------------------------------------
		　　全体共通部分
-------------------------------------------------------*/
.linkStyle{
	color:#4195ff;
}
.linkStyle:hover{
	color:#4195ff;
	opacity: 0.7;
	transition: all 0.5s;
}
#header #logo img{
	width: 100%!important;
}
#footer .logo {
	width: 300px;
}
.drawer-menu li a{
	border-left: 2px solid #efae38;
}
.banner {
	top: 150px;
	right: 0px;
	z-index: 4;
}
.banner a{
	z-index: 5;
}
#info_title_box {
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/*-------------------------------------------------------
		　　　　TOP
-------------------------------------------------------*/
#intro {
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 0;
}
#intro #intro_txt{
	background-image: url(Dup/img/back1.png);
	background-repeat: no-repeat;
	background-position: bottom 15px right 50px;
	background-size: 300px;
}
#contents .box h3{
	font-weight: bold;
	border-bottom: 2px dotted;
	padding-bottom: 5px;
}
#top_cms .cms_title h2{
	font-weight: bold;
	border-bottom: 3px dotted;
	padding-bottom: 10px;
}
#top_cms .cms_title h2:before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 40px;
	background-image: url(Dup/img/dec2.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-right: 13px;
}
#contents .box h3:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(Dup/img/dec1.png);
	background-size: contain;
	vertical-align: middle;
	padding-right: 15px;
}
#top_cms .cms_6-c .cate_box{
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
#info .info_box .width_1280-max{
	background-image: url(Dup/img/back2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 250px;
	padding-bottom: 50px;
}
#info_title_box{
	border-top: 8px solid #efae38;
	border-bottom: 8px solid #efae38;
}
#info_title_box .info_title span {
	background-color: #4195ff;
}
#info .info_box{
	margin-bottom: 0px;
}
#info .info_txt p{
	color: #333;
	font-weight: bold;
}
#info .info_txt .tel{
	line-height: 1.8;
}
#info .info_txt .tel_txt{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #4195ff;
	padding: 5px 10px;
	border-radius: 5px;
}

/*-------------------------------------------------------
		　　下層ページ
-------------------------------------------------------*/

.cate_list li a{
	background-color: #4195ff;
	color: #fff;
}
#cms_6-c .cate_box{
	margin-bottom: 50px;
}
#tel_contact p a{
	color: #fff;
}
#page8 #form_box #form_bt .bt_on:hover{
	color: #fff;
}



/*-------------------------------------------------------
		　　　　IE
-------------------------------------------------------*/
@media all and (-ms-high-contrast: none){
.cate_list li a {
	padding: 15px 10px 8px;
}
}

/*-------------------------------------------------------
		　　タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
#intro #intro_txt {
	background-size: 150px;
	padding-bottom: 130px;
}
#contents .box h3:before {
	width: 30px;
	height: 30px;
	padding-right: 7px;
}
#info .info_box .width_1280-max {
	background-position: bottom right 30px;
	background-size: 170px;
	padding-bottom: 30px;
}
header #header #header_menu li {
	width: auto;
}
#footer .logo {
	width: 250px;
}
#info .info_txt .tel_txt {
	font-size: 11px;
	padding: 5px 5px;
}
}



/*-------------------------------------------------------
		　　　スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
#intro #intro_txt {
	background-size: 150px;
	padding-bottom: 150px;
	background-position: bottom 15px right 20px;
	padding-top: 25px;
}
#contents .box h3,#contents .box p{
	width: 100%!important;
}
#contents .box h3:before {
	width: 27px;
	height: 27px;
	padding-right: 8px;
}
#info .info_box {
	margin-bottom: 20px;
}
#info .info_box .width_1280-max {
	background-position: bottom right 20px;
	background-size: 150px;
	padding-bottom: 120px;
}
header {
	padding-bottom: 0px;
}
header #logo{
	padding-top: 17px;
}
#footer .logo {
	width: 220px;
}
main{
	padding-bottom: 0px!important;
}
#main_img {
	margin-top: 60px;
}
.banner {
	display: none!important;
}
.banner2 {
	display: block;
	bottom: 17px;
	left: 45%;
	transform: translate(-50%);
	z-index: 4;
	width: 60%;
}
.banner2 a{
	z-index: 5;
}
#copyright{
	padding-bottom: 60px;
	padding-top: 10px;
}
#intro {
	background-attachment: scroll;
	background-size: 100%!important;
	background-position: bottom!important;
}
#info_title_box {
	background-attachment: scroll;
}
#info .info_txt .tel_txt {
	font-size: 13px;
}
}
/*2025/6/19*/
.banner {
	display: none!important;
}
.banner2 {
	display: none!important;
}