/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 12px;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/style.scss */
::selection {
  background: yellow;
  color: #333;
}

/* line 14, ../sass/style.scss */
::-moz-selection {
  background: yellow;
  color: #333;
}

/* line 19, ../sass/style.scss */
img {
  vertical-align: bottom;
}

/* line 23, ../sass/style.scss */
a, img {
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
}

/* line 27, ../sass/style.scss */
.container {
  position: relative;
  overflow: hidden;
  width: 960px !important;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #FFF;
}
/* line 36, ../sass/style.scss */
.container .cont_inner {
  width: 960px;
  margin: 0 auto 60px;
}

/* line 43, ../sass/style.scss */
#cont01 h1 {
  margin-top: 60px;
}

/* line 48, ../sass/style.scss */
#cont02 {
  
}
/* line 52, ../sass/style.scss */
#cont02 > p {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
/* line 58, ../sass/style.scss */
#cont02 ul {
  overflow: hidden;
  background-image: url(../images/campaign/umabi/cont02_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 980px;
  margin-left: -20px;
}
/* line 62, ../sass/style.scss */
#cont02 ul li {
  position: relative;
  float: left;
  width: 225px;
  height: 225px;
  margin: 0 0 20px 20px;
}
/* line 71, ../sass/style.scss */
#cont02 ul li a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 79, ../sass/style.scss */
#cont03 {
  text-align: center;
  margin-bottom: 60px;
}
/* line 82, ../sass/style.scss */
#cont03 a {
  display: block;
  width: 845px;
  background-color: #fff;
  margin: 0 auto;
}
/* line 89, ../sass/style.scss */
#cont03 img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}


/* Retty用追加 */

body {
    background-image: url(../images/campaign/umabi/bg.jpg);
}

.wrapper {
    background-image: url(../images/campaign/umabi/top_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sns_area {
    text-align: center;
}

.go_top {
    display: none;
}


/* ホバー用CSS */

#cont02 li {
                        position: relative;
                        overflow: hidden;
                    }
                    
                    #cont02 .rabel {
                        position: absolute;
                        z-index: 999;
                        top: 0;
                        left: 0;
                    }
                    #cont02 .title {
                        position: absolute;
                        z-index: 1;
                        top: 0;
                        left: 0;
                    }  
                    
                    .caption {
                        position:absolute;
                        left:0;
                        top:225px;
                        background-color: rgba(255, 255, 255, 0.75);
                        font-size: 18px;
                        font-weight: 700;
                        text-align: center;
                        width:225px;
                        height:225px;
                        box-sizing: border-box;
                        z-index: 2;
                    }
                    .caption > a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        padding: 10px;
                        box-sizing: border-box;
                    }
                    .caption > a:hover {
                        text-decoration: none;
                    }
                    .caption p {
                        padding-top: 45px;
                        color:#333;
                        font-size: 20px;
                        line-height: 1.5;
                        margin-bottom: 10px;
                    }
                    .caption p span {
                        display: block;
                        color: #2d9101;
                    }
                    .caption .more {
                        display: block;
                        width: 100%;
                        text-align: center;
                        background-color: #2d9101;
                        color: #FFF;
                        padding: 10px 0;
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        border-radius: 2px;
                    }


/* スライダー用CSS */

.flexslider, .flex-viewport {
                height: 480px !important;
            }
            .slides li a {
                display: table;
                color: #333;
                background-color: rgba(255,255,255,0.7);
                width: 100%;
                height: 120px;
                padding: 10px 10px 9px;
                border-bottom: 1px solid #558705;
                box-sizing: border-box;
            }
            .slides li a:hover {
                text-decoration: none;
                background-color: rgba(255,255,255,1);
            }
            .slides li .left,.slides li .middle,.slides li .right {
                display: table-cell;
                vertical-align: middle;
            }
            .slides .left {
                position: relative;
                width: 70px;
            }
            .slides .left .user_ph {
                position: relative;
                width: 50px;
                height: auto;
            }
            .slides .left .user_ph img {
                width: 100%;
            }
            .icon-score-excellent {
                display: block;
                position: absolute;
                bottom: -4px;
                right: -4px;
                width: 18px;
                height: 24px;
                background-image: url(/assets/images/retty_pc/icon.png);
                background-repeat: no-repeat;
                background-position: 0px 0px;
                background-size: 50px 1250px;
            }
            .icon-score-good {
                display: block;
                position: absolute;
                bottom: -4px;
                right: -4px;
                width: 18px;
                height: 18px;
                background-image: url(/assets/images/retty_pc/icon.png);
                background-repeat: no-repeat;
                background-position: 0px -25px;
                background-size: 50px 1250px;
            }
            .slides .middle {
                padding-right: 15px;
            }
            .slides .middle .shop_name {
                color: #558705;
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 10px;
            }
            .shop_txt {
                line-height: 1.8;
            }
            .slides .right {
                width:315px;
            }
            .slides .right ul {
                overflow: hidden;
            }
            .slides .right li {
                float: right;
                width: 100px;
                margin-left: 5px;
            }
            .slides .right li img {
                width: 100%;
            }