﻿.bg_color1{
    background-color: #56CFC9;
}
/*loader*/
.loading.bg_color1{
    background-color: #333;
}
/*header*/
header{
    background: linear-gradient(to right, #8A6915,#F0CE08 ,#8A6915) ;
}
#header{
    background-color: rgba(254,254,254,0.92);
    margin: 7px 0;
}
#header ul li .txt_white{
    color: #333;
}
.button_container span{
    background:#333;
}
#header .h_box_mail .pd_l-40px{
    padding-left: 0;
}
#header .h_box_mail .border_white{
    border-color: rgba(254,254,254,0.0);
}
#header .h_box_mail a:hover{
    background-color: rgba(254,254,254,0.0);;
}
#header .h_box_tel{
    padding: 0 10px ;
}
h1#logo{
    transform: translateX(-36px);
}
@media screen and (max-width: 667px){
    #header.flex_space-between{
    }
    h1#logo{
    transform: translateX(36px);
    }
    #logo2 {
        display: flex;
        justify-content: center;
    }
}

/*FV*/
.main_img_txt{
    text-shadow: 0 0 13px rgba(120,120,120,0.55);
}
/*TOP*/
.intro_img a span{
    content: url("./Dup/img/conceptBG.jpg");
}
@media screen and (max-width: 768px){
    #main_img .swiper-wrapper::before{
        background-image:radial-gradient(rgba(68, 68, 68, 0.2) 20%, transparent 20%);
    }
}
.intro_img div{
    top: -28.5%;
}
#s_content1 {
    background-image: url('./Dup/img/con1BG.jpg');
    position: relative;
    z-index: -2;
}
.con1-nameBox{
    width: 100vw;
    height: 200px;
}
.con1-nameBox::before{
    position: absolute;
	content: "";
	left: -300px;
	top: -80px;
	width: 100%;
	height: 200px;
	background-image: url("./Dup/img/con1letter.png");
	background-size: auto 100%;
	background-position-y: 0;
	background-position-x: 0;
	background-repeat: repeat-x;
	animation: loop 45s linear infinite;
	opacity: 0.8;
}
@media screen and (max-width: 768px){
    .con1-nameBox::before{
        left: 0px;
        top: -18px;
        width: 100%;
        height: 100px;
    }
}
@keyframes loop {
	0% {background-position-x: 0;}
	100% {background-position-x: -2326px;}
}
/*footer*/
@media screen and (max-width: 768px){
    footer .sf_copy.pd_b-5px_sp{
        padding-bottom: 50px;
    }    
}
@media screen and (max-width: 667px){
    .s_footer_copy.pd_b-5px_sp {
        padding-bottom: 95px;
    }

}
/*下層ページ*/
#page_title .ashirai-box{
    position: absolute;
    width: 97%;
    height: 85%;
    z-index: 5;
}
#page_title .ashirai-box::before{
    content:"";
    background-image: url("./Dup/img/ashirai1.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 30%;
    max-width: 200px;
}
#page_title .ashirai-box::after{
    content:"";
    background-image: url("./Dup/img/ashirai2.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 30%;
    max-width: 200px;
}
.page_title_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_title .title_box.border_color1{
    border-image: linear-gradient(to right, #5a7c6d,#dffff1 ,#5a7c6d);
    border-image-slice: 1;
}
@media screen and (max-width: 768px){
    #page_title .ashirai-box::before{
    content:"";
    background-image: url("./Dup/img/ashirai1.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 35%;
    max-width: 200px;
}
    #page_title .ashirai-box::after{
    content:"";
    background-image: url("./Dup/img/ashirai3.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 35%;
    max-width: 200px;
}
}

.cate_list li a{
    background-color: #fefefe;
    border: solid 1px #333;
}
.cate_list li a.txt_white{
    color: #333;
}
.cate_list li a.txt_white:hover{
    color: #fefefe;
}
.cate_label p.txt_color1{
    color: #333;
}
.cate h3.border_color1{
    border-image: linear-gradient(to right, #8A6915,#F0CE08 ,#8A6915);
    border-image-slice: 1;
}
h4.box_title1{
    color: #333;
}
/*プライバシーポリシー*/
@media screen and (max-width: 376px){
#page_title.p09 h2.font_4up_sp{
        font-size: calc(1rem + 2px);
    }
}
/*予約リンク*/
#reserve-bt {
    padding: 5px 15px;
    position: fixed;
    bottom: 20px;
    right: 70px;
    background-color: #fefefe;
    border:solid 2px #333 ;
    border-image: linear-gradient(to right,#8A6915,#F0CE08 ,#8A6915);
    border-image-slice: 1;
    transition-duration: 0.5s;
    z-index: 999;
}
#reserve-bt a{
    padding: 20px 0;
    font-size: 1.2rem;
    font-weight: 600;
}
#reserve-bt:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
}
@media screen and (max-width: 667px){
    #reserve-bt {
        right: 29.5%;
    }
    #reserve-bt.r215per{
        right: 21.5%;
    }
}