@charset "utf-8";

/*--------------------------
	共通の設定/=iPhone 320px(縦)からの設定 /
-------------------------- */
html{
	font-size: 62.5%;/*初期値10px設定*/
}
body{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;/*14px*/
    background-color: rgba(105,86,54,0.1);
}
#h_nav{
    font-family: 'Caudex', serif;/*hhhhhhhhhhhhh*/
}
.h_box{
    display: flex;
    height: 120px;
}
.fadeIn{
    max-width: 100px;
    margin-top: 22px;
    margin-left: 20px;
    margin-bottom: 30px;
    z-index: 1;
}
.h_nav_menu{
    display: flex;
}
.h_nav_menu li{
    padding-right: 10px;
}
.h_nav_menu a{
    text-decoration: none;
    color: #695636;
}
.h_nav_menu li a:hover{
    color: #999;
}
/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 20px;
    margin-bottom: 20px;
    z-index: 2;
    opacity: 0;/*はじめは非表示*/
    transform: translateY(100px);
}
#page-top.UpMove{/*上に上がる動き*/
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
#page-top.DownMove{/*下に下がる動き*/
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(100px);
}
}
/*========= ページトップのためのCSSここまで ===============*/
.menu_title{
    max-width: 76px/*21.8%*/;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}
/*メニューここから*/
.menu_box{
    border: solid 1px #000;
    margin: 20px 20px 90px;
    padding: 25px;
}
.menu_box h3{
    font-family: 'Caudex', serif;/*hhhhhhhhhhhhh*/
    font-size: 1.8rem;
    padding-bottom: 20px;
}
.div {
    display: flex;
    align-items: center;
    line-height: 2;
}
.div::after {
    content: '';
    border-top: 1px dotted;
    flex: 1 1 auto;
    order: 1;
}
.div:last-child{
    margin-bottom: 40px;
}
.price {
    order: 2;
    padding-left: 5px;
}
.name{
    padding-right: 5px;
}
/*メニューここまで*/
.artist{
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
}
.michael{
    margin: 0 auto;
    margin: 30px;
    line-height: 3;
    text-align: end;
}
.freddy{
    margin: 0 auto;
    margin: 30px;
    line-height: 3;
    text-align: end;
}
.hedwig{
    margin: 0 auto;
    margin: 30px;
    line-height: 3;
    text-align: end;
}
.kyra{
    margin: 0 auto;
    margin: 30px;
    line-height: 3;
    text-align: end;
    margin-bottom: 100px;
}
.map{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.kotira a{
    text-decoration: none;
    line-height: 4;
    color: #9E3300;
}
.kotira a:hover {
	opacity: 0.6;
}
.f_box{
    width: 98%;
    margin: 0 auto;
}
.f_box_top{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.f_box_top p{/*ロゴ*/
    width: 20.6%/*100px*/;
    margin-bottom: 10px;
}
.f_box_top li{
    list-style: none;
    line-height: 2;
}
.f_nav_menu{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-family: 'Caudex', serif;/*hhhhhhhhhhhhh*/
}
.f_nav_menu li{
    padding-right: 20px;
    margin-bottom: 10px;
    z-index: 10;
}
.f_nav_menu li a{
    color: #695636;
    text-decoration: none;
    font-weight: bold;
}
.f_nav_menu li a:hover{
    color: #999;
}
.copyright{
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 60px;
}
/*--------------------------
	タブレット / iPad 768px(縦)から1023pxまでの設定 /
-------------------------- */
@media screen and (min-width:768px){
/*TB用のCSSをここに記述*/
body{
    font-size: 1.5rem;/*15px*/
}
.header{
    margin-bottom: 60px;
}
.fadeIn{
    position: fixed;
    max-width: 120px;
    margin-top: 25px;
    margin-left: 30px;
    z-index: 2;
}
.menu_title{
    max-width: 96px;
}
/*メニューここから*/
.menu_box{
    padding: 50px;
}
.menu_box_box{
    width: 650px;
    margin: 0 auto;
}
.menu_box_01{
    display: flex;
    justify-content: space-between;
}
.menu_box_02{
    display: flex;
    justify-content: space-between;
}
.menu_box_03{
    display: flex;
    justify-content: space-between;
}
.dessert{
    width: 300px;
}
.right{
    width: 250px;
}
/*メニューここまで*/
.art_top{
    display: flex;
    align-items: center;
}
.art_bottom{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.artist{
    margin-bottom: 50px;
}
.michael{
    padding: 20px;
}
.freddy{
    padding: 20px;
}
.hedwig{
    padding: 20px;
}
.kyra{
    margin-bottom: 30px;
    padding: 20px;
}
.map{
    width: 75%;
}
.f_box_top p{/*ロゴ*/
    max-width: 170px/*25.88%*/;
    margin: 0 200px 0 30px;
}
.copyright{
    max-width: 140px;
}
}
/*--------------------------
	PC /1024px以上の設定/
-------------------------- */
@media screen and (min-width:1024px) {
body{
    font-size: 1.6rem;/*16px*/
}
.fadeIn{
    max-width: 130px;
    margin-left: 60px;
}
/*メニューここから*/
.menu_box{
    width: 930px;
    margin: 0 auto;
    margin-bottom: 90px;
    padding: 80px 120px;
}
.menu_box_box{
    width: 700px;
}
.menu_box_01{
    display: flex;
    justify-content: space-between;
}
.menu_box_02{
    display: flex;
    justify-content: space-between;
}
.menu_box_03{
    display: flex;
    justify-content: space-between;
}
.right{
    width: 300px;
}
/*メニューここまで*/
.art{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.art_bottom{
    margin-bottom: 0px;
}
.map{
    width: 50%;
}
.f_box_top p{/*ロゴ*/
    margin-left: 0px;
}
}