@charset "utf-8";

body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic, "メイリオ", Meiryo, sans-serif;
    color: #333;
    width: 100%;
    background: url(../images/common/background_sub.jpg);
    
}
/*@font-face {
    font-family: ;
    src: url()format(opentype);
}*/
img,video {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#container {

    font-family: serif;
}


.header__responsive {
    display: none;
}

/* 上部に固定するCSS */
#headbar {
	position: fixed;
//    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
    background: url(../images/common/background_sub.jpg);
	box-shadow: 6px 6px 6px rgba(255,255,255,0.5);
    z-index: 99999;
}
.header__box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 2px;
}
h1 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
h1 a:hover {
    opacity: 0.5;
}
h1 img {
    width: 90%;
}
.header__center {
    width: 68%;
}

/*nav*/
.dNav {
    padding-left: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
//    background: palegoldenrod;
}
.dNav li {
    width: calc(100%/5);
    padding: 20px 0;
    display: flex;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: border-box;
    transition:all .5s;
//    background: palegreen;
}
.dNav li span {
    display: block;
    padding-top: 4px;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: normal;
    color: #9d5b8b;
    box-sizing: border-box;
}
.dNav li a {
    display: block;
    font-weight: bold;
    color: #333;
}
.dNav li:hover {
    transition:all .5s;
//    opacity: 0.8;
    background: rgb(151,88,133,0.4);
}


/*予約ボタン*/
.btn__reserve__01 {
    width: 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    background: #c85554;
    box-sizing: border-box;
    transition:all .5s;
}
.btn__reserve__01 a {
    display: block;
    color: #FFF;
}
.btn__reserve__01 span {
    display: block;
    padding-top: 4px;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: normal;
}
.btn__reserve__01:hover {
    transition:all .5s;
    opacity: 0.5;
}

/*サブページ*/
h2 {
    width: 100%;
    margin-top: 80px; 
}

/*footer*/
footer {
    width: 100%;
    letter-spacing: 1px;
    color: #FFF;
    background: #9d5b8b;
}
.footer__box {
    width: 80%;
    margin: 0 auto 30px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.footer__left,.footer__center,.footer__right {
    box-sizing: border-box;
}
.footer__left,.footer__right,.sns p {
    font-size: 0.8rem;
    line-height: 1.6;
}
.footer__left p:first-child {
    font-size: 1.2rem;
    line-height: 2;
}
.footer__left,.footer__right {
    width: 40%;
}
.footer__center {
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
}
.footer__right {
    text-align: right;
}
.sns {
    width: 23%;
    margin: 0 0 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns p {
   width: 45%;
}
.footer__right p a {
    color: #FFF;
}
.footer__center a:hover,.footer__instagram a:hover,.footer__facebook a:hover,.footer__privacy a:hover {
    opacity: 0.5;
}
.copy {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 0.8rem;
}


/*ページトップへ戻る*/
.pagetop {
    width: 6%;
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.pagetop a {
	display: block;
}
 
.pagetop a:hover {
    opacity: 0.5;
}

/*スクロールでフェードイン*/
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}
.fadein.fadein-bottom {
    transform: translate(0,30px);
}
.fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
.fadeUp {
        animation-name:fadeUpAnime;
        animation-duration:1.5s;
        animation-fill-mode:forwards;
        opacity:0;
        }
        
        @keyframes fadeUpAnime{
          from {
            opacity: 0;
            transform: translateY(50px);
          }
        
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }



/*media queries======================*/

@media screen and (max-width: 1028px){
    h2 {
        margin-top: 65px; 
    }

    #container {
        z-index: 1;
    }

    /*ヘッダー整列*/
    .header__box {
        display: none;
    }
    .btn__reserve__01 {
        display: none;
    }
    .header__responsive {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    h1 {
        width: 30%;
    }
    .header__responsive__right {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }

    /*予約ボタン*/
    .btn__reserve__02 {
        padding: 8px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.2;
        background: #c85554;
        box-sizing: border-box;
        transition:all .5s;
        box-sizing: border-box;
    }
    .btn__reserve__02 a {
        display: block;
        color: #FFF;
    }
    .btn__reserve__02 span {
        display: block;
        padding-top: 4px;
        letter-spacing: 1px;
        font-size: 0.6rem;
        font-weight: normal;
        transition:all .5s;
        box-sizing: border-box;
    }
    .btn__reserve__02:hover {
        transition:all .5s; 
        opacity: 0.5;
    }

    /*ハンバーガー開いてるときのbodyの装飾*/
    .drawerBg {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        background: linear-gradient(#FFF,#9d5b8b);
        opacity:0.8;
        display: none;
        top: 0;
        left: 0;
    }


/*ハンバーガー開いた後*/
    .dNav {
		flex-direction: column;	
            padding:0;
            width:100%;
            height: fit-content;
    //        overflow-y: scroll;
    //    -webkit-overflow-scrolling: touch;
        }
        
        .dNav li {
        //	float:none;
            width:100%;
            padding: 15px 0 ;
            font-size: 1rem;
            z-index:99999;
        //	line-height: 0.7rem;
        //	margin-bottom:1.2em;
         }
        
    .dNav li img {
    //    margin-top: 10px;
        width: 50%;
    }
    .dNav .sns__responsive {
        width: 30%;
        display: flex;
       justify-content:space-between;
    }

    /*ハンバーガー予約*/
    .dNav .btn__reserve__02 {
        margin-bottom: 20px;
        background: none;
        transition:all .5s;
        box-sizing: border-box;
        display: block;
    }
    .dNav .btn__reserve__02 a,.dNav .btn__reserve__02 a span {
        color: #c85554;
        display: block;
    }

    /*ハンバーガーsnsとlogo*/
    .dNav .li__responsive,.dNav .li__responsive__logo {
    //    background: #333;
        margin-top:10px;
        padding: 0;
        display: block;
    }


/*三本線*/
.drawerBt {
	display: block;
	background: none;
	border: none;
	padding: 4px 16px 8px 16px;
	width: 42px;
    aspect-ratio: 1;
	letter-spacing: 0.1em;
	cursor: pointer;
//	position: fixed;
//	top: 8px;
//	right: 12px;
	z-index: 999999;
	text-align: center;
	outline: none;
//    background:green;
}

/*スクリプトとの連携の設定======================*/
.drawerBt.active .drawerBar {
	width: 49px;
}
/*1番上のバー角度の設定*/
.drawerBt.active .drawerBar1 {
	transform: rotate(30deg);
}
/*2番上のバーの設定*/
.drawerBt.active .drawerBar2 {
	opacity: 0;
}
/*3番上のバー角度の設定*/
.drawerBt.active .drawerBar3 {
	transform: rotate(-30deg);
}
/*クリックされたら非表示*/
.drawerBt.active .drawerMenuText {
	display: none;
}
/*クリックされたら表示*/
.drawerBt.active .drawerClose {
	display: block;
}

.drawerBar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}

.drawerText {
	text-align: center;
	font-size: 10px;
}

.drawerClose {
	letter-spacing: 0.08em;
	display: none;
}

.drawerMenuText {
	display: block;
}

/*ハンバーガーメニュー背景設定*/
.dNavWrapper {
	width: 300px;
	height: 100%;
    transition:all 1s;
	transform: translate(300px);
//    transform: translate(100%);
	position: fixed;
	top: 70px;
	right: 0;
	z-index: 100000;
//	background-color: rgb(255, 255, 255);
    background:url(../images/common/background_sub.jpg);
}

/*これがないと表示されない*/
.dNavWrapper.open {
	transform: translate(0);
}


/*hover*/
.dNav .li__responsive:hover,.dNav .li__responsive__logo:hover {
    background: none;
   opacity: 0.5;
}
.dNav .btn__reserve__02:hover {
    color: #FFF;
    background: rgba(175,85,84,0.4);
    opacity: 1;
}
.dNav .btn__reserve__02 a:hover,.dNav .btn__reserve__02 a span:hover {
//    color:#FFF;
}

/*+++ Default Button Color +++*/
.drawerBt {
	color: #c85554;
}

.drawerBt .drawerBar {
	background-color: #c85554;
}
    .dNav li {
        font-size: 0.9rem;
        font-weight: bold;
    }
    .dNav li span,.btn__reserve span {
        font-size: 0.7rem;
    }
    .btn__reserve {
//        font-size: 1rem;
    }
    .footer__left,.footer__right,.sns p {
        font-size: 0.7rem;
        line-height: 1.4;
    }
    .footer__left p:first-child {
        font-size: 1rem;
    }
}

@media screen and (max-width: 770px){

    .footer__box {
        flex-direction: column;	
        align-content: center;
    //    background: gray;
    }
    .footer__left {
        order: 2;
        width: fit-content;
        margin: 20px 0;
    }
    .footer__left p:first-child {
        display: none;
    }
    .footer__center {
        order: 1;
        width: 37%;
        margin: 0 auto;
    }
    .footer__right {
        order: 3;
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    //    background: blue;
    }
    .sns {
        width: 40%;
        margin: 10px auto;
    }
}
@media screen and (max-width: 650px){
.btn__reserve__02 {
    padding: 0px 10px;
    line-height: 1;
    font-size: 0.7rem;
}
.btn__reserve__02 span,.drawerText {
    font-size: 0.5rem;
}
}