div.main_slider {
  overflow: hidden;
  margin: 0;
  /*background-color: #273f51;*/
  background-color: #FFF;
  /*border-bottom: 10px solid #273f51;*/
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

div.load_movie {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  background-image: url('../img/mon_lb.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

div.load_movie div.load_logo {
  position: absolute;
  top: 45%;
  left: 42%;
  width: 12%;
  height: 15%;
  margin: auto;
  background-image: url('../img/lb_logo.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

div.load_movie div.load_line {
  border-left: 1px solid #000;
  height: 0%;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 1%;
}

div.load_movie div.load_msg {
  position: absolute;
  top: 48%;
  left: 49%;
  width: 30%;
  height: 0%;
  font-size: 85%;
  border-left: 1px solid gray;
  line-height: 1.5em;
}

p.load_p {
  width: 80%;
  height: 10%;
  text-align: left;
  color: #000;
  margin: auto;
  display: none;
  font-family: "Noto Sans Japanese";
}

div.flexslider {
  margin: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 350px;
  background-color: transparent;
}

.flex-control-nav {
  bottom: 10px;
  z-index: 20;
}

ul.slides {
  background-color: transparent;
}

ul.slides li {
  height: 98%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

ul.slides li a {
  display: block;
  width: 100%;
  height: 100%;
}

div#content {
  position: relative;
  z-index: 10;
  display: none;
}

div#concept {
  opacity: 0;
  text-align: center;
}

div#concept div.screen {
  width: 90%;
  height: 70%;
  margin: 5% auto;
  color: #000000;
  background-image: url('../img/IMGP0862.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
}

div#concept div.c_title {
  text-align: left;
  width: 100%;
  height: auto;
  /*background-image: url('../img/about_us2.png');
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 200;*/
  opacity: 1;
}

div#concept div.c_body {
  margin-top: 5%;
  text-align: center;
  line-height: 2em;
  /*padding: 0% 10% 0% 0%;
  color: rgba(0,0,0,1);*/
  color: #000;
  z-index: 30;
  font-family: "Noto Sans Japanese";
}

div#concept div.c_sig {
  text-align: center;;
}

div#shop {
  background-color: #FFF;
  opacity: 0;
}

div#shop div.screen {
  width: 90%;
  height: 80%;
  margin: 5% auto;
  color: #FFF;
  font-size: 110%;
  background-image: url('../img/IMGP6360.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
}

div#shop div.screen a:link,
div#shop div.screen a:visited
 {
  text-decoration: none;
  color: #FFF;
}

div#shop div.screen div.s_cover {
    width: 25%;
    height: 100%;
    padding: 0% 3%;
    margin: 0% 2%;
    line-height: 2;
    background-color: rgba(145, 122, 0, 0.6);
    position: relative;
    /*background-color: #917A00;
    opacity: 60%;*/
}

div#shop div.screen div.s_cover storong {
    font-size: 150%;
}

div#shop div.screen div.s_cover div.p_link {
    width: 80%;
    height: 40px;
    left: 0;
    right: 0;
    border: 1px solid #FFF;
}

div#shop div.screen div.s_cover div.p_link a {
    padding: 2px 0px 2px 0px;
}

div#shop div.screen div.s_cover strong {
  font-size: 120%;
  font-weight: bold;
}

div#shop div.c_title {
  text-align: left;
  width: 100%;
  height: auto;
  /*background-image: url('../img/about_us2.png');
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 200;*/
  opacity: 1;
}

#shop .p_link {
  color: #1C1C1C;
  border: 1px solid #1C1C1C;
}

#shop .p_link a,
#shop .p_link a:visited {
  color: #1C1C1C;
  text-decoration: none;  
}

div#news {
  background-color: #EEEEEE;
　padding: 0.5%;
}

div#news ul.n_block {
  list-style: none;
  padding: 0;
  opacity:0;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans Japanese";
}

div#news ul.n_block img {
  width: 85%;
}

div#news ul li {
  width: 18%;
  height: 18%;
  min-width: 240px;
  min-height: 100px;
  margin: 1% 1% 3% 1%;
  padding: 1%;
  float: left;
  border-right: 1px dotted #878787;
  /*overflow: hidden;*/
  white-space: nowrap;
  text-overflow: ellipsis;
}

div#news ul li a,
div#news ul li a:visited {
  display: block;
  height: 100%;
  color: #000000;
  text-decoration: none;
}

div#news ul li a:hover {
  color: red;
}

div#news ul li div.n_mark {
  display: block;
  height: 40%;
}

div#news ul li div.n_mark div {
  font-size: 80%;
  border: 1px solid #878787;
  color: #878787;
  text-align: center;
  padding: 1%;
  width: 30%;
}

div#news ul li div.n_title {
  display: block;
  overflow: hidden;
  height: 50%;
}

div#news ul li div.n_date {
  font-size: 90%;
}

div.b_title {
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  padding: 2%;
}

div#season {
  background-color: #EEEEEE;
  width: 100%;
}

div#season ul.s_block {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto auto 5% auto;
  padding: 0;
  opacity: 0;
}

.s_subtitle {
  margin: 10% auto 0% auto;
  font-size: 110%;
  color: #787878;
  font-weight: bold;
  text-align: center;
}

.s_title {
  margin: 5% auto 10% auto;
  font-size: 150%;
  color: #222;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

.s_memo {
  text-align: center;
  line-height: 2em;
}

div.p_link {
  width: 50%;
  height: 40px;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 10%;
  left: 25%;
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.p_link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0px 8px 0px;
}

div.p_link a:link,
div.p_link a:visited  {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Noto Sans Japanese";
  color: #000;
  text-decoration: none;
}

div.p_link a:hover {
  color: red;
}

div#season ul.s_block li {
   list-style: none;
   float: left;
   position: relative;
   display: block;
   width: 33%;
   height: 50%;
   min-height: 350px;
   padding: 0;
   margin: 0;
}

div#season ul.s_block li span {
   /*background-color: #000;*/
   display: block;
}

div#season ul.s_block li a {
   width: 100%;
   height: 100%;
   display: block;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
  -webkit-background-size: cover;
}

div.more_news {
  opacity: 0;
  clear: left;
  text-align: center;
  padding: 1% 0% 1% 0%;
  width: 100%;
}

div.more_news a {
  display: block;
  margin: auto;
  width: 30%;
  padding: 10px 0px 10px 0px;
  background-color: #00D9D9;
  border: 1px solid #FFF8EB;
}

div.more_news a:link,
div.more_news a:visited {
  color: #FFF;
  text-decoration: none;
}

div.more_news a:hover {
  opacity: 0.6;
}

img.more_btn {
  width: 30%;
}


div.sub_nav {
  position: absolute;
  top: 40;
  left: 40;
  z-index: 15;
  width: 15%;
  text-align: center;
  display: none;
}


div.sub_nav ul.sub_menu {
  padding: 0;
  text-align: left;
  margin: 0;
  width: 100%;
}

div.sub_nav ul.sub_menu li {
  list-style: none;
}

div.sub_nav ul.sub_menu li a {
  display: block;
  width: 100%;
  line-height: 35px;
  padding: 0% 4%;
  background-color: rgba(0,0,0,0.3);
}

div.sub_nav ul.sub_menu li a:link,
div.sub_nav ul.sub_menu li a:visited {
  color: #FFF;
  text-decoration: none;
}

div.sub_nav ul.sub_menu li a:hover {
  background-color: rgba(0,0,0,0.5);
}

div.sub_nav ul.sub_menu li a div.sub_logo {
  width: 100%;
  height: 50px;
  background-image: url('../img/lb_logo_bk.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


@media screen and (max-width: 800px) {

    ul.slides li {

    }

    div.load_movie div.load_logo {
	top: 40%;
	left: 30%;
	width: 40%;
    }

    div.load_movie div.load_line {
	left: 25%;
	top: 55%;
    }

    div.load_movie div.load_msg {
	left: 30%;
	top: 57%;
	width: 50%;
	font-size: 65%;
	line-height: 1em;
    }

    p.load_p {
	font-size: x-samll;
    }

    div.main_slider {
	height: 80%;
    }
    
    div.flexslider {
	/*height: 95%;*/
	/*margin-top: 45px;*/
    }

    div#concept {
	
    }

    div#shop div.screen div.s_cover {
	width: 50%;
    }

    div#concept div.c_title {
	opacity: 0.3;
    }

    div#news ul li {
	width: 90%;
	margin: 1% 1% 8% 1%;
    }

    div.more_news a {
	width: 80%;
    }

    div#season ul.s_block {
    }

    div#season ul.s_block li {
	width: 48%;
	height: 45%;
	min-height: 250px;
    }

    .s_subtitle {
	font-size: 90%;
    }

    .s_title {
	font-size: 100%;
    }

    .s_memo {
	padding: 3%;
	text-align: center;
	font-size: x-small;
	overflow: hidden;
	/*line-height: 1.5em;*/
    }

    div.p_link {
	width: 80%;
	bottom: 5%;
	left: 5%;
	font-size: 80%;
    }

    @media screen and (orientation: landscape) {

	div.main_slider {
	    height: 140%;
	}

    }
}