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

body, h1, h2, h3, h4, ul, li, p, form {
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
    font-family: sans-serif;
}
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 {
    background-color: #000;
    padding: 0 0 50px;
}

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


#header {
    position: relative;
	height: auto;
	max-width: 650px;
	/*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;
}
.top {
    position: relative;
    display: flex;
    max-width: 650px;
    height: 485px;
}
@media screen and (max-width: 645px) {
  .top {
    height: 440px;
}  
}
@media screen and (max-width: 500px) {
  .top {
    height: 380px;
}  
}
@media screen and (max-width: 400px) {
  .top {
    height: 300px;
}  
}
.top::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    z-index: -1;
    width: 100%;
    max-width: 650px;
    height: 80vh;
    background: url(/sp/img/sp_bg.jpg) no-repeat center top/ cover;
}


.logo {
    padding-top: 50%;
}

/* =======================================
   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: #ff00b4;
}
.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 #ff00b4;
    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;
    width: 120%;
}



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

#footer_menu_title {
	padding: 2%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff00b4), to(#ff60d0));
    background: -moz-linear-gradient(top, #ff00b4), to(#ff60d0));
	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%;
}


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

#magazine {
	position: relative;
     background: url('../img/m_maga_bg.jpg') no-repeat center top;
    background-size: cover;
    width: 100%;
    padding-top: 32%;
    padding-bottom: 1%;
}
.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
    margin: 0 20px;
    padding-bottom: 6%;
}

a.btn-c {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 4rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c span {
  font-size: 1rem;
  line-height: 1.3;
  position: absolute;
  top: -20px;
  left: -15px;
  width: 64px;
  height: 54px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.btn-c span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}


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


#footer {
	clear: both;
	height: 170px;
	background-color: #ff00b4;
    margin: 0 calc(50% - 50vw);
}
#footer p,
#copy{
    text-align: center;
    padding-top: 10px;
}




/*--------------- tel  _footer ----------*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
	display: block;
	width: 100%;
    vertical-align: top;
    line-height: 1.4;
    text-align: center;
    position: fixed;
    z-index: 997;
    bottom: 1px;
    left: 0;
    background-color: #ea00a6;
    box-shadow: 0px 0px 1px #000;
    padding: 1%;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
    display: flex;
    justify-content: space-between;
   list-style: none;
   padding:0;
   margin:0;
   width: 100%;
}

#sp-fixed-menu li{
    justify-content: center;
    align-items: center;
    width: calc(100%/4 - 3px);
    padding:0;
    margin:0;
}

/*左側メニューを色に*/
#sp-fixed-menu li:first-child{
   background: ;
}

/*右側メニューを色に*/
#sp-fixed-menu li:last-child{
   background: ;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff!important;
   display:block;
   width: 100%;
   padding: 8px 3px 3px;
}
#sp-fixed-menu li i {
    font-size: 24px;
    display: block;
    margin-bottom: 3px;
}


/* max 650px
---------------------------------*/
@media screen and (max-width: 650px) {
    
    
}

/* page_top
---------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 0px;
}
.pagetop a {
    display: block;
    text-align: center;
    color: #222;
    background-color: #ccc;
    text-decoration: none;
    padding: 20px;
    opacity: 0.9;
}
.pagetop_a {
    background-color: #ccc;
}
.pagetop a:hover {
    display: block;
    background-color: #bbb;
    text-align: center;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}


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

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


