@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* FONT */

body {	
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic' sans-serif;
}

/* LINK */

a, a:hover, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	color: deeppink;
}


/* FRAME */

#container {
	position: relative;
	width: 960px;
	margin:0 auto;
}

#contents {
	z-index: 200;
	position: absolute;
	top: 160px; /* header height */
	width: 100%;
}

/* SCROLL */

.page-scroll {
	margin:  20px 0;
}

.page-scroll a {
	text-decoration: none;
	display: block;
	clear: both;
	padding: 6px;
	background-color: #eee;
	border-radius: 5px;
	text-align: center;
	color: #333;
	font-weight: bold;
	letter-spacing: 3px;
}

.page-scroll a:hover {
	color: #999;
}

/* ヘッダー */

header {
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100px;
	text-align: center;
}

#logo{
	display: block;
	height: 100px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* クイックメニュー */

#shortcut {
	z-index: 300;
	position: absolute;
	left: 690px;
	width: 270px;
	background-color: black;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-align: center;
	letter-spacing: 5px;
}

#shortcut #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#shortcut #menu ul li {
	margin: 0 5px 5px 5px;
}

#shortcut #menu ul li.last {
	margin: 0 5px;	
}

#shortcut #menu ul li a {
	display: block;
	padding: 20px 0;
	background-color: white;
	color: black;
}

#shortcut #menu ul li a.sub {
	background-color: #ccc;	
}

#shortcut #menu ul li a:hover {
	background-color: lightcoral;
}

#shortcut #menubtn {
	padding: 10px 0;
	color: white;
}

/* ナビゲーション */

#navigation {
width: 100%;
height: 40px;
margin-bottom: 20px;
}

#navigation ul {
margin: 0;
padding: 0;
height: 40px;
border-right: 1px solid #666;
}

#navigation ul li {
float: left;
list-style: none;
border-left: 1px solid #666;
width: 159px;
height:40px;
padding: 10px ;
}

#navigation ul li a {
display: block;
color: #333;
padding-bottom: 5px;
}

#navigation ul li a:hover {
border-bottom: 5px solid #666;
}

/*お知らせ new*/

#index_oshirase {
margin: 20px 0;
}

#index_oshirase ul {
height: 20px;
margin: 0;
padding: 0 0 0 40px;
}

#index_oshirase ul li span {
padding-left: 10px;
margin-left: 10px;
border-left: 1px solid #337ab7;
}

/* お知らせ */

#news {
	z-index: 400;
	position: absolute;
	top: 0;
	width: 270px;
	background-color: black;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#news #link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news #link ul li {
	margin: 0 5px 5px 5px;
}

#news #link ul li.last {
	margin: 0 5px;	
}

#news #link ul li a {
	display: block;
	padding: 15px 20px;
	background-color: white;
	color: black;
}

#news #link ul li a.sub {
	background-color: #ccc;	
}

#news #link ul li a:hover {
	background-color: lightcoral;
}

#news #link ul li a span {
	color: #999;
	font-size: 80%;
}

#news #newsbtn {
	padding: 10px 0;
	color: white;
	text-align: center;
	letter-spacing: 5px;
}

/* メインページ */

#feature .slick-prev:before,
#feature .slick-next:before {/*左右の矢印の色を変える*/
	color: #000;
}

#feature .slick-next {/*左右の矢印の位置を変える*/
	right: 120px;
	z-index: 98;
}

#feature .slick-prev {
	left: 120px;
	z-index: 99;
}

#feature img {/*スライド画像の横幅可変*/
	margin: 0 20px;
}

/* 会員紹介 */

#member {
	margin-top: 20px;
}

#member .slick-prev:before,
#member .slick-next:before {/*左右の矢印の色を変える*/
	color: #000;
}

#member .slick-next {/*左右の矢印の位置を変える*/
	right: -30px;
	z-index: 96;
}

#member .slick-prev {
	left: -30px;
	z-index: 97;
}

#member img {/*スライド画像の横幅可変*/
	margin: 0;
}

/* もくじ */

#mokujibtn {
	padding: 10px 0;
	background-color: black;
	text-align: center;
	color: white;
	font-size: 120%;
	letter-spacing: 20px;
	border-radius: 10px;
}

#mokuji .subtitle {
	margin: 20px 5px;
	padding: 5px;
	background-color: #ccc;
	letter-spacing: 5px;
}

#mokuji .submenu {
	list-style: none;
	margin: 0 0 30px 20px;
	padding: 0;
	height: 16px;
}

#mokuji .submenu li {
	float: left;
	padding-right: 20px;
	letter-spacing: 3px;
}

#mokuji .submenu li a {
	padding: 10px 20px;
	background: #eee;
	color: #333;
	border-radius: 5px;
}

#mokuji .submenu li a:hover {
	background-color: #A9D0F5;
}

/* ブログ記事の概要：メインページ */

#news-list {
	padding: 0;
	width: 960px;
	min-height: 310px;
	list-style: none;
}

#news-list .column {
	display: block;
	float: left;
	margin: 0 5px 10px 5px;
	width: 308px;
	height: 308px;
	border: 1px solid #999;
	background-color: grey;
	background-size: cover;
	background-position: center center;
}

.entry-desc .column span {
	display: block;
	margin: 206px 0 0;
	padding: 12px;
	height: 100px;
	background-color: white; 
	opacity: 0.8;
}

.entry-desc .column span strong {
	display: block;
	margin: 0 0 5px;
	min-height: 46px;
	font-size: 120%;
	letter-spacing: 1px;
}

/* 記事の概要：記事の一覧 ：ニュース系*/

#page-news-list {
	padding: 0;
	margin: 0;
	width: 920px;
	min-height: 310px;
	list-style: none;
}

#page-news-list .column {
	display: block;
	float: left;
	margin: 0 3px 6px 3px;
	width: 300px;
	height: 310px;
	border: 1px solid #999;
	background-color: grey;
	background-size: cover;
	background-position: center center;
}

#page-news-list .column span {
	display: block;
	margin: 208px 0 0;
	padding: 12px;
	height: 100px;
	background-color: white; 
	opacity: 0.8;
}

/* フッターは直接モジュールテンプレートに記載 */

/* メインページ以外 */

.pankuzu {
	background-color: #eee;
	list-style: none;
	padding: 10px 20px;
	margin:20px 0 30px;
	height: 40px;
	border-radius: 10px;
}

.pankuzu .list {
	float: left;
	padding-right: 10px;
}

.pankuzu .list a,
.pankuzu .list span {
	padding-right: 10px;
}

#page-body {
	margin: 0 20px 50px 20px;
}

#page-title {
	font-size: 140%;
	font-weight: bold;
	padding: 20px 0 30px;
	letter-spacing: 3px;
}

#page-title span {/* 店舗情報 */
	font-size: 60%;
	font-weight: normal;
}

#page-title-sub {
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 10px;
	letter-spacing: 2px;
}

#page-map {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}

#page-date {
	padding-bottom:20px;
	font-weight: normal;
}

#page-contents {
	margin-bottom: 30px;
	font-size: 120%;
	line-height: 160%;
	letter-spacing: 1px;
}

#page-contents p {
	margin-bottom: 20px;
}

#page-relatedlinks {
	clear: both;
	border-radius: 5px;
	border: 1px solid black;
	padding: 10px 15px;
	margin-top: 30px;
}

#page-data {
	margin: 0 0 40px;
}

#page-data th,
#page-data td {
	vertical-align: top;
	padding-bottom: 15px;
}

#page-data-link a {
	display: block;
	background-color: black;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
}

#page-data-link a:hover {
	background-color: #999;
}

#page-data th {
	width: 100px;
	font-weight: normal;
}

#related-entries .title {
	padding: 10px;
	border: 1px solid black;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#related-entries .list {
	margin: 0  0 50px 20px;
	padding: 0;
}

#related-entries .list li {
	margin-bottom: 5px;
}

#related-entries .list a:hover {
	color: deeppink;
}

/* イベント情報 */

#event-desc {
	width: 100%;
	font-size: 120%;
	line-height: 180%;
}

#event-desc .title p {
	padding: 10px;
	margin: 0;
	background-color: #ccc;
}

#event-desc td,
#event-desc th {
	padding: 5px;
	vertical-align: top;
}

#event-desc th {
	width: 120px;
	letter-spacing: 1px;
}

/* ショップガイド */

.category-list {
width: 100%;
margin: 0 0 30px 0;
}

.Category {
float: left;
width: 210px;
border: 1px solid #999;
color: #999;
padding: 10px;
margin: 0 10px 10px 0;
}

.SubCategory {
list-style: none;
margin: 0;
padding: 0;
}

.SubCategory .title {
display: block;
padding: 15px 10px;
font-size: 120%;
font-weight: bold;
}

.SubCategory a {
display: block;
float: left;
background: #EFF8FB;
padding: 10px;
border: 1px solid #A9D0F5;
border-radius : 5px;
margin: 0 5px 10px;
}

/* ウェブページ */

.page-link {
display: block;
padding: 15px 10px;
margin-bottom: 5px;
color: #333;
background-color: #eee;
border-radius: 5px;
}

/* PR */
#pr {
margin: 30px 20px;
}

#pr ul {
margin: 0;
padding: 0;
list-style: none;
}

#pr ul li {
display: inline;
padding-right: 20px;
}

/* 三田用水 */

.mita-fileno {
padding: 5px 10px; border: 1px solid black; margin-bottom: 16px;
}

.mita-filedesc {
padding: 0 10px; margin-bottom: 30px;
}

.mita-filedesc a {
font-weight: bold;
}

.mita-filename {
padding 0 10px; font-weight: bold; font-size: 120%; margin-bottom: 12px;
}

/* おもてなし */
.omotenashi-title {
font-weight: bold; padding: 15px; border:1px solid black; margin-bottom: 12px;
}

#omotenashi1 {
margin-bottom: 30px;
}

/* スポットガイド */

.spot-name {
font-size: 120%;
font-weight: bold;
}

.spot-kana {
font-size: 80%;
margin-bottom: 10px;
}

.spot-text {
margin-bottom: 30px;
}

.spot-text img {
margin-bottom: 20px;
}

.spot-text dl {
margin-top: 20px;
width: 100%;
border: 1px solid #ccc;
}

.spot-text dl dt {
width: 100px;
padding: 10px;
background: #ccc;
float: left;
text-align: center;
}

.spot-text dl dd {
margin-left: 110px;
padding: 10px;
}

#spot-link {
margin-bottom: 30px;
}
