@charset'UTF-8';
html {
    margin    : 0;
    padding   : 0;
    height    : 100%;
}
body {
    margin    : 0;
    padding   : 0;
    height    : 100%;
    font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, table, caption, th, td {
    margin    : 0;
    padding   : 0;
}
span {
	white-space: nowrap;
} 
img { 
    border    : 0; 
    vertical-align: top;
}
a:link { 
    color     : #422d25; 
    text-decoration: none;
}
a:active { 
    color     : #666; 
    text-decoration: none; 
}
a:visited { 
    color     : #666; 
    text-decoration: none; 
}
a:hover { 
    color     : #333;
    text-decoration: none; 
}
#container {
    min-height: 100%; 
    height    : 100%; 
    height    : auto; 
    position  : relative;
}
#contents {
    height    : auto;  
    height    : 100%; 
    clear     : left; 
}
.wid400 {
    max-width : 400px;
    margin    : 0 auto;     
}
.wid500 {
    max-width : 500px;
    margin    : 0 auto;     
}
.wid600 {
    max-width : 600px;
    margin    : 0 auto;     
}
.wid700 {
    max-width : 700px;
    margin    : 0 auto;     
}
.wid800 {
    max-width : 800px;
    margin    : 0 auto;     
}
.wid950 {
    max-width : 950px;
    margin    : 0 auto;     
}
.wid1650 {
    position  : relative;  
    max-width : 1650px;
    margin    : 0  auto;         
}

.wid1920 {
    position  : relative;  
    max-width : 1920px;
    margin    : 0  auto;         
}
.fulImg {
    width     : 100%; 
}

.lnkTxt { 
    color     : #ae0000  !important;
    text-decoration: underline !important;
}

@media screen and ( max-width: 850px ) {  /* スマホ用～750px*/ 
    .pc { 
        display   : none; 
    } 
}
@media screen and ( min-width: 851px )  {  /* PC用750px～*/
    .sp { 
        display   : none; 
    }  
}
.oneWrd { 
    white-space: nowrap;
} 
.clear {
    clear     : both; /*floatの解除*/
}
.click_exp {
    color     : black;
    text-align: center;
    font-size : 12px;
}
/* --------------------------- sldMnu スライドメニュー---------------------------- */
#sldMnu {
    display   : none;
    background: #422d25 none repeat scroll 0 0;
    color     : #999;
    overflow  : hidden;
    position  : absolute;
    top       : 60px;
    width     : 100%;
    z-index:1;
}
#sldMnu ul {
    list-style: outside none none;
    margin    : 0;
    padding   : 0;
}
#sldMnu li {
    position  : relative;
}
#sldMnu a {
    border-bottom: 1px solid #999;
    color     : white;
    display   : block;
    text-align: center;
    font-size : 20px;
    height    : 40px;
    line-height: 40px;
    padding   : 5px 20px;
    text-decoration: none;
}
/* --------------------------- mnu 固定メニュー---------------------------- */
#mnuAre #mnuPat {
    background: #422d25; 
    width     : 100%;
    height    : 60px;
    position  : fixed;
    z-index   : 1;
}
#mnuAre #mnuPat .menu a {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 10px;
    padding-top: 5px;
    box-sizing: border-box;
    color: white;
}
#mnuAre #mnuPat .menu a i {
    margin-right: 10px;
    font-size: 24px;
}
#mnuAre #mnuPat .menu a::before {
    content: "▼";
    position: absolute;
    left: 45%;
    bottom: 0px;
    font-size: 12px;
    color: white;
}
@media screen and ( max-width: 850px ) {  /* スマホ用～850px*/ 
    #mnuAre .lgoIcn {
        margin    : 0 auto;
        width     : 150px;
        height    : 60px;   
        position  : relative; 
    }    
}

@media screen and ( min-width: 851px )  {  /* PC用850px～*/
    #mnuAre .lgoIcn {
        float     : left;
        position  : relative; 
    }   
}

#mnuAre .mnuBtn {
    width     : 60px;
    height    : 60px;
    float     : left;
    position  : relative;
} 

#mnuAre {
    width     : 100%;
    background: #422d25; 
    height    : 60px; 
    z-index   : 1;
}
#mnuAre ul {
    list-style: outside none none;  
}
#mnuAre ul li {
    float     : left;
}

#mnuAre .mnuBox {
    width     : 700px;
    height    : 60px;
    margin    : 0 auto;
    position  : relative;
}
/* ------------------------------ abt あいさつ------------------------------- */
#abtAre {
    padding: 15px 0 5px;
    background:#ecd093; 
    color: #51261c;
}
#abtAre h1 {
    text-align: center;
} 
#abtAre h1 i {
    margin-right: 5px;
    color: red;
}

/* ----------------------------- 並べ替えボタン ------------------------------ */
#sort_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0px auto;
    padding: 15px 20px 0;
    border-bottom: dotted 2px #422d25;
}
#sort_controls ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background-color: #f6f6ee;
    list-style: none;
    border-radius: 7px;
    border: solid 1px #422d25;
    overflow: hidden;
}   
#sort_controls ul li {
    flex-grow: 1;
    width: 50px;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 5px 0px 2px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-right: solid 1px #422d25;
    border-bottom: solid 1px #422d25;
}
#sort_controls ul li:hover {
    background-color: #e8ab5c;
}
#sort_controls ul li.active {
    background-color: #422d25;
    color: white;
}
#sort_controls #category_filter li {
    width: 100px;
}
#order_sort {
    width: 100px;
}
@media screen and ( max-width: 1320px ){
    #sort_controls {
        padding: 15px 60px 10px 20px;
    }
}
@media screen and ( max-width: 600px ){
#sort_controls {
    display: block;
}
#order_sort {
    width: 100%;
}
}
/* -------------------------------- 動画 ---------------------------------- */
.move_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align:justify;
}

.move_wrapper .mix,
.move_wrapper .gap {
    display:inline-block;
    width:49%;
}

#move_wrapper .mix {
    display:none;
    margin: 10px 0;
    box-sizing: border-box;
}
#move_wrapper .mix h2 {
    color: #51261c;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#move_wrapper .mix .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#move_wrapper .mix .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media screen and ( max-width: 1250px ){
    .move_wrapper {
        padding: 0 20px;
    }
}
@media screen and ( max-width: 600px ){
    .move_wrapper {
        margin-bottom: 15px;
    }
    .move_wrapper .mix,
    .move_wrapper .gap {
        width: 100%;
    }
    #move_wrapper .mix h2 {
        font-size: 14px;
    }
}

/* ---------------------------  con お問い合わせ ---------------------------- */
#conAre { 
    padding   : 0 0 3rem 0;
    background: #f6f6ee; 
}
@media screen and ( max-width: 750px ) {  /* スマホ用～750px*/  
    .mreTit { 
    	margin    : 0 auto 0 auto;
        background: #f3e7d3 none repeat scroll 0 0;
        padding   : 1rem 0;
        text-align: center;
    }
    .mreTit h2{
        color     : #51261c;
        font-size : 21px;
        margin    : 0rem auto;
    }      
}
@media screen and ( min-width: 751px )  {  /* PC用750px～*/
    .mreTit { 
    	margin    : 0 auto 0 auto;
        background: #f3e7d3 none repeat scroll 0 0;
        padding   : 2rem 0;
        text-align: center;
    }
    .mreTit h2{
        color     : #51261c;
        font-size : 36px;
        margin    : 0 auto;
    }  
}
.dleBox { 
    width     : 90%; 
    margin    : 0 auto; 
    padding   : 1rem 0 0 0;
    color     : #51261c;
}
.dleTbl {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    margin: 2rem 0 1rem 0;   
}

@media screen and ( max-width: 750px ) {  /* スマホ用～750px*/      
    .dleBox .dleTbl {
        width     : 90%;
        border-collapse: separate;
        border-spacing: 1px;
        text-align: left;
        margin    : 2rem 0 ;
    }
    .dleBox .dleTbl dt {
        width     : 100%;
        padding   : 0px;
        font-weight: bold;
        vertical-align: middle;
        font-size : 1.5rem;
    }
    .dleBox .dleTbl dd {
        padding   : 0 0 2rem 0;
        vertical-align: top;
        text-align:center;
        font-size: 2.4rem;
    }
    .dleBox .dleTbl dd span{
        padding : 0rem 0 1rem 0rem;
        font-size: 0.8rem;
    }                   
}
@media screen and ( min-width: 751px )  {  /* PC用750px～*/       
    .dleBox .dleTbl {
        width     : 100%;
    }
    .dleBox .dleTbl dt {
        float     : left;
        clear     : both;
        width     : 200px;
        font-weight : bold;
        padding   : 1.8rem 0 0 3.6rem;
        font-size : 1.8rem;
    }
    .dleBox .dleTbl dd {
        margin-left : 220px;
        border-left :1px solid #cdbb8d;
        padding : 1rem 0 1rem 1.5rem;
        font-size: 3rem;
    }
    .dleBox .dleTbl dd span{
        padding : 0rem 0 1rem 0rem;
        font-size: 1.2rem;
    }          
}
/* --------------------------- wrdsAre ---------------------------- */
#wrdsAre { 
    background: #f6f6ee;
}
/* --------------------------- fot フッター---------------------------- */
#footer  {
    height    : 300px; 
    background: url(img/fotbdg.png) repeat; 
    width     : 100%; 
    text-align: center;
}
#nav { 
    width     : 100%; 
    background: #422d25; 
    height    : 60px; 
    margin-bottom: 3rem;
}
#nav ul { 
    max-width : 950px; 
    margin    : 0 auto; 
    padding-top: 1rem; 
    list-style: none; 
    font-size : 14px;
}
#nav li { 
    padding   : 0 10px; 
    display   : inline; 
}
#footer a { 
    color     : #fff; 
}
#footer p { 
    margin-top: 20px; 
    font-size : 12px; 
    font-weight: bold; 
    color     :#fff;
}
/* --------------------------- float_btn お申込み＆お問合せ ---------------------------- */
#float_btn_area {
    position: fixed;
    top: 120px;
    right: 0px;
    width: 3em;
    height: 100%;
}
#float_btn_area a {
    position: absolute;
    right: -1.4em;
    height: 6.5em;
    padding: 5px 15px 25px 10px;
    border-radius: 10px 0 0 10px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    background-color: rgba(66, 45, 37, .7);
    transition: right 0.1s;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}
#float_btn_area a:nth-of-type(2) {
    top: calc(6.5em + 20px + 20px); /* aタグの「 height + padding-top + padding-bottom 」 */
}
#float_btn_area a.pagetop {
    display: none;
    top: initial;
    bottom: 15%;
    right: 0;
    margin-left: 0;
    margin-right: 19px;
}
#float_btn_area a:hover {
    background-color: rgba(255, 0, 0, .6);
} 
#float_btn_area a:not(.pagetop):hover {
    right: 0;
}
#float_btn_area a:hover .fas {
    color: rgba(255, 0, 0, .6);
}

#float_btn_area a span {
    /* font-size: 28px; */
}
#float_btn_area a span em {
    display: inline-block;
    transform: rotate(30deg);
}
#float_btn_area a strong {
    display: block;
    margin-left: 10px;
    margin-right: 20px;
    text-align: right;
    font-weight: normal;
    margin-bottom: -3px;
}
#float_btn_area a.pagetop strong {
    margin-left: 0;
}
#float_btn_area a .fas {
    margin-bottom: 10px;
    padding: 7px 8px 7px 7px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, .7);
    color: rgba(66, 45, 37, .8);
    border-radius: 50%;
}
#float_btn_area a .fa-pencil-alt {
    padding: 7px 8px 7px 7px;
}
#float_btn_area a .fa-backward {
    padding: 7px 9px 7px 6px;
    transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
    #float_btn_area {
        top: 70px;
    }
    #float_btn_area a {
        font-size: 4vw;
    }
    #float_btn_area a span {
        font-size: 3.8vw;
    }
    #float_btn_area a .fas {
        font-size: 2.8vw;
    }
}
@media screen and (max-width: 500px) {
    #float_btn_area a {
        right: -1.6em;
        font-size: 20px;
    }
    #float_btn_area a .fas {
        font-size: 15px;
    }
    #float_btn_area a span {
        font-size: 19px;
    }
}