﻿@charset "utf-8";

#is-wrapper a{
	outline:none;
	text-decoration: none;
	}
	
#is-wrapper img{
	/*vertical-align: bottom;*/
	text-align: center;
	}

#is-wrapper {
	width: 760px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	letter-spacing: .1em;
	word-break: break-all;
	text-justify: inter-ideograph;
	}
	
#is-body{
	background-image: url(images/hama_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	}
	
#is-wrapper h2,#is-wrapper h3,#is-wrapper h4,#is-wrapper p{
	margin: 0px;
	}
	
#hama_title{
	height: 273px;
	width: 760px;
	padding: 0px 0px 20px 0px;
	}
	
#hama_titletext{
	color: #fff;
	font-size: 1em;
	width: 700px;
	padding-left: 30px;
	text-align: center;
	padding-bottom: 10px;
	-moz-text-shadow: 0px 0px 7px rgba(230,70,96,1);
	-webkit-text-shadow: 0px 0px 7px rgba(230,70,96,1);
	-ms-text-shadow: 0px 0px 7px rgba(230,70,96,1);
	text-shadow: 0px 0px 7px rgba(230,70,96,1);
	font-weight: 900;
	}
	
#hama_list{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	clear: both;
	}
	
.hama_content{
	position: relative;
	text-align: center;
	margin: 15px;
	height: 370px;
	width: 335px;
	border: 2px solid #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	overflow:hidden;
	}
	
.side-corner-tag {
	position: relative;
	color: #FFF;
	display: inline-block;
	}

.corner-tag_text {
	font-weight: 900;
	font-size: 1em;
	position: absolute;
	display: inline-block;
	left: -40px;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
	background: #C1D74E;
	width: 120px;
	padding: 10px 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	}
	
.hama_thumb_text{
	width: 100%;
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	font-weight: bolder;
	}
	
.hama_ph_thumbnail img{
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	}
	
.hama_text_thumbnail{
	text-align: center;
	width: 335px;
	height: 121px;
	}
	
.hama_text_thumbnail_01{
	font-size: 1em;
	color: #936134;
	line-height: 18px;
	padding: 4px;
	background-image: url(images/hama2_bg.jpg);
	background-repeat: repeat;
	}
	
.hama_text_thumbnail_02{
	font-size: .95em;
	text-align: left;
	color: #936134;
	padding: 7px 5px 0px 5px;
	}
	
.hama_text_thumbnail_03{
	font-size: .95em;
	text-align: left;
	color: #936134;
	font-weight: normal;
	padding: 6px 5px 0px 5px;
	}
	
.thumbnail_data{
	background-color: #936134;
	font-size: .8em;
	color: #fff;
	padding: 2px 5px 2px 5px;
	margin: 5px 5px 0px 0px;
	text-align: center;
	font-weight: normal;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.hama_text_thumbnail_04{
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: .4em;
	background: #C1D74E;
	width: 240px;
	height: 40px;
	line-height: 40px;
	margin-top: 150px;
	margin-bottom: 1px;
	position: relative;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	}

.hama_text_thumbnail_04:before {
	content: " ";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 0;
    height: 0;
    border-width: 20px 10px;
    border-style: solid;
    border-color: #C1D74E;
    border-left-color: transparent;
	}
	
.hama_text_thumbnail_04:after {
	content: " ";
    position: absolute;
    top: 0px;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 20px 10px;
    border-style: solid;
    border-color: #C1D74E;
    border-right-color: transparent;
	}
	
.hama_ph_thumbnail_Caption{
	background-color: rgba(64,170,239,0.7);
	font-weight: 900;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-moz-text-shadow: 0px 0px 15px rgba(215, 1, 69, 0.9);
	-webkit-text-shadow: 0px 0px 15px rgba(215, 1, 69, 0.9);
	-ms-text-shadow: 0px 0px 15px rgba(215, 1, 69, 0.9);
	text-shadow: 0px 0px 15px rgba(215, 1, 69, 0.9);
	}
	
.hama_ph_thumbnail_Caption:hover{
	opacity: 1;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: rgba(234,109,128,0.7);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
.hama_ph_thumbnail_Caption p{
	padding: 5px 10px 10px 10px;
	text-align: left;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	
.hama_ph_thumbnail_Caption p:hover{
	padding: 10px 10px 10px 10px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	
.hama_ph_thumbnail_Caption a{
	color: #fff;
	}
	
.hama_caption_btn{
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	line-height: 40px;
	width: 300px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: inline-block;
	}
	
.hama_ph_thumbnail_Caption a{
	display:block;
	}
	
.hama_caption_btn::after{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.5);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	
.hama_caption_btn:hover::after{
	width: 400px;
	height: 400px;
	margin: -200px 0 0 -200px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	
.hama_line_01{
	height: 10px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	}
	
.hama_line_02{
	height: 10px;
	width: 760px;
	clear: both;
	padding-top: 15px;
	}