@charset "UTF-8";

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

#hanami * {
    -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;
}

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


/*共通*/

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

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


#hanami img{
	vertical-align: bottom;
}

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

#hanami h1 img{
	width:100%;
}

#hanami h2{
	font-size:28px;
	font-weight:900;
	text-align:center;
	line-height:1.2;
	margin:50px 0 10px;
	color: #F06292;
}

#hanami h3{
	font-size:20px;
	font-weight:800;
	color:#795548;
	margin-bottom:10px;
	line-height:1.3;
	margin-top: 0;
}
#hanami h3 img{
	width: 22px;
	margin: 0 2px 3px 0;
}

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

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

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

#hanami 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%;
}

#hanami .tab-box{
	background: rgba(255,255,255,0.6);
	padding: 15px 20px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

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

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

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

#hanami .tab-box li a{
	background:#F48FB1;
	text-align:center;
	padding:12px;
	font-size:14px;
	color:#ffffff;
	border-radius:8px;
	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;
}

#hanami .tab-box li a:hover{
	/*background:#F48FB1;*/
	background: #F06292;
}

#hanami .main-content{

}

#hanami .hanami_data{
	background:#ffffff;
	padding:20px;
	border: 2px solid #F8BBD0;
	border-radius: 4px;
	margin:0 0 20px;
}

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

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

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

}

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

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

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

#hanami dl{
	padding: 10px;
	background: #F0F4C3;
	font-size: 12px;
	line-height: 1.5;
}

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

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

#hanami 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;
}

#hanami .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;
}

/*開始　マルチデバイス用*/
#hanami .top_sp{display: none;}
#hanami .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;
}