@charset "shift_jis";
/* CSS Document */

body, h1, h2, h3, h4, ul, li, p, form {
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-size: 100%;
	color: #fff;
}
a img {
	border: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active {
	text-decoration: none;
	color: #999;
}
.box {
	margin-bottom: 10px;
}
.c_both {
	clear: both;
	*font-size: 1%;
	*line-height: 1%;
	*height: 1%;
	*width: 1%;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
video,
img {
    width: 100%;
    height: auto;
}


/* =======================================
   body
======================================= */

#wrapper {
        overflow: hidden;
}
#container {
	position:relative;
	max-width: 650px;
    padding: 0 1%;
	margin-right: auto;
	margin-left: auto;
}
.contents {
    padding: 30px 0 50px;
}

/* =======================================
   header 
======================================= */


#header {
	position: fixed;
	top: 0px;
	height: auto;
	max-width: 650px;
    margin: 0 calc(50% - 50vw);
	z-index: 9999;
}
#header_h1 {
    position: absolute;
    display: block;
    width: 30%;
    height: 20%;
    top: 0px;
    text-indent: -9000px;
}
#header_tel a{
    position: absolute;
    display: block;
    width: 30%;
    height: 20%;
    left: 50%;
    top: 4px;
    text-indent: -9000px;
}


/* =======================================
   pc版で見る 
======================================= */

#contents_title {
	padding: 1% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
    background: -moz-linear-gradient(top, #666666, #000000);
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	border: 1px #292929 solid;
	border-radius: 5px;
}
#contents_title a{
	    padding: 1% 6%;
}

/* menu
-----------------------------*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
#navshop {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 65px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(170,147,106, 0.1);
}
#navshop p {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#navshop h1 {
    width: 100%;
    font-size: ;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.navinfo {
    text-align: left;
    padding: 0 0 0 10px;
}
.navarea {
    line-height: 1.4;
    padding: 20px 0;
}
.nav_contact > a, .nav_contact > div {
    width: 100%;
    display: flex;
    margin: 0 0 10px 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.nav_contact span {
    width: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav_contact span i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px!important;
    line-height: 25px;
    text-align: center;
    color: rgba(255,255,255, 1);
    background: #c10000;
}
.nav_contact p {
    line-height: 22px;
    text-align: left;
    padding: 2px 0 2px 5px;
}


/* =======================================
   右から出てくるmenu上の部分
======================================= */


#menu_box {
	position: relative;
	width:100%;
	/*  height: 350px;  */
	height: 60px;
	margin-bottom: 10px;
	background-image: url(../img/menu/menu.jpg);
	background-position: bottom;
}
#menu_box #menu_tel {
	position: absolute;
    width: 90%;
    height: 134px;
    top: 114px;
    left: 5px;
}

/* =======================================
   menu　headerの下
======================================= */

#menu_wrapper {
    border-bottom: 10px solid #750000;
    margin-bottom: 5px;
    overflow: hidden;
}
#menu {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#menu li {
	list-style-type: none;
	width: 25%;
	float: left;
}
#menu span {
	visibility: hidden;
}
#menu a:hover, #menu a:active {
	text-decoration: none;
}
#menu a {
	display: block;
}



#telop img{
    width: 16px;
}
/* =======================================
    footer_menu
======================================= */

#footer_menu_title {
	padding: 2%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e86d6d), to(#750000));
    background: -moz-linear-gradient(top, #e86d6d, #750000);
	color: #fff;
}
#footer_menu_title span {
    font-weight: bold;
    border-left: 4px solid #fff;
    padding-left: 10px;
}
#footer_menu {
}
#footer_menu ul{
	list-style-type: none;
    padding: 0px;
    width: 100%;
	margin: 0 auto;
}
#footer_menu ul li{
	width: 50%;
    float: left;
}
#footer_menu li a{
	width: 100%;
}



/* メルマガ
---------------------------*/

#magazine {
	position: relative;
     background: url('../img/m_maga.gif') no-repeat center top;
    background-size: cover;
    width: 100%;
    padding-top: 50%;
}
#address {
	position: absolute;
    width: 100%;
    top: 56%;
    left: 6%;
}
.address {
    width: 60%;
    margin-right: 20%;
    height: 20px;
    border-radius: 5px;
	padding8: 0 10%;
}
.start {
    margin-top: 10px;
    height: 25px;
    width: 30%;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0101), to(#460000));
    color: #fff;
    background: -moz-linear-gradient(top, #e86d6d, #750000);
}
.stop {
    margin-left: 20px;
    margin-top: 10px;
    width: 20%;
    height: 25px;
    background-color: black;
    color: #fff;
    border-radius: 5px;
}
#magazine input {
    font-size: 16px;
}

/* =======================================
   footer
======================================= */


#footer {
	clear: both;
	height: 120px;
	background-color: #750000;
    margin: 0 calc(50% - 50vw);
}

#copy {
	padding-top: 40px;
	text-align: center;
	color: #fff;
}



/* =======================================
   tel_bt
======================================= */

a#tel_bt {
    position: fixed;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 24px;
    right: 5px;
    bottom: 20px;
    display: block;
	background-image: url(../img/tel.png);
    background-size: contain;
	opacity: 0.9;
    /* background: rgba(255,0,0,0.6);
    color: #000; */
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    border-radius: 10px;
    z-index: 999;
}
a#tel_bt p{
	/* padding-top: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #fff; */
}


/* =======================================
   page_top
======================================= */

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 5px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    text-decoration: none;
    padding: 17px;
    opacity: 0.9;
	font-size: x-large;
	border-radius: 5px;
}
.pagetop a:hover {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}


/*
----------------------*/

#con_movie {
    display: flex;
    width: 96%;
    padding: 2%;
    margin: 0 auto;
    background-color: #750000;
}


