/* 固定ナビ */

.fixed{
    display: table;
    top: 0;
    left: 15%;
    width: 70%;
    padding-top: 30px;
    background-color: white;
    position: fixed;
    z-index: 50;
    font-family: "はれのそら明朝", "源ノ明朝 JP", "游明朝", serif;
}

.navigazo{
    width: 160px;
}

.fixed div{
    display: table-cell;
}

.fixed-gazo{
    width: 10%;
}

.fixed-moji2{
    width: 8%;
    text-align: right;
}

.fixed-moji3{
    width: 10%;
    text-align: right;
}

.fixed-moji4{
    width: 12%;
    text-align: right;
}

.fixed2{
    display: table;
    top: 0;
    width: 100%;
    padding-top: 30px;
    background-color: white;
    position: fixed;
    z-index: 49;
    font-family: "はれのそら明朝", "源ノ明朝 JP", "游明朝", serif;
}

.fixed2 div{
    display: table-cell;
}

.fixed2-gazo{
    width: 10%;
}

.fixed2-moji2{
    width: 8%;
    text-align: right;
}

.fixed2-moji3{
    width: 10%;
    text-align: right;
}

.fixed2-moji4{
    width: 12%;
    text-align: right;
}

.fixed2-yoko{
    width: 15%;
}

/* 変化 */

.fbox1{
    background-color: transparent;
    min-height: 40px;
}

.fbox2{
    background-color: transparent;
    min-height: 40px;
}

.fbox1 .button{
    width: auto;
    height: 40px;
    line-height: 40px;
    outline: none;
    background-color: transparent;
}

.fbox2 .button{
    width: auto;
    height: 40px;
    line-height: 40px;
    outline: none;
    background-color: transparent;
}

.fbox1 .button:hover{
    opacity: 0.75;
}

.fbox2 .button:hover{
    color: gray;
}

/* 料理 */

.big{
    width: 100%;
    margin: 100px 0 0 0;
    line-height: 0;
}

.left{
    float: left;
}

.clear{
    clear: both;
}

.w1{
    width: 25%
}

.w1 img, .w2 img{
    width: 100%; 
}

.w2{
    width: 50%;
}

.textcenter{
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
}

.kome{
    font-size: 13px;
}

/* 部屋 */

.maxwidth img{
    width: 100%;
}

.maxwidth td{
    text-align: center;
}

.dish{
    width: 33%;
}

.textcenter2{
    margin-top: 20px;
    text-align: center;
}

.textcenter3{
    margin-top: 40px;
    text-align: center;
}

.tcenter{
    text-align: center;
}

.usu{
    color: #787878;
}

.mgr-r{
    margin-right: 10px;
}

.mgr-lr{
    margin-left: 10px;
    margin-right: 10px;
}

.mgr-sp{
    margin-right: 10px;
}

/* 御宿泊 plan */

.plan-main{
    margin: 100px 0 0 0;
}

.plan-main img{
    width: 100%;
}

.plan-textcenter{
    margin: 60px 0 40px 0;
    text-align: center;
    font-size: 22px;
}

/* アイテムリスト */

.plan-table{
    margin: 5px 0 0 0;
    width: 100%;
    text-align: center;
}

.plan-table img{
    width: 100%;
}

.plan-yohaku{
    width: 40px;
}

.plan-yohakutate{
    height: 40px;
}

.plan-roommoji{
    position: relative;
    padding: 0 0 13px 0;
}

.plan-roommoji a:hover{
    color: gray;
    border-bottom: 1px solid gray;
}

.plan-roommojiright{
    position: absolute;
    top: 8px;
    right: 0;
}

/* 変化 */

.plan-photo{
    background-color: black;
    margin-bottom: 0;
}

.plan-photo img{
    width: 100%;
    vertical-align: bottom;
}

.plan-photo img:hover{
    transition: all .3s;
    opacity: 0.75;
}

/* 説明書き */

.plan-left{  
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 10px 20px;
}

.plan-left td{
    text-align: left;
    vertical-align: top;
}

.plan-lefttitle{
    width: 300px;
}

.plan-left2{
    border-spacing: 10px 40px;
}

/* 宿泊プラン */

.plan-syu{
    text-align: left;
}

.plan-syukome{
    text-align: center;
    margin: 10px 0 0 0;
}

/* 追加 */

.d-textcenter{
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
}

.dishplan-table{
    margin: 0;
    width: 100%;
    text-align: center;
}

.dishplan-left{  
    margin-top: 0;
    border-collapse: separate;
    border-spacing: 5px 13px;
}

.dishplan-left .dtop{
    text-align: left;
    vertical-align: top;
}

.dishplan-left .dmiddle{
    text-align: left;
    vertical-align:middle;
}

.dishplan-lefttitle{
    width: 300px;
}

.dishplan-left2{
    border-spacing: 5px 13px;
}

/* チェックイン */

.plan-center{
    text-align: center;
    margin: 20px 0 0 0;
}

.plan-textbig{
    font-size: 22px;
}

.plan-tablec{
    margin: 10px 0 30px 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 25px;
}

.plan-check, .plan-checktime{
    width: 30%;
}

.plan-check{
    font-size: 22px;
    text-align: right;
}

.plan-hrtop{
    margin-top: 30px;
}

/* 馬刺 */

.plan-basashicenter{
    text-align: center;
}

.plan-becchu{
    font-size: 18px;
}

/* 各部屋 */

.room{
    border-collapse: collapse;
    margin: 40px 0 0 0;
}

.roomimg{
    width: 40%;
}

.roomtype{
    text-align: left;
    vertical-align: top;
    width: 160px;
    padding-bottom: 8px;
}

.roomtype-d{
    text-align: left;
    vertical-align: top;
    padding-bottom: 8px;
}

/* 注意書き */

.attention{
    text-align: center;
    margin:20px 5% 0px 5%;
    width: 90%; 
}

.hei{
    height: 10px;
    margin: 0;
}

.at-btm{
    margin-bottom: 0;
}

.at-top{
    margin-top: 0;
}

/* 電話番号 */

.tell{
    width: 410px;
    margin: 40px auto 30px auto;
    border: 1px solid black;
}

.tell span{
    font-size: 200%;
}

.tellbig{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

/* 風呂 bath */

.bath-main{
    margin: 100px 0 0 0 ;
}

.bathname{
    text-align: center;
    margin: 60px 0 30px 0;
    font-size: 22px;
    color: #333;
}

.bathimg{
    width: 100%;
}

.bathattention{
    margin: 50px 0 50px 0;
}

.batheffect{
    width: 100%;
    margin: 60px 0 30px 0;
    border-collapse: collapse;
}

.batheffect td{
    border: 1px solid black;
    padding: 10px;
    text-align: left;
    line-height: 180%;
}

.batheffecttitle{
    width: 120px;
}

.bath-hrtop{
    margin-top: 60px;
}

.bento-mgr-sp{
    margin-right: 20px;
}

/* 地図 */

.access{
    margin: 100px auto 0 auto;
    text-align: center;
}

.access img{
    width: 70%;
    margin: 20px auto;
}

.map{
    width: 400px;
    height: 300px;
}

.access2{
    width: 428px;
    margin: 100px auto 10px auto;
}

.access-table{
    margin: 0;
    width: 100%;
    text-align: center;
}

.access-left{
    margin-top: 0;
    border-collapse: separate;
    border-spacing: 5px 13px;
}

.access-lefttitle{
    width: 300px;
}

.access-left2{
    border-spacing: 5px 13px;
}

.access-leftmargin{
    width: auto;
}

.access-rightmargin{
    width: auto;
}

.access-title{
    width: 180px;
    text-align: left;
}

.access-main{
    width: 240px;
}

.access-wed{
    font-size: 12px;
}


/* ランチ */

.lunch{
    text-align: center;
    padding-top: 30px;
}

.lunch img{
    width: 50%;
}

.lunch2{
    text-align: center;
    padding-top: 30px;
}


.lunch2 img{
    width: 80%;
}

.lunch3{
    text-align: center;
}

.lunch3 img{
    width: 100%;
}

.lunch-table{
    width: 50%;
}

.lunch-yohaku{
    width: 40px;
}

.lunch-hr{
    margin-top: 40px;
}

.lunchharu{
    text-align: center;
}

.lunchharu img{
    width: 50%;
}

/* 折詰弁当 */

.bento{
    text-align: right;
    width: 260px;
}

.bento-img{
    width: 100%;
}

.bento-center{
    text-align: center;
}

.bento-big{
    font-size: 20px;
}

.bento-small{
    font-size: 13px;
    line-height: 30px;
}

.bento-title2{
    text-align: center;
    margin-bottom: 0;
}

.bento-title3{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
}

.bento-small2{
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-top: 0;
}

.bento-normal2{
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.bento-hidari{
    width: 25%;
}

.bento-hidari2{
    width: auto;
}

.bento-naka{
    width: 6%;
}

.bento-migi{
    width: auto;
}

.bento-name{
    width: 25%;
    text-align: center; 
    line-height: 0;
}

.bento-yohaku{
    width: 70px;
}

.bento-line{
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 0;
}

.bento-kome{
    text-align: center;
    margin: 5px;
}

.bred{
    border: red solid 1px;
}

.bento-zero{
    line-height: 0;
    margin: 0;
}

.bento-size{
    font-size: 15px;
}

/* 日帰り入浴 */

.higa-title{
    margin-bottom: 10px;
}

.higa-small{
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    margin-top: 0;
}

.higa-normal{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* 信州割 */

.sinsyuwari{
    text-align: center;
}

.sinsyuwari img{
    width: 30%;
}

.red{
    text-align: center;
    color: red;
}

/*　婚礼料理　*/

.k-button{
    text-decoration-line: underline;
    text-decoration-color: #997009;
    color: #997009;
    transition: .2s;
}

.k-button:hover{
    color: burlywood;
    text-decoration-line: none;
}

.kon{
    text-align: center;
    margin-top: 20px;
}


.kui-center{
    text-align: center;
}

.kui-dai{
    font-size: 18px;
}

.kui-line{
    line-height: 26px;
}

/*　テイクアウト　*/

.takeout-top{
    margin-top: 100px;
    text-align: center;
}

.takeout-top img{
    width: 80%;
}

.tmenu-box{
    width: 100%;
}

.tmenu-top{
    column-span: 3;
    height: 30px;
}

.tmenu-top2{
    column-span: 3;
    height: 10px;
}

.tmenu-left{
    width: auto;
}

.tmenu-center{
    width: 4%;
}

.tmenu-right{
    width: auto;
}

.tmenu-img{
    width: 48%;
}

.tmenu-img img{
    width: 100%;
}

.tmenu-name{
    width: 48%;
    text-align: center;
}

.tmenu-big{ 
    margin-top: 5px;
    margin-bottom: 0;
}

.tmenu-small{
    font-size: 13px;
    margin-top: 15px;
}

.takeout-bottom{
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
}