﻿/*--------リンク・フォント--------*/
.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
#fakeloader .fl {
    max-width: 350px;
}

#con1{
    background-image: url(./Dup/img/back.png);
    background-size: 93%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.f_contact_box h4{
    line-height: 1.3;
}
.f_contact_box .f_contact_btn{
    display: none;
}
.menu_btn.stick_trans span:last-child {
    margin-top: -3px;
}
.topTxt1 .arrow {
    transform: translateX(-50%);
}


/*--------下層--------*/
.pagetitle {background-color: #f5f4eb;}
.pagetitle_img {
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}

#page8 #contact_line a{
    background: url(./Dup/img/ban_line.jpg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
#page8 #contact_reserve a{
    background: url(./Dup/img/ban_reserve.jpg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}


/*--------タブレット--------*/
@media screen and (max-width: 768px){
    #fakeloader .fl {
    max-width: 250px;
}
    #con1 {
    background-size: 216%;
    }
    .f_contact_box h4 {
    font-size: 6vw;
}
.topTxt1 {
    display: block;
    line-height: 1.3;
}
#sp_nav .sp_nav_inner .l-menu li .font_24{
    font-size: 3vw;
}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    .txt_size1{
        font-size: 4vw;
    }
    #fakeloader .fl {
    max-width: 200px;
}
.header .logo1 {
    padding-left: 0px;
}

#con1 {
    background-size: cover;
}
#con3 .title h3{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
#con3 .title h3 span{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    
}
.f_contact_box h4 {
    font-size: 7.5vw;
}
#sp_nav .sp_nav_inner .l-menu li .font_18_sp {
    font-size: 4.5vw;
    line-height: 1.2;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){


}