﻿.bg_color1 {background-color: #9fd7ea}
.bg_color2 {background-color: #cde5ea;}
.bg_color3 {background-color: #9fd7ea;}
.txt_color1 {color: #73b5a6;}
.txt_color3 {color: #73b5a6;}
.border_color1 {border-color: #73b5a6;}
.border_color3 {border-color: #73b5a6;}
.border_color4 {border-color: #cdd6d4;}
/* ----------　all　---------- */
.linkStyle{
	color:#73b5a6;
}
.linkStyle:hover{
	color:#73b5a6;
	opacity: 0.7;
	transition: all 0.5s;
}
#fakeloader{
     background-image: url(Dup/img/back.jpg);   
}
.banner {
    width: 80%;
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
}
.line_banner{
    right: 80px;
    z-index: 5;
    width: 80%;
    max-width: 300px;
}
#header div.d_flex{
    padding-bottom: 5px;
    padding-top: 5px;    
}
#logo {
    max-width: 130px;
}
header.scr_header #logo {
    max-width: 80px;
}
body{
    background-image: url(Dup/img/back.jpg);
}
#footer #logo2 img{
    max-width: 200px;    
}
.nav_menu_more:first-of-type a .icon:before {
    content: "\f086";
}
#copyright{
    padding-bottom: 110px;    
}
/* ----------　TOP　---------- */
.menu p{
background-color: rgba(255 ,255 ,255,0.5);
}
.menu p img{
      opacity: 0.8;  
}
.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.back1:before {
    background-color: rgba(206, 238 ,247 ,0.25);
}
#top_cms.back1:before {
    z-index: -1;
}
.back2:before {
    background-color: rgba(215, 237 ,241,0.25);
}
#top_cms .cms_3-f .cate{
    background-color: #7fbaac;
}
#top_cms .cms_3-f .cate_item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;    
}
#top_cms .cms_3-f figure{
opacity: 0.7;
}
#info_contact .con_img:before {
    background-color: rgba(165, 205, 218 ,0.6);
}
/* ----------　下層ページ　---------- */
#cms_2-b .cate_box {
        border-left: 1px solid #73b5a6;
}
#page8 .contact_tel{
border: 1px solid #73b5a6;    
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
.video_wrap {
	position: static;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-width: 100%;
}
video {   
	min-width: auto;
	min-height: auto;
	width: 100%;
	z-index: 1;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); 
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%); 
vertical-align: bottom;
}  
#main_img:before {
    background-color: transparent;
}
#logo {
    max-width: 100px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
#logo,header.scr_header #logo {
    max-width: 50px;
}    
.menu p img{
        max-width: 150px;
}   
.line_banner {
    right: 15%;
    width: 70%;
    max-width: 300px;
}
#footer #logo2 {
    text-align: center;
}
#footer #logo2 img {
    max-width: 150px;
}
#main_img .menu{
    display: none;
}
#page8 .contact_tel{
        padding: 30px 10px 10px;
}
#page8 .contact_tel p {
font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
#page8 .contact_tel p a{
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
#page_title .page_title_box{
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;    
}
}