@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  color: #000;
  min-width: 1030px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
    background-image:none !important;
}
.mincho{
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.main a{
  text-decoration: none;
  color: #454545;
  transition: color .3s;
}
a:hover{
    color: #8a6f28;
}
a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
ul li {
  list-style: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.center{
  text-align: center;
}
.clear{
  clear: both;
}
.mgt10{
	margin-top: 10px;
}
.mgt20{
	margin-top: 20px;
}
.mgt30{
	margin-top: 30px;
}
.mgt50{
	margin-top: 50px;
}
.mgt100{
	margin-top: 100px;
}
.mgb10{
	margin-bottom: 10px;
}
.mgb20{
	margin-bottom: 20px;
}
.mgb30{
	margin-bottom: 30px;
}
.mgb50{
	margin-bottom: 50px;
}
.mgb100{
	margin-bottom: 100px;
}
.mgr0{
	margin-right: 0;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
tal{
	text-align: left;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}




/*---main----*/
.content{
    width:1000px;
    margin: 0 auto;
}

.oh{
    overflow: hidden;
}

#head{
    padding: 25px 0 5px;;
}

#head > div{
    float: left;
}

#head > div:nth-child(2){
    float: right;
}

#head .head_cont{
    padding:15px 0;
    width: 680px;
}


#head ul{
    float:right;
}

#head .head_cont01{
    float:left;
}

#head li{
    font-size: 13px;
    float: left;
    margin-left: 5px;
}

.search div{
    float: left;
}

.search div:nth-child(2){
    float: right;
}

.search{
   margin-top: 30px;
    overflow: hidden;
    width: 100%;
}

.search *{
    vertical-align: middle;
    font-size: 14px;
}

.search form{
    display: inline-block;
}

.search input{
    background: #ccc;
    border: none;
    color: #3A290B;
    height: 30px;
}

.search02 form img{
    display: inline-block;
    padding: 10px 3px 0;
}

.search02 span{
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
}

.search02 span a{
    display: table;
}

.nav{
    background: #3A290A;
}

.nav ul.nav_inner01{
position:relative;
}

.nav ul.nav_inner01 > li{
    width:calc((100% - 3px) / 6);
    float: left;
    box-sizing: border-box;
    padding: 12px 0;
}

.nav ul.nav_inner01 > li > p{
    position:relative;
    border-right: 1px solid #fff;
}

.nav ul li p{
    text-align: center;
}

.nav ul.nav_inner01 > li:first-child p{
    border-left: 1px solid #fff;
}

.nav ul li:hover .submenu {
    display: block;
}

.nav ul.nav_inner01 > li:not(.last):hover p:before{
    content:"";
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    left: -20px;
    top:-20px;
    display: block;
    position: absolute;
}

.nav ul.nav_inner01 > li:not(.last):hover p:after{
    content: "";
    width: 0;
height: 0;
border-style: solid;
border-width: 0 5px 10px 5px;
border-color: transparent transparent #9F8A7C transparent;
    position: absolute;
    left: 76px;
    top:34px;
}

.submenu {
    display: none;
    position: absolute;
    z-index: 999;
    text-align: left;
    top: 55px;
    left: 0;
    padding: 20px 20px 0;
    background: #9F8A7C;
    width:1000px;
    box-sizing: border-box;
    list-style: none;
}

.submenu li{
    float: left;
    width:calc(100% / 8);
    text-align: center;
    height: 160px;
    list-style: none;
}

    .submenu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.submenu  a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.submenu  a:hover::after {
  transform: scale(1, 1);
}

.new_item{
    background: #F2ECDF;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}

.up_date{
    padding-top:30px;
}

.new_item:after{
    content:"";
    width:100%;
    height: 1px;
    position: absolute;
    bottom:20px;
    background: url(https://www.rakuten.ne.jp/gold/mango-shower/renew/line03.png) center repeat-y;
}

.text_c{
    text-align: center;
    line-height: 200%;
    padding: 25px 0;
}

.text_c iframe{
    display: inline-block;
    margin: 30px 0;
}

.top_rank{
    background: #F2ECDF;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.top_rank:after{
    content:"";
    width:100%;
    height: 1px;
    position: absolute;
    bottom:20px;
    background: url(https://www.rakuten.ne.jp/gold/mango-shower/renew/line03.png) center repeat-y;
}

.top_rank:before{
    content:"";
    width:100%;
    height: 1px;
    position: absolute;
    top:20px;
    background: url(https://www.rakuten.ne.jp/gold/mango-shower/renew/line03.png) center repeat-y;
}

.pick_up{
    padding-top: 55px;
    padding-bottom: 80px;
}

.mt40{
    margin-top: 40px;
}

.title{
    margin-bottom: 30px;
}

.review iframe{
    margin-bottom: 30px;
    display: inline-block;
}
    

.reco{
    background: rgba(248,248,245,1.00);
    padding-top: 110px;
    padding-bottom: 85px;
}

.bg_gray{
    background: rgba(248,248,245,1.00);
}

.bg_wt{
    background: #fff;
    padding: 10px;
    text-align: center;
}

.bnr_camp{
    padding-bottom: 65px;
}

.foot{
    background:rgba(244,239,228,1.00);
    padding-top: 50px;
}

.foot .title{
    margin-bottom: 50px;
    background: none;
}

.foot ul{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.foot li{
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    width:calc(50% - 10px);
    float: left;
    margin-bottom: 35px;
}

.foot li:nth-child(even){
    margin-left: 20px;
}

.foot_title span{
    color:#3a290a;
    font-size: 24px;
    font-weight: bold;
}

.foot_title{
    width:100%;
    padding:0 20px 10px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.foot_title *{
    vertical-align: baseline;
}
.foot_title:after{
    content:"";
    width:100%;
    height: 1px;
    position: absolute;
    bottom:0;
    left: 0;
    background: url(https://www.rakuten.ne.jp/gold/mango-shower/renew/line03.png) center repeat-y;
}

.foot_title a{
    color:#3a290a;
    float: right;
    display: inline-block;
    text-decoration: none;
    position: relative;
        padding-top: 10px;
        font-size: 16px;
}

.foot_title a:before{
    content:url(https://www.rakuten.ne.jp/gold/mango-shower/renew/foot_icon.png);
    position: absolute;
    top:12px;
    left: -20px;
}

.copy{
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background: #3a290a;
}

.foot_text_wrap{
            padding: 10px 15px;
            }
            .foot_text01{
                color:#3a290a;
                font-size:18px;
                padding-bottom: 10px;
            }
            .foot_text02{
                color:#3a290a;
                font-size:28px;
                font-weight: bold;
            }
            .foot_text03{
                color:#3a290a;
                font-size:20px;
                font-weight: bold;
                padding-right: 8px;
                display: inline-block;
            }
            .foot_text04{
                color:#3a290a;
                font-size:12px;
            }
