﻿html{
    -webkit-appearance: none;
}
.bg_color3{
    background-color:#d85f56;
}
.bg_color4{
    background-color: #248471;
}
.font_en, .date, a[href^="tel:"], a[href^="mailto:"]{
    font-family: 'Outfit', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium",'Zen Kaku Gothic New',  YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
}
@media(max-width: 667px){
    .font_20_sp{
        font-size: 26px;
    }
}
@media(max-width: 330px){
    .font_20_sp{
        font-size: 23px;
    }
}

/*FV*/
#catchCopy{
    top: 15vh;
    right: 240px;
    z-index: 2;
}
.scroll_bt {
    display: none;
}
@media(max-width: 768px){
    #main_img{
        padding-bottom: 5px;
        border-bottom: solid 5px #fff;
    }
}
@media(max-width: 1220px) and (min-width: 668px){
        #catchCopy {
        max-width: 80%;
        top: 27vh;
        right: 0px;
        z-index: 2;
    }
}
@media(max-width: 667px){
    #catchCopy{
        display: flex;
        justify-content: center;
        right: auto;
        top: 20vh;
    }
    #catchCopy img{
        width: 70%;
    }
    #main_img img.object_fit_img{
        min-height: 65vh;
    }
}
/*header*/
header .txt_color1{
    color: #fefefe;
}
#main_menu ul li a{
    font-weight: 600;
}
header #sp_nav .txt_color1{
    color: #248471;
}
/*TOP*/
#main_img .flexslider .slides.fvImgMobil{
    display: none;
}
#contents1 h2 br{
    display: none;
}
#introHead{
    width: 100%;
    bottom: 0 ;
    right: 0;
    z-index: 2;
}
.head_banner a{
    background-image: url('./Dup/img/ctaButton.jpg');
    background-size: cover;
}
@media screen and (max-width:768px){
    #introHead{
        bottom: -2px;
        height: 41px;
        background-image: url('./Dup/img/introHead2.png');
        background-size: cover;
    }
    #introHead img{
        content: "";
        display: none;
    }
}
@media screen and (max-width:668px){
    #contents1 h2 br{
    display: block;
}
}
/*TOP cms*/
#top_cms .more  a{
    background-image: url('./Dup/img/ctaButton.jpg');
    background-size: cover;
}

/*下層一般*/
article.page_wrap .txt_color_nomal,article.page_wrap h3,article.page_wrap p {
    color: #603813;
}
/*お問い合わせ*/
.mailCont .fa-phone:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('./Dup/img/mail25-blown.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.mailCont.grid_6{
    width: 60%!important;
    padding-top: 40px;
}
#contact_tel a{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 667px){
    .mailCont.grid_6{
        width: 100%!important;
    }
    #contact_tel a{
        font-size: 16px;
    }
}
/*shopBt*/
#shopBt{
    position: fixed;
    bottom:20px;
    right: -140px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #d85f56;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    opacity: 0;
    transition-duration: 1.0s;
}
#shopBt.active{
    bottom:20px;
    right: 20px;
    opacity: 1;
    transition-duration: 1.0s;
}
#shopBt a{
    font-size: 1.6rem;
    color: #efefef;
    transform: translateY(17px);
}
#shopBt a span{
    display: block;
    content: "";
    width: 80px;
    height: 100px;
    background-image: url('./Dup/img/shopBtn-w100.png');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-3px);
    margin: 5px auto 0 auto;
}
@media(max-width: 667px){
    #shopBt{
        width: 75px;
        height: 75px;
    }
    #shopBt.active{
        bottom: 45vh;
        right: 10px;
        opacity: 0.7;
    }
    #shopBt p{
         display: none;
     }
    #shopBt a span{
        width: 55px;
        margin: 20px auto 0 auto;
        transform: translateX(-1px);
    }
}

/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #603813;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #603813;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #603813;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #d85f56;
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
/*#main_img .flexslider .slides.fvImgPC{
    display: none;
}
#main_img .flexslider .slides.fvImgMobil{
    display: block;
}*/
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}