body {
    min-width:none;
    -webkit-text-size-adjust:100%;
    height:100%;
    font: 14px "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

#MDQ{display:none;}
.spNone{display:none !important;}

.ip_s { width:20%; }
.ip_m { width:45%; }
.ip_l { width:99%; }


/*---------------------------------------------------------------------------
Wordpress　Only
---------------------------------------------------------------------------*/
.recaptchaBox{
	width:100%;
	margin-top: 50px;
	text-align:center;
}
.captcha-301{
	width:100%;
	display:flex; flex-wrap:nowrap;
	justify-content:center; align-items: center;
	flex-direction: column;
}


/*---------------------------------------------------------------------------
コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
    width:100%;
}

.contents_window {
    clear: both;
    width: auto;
    margin:0 auto;
    z-index: 2;
    background-color: #fff;
    padding-top: 67px;
}

.ContentsBox1100{max-width:auto; margin:0 15px;}


/*---------------------------------------------------------------------------
共通CSS
---------------------------------------------------------------------------*/

.fontSans{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.dFlex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.dFlexSB{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.topTitle{
    margin-bottom: 20px;
    text-align: center;
}
.topTitle h2{
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 10px;
}

/*----- ローディング -----*/

#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 999;
}

#loading .loader{
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 9999;
}


/*----- KINTA CHANNEL -----*/
.Kinta-chArea{
    width: 100%;
    height: 280px;
    background-image: url(../image/inc/kintaCh_back.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 30px;
    box-sizing: border-box;
}

.Kinta-chArea .ytLogo{
    width: 157px;
    margin: 0 auto 20px;
}

.Kinta-chArea .LinkBox{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.Kinta-chArea .LinkBox a{
    display: block;
    border: 2px solid #000;
    -webkit-font-smoothing: antialiased;
}
.Kinta-chArea .LinkBox a:hover{
    animation: wobbleud 0.5s linear infinite;
}
.Kinta-chArea .LinkBox a:hover img{opacity: 1!important;}
@keyframes wobbleud{
    0%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%{
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    75%{
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    100%{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.Kinta-chArea .LinkBox a p{
    color: #fff;
    background-color: #000;
    padding: 10px;
}
.Kinta-chArea .LinkBox a p span img{
    width: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
}

.Kinta-chArea .LinkBox a p.bigText{
    font-size: 25px;
    color: #000;
    background-color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
}


/*----- ページ下お問合わせ -----*/
.ContactArea{
    width: 100%;
    padding: 30px 0;
}

.ContactArea .Inner{
    width: 100%;
    margin: 0 auto;
}

.ContactArea .Tel{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.ContactArea .Tel p{
    font-size: 15px;
}
.ContactArea .Tel a{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1.3;
    -webkit-align-items: center;
    align-items: center;
}
.ContactArea .Tel a span.Icon{
    width: 40px;
    padding-right: 10px;
    font-size: 0px;
}

.ContactArea .Mail{width: 100%;}
.ContactArea .Mail a{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background-color: #dab300;
    padding: 20px;
    font-size: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
}
.ContactArea .Mail a span.linkArr{
    width: 10px;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    transition: 0.3s ease;
}
.ContactArea .Mail a span.Icon{
    width: 30px;
    font-size: 0;
    margin-right: 15px;
}
.ContactArea .Mail a:hover img{opacity: 1!important;}

.ContactArea .Mail a:hover{
    opacity: 0.75;
}
.ContactArea .Mail a:hover span.linkArr{
    right: 25px;
}




/*---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

#header{
    width: 100%;
    height: 67px;
    background: #000;
    position: fixed;
    z-index: 100;
}

.headerContents{
    max-width: 100%;
    height: 100%;
    margin: 0 15px;
    box-sizing: border-box;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.headerContents h1 a{
    display: block;
}
.headerContents h1 a img{
    width: 70%;
}

.headerNavi{
    display: none;
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    top: 67px;
    right:0;
    width:100%;
    height:120%;
    z-index: 8888;
    padding-top: 50px;
}

.headerNavi ul{
    max-width: 100%;
    margin: 0 30px;
}

.headerNavi ul li{
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.headerNavi ul li::after{
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: #dab300;
}

.headerNavi ul li a{
    color: #dab300;
    font-size: 15px;
    transition: 0.3s ease;
}
.headerNavi ul li a:hover{
    color: #fff;
}

.headerNavi ul li.HD_snsIcon{
	margin-bottom: 0; padding-left: 0;
	position: static;
    width: 100%;
	display: flex; flex-wrap: nowrap; justify-content: center;
}
.headerNavi ul li.HD_snsIcon::after{
	display: none;
}
.headerNavi ul li.HD_snsIcon a{
    display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 15px;
}
.headerNavi ul li.HD_snsIcon a img{
    width: 50px;
}
.headerNavi ul li.HD_snsIcon a span{
    font-size: 10px;
}


/*----- ヘッダーメニュー -----*/

.headerMenu{}
.headerMenu .spmenu_drawr,
.headerMenu .spmenu_drawr span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.headerMenu .spmenu_drawr {
    position: fixed;
    top: 10px;
    right: 15px;
    width: 50px;
    height: 47px;
    cursor: pointer;
    border: 1px solid #dab300;
    z-index: 9999;
    text-align: center;
}
.headerMenu .spmenu_drawr span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: #dab300;
}
.headerMenu .spmenu_drawr span:nth-of-type(1) {
    top: 12px;
}
.headerMenu .spmenu_drawr span:nth-of-type(2) {
    top: 22px;
}
.headerMenu .spmenu_drawr span:nth-of-type(3) {
    top: 32px;
}

.headerMenu .spmenu_drawr.active span{background: #dab300;}

.headerMenu .spmenu_drawr.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}
.headerMenu .spmenu_drawr.active span:nth-of-type(2) {
    opacity: 0;
}
.headerMenu .spmenu_drawr.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

.fade {opacity: 1;}

/*----- ヘッダーメニューここまで -----*/


/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
    width:100%;
    margin: 0 auto;
    background-color: #000;
    position: relative;
    z-index: 2;
}

.footer_contents{
    max-width: 100%;
    margin: 0 15px;
    padding: 20px 0;
    -webkit-align-items: center;
    align-items: center;
}

.FT_logo{
    width: 80%;
    display: block;
    margin-bottom: 15px;
}
.FT_logo:hover img{opacity: 1!important;}

.footer_contents .copyright{
    width: 260px;
    font-size: 0;
}

.FT_boxL{
    width: 100%;
    display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    flex-direction: column;
}
.FT_boxR{
    width: 100%;
    display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    flex-direction: column;
}

.FT_snsSet{
    width: 100%;
    display: flex; flex-wrap: nowrap; justify-content: center;
    margin-bottom: 30px;
}
.FT_snsBox{
    margin: 0 15px;
}
.FT_snsBox a{
    display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    flex-direction: column;
    text-align: center;
}
.FT_snsBox a img{
    width: 50px;
}
.FT_snsBox a span{
    font-size: 10px; color: #dab300;
}

.FT_fbBox{
    width: 100%; height: 200px;
    margin-bottom: 20px;
    text-align: center;
}


/*---------------------------------------------------------------------------
トップページ
---------------------------------------------------------------------------*/

.contents_window.TopPage{padding-top: 0;}

/* Opening -----------------------------------------*/
.Opening {
    position:relative;
    background-color: #FFF;
    overflow: hidden;
    z-index: -1;
}

.Opening ul{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Opening ul li{
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.Opening ul li img.Opening__text{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    z-index: 9;
}

.Opening ul li span {
}

.Opening ul li span img.Opening__img{
    max-width: inherit;
    width: 100%;
    height: auto;
}

.topLogo{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 10;
}
.topLogo h1{
    width: 18%;
    margin: 0 auto;
}

.ScrollDown{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
}
.ScrollDown p img{width: 72px;}
.ScrollDown span.scroll_line{
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #fff;
    animation: scroll_line 2.4s cubic-bezier(1, 0, 0, 1) infinite;
    animation: scroll_line 2.4s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes scroll_line {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
        transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    50% {
        -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    50.1% {
        -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
        transform: translate3d(-50%, 0, 0) scale3d(1, 0, 1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}
/* /Opening -----------------------------------------*/


/*----- READ MOREボタン -----*/
.ReadMoreBtn{text-align: center;}
.ReadMoreBtn a{
    display: inline-block;
    padding: 15px 55px;
    font-size: 0;
    position: relative;
    transition: 0.3s ease;
    z-index: 5;
}
.ReadMoreBtn.Blk a{border: 2px solid #231815;}
.ReadMoreBtn.Wht a{border: 2px solid #fff;}
.ReadMoreBtn a span{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ReadMoreBtn a .off{display: inline-block;}
.ReadMoreBtn a .on{display: none;}

.ReadMoreBtn.Blk a:hover{background-color: #231815;}
.ReadMoreBtn.Wht a:hover{background-color: #fff;}

.ReadMoreBtn a:hover img{opacity: 1!important;}
/*----- /READ MOREボタン -----*/


.topBrandConcept{
    width: 100%;
    padding: 40px 0;
}

.topKinta-mark{
    width: 70px;
    margin: 0 auto 15px;
}

.topBrandConcept .Inner{
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 25px;
}

.topBrandConcept .Inner .Text{
    width: 100%;
    font-size: 16px;
    line-height: 2.0;
    padding-bottom: 20px;
}

.topBrandConcept .Inner .Img{
    width: 100%;
    position: relative;
    padding-bottom: 25%;
}
.topBrandConcept .Inner .Img span{display: block;}
.topBrandConcept .Inner .Img span:first-of-type{width: 70%;}
.topBrandConcept .Inner .Img span:last-of-type{
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.topFlow{
    width: 100%;
    padding: 40px 0;
    background-image: url(../image/top/flow_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.topFlow .Inner{position: static;}

.topFlow .Inner .Text{
    margin-bottom: 30px;
}
.topFlow .Inner .Text p span{
    font-size: 25px;
}

.topFlow .Inner .ImgList{
    margin-bottom: 30px;
}

.topFlow .Inner .ImgList ul{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topFlow .Inner .ImgList ul li{
    width: 45%;
    margin-bottom: 30px;
}
.topFlow .Inner .ImgList ul li:nth-last-child(-n+2){margin-bottom: 0;}

.topFlow .Inner .Map{
    position: static;
    width: 100%;
    margin-bottom: 30px;
}

.topProducts{
    width: 100%;
    padding: 40px 0;
}

.topProducts ul{}
.topProducts ul li{
    width: 100%;
    margin-bottom: 30px;
}
.topProducts ul li:last-child{margin-bottom: 0;}

.topProducts ul li .Img{
    width: 100%;
    margin-bottom: 20px;
}
.topProducts ul li .Img img{width: 100%;}

.topProducts ul li .Text{
    width: 100%;
    margin-bottom: 30px;
}
.topProducts ul li .Text .Name{
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.topProducts ul li dl{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.topProducts ul li dl dt{
    width: 25%;
    margin: 0 20px 10px 0;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
}
.topProducts ul li dl dd{
    width: 65%;
    font-size: 16px;
    margin-bottom: 10px;
}
.topProducts ul li dl dd span{
    width: 22px;
    display: inline-block;
}
.topProducts ul li dl dt:last-of-type,
.topProducts ul li dl dd:last-of-type{margin-bottom: 0;}

.topProducts .ReadMoreBtn.Blk a{border: 1px solid #231815;}

.topInformation{
    width: 100%;
    background-color: #313131;
    padding: 40px 0;
    color: #fff;
}

.topInformation .Inner{
    width: 100%;
    margin: 0 auto;
}

.topInformation ul li{
    border-bottom: 1px solid #434343;
}

.topInformation ul li a{
    display: block;
    padding: 15px 0;
    color: #fff;
    transition: 0.3s ease;
}
.topInformation ul li a span{
    display: block;
}

.topInformation ul li a:hover{
    background-color: #434343;
}

.topInfo_readmore{
    text-align: right;
    margin-top: 15px;
    font-size: 0;
}

.topInfo_readmore a{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.topInfo_readmore a span{
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s ease;
}

.topInfo_readmore a:hover span{ right: -5px;}


/*---------------------------------------------------------------------------
各カテゴリー共通
---------------------------------------------------------------------------*/

.caMainArea{
    width: 100%;
    height: 150px;
}

.caMainArea .Inner{
    width: 100%;
    height: 100%;
    background-color: rgba(49,49,49,0.6);
    -webkit-justify-content: center;
    justify-content: center;
}

.caMainArea .caTitle{
    color: #fff;
    text-align: center;
}

.caMainArea .caTitle h2{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

.caDescArea{
    padding: 40px 0;
    text-align: center;
}

.caDescArea h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}

.caDescArea p{
    font-size: 16px;
    line-height: 2.0;
}


/*---------------------------------------------------------------------------
金太にんにくについて
---------------------------------------------------------------------------*/

.BConcept.caMainArea{
    background-image: url(../image/brand-concept/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.BCpt_Point{
    margin-bottom: 100px;
}

.BCpt_Point .Inner{
    margin-bottom: 50px;
}

.BCpt_Point .pointText{
    width: 100%;
    margin-bottom: 20px;
}
.BCpt_Point .pointText .Icon{
    width: 40%;
    margin: 0 auto 20px;
}

.BCpt_Point .pointText h4{
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    position: static;
}

.BCpt_Point .pointImg{ width: 100%;}

.BCpt_toku{
    width: 100%;
    background-color: #313131;
    padding: 60px 0 40px;
    color: #fff;
    text-align: center;
    position: relative;
}

.BCpt_toku .tokuIcon{
    width: 50%;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
}

.BCpt_toku h2{
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    padding: 0 5px 10px;
    margin-bottom: 30px;
    border-bottom: 4px solid #fff;
}

.BCpt_toku ul{margin-top: 40px;}
.BCpt_toku ul li{
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
}
.BCpt_toku ul li:last-child{margin-bottom: 0;}

.BCpt_toku ul li .Img{
    width: 212px;
    margin: 0 auto 20px;
}

.BCpt_toku ul li .Text p span{
    display: block;
    text-align: center;
    font-size: 23px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


/*---------------------------------------------------------------------------
栽培方法
---------------------------------------------------------------------------*/

.Flow.caMainArea{
    background-image: url(../image/flow/main_img.jpg);
    background-position: top 10% center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flow_GraphArea{
    max-width: 100%;
    margin: 0 15px 50px;
}

.flow_contentBox{
    width: 100%;
    position: static;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flow_contentBox:nth-of-type(1){margin: 0 0 48px;}
.flow_contentBox:nth-of-type(2), .flow_contentBox:nth-of-type(3),
.flow_contentBox:nth-of-type(4){margin: 48px 0;}
.flow_contentBox:nth-of-type(5){margin: 48px 0 0;}

.flow_contentBox .month{
    width: 50px;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.flow_contentBox .month.f01{background-color: #999; height: auto;}
.flow_contentBox .month.f02{background-color: #4d4d4d; height: auto;}
.flow_contentBox .month.f03{background-color: #1a1a1a; height: auto;}
.flow_contentBox .month.f04{background-color: #dab300; height: auto;}
.flow_contentBox .month.f05{background-color: #ccc; height: auto;}

.flow_contentBox .month span img{width: 40px;}

.flow_contentBox .month .monthTp{
    position: absolute;
    top: -38px;
    left: 0;
    width: 50px;
}
.flow_contentBox .month .monthBtm{
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 50px;
}

.flow_contentBox .month img.rotate{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flow_contentBox .spDsp{width: 70%;}
.flow_contentBox .Inner{
    width: 100%;
    margin-bottom: 20px;
}
.flow_contentBox .Inner:last-of-type{margin-bottom: 0;}

.flow_contentBox .Inner dl{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #000;
    margin-bottom: 15px;
}
.flow_contentBox .Inner dl dt{
    color: #fff;
    background-color: #000;
    padding: 3px 15px;
    font-size: 15px;
}
.flow_contentBox .Inner dl dd{
    font-size: 17px;
    padding: 3px 15px;
}

.flow_contentBox .Inner dl::before{
    content: "";
    position: absolute;
    top: 18%;
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.flow_contentBox .Inner dl::after{
    content: "";
    position: absolute;
    top: 24%;
    left: -40px;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
}

.flow_contentBox .Inner .ImgBox{
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flow_contentBox .Inner .ImgBox span{
	width: 100%;
	-webkit-order: 2;
	order: 2;
}
.flow_contentBox .Inner .ImgBox p{
	width: 100%;
	margin-bottom: 10px;
	-webkit-order: 1;
	order: 1;
}

.flow_contentBox .Inner .ImgBox.img2 span:first-of-type{margin-bottom: 10px; order: 2;}
.flow_contentBox .Inner .ImgBox.img2 span:last-of-type{
	-webkit-order: 3;
	order: 3;
}

.flow_Movie{
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.flow_Movie p{font-size: 20px;}


/*---------------------------------------------------------------------------
ギャラリー
---------------------------------------------------------------------------*/

.Gallery.caMainArea{
    background-image: url(../image/gallery/main_img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.glry_ListArea{
    max-width: 100%;
    margin: 0 15px 50px;
}

.glry_ListArea ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.glry_ListArea ul li{
    width: 48%;
    margin-bottom: 30px;
}
.glry_ListArea ul li:nth-last-child(-n+2){margin-bottom: 0;}

.glry_ListArea ul li a{
    display: block;
    overflow: hidden;
    background-color: #000;
}
.glry_ListArea ul li a img{
    transition: 0.3s ease;
}

.glry_ListArea ul li a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s ease;
    opacity: 0.5!important;
}

/*----- モーダルウィンドウ -----*/

#modal-win {
    opacity: 0.0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

#modal-bg {
    opacity: 0.0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 201;
}

#modal-win-inner {
    opacity: 0.0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    z-index: 202;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#modal-win-inner.resize{
    -webkit-align-items: stretch;
    align-items: stretch;
}

.modalInner{
    background-color: #fff;
    padding: 40px 15px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.modalInner img{
    max-width: 100%;
    max-height: 100%;
}

.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dab300;
}
.modal-close span{
    display: block;
    position: relative;
}
.modal-close span::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    width: 15px;
    height: 1px;
    background-color: #dab300;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-close span::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    width: 15px;
    height: 1px;
    background-color: #dab300;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-close:hover{
    cursor: pointer;
}

.modal-navi{
    display: none!important;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}

.modal-navi a{
    color: #dab300;
    font-size: 20px;
}

/*----- /モーダルウィンドウ -----*/

/*---------------------------------------------------------------------------
会社概要
---------------------------------------------------------------------------*/

.Company.caMainArea{
    background-image: url(../image/company/main_img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cmp_dataBox{
    margin: 0 0 50px;
}

.cmp_dataBox dl{
    width: 100%;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-direction: row;
    flex-direction: row;
    border: 1px solid #000;
    box-sizing: border-box;
}

.cmp_dataBox dl dt{
    width: 30%;
    padding: 15px;
    color: #fff;
    background-color: #898989;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.cmp_dataBox dl dd{
    width: 70%;
    padding: 15px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.cmp_dataBox dl dt:last-of-type,
.cmp_dataBox dl dd:last-of-type{border-bottom: none;}

.cmp_dataBox dl dd p{
    position: relative;
    padding-left: 15px;
}
.cmp_dataBox dl dd p::after{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.cmp_Access .Title{
    margin-bottom: 20px;
    text-align: center;
}

.cmp_Access .Title h2{
    font-size: 24px;
    font-weight: normal;
}

.cmp_accessMap{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.cmp_accessMap iframe,
.cmp_accessMap object,
.cmp_accessMap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------------*/

.Contact.caMainArea{
    background-image: url(../image/contact/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cnt_red{ color: #ff0000;}

.cnt_formBox{margin-bottom: 100px;}

.cnt_formBox dl{
    border: 1px solid #000;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 15px;
}

.cnt_formBox dl dt{
    width: 100%;
    padding: 15px;
    background-color: #eee;
    border-bottom: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cnt_formBox dl dd{
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.cnt_formBox dl dt:last-of-type,
.cnt_formBox dl dd:last-of-type{border-bottom: none;}

.cnt_formBox dl dd input{
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
}

.cnt_formBox dl dd textarea{
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
}

.cnt_formBox .privacy-policy{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #eee;
}

.cnt_formBox .privacy-policy h3{
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
.cnt_formBox .privacy-policy > p{
    margin-bottom: 20px;
    font-size: 16px;
}

.cnt_formBox .privacy-policy .Inner{
	
    width:100%;
    box-sizing:border-box;
    border:1px solid #000;
    padding:15px 15px 0;
    height:150px;
    overflow:auto;
	-webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
    background-color: #fff;
}

.cnt_formBox .privacy-policy .Inner h4{ font-size:16px;}

.cnt_formBox .privacy-policy .Inner p{ margin:0 0 30px;}

.cnt_formBox .privacy-policy .Inner p span{
    display:block;
    padding-left:2rem;
    text-indent:-1rem;
}

.cnt_formBox .privacy-policy .ppCheckBtn{
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
/*
.cnt_formBox .privacy-policy .ppCheckBtn input{display: none;}
.cnt_formBox .privacy-policy .ppCheckBtn label{
    font-size: 15px;
    padding-left: 20px;
    position: relative;
}
.cnt_formBox .privacy-policy .ppCheckBtn label::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}

.cnt_formBox .privacy-policy .ppCheckBtn input:checked + label::after{
    content: "";
    position: absolute;
    top: -4px;
    left: 5px;
    width: 5px;
    height: 12px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #dab300;
    border-right: 3px solid #dab300;
}
*/

.cnt_formBox .privacy-policy .ppCheckBtn label:hover{cursor: pointer;}

.cnt_formBox .submit_btn_co{ margin-top: 40px;}

.cnt_formBox .submit_btn_co input{
    -webkit-appearance:none;
    appearance:none;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    display: block;
    width: 260px;
    margin: 0 auto;
    transition: 0.3s all;
}

.cnt_formBox .submit_btn_co input:hover{
    background-color: #fff;
    color: #000;
    cursor: pointer;
}


.screen-reader-response{display: none;}

.wpcf7-response-output{text-align: center; color: #ff1d25;}
.wpcf7-not-valid-tip{color: #ff1d25;}
.wpcf7-mail-sent-ok{color: #000; padding: 60px 0 120px; font-size: 20px;}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing{font-size: 18px;}

form.sent .caDescArea,
form.sent .cnt_formBox,
form.sent .submit_btn_co{
	display:none;
}

.cnt_formBox input:-webkit-autofill,
.cnt_formBox textarea:-webkit-autofill,
.cnt_formBox select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}


.cnt_form_HomeBtn{display: none;}
form.sent .cnt_form_HomeBtn{display: block; width: 100%; margin: 0 0 30px; padding: 50px 0 0;}
.cnt_form_HomeBtn a{
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    padding: 20px;
    font-size: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
}
.cnt_form_HomeBtn a span.linkArr{
    width: 10px;
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    transition: 0.3s ease;
}
.cnt_form_HomeBtn a span.Icon{
    width: 30px;
    font-size: 0;
    margin-right: 15px;
}
.cnt_form_HomeBtn a:hover img{opacity: 1!important;}

.cnt_form_HomeBtn a:hover{
    opacity: 0.75;
}
.cnt_form_HomeBtn a:hover span.linkArr{
    right: 25px;
}


/*----- GWのお知らせ -----*/
.GW_infoBox{
	background-color: #f00;
	box-sizing: border-box;
	padding: 20px 20px;
	margin: 30px 0px 0px;
	color: #fff;
	border: 10px double #fff;
	font-size:1.0rem;
}

.GW_infoBox p span{
	text-decoration: underline;
}


/*---------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------*/

.Info.caMainArea{
    background-image: url(../image/info/main_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info_listArea{padding: 30px 0 40px;}

.info_listArea .listBox{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.info_listArea .listBox ul li{
    border-bottom: 1px solid #434343;
}

.info_listArea .listBox ul li a{
    display: block;
    padding: 15px 0;
    transition: 0.3s ease;
}
.info_listArea .listBox ul li a span{
    display: block;
}

.info_listArea .listBox ul li a:hover{
    background-color: #eee;
}

.info_listArea .pager{
    width: 100%;
    margin: 0 auto;
}

.info_listArea .pager ul{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.info_listArea .pager ul li{
    margin: 0 15px;
}

.info_listArea .pager ul li a{
    display: block;
    font-size: 15px;
    line-height: 1.0;
    border: 2px solid #000;
    padding: 10px 13px;
    transition: 0.3s ease;
}

.info_listArea .pager ul li a:hover,
.info_listArea .pager ul li a.active{
    color: #dab300;
    background-color: #000;
}

/*----- お知らせ詳細 -----*/
.info_MainArea{padding: 40px 0 50px;}

.info_Img{margin-bottom: 30px;}
.info_Img img{height: auto;}

.info_Title{ margin-bottom: 20px;}

.info_Title p{ 
    text-align: right;
}

.info_Title h3{
    text-align: center;
    font-size: 20px;
}

.info_Text{
    margin-bottom: 50px;
}
.info_Text a{
	text-decoration: underline;
}
.info_Text a:hover{
	opacity: 0.75;
}

.info_backBtn{text-align: center;}
.info_backBtn a{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #000;
    padding: 15px 55px;
    font-size: 15px;
    line-height: 1.0;
    position: relative;
    transition: 0.3s ease;
    z-index: 5;
}

.info_backBtn a span{transition: 0.3s ease;}
.info_backBtn a .off{display: inline-block;}
.info_backBtn a .off img{vertical-align: middle; margin: -4px 0 0;}
.info_backBtn a .on{display: none;}

.info_backBtn a:hover .off{display: none;}
.info_backBtn a:hover .on{display: inline-block;}
.info_backBtn a:hover .on img{vertical-align: middle; margin: -4px 0 0;}

.info_backBtn a:hover{
    background-color: #000;
    color: #fff;
}

.info_backBtn a::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.3s;
    background-color: #000;
}

.info_backBtn a:hover::before{
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.info_backBtn a:hover img{opacity: 1!important;}

