@charset "UTF-8";

/* style_index.css に対応するcss */

@media (max-width: 768px) {

/* -------------------------------
ヘッダー
---------------------------------- */
#header .wrapper {
	height: auto;
}

#logo {
	position: static;
	margin: 70px auto 0;
}

#logo img {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

#description {
	width: 100%;
	top: -30px;
}

#description img {
	width: 75%;
	/*width: auto;*/
	max-width: 100%;
	margin: 0 auto;
}

#header ul li {
	width: 25px;
}

#header ul li.searchArea {
	min-width: 25px;
	width: auto;
}


/* -------------------------------
グローバルナビ
---------------------------------- */
#gNavi ul {
	background: none;
}

#gNavi ul li {
	display: block;
	width: 50%;
	height: 33px;
	margin: 0 0 20px 0;
}

#gNavi ul li:first-child {
	margin: 0 0 20px 0;
}

#gNavi img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


/* -------------------------------
スライド
---------------------------------- */
#slide {
	width: 100%;
	margin: 0 0 30px 0;
}

#slide ul li {
	margin: 0 0 5px 0;
	display: none;
}

#slide ul li:first-child {
	display: inline;
}

.sizeL01 {
	width: 100%;
	height: auto;
}

.sizeL02 {
	width: 100%;
	height: auto;
}

.sizeS01 {
	width: 100%;
    height: 133px;
}

.sizeS02 {
	width: 100%;
    height: 133px;
}

/* -------------------------------
新着情報
---------------------------------- */
#main {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

#main img {
	width: auto;
	max-width: 100%;
}

#news .article dt {
	float: none;
	width: 130px;
	margin-bottom: 5px;
}

#news .article dd {
	padding-left: 0;
}


/* -------------------------------
カレンダー、本日の催し
---------------------------------- */
#sub {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

#sub img {
	width: auto;
	max-width: 100%;
}

#calender {
	display: none;
}


/* -------------------------------
カレンダー 吹き出し
---------------------------------- */
#calender {
	position: relative;
}

#calender tbody td {
	position: static;
}

#calender tbody td .arwBox {
	top: 305px !important;
	left: 5% !important;
	width: 80%;
}

#calender tbody td div.arwBox:before {
    border-color: rgba(178, 178, 178, 0);
	border-bottom-color: #b2b2b2;
}

#calender tbody td .arwBox:after {
	border-color: rgba(255, 255, 234, 0);
	border-bottom-color: #ffffea;
	border-width: 16px;
	margin-top: -15px;
}

#calender tbody td .arwBox:after,
#calender tbody td .arwBox:before {
	left: 80%;
	top: -16px;
}


/* -------------------------------
コンテンツメニュー (フッター上)
---------------------------------- */
.contentsmenu {
	margin: 0;
	width: 100%;
}

.contentsmenu ul {
	margin: 0;
	overflow: hidden;
	list-style: none;
}

.contentsmenu ul li {
	float: left;
	width: 49%;
	margin: 0 0 5px 0;
}

.contentsmenu ul li:nth-child(2n+0) {
	float: right;
}



}/* end @media (max-width: 768px) */

