﻿body, .txt_color_nomal {
    color: #2d0a00;
}
.txt_color3{
    color: #8f8f8f;
}
.main_wrap .font_2dw{
    font-size: 1.0rem;
}
/*header*/
.top_page #header{
    background-color:rgba(255, 255, 255, 0.32);
}
#header h1.logo.width_20per{
    width: 15%!important;
}
@media screen and (max-width:668px){
        #header h1.logo.width_20per {
        width: 40%!important;
    }
}
/*fv*/
#main .logo{
    width: 52%;
}
/*TOP*/
.box_title br{
    display: none;
}
@media screen and (max-width:668px){
    .box_title br{
    display: block;
}
#con3_box_item h2{
    text-align: right;
}
}
/*下層一般*/
.cate{
    padding-top: 60px;
    margin-top: -60px;
}
/*カットモデル募集*/
#cms_6-d .cate_box:after, .cms_6-d .cate_box:after{
    font-family: 'Yu mincho', sans-serif;
}
/*お問い合わせ*/
#hotpepper{
    margin: 40px auto 0 auto;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('./Dup/img/hpprBG.jpg');
    background-size: cover;
    transition-duration: 1.0s;
}
#hotpepper a{
    padding: 40px;
    text-align: center;
    color: #fefefe;
    font-size: 1.6rem;
}
#hotpepper:hover{
    transform: scale(1.05);
    box-shadow:5px 5px 8px rgba(0,0,0,0.25);
    transition-duration: 0.8s;
}
@media screen and (max-width:668px){
    #hotpepper{
        width:80%;
    }
    #hotpepper a{
        font-size: 1.2rem;
    }
}
/*プライバシーポリシー*/
@media screen and (max-width:668px){
    .page9 .page_title h2{
        font-size: calc(1rem + 12px);
    }
    .page_title p{
        font-size: calc(1rem + 0px);
    }
}
/*footer*/
#footer .sns_link li.bg_color3{
    background-color: rgba(0,0,0,0.0) ;
}
@media screen and (max-width:668px){
#footer .sns_link{
    background-color: rgba(255,255,255,0.35);
    padding-bottom: 20px;
}
}
/*2025/9/10*/
@media screen and (max-width:768px){
#main .logo {
    width: 70%;
    left: 0%!important;
}
}
@media screen and (max-width:667px){
#main .logo {
    width: 80%;
}
}


/* fix_banner -------------------------------------- */
.fix_banner{
	max-width: 350px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt {
    position: absolute;
    bottom: 100px;
    right: 335px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #fff;
    /* border: solid 2px #ddc21b; */
    z-index: 11;
    cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #221e03;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close{right: -450px;}
.fix_banner.close2{right: -450px;}
@media  screen and (max-width: 768px){
.fix_banner{max-width: 300px;}
.fix_banner .close_bt {
    bottom: 80px;
    right: 277px;
}
}
@media  screen and (max-width: 667px){
.fix_banner{max-width: 60%;
   right: 20%;}
.fix_banner .close_bt {
    width: 22px;
    height: 22px;
    bottom: 62px;
    right: 94%;
}
.fix_banner .close_bt span {
    width: 22px;
    height: 22px;
}
}
/* fix_banner end -------------------------------------- */
