﻿body {
	background: url(Dup/img/bg.png);
	background-size: 700px;
}
/* ----------　TOP　---------- */
.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%);
	transform: translate(-50%, -50%);
}
/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#main_img{
	position: relative;
	height: auto;
	width: 100%;
}
#main_img .menu {
display:none;
}
.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;
}
	/*video {
    min-width: 100vw;
    min-height: 100vh;
    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;
}
	*/
}


/*---------- TOP ----------*/

#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after {
    background: #f8b62d;
}


/* --------- logo -------- */
@media(min-width: 668px) {
	#logo {
    max-width: 150px;
}
}
header.scr_header {
    background-color: rgba(106,135,153,0.87)!important;
}
header.scr_header #logo {
    max-width: 120px;
}
@media screen and (max-width: 667px){
#logo {
    max-width: 100px;
}	
header.scr_header #logo {
    max-width: 85px;
}
}
/* ------------ ---------- */




span.didot {/*数字*/
opacity: 0.8;
font-family: ro-san-std, sans-serif;
font-weight: 400;
font-style: normal;
}
#intro .didot, #contents2 .didot {
color: #dd0c1e;	
}
#contents1 .didot, #contents3 .didot {
color: #282d8a;
}
.more_btn, #footer_con h2 {
	font-family: ro-san-std, sans-serif;
}


.line:before {
    background-color: #f8b62d!important;
}
.cms_title p.txt_color1 {
	color: #1d2088;
}

#fakeloader {
    background-image: url("./Dup/img/renga.png");
	background-size: 750px;
}
.back1:before, .back2:before, footer {
    background: url(./Dup/img/renga2.png);
    background-size: 750px;
    z-index: -1;
}
#contents3_wrap:after {
    background-color: rgba(0, 49, 80, 0.48)!important;
}

/*----------ham-----------*/
.overlay {
    background: linear-gradient(135deg, rgba(230,0,18,0.9) , rgba(230,0,18,0.9) )!important;
}
.hvr_txt_color1:hover {
    color: #002949!important;
}
.nav_menu_more:first-of-type a .icon:before {
	display: none!important;
}


/*--------------------------*/

/*---------------------banner-----------------*/
.banner_box {
	max-width: 500px;margin: 30px auto 0;justify-content: space-between;
}
.banner_box.ptn1 {
		justify-content: center;
	}
.banner_box div {
	margin-bottom: 40px;
	width: 48%;
}
.banner img {
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

@media(max-width: 667px) {
	.banner_box {
		display: block;margin-bottom: 30px;
	}
	.banner_box div + div {
		margin-top: 15px;
	}
	.banner_box div {
	width: 50%;
		margin-right: 0;margin-left: 0;margin: auto;
} 
}

/* ------------- FAQ ------------- */
.cms_5-b .box_item {
	background-color: rgba(255,255,255,0.4)
}



@media screen and (max-width: 667px){
.wide_title .page_title_box {
 width: 70%; 
}
.wide_title .font_24_sp {
    font-size: 22px;
}
	body {
		background-size: 490px;
	}
}


/*店舗情報・お問い合わせ*/
#info_contact .con_img:before {
    background-color: #581f2a59;
}
/*2023/01/30*/
body {
    background-image: none!important;
}