@charset "UTF-8";

/*はまれぽCSSのリセット*/
#contents ul {
	padding-left: 0px;
}
#contents .hamarepo_body{
	background-color: #fff;
	padding:1px 0px;
	width: 100%;
}

#contents * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


ol, ul {
  list-style: none;
  list-style-type: none;
  padding:0;
  margin:0;
}

main{
  padding: 0px 0 0 !important;
  background: #fff !important;
}

main h1{
	margin: 0px 0px !important;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom: 0px solid #444 !important;
}





/*はまれぽCSS　打ち消しここまで*/


/*共通*/

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.disnon{
  display: none;
}

#contents ul li.select{
  background:#F06292;
}


#contents img{
	vertical-align: bottom;
}

#contents h1{
	text-align:center;
	margin:20px 0 0;
	/*margin:30px 0;*/
}

#contents h1 img{
	width:100%;
}

#contents h5 img{
	background: #fff;
	width:100%;
}

#contents p img{
	width:100%;
	margin-top: 16px;
}

#contents h2{
	margin-top: -20px !important;
	background: #63c5d3 !important;
    font-size: 22px;
    font-weight: bold;
    padding: 14px 10px 10px;
    background: #888;
    color: #fff;
}

#contents h2 img{
	width: 30px !important;
	margin: 0 2px 5px 2px !important;
}

#contents h3{
	font-size:20px;
	font-weight:800;
	color:#795548;
	margin-bottom:20px;
	line-height:1.3;
	margin-top: 20px;
	background: #fff !important;
	text-align: left !important;
	padding: 0 !important;
}
#contents h3 img{
	width: 22px;
	margin: 0 4px 5px 2px !important;
}

.h3-read{
	font-size: 18px;
	/*margin-bottom: 15px;*/
	font-weight:800;
}

.h1-read_wrap{
	padding: 30px;
	background: #ffffff;
	width: 100%;
}
.h1-read{
	margin: 0;
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
}

.main-warp{
    width:960px;
	margin: 0 auto;
    font-size: 14px;
	font-family: "KozGoPr6N","ヒラギノ角ゴ Pro W3", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', 'sans-serif';
    background: #fff;/* #f8f9fa */
    line-height: 1.7;
	letter-spacing: 0.1px;
	text-align: left;
}

#contents a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

/* ソーシャルボタン */
.arrowBox {
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 5px;
	font-size:11px;
	display:none;
}
.arrowBox:after, .arrowBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.arrowBox:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 6px;
	margin-left: -6px;
}

.smb{
	margin-top:0;
	text-align: right;
}

.smb li {
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
	margin: 0 1px 0 0;
	padding: 0;
	vertical-align: top;
	width:40px;
}

.smb li  img{
	width:100%;
}

#contents .tab-box{
	background: #efefef;
	padding: 15px 20px;
	/*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);*/
	border-radius: 0.3em;
}

#contents .tab-box ul{
	width:100%;
	overflow:auto;
}

#contents .tab-box li{
	float:left;
	width: 19%;
	margin-right: 1%;
	margin-bottom:5px;
}

#contents .tab-box li:last-child{
	margin-right: 0;
}

#contents .tab-box li a{
	background:#63c5d3;
	text-align:center;
	padding:12px;
	font-size:12px;
	color:#ffffff;
	border-radius:60px;
	cursor: pointer;
	border: 1px solid #fff;
	text-decoration: none;
	display: block;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#contents .tab-box li a:hover{
	/*background:#F48FB1;*/
	background: #63c5d3;
	border-radius:10px;

}

#contents .main-content{

}

#contents .hanami_data{
	background:#ffffff;
	padding:20px;
	border: 0px solid #63c5d3;
	border-radius: 4px;
	margin:0 0 20px;
}

#contents .hanami_data:last-child{
	margin: 0 0 10px;
}

#contents .hanami_data_l{
	float: left;
	width: 60%;
}

#contents .hanami_data_r{
	float: left;
	width: 40%;
	padding-left: 15px;

}

/*#contents .hanami_data:nth-of-type(2n){
	margin-right:0;
}*/

.data_photo {
    position: relative;
}

.data_photo img{
	display:block;
	margin:0 auto;
	width:100%;
}

.over .data_photo::before {
    position: absolute;
    content: '';
    background-image: url(../image/beer/over.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#contents .data_txt{
	margin:0 0 15px;
}

#contents dl{
	padding: 10px;
	background: #fff;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	border: thin solid #63c5d3;
}

#contents dt,#contents dd{
  padding: 0px;
}

#contents dt{
	color: #333;
	width:76px;
	overflow: hidden;
	/*letter-spacing:1px;*/
	font-weight: bold;
	float: left
}
#contents dd{
	margin-left: 76px;
	margin-bottom:4px;
	/*overflow:hidden;*/
}

#contents dd:after {
  content: '';
  display: block;
  clear: both;
}

.search_color li{
	margin-right:5px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	padding:5px 10px;
	border-radius: 6px;
}
.search_color li:last-child{
	margin-right:0;
}

.back_green{background:#4CAF50 !important;}
.back_purple{background:#4527A0 !important;}
.back_red{background:#ef5350 !important;}
.back_orange{background:#F38C00 !important;}
.back_blue{background:#42A5F5 !important;}

.search_color{
	margin:10px 0 20px;
}

#contents .f_12{
	font-size:12px;
	padding-bottom: 10px;
	color:#898989;
}

.scene_title{
	color:#666;
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 5px;
}

/*開始　マルチデバイス用*/
#contents .top_sp{display: none;}
#contents .top_pc{display: block;}
/*終了　マルチデバイス用*/

/*----- トップへ戻るボタン -----*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	margin: 0;
	display: none;
	z-index: 10;
}

#page-top a {
	opacity: 0.8;
}

#page-top a:hover {
	opacity: 0.7;
}

#page-top img {
	width: 50px;
}

/*----- 吹き出し　見出し -----*/
.balloon2 {
  position: relative;
  text-align:center;
  margin: 3em 0 1em;
  padding: 3px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #f06292;
  font-size: 14px;
  background: #FFF;
  border: solid 3px #f8bbd0;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f8bbd0;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
  font-size: 160%;
  font-weight: 600;
}

/*----- 吹き出し　見出し SP用　-----*/
.balloon3 {
  text-align:center;
  position: relative;
  /*----- display: inline-block;　-----*/
  margin: 1.5em 0;
  padding: 6px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 3px #f06292;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}

.balloon3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f06292;
  z-index: 1;
}

.balloon3 p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 300;
}

/*----- 配置　中央　-----*/
.align1 { text-align: center !important; }

/*----- 囲み　-----*/
.cube{
border-style: solid;
border-width: 1px;
border-color: #3cafe3;
color: #fff;
font-size: 100% ;
border-radius: 2px 2px 2px 2px;
padding: 2px 3px 2px 3px;
margin-left : 2px;
margin-right: 2px;
vertical-align: 3%;
background-color:  #3cafe3;
}

.cube-2{
border-style: solid;
border-width: 1px;
border-color: #ef447d;
color: #fff;
font-size: 100%;
border-radius: 2px 2px 2px 2px;
padding: 2px 3px 2px 3px;
margin-left : 2px;
margin-right: 2px;
vertical-align: 3%;
background-color:  #ef447d;
}

/*----- 見た目調整　-----*/

.text160 {
  font-size: 160%;
  font-weight: 800;
}

.blue {
  color: #63c5d3;
}

.bold {
  font-weight: 800;
}

.text0 {
  font-size: 1px;
}


/*----- 詳細を見るボタン　-----*/
.btn-square {
    margin-top: 10px;
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    background: #fd629d;
    color: #FFF;
    border-bottom: solid 4px #c9376e;
    border-radius: 3px;
    font-size: 16px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

/*----- ツールチップ表示　-----*/
.tooltip {
  position: relative;
}
.tooltip::before,
.tooltip::after {
  position: absolute;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.tooltip::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #000;
  top: 10px;
  left: 10px;
}
.tooltip::after {
  content: attr(data-tooltip);
  display: block;
  padding: 20px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  top: 30px;
  left: 0;
}
.tooltip:hover::before{
  top: 16px;
  opacity: 1;
}
.tooltip:hover::after{
  top: 36px;
  opacity: 1;
}

/*----- 見出し　-----*/
.title_ichioshi .balloon {
    /*text-align: center;*/
    font-size: 16px;
    font-weight: bold;
    padding: 14px 10px 10px;
    background: #888;
    /*position: relative;*/
    /*border-radius: 8px;*/
    color: #fff;
	/*width: 400px;*/
	/*margin: -30px auto 20px;*/
}

hr.style1{
	width: 88%;
	margin: auto;
	color: #63c5d3;
}

/*----- マージン調整　-----*/
.mt20{
  margin-top: 20px;
}

.mb20{
  margin-bottom: 40px !important;
}

.mt0{
  margin-top: 0px !important;
}

/*----- シェアボタン　-----*/
.snsbtn1{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0 0 1em 0;}
.snsbtn1 a{display:block;width:24.5%;padding:0.5em 1em 0.5em 1em;line-height:1;color:#fff;font-size:20px;text-align:center;}
.snsbtn1 a i{margin:0 .2em 0 0;}
.snsbtn1 .btn-fb{background:#365899;}
.snsbtn1 .btn-tw{background:#1b95e0;}
.snsbtn1 .btn-po{background:#1dcd00;}
.snsbtn1 .btn-hb{background:#1a98cd;}
.snsbtn1 .btn-fb:hover{background:#4166B0;}
.snsbtn1 .btn-tw:hover{background:#2EA1E9;}
.snsbtn1 .btn-po:hover{background:#1dcd00;}
.snsbtn1 .btn-hb:hover{background:#1a98cd;}

/* Font Awesome hatena bookmark */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

/* Font Awesome hatena bookmark */
ul.icon-list li {
    display: inline;
    margin-right: 10px;
	}

.flex-icon {
    margin:10px 0 10px 0;
	}
.flex-icon img {
    width:50px;
	}
