﻿@charset "utf-8";
/* CSS Document */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#opening{
    background:#FAE7E9;
    min-width: 1170px;
    width: 100%;
    color: #333;
    /* font-family: 'Lora', serif; */

}

section#op_box {
    position: absolute;
    top: 0;
}

#op_cover{
	position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 1010px;
    }
    
#op_cover img.cover_img {
	width:100%;
    height: 1010px;
    object-fit:cover;
    overflow: hidden;
}
.gothic{
	font-family: 'メイリオ', Meiryo,sans-serif;
}

@media screen and (min-width: 480px)  {
	#opening{
    background-position: calc(30% - 200px) top;
	}
}


#logo_box{
	width: 350px;
    height: 500px;
    background: url(/home/img/menu_bg.png) no-repeat;
}

#logo{
    padding: 100px 0px 0 30px;
}

#logo img{
    width: 230px;
}

#word{
    left: 47px;
    position: absolute;
    top: 145px;
}

#word img{
    width: 300px;
}

h1{
	font-size:12px;
	text-align: center;
	width: 500px;
	position: absolute;
	top: 10px;
	right: 5%;
}
#op_left {
	width: 350px;
	height:510px;
    box-sizing: border-box;
    padding: 20px;
    background: #ab6c0d;
    z-index: 10;
    color: #fff;
}

#guid_box{
    margin: 0 auto;
    padding-top: 50px;
}

#guid_box p{
	font-size: 12px;
    width: 325px;
    margin: 0 auto 30px;
    text-align: center;
    white-space: pre-line;
}
}

div#btn {
    margin-bottom: 10px;
}

#btn > div {
	width: 280px;
	margin: 0 auto 10px;
    text-align: center;
    letter-spacing: -0.1em;
    box-sizing: border-box;
    background: #e4d4bb;
    border: none;
}
#btn > div > a{
	display: block;
	padding: 10px 5px;
}
#btn a:link,
#btn a:visited {
    color: #362d2e;
}
#btn >div:hover {
    color: #fff;
    background: #b88807 ;
}

#btn span {
	font-size: 32px;
    line-height: 1.2;
    margin-right: 12px;
}

#btn em {
    letter-spacing: 0.1em;
    margin-top: -6px;
}

#concept{
	font-size: 14px;
    margin: 25px auto 10px;
    width: 300px;
}

#concept .shop_name{
	font-size: 18px;
	font-weight: bold;
}

#op {
    font-size: 12px;
    font-weight: normal;
    margin: 10px auto 0;
    text-align: center;
}

#op a:link,#op a:visited {
    color:#333;
    text-decoration: none;
}
#op a:hover {
    color: #E9B011;
    text-decoration: underline;
}

/*
address a:link, address a:visited {
    color:#FFF;
    text-decoration: none;
}
address a:hover {
    color: #E42375;
    text-decoration: underline;
}
*/
a:link, a:visited {
    color:#333;
    text-decoration: none;
}
a:hover {
    color: #E9B011;
    text-decoration: none;
}

/* =============================================================================
   gp
   ========================================================================== */
#gp {
 background: rgba(0, 0, 0, 0.7);
 position: fixed;
 overflow: hidden;
 left: 0;
 bottom: 0;
 padding: 5px;
 width: 100%;
 height: 26px; <!-- 初期状態で表示する高さ -->
 -webkit-transition-property: all;
 -webkit-transition-duration: .3s;
 -webkit-transition-timing-function: ease-in-out;
 text-align: center;
 z-index: 100;
 box-sizing: border-box;
 padding-top: 0px;
 }
 
#gp:hover {
 height: 100px; <!-- ポップアップ時に競り上がる高さ -->
 }
#gp .gplist li {
 display: inline;
 margin-right: 5px;
 }
 #gp .gplist li img{
 margin-bottom: 5px;
 }
#gp a {
 color: white;
 }
#gp a:hover {
 color: black;
 }
#gp #tab {
    color: white;
    line-height: 28px;
    letter-spacing: 18px;
 }

div#op_footer {
    position: fixed;
    width: 380px;
    padding: 15px;
    bottom: 10%;
    right: 5%;
    text-align: center;
    background: rgba(255,255,255,0.8);
}
div#op_footer h3 {
    font-size: 15px;
    margin: 2px 0;
}

  #device {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 5vw;
    box-sizing: border-box;
    padding: 50px;
    text-align: center;
    position: absolute;
    bottom: 26px;
    left: 0;
}
