@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#top_index section,
#top_index div,
#top_index article,
#top_index span,
#top_index td,
#top_index th,
#top_index aside {
  box-sizing: border-box;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  line-height: 1.5;
}

.l_header--bar {
  background-color: #4B1E08;
  color: #fff;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  height: 20px;
  line-height: 20px;
}
.l_header--bar_catch {
  width: 960px;
  margin: 0 auto;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.l_header--body {
  line-height: 0;
  width: 960px;
  margin: 0 auto 15px;
}
.l_header--body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l_header--body_logo {
  float: left;
  display: block;
  margin: 15px 0 0 0;
}
.l_header--body_navi {
  float: right;
  width: 354px;
}
.l_header--body_navi_varie {
  position: relative;
  top: -15px;
  margin: 0 4px 0 0;
  display: inline-block;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}
.l_header--body_navi_varie:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.l_header--body_navi_document_request {
  display: inline-block;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}
.l_header--body_navi_document_request:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.l_header_navi {
  width: 961px;
  margin: 0 auto 10px;
  position: relative;
  left: 3px;
}
.l_header_navi:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l_header_navi > .l_header_navi--item {
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4B1E08;
  float: left;
  border-right: 1px dotted #4B1E08;
  padding: 4px 12px;
  box-sizing: border-box;
}
.l_header_navi > .l_header_navi--item:first-child {
  border-left: 1px dotted #4B1E08;
}
.l_header_navi--item_link {
  cursor: pointer;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}
.l_header_navi--item_link:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.l_header_navi--bg {
  display: none;
  background-color: #4B1E08;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  height: 101px;
  width: 100%;
  left: 0;
  top: 134px;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
}

.l_hide_navi {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 20px;
  left: 0;
  padding: 23px 0;
}
.l_hide_navi:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.l_hide_navi--logo {
  float: left;
}
.l_hide_navi--list {
  float: right;
  width: 700px;
}
.l_hide_navi--list_item {
  float: left;
  position: relative;
  height: 25px;
  line-height: 25px;
}
.l_hide_navi--list_item_link {
  color: #fff;
  width: 190px;
  display: block;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}
.l_hide_navi--list_item_link:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.l_hide_navi--list_item_link-powder {
  width: 115px;
}
.l_hide_navi--list_item_link-scene {
  width: 100%;
}
.l_hide_navi--list_item_arrow {
  position: absolute;
  top: 8px;
  left: -15px;
}

.l_container {
  width: 962px;
  margin: 0 auto 10px;
  position: relative;
  left: 2px;
}
.l_container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u_in {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*
page:top/index | place:全般のbox | use:静的なボックス全般 <br>
背景は、 box-****の中に格納済み <br>

```
  <div class="box box-rental">
    <a href="#" class="box--wrap"></a>
    <div class="box--caption">
      <h2 class="box--title box--title-rental">Rental</h2>
      <span class="box--lead">レンタルでメリットいろいろ</span>
    </div>
  </div>
```

*/
.l_container .box {
  position: relative;
  float: left;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 238px;
  height: 238px;
  margin: 0 0 2px 2px;
  -webkit-transition: opacity 0.25s;
          transition: opacity 0.25s;
  background-size: 238px 238px;
}
.l_container .box:after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  content: '';
  -webkit-transition: 0.1s;
          transition: 0.1s;
  z-index: 10;
  background-image: url(../images/sprite.png);
  background-position: -50px -22px;
  width: 15px;
  height: 15px;
  background-size: 81px 47px;
}
.l_container .box:hover:after {
  right: 10px;
  bottom: 10px;
}
.l_container .box-rental {
  background-color: #d3ab35;
  background-image: url(../../images/bg-rental.png);
}
.l_container .box-variation:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  background-image: url(../../images/bg-variation.png);
  background-position: 0 0;
  background-size: 238px 238px;
  z-index: -1;
}
.l_container .box-variation .bx-wrapper {
  position: relative;
  z-index: -100;
  top: 50%;
  left: 50%;
  margin-top: -90px !important;
  margin-left: -90px !important;
}
.l_container .box-campaign_7days:after {
  display: none;
}
.l_container .box-lineup {
  background-image: url(../../images/bg-lineup.jpg);
}
.l_container .box-useful {
  background-color: #8cc11f;
}
.l_container .box-useful .box--video {
  position: relative;
  top: 7px;
  left: 12px;
  width: 212px;
  height: 143px;
}
.l_container .box-tea_break {
  background-image: url(../../images/bg-tea_break.png);
}
.l_container .box-tea_break .box--caption {
  background-color: rgba(86, 161, 31, 0.7);
}
.l_container .box-speedy {
  background-image: url(../../images/bg-speedy.jpg);
}
.l_container .box-delicious_tea {
  background-image: url(../../images/bg-delicious_tea.png);
}
.l_container .box-case_study {
  width: 478px;
}
.l_container .box-case_study:after {
  -webkit-transition: 0.15s;
          transition: 0.15s;
  position: absolute;
  right: 15px;
  bottom: 18px;
  content: '';
  background-image: url(../images/sprite.png);
  background-position: -50px -22px;
  width: 15px;
  height: 15px;
  background-size: 81px 47px;
}
.l_container .box-quick_coffee {
  background-image: url(../../images/bg-quick_coffee.png);
}
.l_container .box-hot_and_cold {
  background-image: url(../../images/bg-hot_and_cold.jpg);
}
.l_container .box-support {
  background-image: url(../../images/bg-support.png);
}
.l_container .box-cafe_varie {
  background-image: url(../../images/bg-cafe_varie.png);
}
.l_container .box-tea_time_style {
  background-image: url(../../images/bg-tea_time_style.png);
}
.l_container .box-ice_dispenser {
  background-image: url(../../images/bg-ice_dispenser.jpg);
}
.l_container .box-q_and_a {
  background-color: #b5db00;
  height: 120px;
}
.l_container .box-q_and_a:after {
  display: none;
}
.l_container .box-q_and_a .box--wrap:after {
  display: none;
}
.l_container .box-q_and_a .box--title {
  text-align: center;
  font-size: 28px;
  font-size: 28px;
  font-size: 1.75rem;
  height: 120px;
  line-height: 120px;
  padding: 0 0 0 10px;
}
.l_container .box-document_request {
  background-color: #8cc11f;
  height: 120px;
}
.l_container .box-document_request:after {
  display: none;
}
.l_container .box-document_request .box--wrap:after {
  display: none;
}
.l_container .box-document_request .box--title {
  text-align: center;
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
  height: 120px;
  padding: 0 0 0 40px;
  line-height: 120px;
}
.l_container .box--wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: .15s;
          transition: .15s;
  border: 0 solid rgba(255, 255, 255, 0.3);
}
.l_container .box--wrap:hover {
  border: 10px solid rgba(255, 255, 255, 0.3);
}
.l_container .box--attention_icon {
  position: absolute;
  top: 50%;
  left: 38px;
  margin-top: -21px;
}
.l_container .box--caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.l_container .box--slider_link:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 237px;
  content: '';
  -webkit-transition: .15s;
          transition: .15s;
  border: 0 solid rgba(255, 255, 255, 0.3);
}
.l_container .box--slider_link:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.l_container .box--slider_link:hover:after {
  border: 10px solid rgba(255, 255, 255, 0.3);
}
.l_container .box--title {
  font-family: 'Roboto', sans-serif;
  text-indent: 0px;
  overflow: inherit;
  font-weight: 500;
  margin: 0 0 .27em 0;
  letter-spacing: 1px;
  color: #fff;
  font-size: 26px;
  font-size: 26px;
  font-size: 1.625rem;
}
.l_container .box--lead {
  font-size: 14px;
  color: #fff;
}

.top_info {
  float: left;
  width: 478px;
  height: 360px;
  margin: 0 0 2px 2px;
  padding: 20px;
  background-color: #8cc11f;
}
.top_info--title {
  font-family: 'Roboto', sans-serif;
  text-indent: 0px;
  font-weight: 500;
  margin: 0 0 .41em 0;
  letter-spacing: 1px;
  color: #fff;
  font-size: 26px;
  font-size: 26px;
  font-size: 1.625rem;
}
.top_info--title_sub {
  margin: 0 0 0 10px;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
}
.top_info--list {
  overflow: auto;
  height: 253px;
  padding: 15px;
  background-color: #fff;
}
.top_info--item {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #989898;
}
.top_info--item:hover .top_info--excerpt {
  text-decoration: underline;
}
.top_info--item:last-child {
  margin-bottom: 0;
}
.top_info--wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top_info--date {
  color: #8cc11f;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
}
.top_info--item_header {
  margin: 0 0 5px 0;
}
.top_info--icon_new {
  position: relative;
  top: -1px;
  padding: 2px 3px;
  color: #fff;
  background-color: #e25812;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
}
.top_info--excerpt {
  line-height: 1.35;
  color: #3c3c3c;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
}

.top_main_visual {
  overflow: hidden;
  width: 710px;
  height: 478px;
  float: left;
  margin: 0 8px 0 2px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.top_main_visual .bx-wrapper {
  overflow: hidden;
}
.top_main_visual--slider {
  overflow: hidden;
}
.top_main_visual--slider_link:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 430px;
  content: '';
  -webkit-transition: .15s;
          transition: .15s;
  border: 0 solid rgba(255, 255, 255, 0.3);
}
.top_main_visual--slider_link:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.top_main_visual--slider_link:hover:after {
  border: 10px solid rgba(255, 255, 255, 0.3);
}
.top_main_visual--pager {
  text-align: center;
  margin: 7px 0 0 0;
}
.top_main_visual--pager_controls {
  margin: 0 0 0 5px;
}
.top_main_visual--pager_item {
  text-decoration: none;
  color: #4a1d07;
  font-size: 13px;
  margin: 0 0 0 5px;
  -webkit-transition: 0.15s;
          transition: 0.15s;
}
.top_main_visual--pager_item:first-child {
  margin-left: 0;
}
.top_main_visual--pager .active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 15px;
  top: -6px;
}
.top_main_visual--pager_dotted {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: relative;
  top: -7px;
  text-decoration: none !important;
}
.top_main_visual--pager_dotted:before {
  content: '●';
}
.top_main_visual--pager_dotted:hover {
  font-size: 15px;
  color: #4a1d07;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.top_main_visual--pager_prev a, .top_main_visual--pager_next a {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: 0.15s;
          transition: 0.15s;
}
.top_main_visual--pager_prev a:before, .top_main_visual--pager_next a:before {
  content: '';
  display: inline-block;
}
.top_main_visual--pager_prev a:hover, .top_main_visual--pager_next a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.top_main_visual--pager_prev a:before {
  background-image: url(../images/sprite.png);
  background-position: -25px -22px;
  width: 25px;
  height: 25px;
  background-size: 81px 47px;
}
.top_main_visual--pager_next a:before {
  background-image: url(../images/sprite.png);
  background-position: 0px -22px;
  width: 25px;
  height: 25px;
  background-size: 81px 47px;
}

.top_sub_menu {
  background: #e9dfca;
  padding-top: 50px;
  padding-bottom: 20px;
  color: #826b4f;
}
.top_sub_menu--catch {
  background: url(../../images/bg_menu_catch.png) no-repeat center center;
  width: 693px;
  height: 80px;
  margin: 0 auto 50px;
}
.top_sub_menu--description {
  width: 640px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.top_sub_menu--title {
  display: block;
  margin: 0 auto 10px;
}
.top_sub_menu--list {
  overflow: hidden;
  margin-left: -40px;
  margin-bottom: -20px;
}
.top_sub_menu--item {
  float: left;
  width: 285px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.top_sub_menu--item_cat {
  text-indent: 0px;
  min-height: 45px;
  margin: 0 0 10px 0;
}
.top_sub_menu--item_description {
  letter-spacing: -0.5px;
  font-size: 12px;
  min-height: 90px;
}

.top_links {
  overflow: hidden;
  padding: 25px 0;
}
.top_links--title {
  position: absolute;
  height: 45px;
  width: 50px;
}
.top_links--title img {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.top_links--list {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.top_links--item {
  display: inline-block;
  padding: 5px 25px;
  border-left: 1px solid #ccc;
}
.top_links--item:first-child {
  border-left: 0;
}