@charset "UTF-8";
/*

#photo_box	{
	@include create_grid_list($photo_list_width,$photo_list_num,$photo_list_margin,shadow_on);
}

<ul class="grid_list">
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
</ul>


*/
/*boxに矢印追加*/
/* ナビリストサンプル
ファイルネーム:サイズ
$SUB_MENU_WIDTH:120px;
$BNR_LIST: (
	bnr1:$SUB_MENU_WIDTH,
	bnr2:$SUB_MENU_WIDTH,
	bnr3:$SUB_MENU_WIDTH,
	bnr4:$SUB_MENU_WIDTH
);
*/
@import url(style.css) screen and (min-width: 769px);
@import url(smart.css) screen and (max-width: 768px);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.table_block > div img {
	border: 5px solid #fff;
	display: block;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}

.table_block > div,
.table_block > a {
	display: table-cell;
	padding: 10px;
	border: 1px solid #666;
}

.table_block {
	width: 450px;
	display: table;
	table-layout: fixed;
	margin: 20px 0px;
}

.table_block > div img {
	width: 150px;
	margin-bottom: 5px;
}

.table_block > div p {
	background: #fff;
	-moz-border-radius: 5px / 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px / 5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 5px 8px 5px;
	margin: 5px 0px 10px 0px;
}

/*widthの値をpadding+margin+borderを含む値に（ie7は非対応ie5.5以前はデフォルトでborder-box）*/
/*
*/
.grid_full {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

span.hide {
	display: none;
}

/*@import url(tablet.css) screen and (max-width: 768px);*/
body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	color: #333;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

span.hide {
	display: none;
}

.clear {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.font_min {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h1 {
	margin: 0;
	padding: 0;
}

.a_c {
	text-align: center;
}

.u_l {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

.u_l_f {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin-bottom: 20px !important;
	margin-top: 40px !important;
}

.f_w_n {
	font-weight: normal;
}

a {
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

a.animated {
	display: block;
	padding: 10px;
	border: 1px solid #444;
	background-color: #fff;
}

a.animated:hover {
	background-color: #eee;
}

.f2 {
	margin: 0px 0px 15px;
	width: 90%;
}

.f2 th {
	padding: 5px 10px 5px 22px;
	border: 1px solid #cccccc;
	background: #f0f0f0 url("images/square3.gif") 10px 10px no-repeat;
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.f2 td {
	padding: 5px 10px;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 150%;
	vertical-align: top;
}

.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column;
	vertical-align: top;
}

.maru.size_normal {
	width: 2.3rem;
	height: 2.3rem;
}

.maru.letter3 {
	font-size: 3.0rem;
	line-height: 3.0rem;
	font-family: 'Open Sans', sans-serif;
}

.maru.blue {
	color: #60AAD0;
	border: 1px solid #60AAD0;
	background: #F9F600;
}

span.red {
	color: red;
}

span.black {
	color: black;
}

.link_flame {
	text-align: right;
	margin-top: 20px;
}

.link_flame a {
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 0.8rem;
	color: #8D8675;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.29, #eae8e1), color-stop(0, #FEFEFC));
	background: -webkit-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: -moz-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: -o-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: -ms-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: linear-gradient(to bottom, #fefefc 0%, #eae8e1 28%);
	border-radius: 2rem;
	border: solid 1px #8D8675;
	padding: 2px 15px 2px;
}

.link_flame a:hover {
	background: #fff;
}

.link_flame.con {
	font-size: .7rem !important;
	margin-top: 5px !important;
}

.link_flame.maps {
	margin-top: 10px;
}

.link_flame.maps a {
	text-align: center;
	letter-spacing: 1px;
	display: block;
	font-size: 0.8rem;
	color: #8D8675;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.29, #eae8e1), color-stop(0, #FEFEFC));
	background: -webkit-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: -moz-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: -o-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: -ms-linear-gradient(top, #FEFEFC 0%, #eae8e1 28%);
	background: linear-gradient(to bottom, #fefefc 0%, #eae8e1 28%);
	border-radius: 2rem;
	border: solid 1px #8D8675;
	padding: 5px 15px 5px;
}

.link_flame.maps a:hover {
	background: #fff;
}

.simple_flame {
	background: #E8E4D7;
	padding: 5px 10px 5px;
	margin: 20px 0 !important;
	display: inline-block;
	font-weight: normal;
	font-size: 1rem;
}

.top_flame {
	text-align: left;
}
