﻿/* ---------- 基本カラー ---------- */
.bg_color1 {
    background-color: #FBA027;
}
.bg_color3 {
    background-color: #eeeeee;
}
.txt_color4 {
    color: #FF9E03;
}


/* ---------- 全体共通部分 ---------- */
.linkStyle{
	color:#aaa;
}
.linkStyle:hover{
	color:#aaa;
	opacity: 0.7;
	transition: all 0.5s;
}
header #title ul li{
    position: relative;
}
header #title ul li a{
    margin-top: 15px;
}
header ul li::before{
    left: 16px;
    position: absolute;
}
footer #logo2 a{
    max-width: 300px;
}
footer p{
    color: #333333!important;
    margin-top
}
.banner_fix {
    position: fixed;
    bottom: 10px;
    right: 70px;
    z-index: 2;
    width: 80%;
    max-width: 700px;
    display: flex;
}
.banner_fix .tel_banner{
    margin-right: 10px;
}
.banner_fix img{
	transition: opacity 0.5s;	
}
.banner_fix img:hover{
    opacity: 0.6;
}


/* ---------- TOP ---------- */
.top header{
    position: relative;
    overflow: hidden;
    width: 100%!important;
    /* min-height: 700px; */
}

.top header .d_flex{
    justify-content: flex-start;
}
.top #title {
    z-index: 9;
    background-color: rgba(255,255,255,0.8);
    border-radius: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 600px;
margin-left:100px;
max-width: 650px;
}
.top #title #logo{
    max-width: 450px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.top #main_img{
    width: 100%!important;
    height: auto;
    min-height: auto;
}
.top #main_img .video_wrap{
    height: 40vw;
    min-height: 700px;
}
.top #main_img .video_wrap video{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.more a:hover{
    background-color: #feddb2;
    color: #FF9E03;
}


/* ---------- 下層ページ ---------- */
#title #logo{
    max-width: 350px
}

header #page_title{
    background-color: #eeeeee;
}
header #page_title2{
    font-size: 20px;
}
#cms_3-e .cate_title{
    background-color: #FBA027;
}
#page7 .box_wrap .box .box_item:nth-child(1){
	width: 30%!important;
}
#page7 .box_wrap .box .box_item:nth-child(2){
	width: 70%!important;
}
#page8 #tel_contact p a{
    background-color: #FBA027;
    color: #fff;
}
#page8 #tel_contact p a:hover{
    background-color: #feddb2;
    color: #FF9E03;
}


@media all and (-ms-high-contrast: none){
#title ul li {
    padding: 0 20px 0 14px;
}
header ul li::before{
    left: 15px;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header #page_title2 {
    font-size: 18px;
}
.top #title {
    position: static;
    height: auto;
    margin-left: 0px; 
    margin-bottom: 50px;
max-width: 100%;
}
.top #main_img .video_wrap video {
    position: static;
    top: 0%; 
    left: 0%; 
    -ms-transform: translate(0%,0%);
     -webkit-transform: translate(0%,0%); 
    transform: translate(0%,0%); 
}
.top #main_img .video_wrap {
    height: auto;
    min-height: auto;
}
}



/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/* ---------- 全体共通部分 ---------- */
.banner_fix {
    bottom: 0px;
    right: 0px;
    width: 100%;
}
.banner_fix .tel_banner {
    margin-right: 0px;
}
#page-top{
    bottom: 70px!important
}
#copyright {
    padding-bottom: 80px;
}
/* ---------- TOP ---------- */
.top #title #logo {
    max-width: 250px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
}
#title #logo{
    max-width: 250px
}
.top #title {
    margin-bottom: 0px;
}
.top header {
    min-height: auto;
}
.menu-trigger span {
    background-color: #FBA027;
}
#page7 .box_wrap .box .box_item:nth-child(1){
	width: 100%!important;
}
#page7 .box_wrap .box .box_item:nth-child(2){
	width: 100%!important;
}
}


.cate_list li a {
    padding: 5px;
}
@media screen and (max-width: 667px){
.cate_list li {
        margin: 0 0 5px;
    }
}