@charset "UTF-8";

:root {
/*old color*/
/*--primary-color : #385287; blue */
--primary-color : #7947ba; purple 

}

body, div, header, footer, h1, h2, h3, p, a, img, nav, ul, li, section, aside {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	background: url(/img/pa.png) no-repeat top fixed;
	color: #323232;
}
ul {
	list-style: none;
}
img {
	vertical-align: text-top;
	max-width: 100%;
	height: auto;
}
p.img {
	max-width:100%;
}
a {
	text-decoration: none;
}
html {
	font-size: 62.5%;
}
#content {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}
p.img {
	width: 800px;
	margin: 0 auto;
}
#main {
	width: 55%;
	margin: 10px 10px auto;
	float: left;
}
#sub {
	width: 35%;
	float: right;
	margin: 10px 10px auto;
}
h2 img {
	padding-right: 10px;
}
h2.left {
	padding-left: 10px;
	border-left: var(--primary-color) 8px solid;
	margin-bottom: 20px;
}
section {
	margin-bottom: 20px;
}
.news dl dd {
	padding-left: 80px;
	margin-top: -33px;
	padding-bottom: 10px;
}
.news dt {
	padding-bottom: 13px;
	line-height: 12px;
}
.news dd a {
	color: #313131;
	border-bottom: 1px dotted #79C1B7;
}
.news dd a:hover {
	color: #A8009D;
	border-bottom: 1px #A8009D solid;
}
p {
	padding-bottom: 20px;
}
.kumo {
	margin-top: 30px;
	background:url(/img/big.png) repeat-x;
	height: 40px;
}
header {
	text-align: center;
	height: 198px;
	padding-bottom: 10px;
}
header h1 {
	font-size: 13px;
	color: #635E55;
}
header p {
	font-size: 12px;
}
.g_nav {
	width: 100%;
	height: 40px;
	background: var(--primary-color);
	box-shadow: 10px 0 #EDEDED;
	margin-bottom: 20px;
}
/*----------------------------*/

#menu {
	width: 530px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu li a {
	width: auto;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: block;
	background: #666;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset, -1px 0px 0px rgba(225,225,225,0.3) inset, 0px 1px 1px rgba(0,0,0,0.1) inset, 0px -1px 1px rgba(0,0,0,0.3) inset, 0px 1px 3px #666;
}
#menu li:first-child a {
	box-shadow: -1px 0px 0px rgba(225,225,225,0.3) inset, 0px 1px 1px rgba(0,0,0,0.1) inset, 0px -1px 1px rgba(0,0,0,0.3) inset, 0px 1px 3px #666;
}
#menu li:last-child a {
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset, 0px 1px 1px rgba(0,0,0,0.1) inset, 0px -1px 1px rgba(0,0,0,0.3) inset, 0px 1px 3px #666;
}
#menu li a:hover {
	background: #555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
	box-shadow: 1px 0px 0px rgba(225,225,225,0) inset, -1px 0px 0px rgba(225,225,225,0) inset, 0px 1px 1px rgba(0,0,0,0.1) inset, 0px -1px 1px rgba(0,0,0,0.3) inset, 0px 1px 3px #666;
}
/*------------------------------*/
#main p.come {
	width: 263px;
	margin: 0 auto;
}
#menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
#menu li {
	display: block;
	float: left;
	width: 14.2%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 12px 0 10px;
	background: var(--primary-color);
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover {
	background: var(--primary-color);
}
#toggle {
	display: none;
}
#menu li.this a {
	background: #FFFFFF;
	color: #000000;
	border-bottom: var(--primary-color) solid 2px;
}
ul.tab {
	padding: 0;
}
ul.tab li {
	list-style-type: none;
	width: 33.3%;
	height: 40px;
	float: left;
}
ul.tab li a {
	outline: none;
	background: #fff;
	display: block;
	color: #2A2A2A;
	line-height: 40px;
	text-align: center;
	border-radius: 25px 25px 0px 0px;
	border: hsla(0,0%,46%,1.00) solid 1px;
}
ul.tab li a:hover {
	background: #FFFFFF;
	color: #000000;
}
ul.tab li a.selected {
	background: var(--primary-color);
	text-decoration: none;
	color: #FFF;
	cursor: default;
}
ul.panel {
	clear: both;
	border: 1px solid #2B2B2B;
	border-top: none;
	padding: 0;
}
ul.panel li {
	list-style-type: none;
	padding: 10px;
	text-indent: 1em;
	color: #333;
}
aside {
	width: 90%;
	background-color: hsla(0,0%,100%,0.31);
}
#sub aside p.map {
	margin: 0 auto;
	text-align: center;
}
#sub aside p {
	text-align: left;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	background: var(--primary-color);
	text-decoration: none;
	color: #ffffff;
	width: 60px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #C9C9C9;
	color: var(--primary-color);
}
footer {
	height: 200px;
	text-align: center;
	padding-top: 50px;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	border-top: var(--primary-color) 6px solid;
}
.sitaobi {
	background: url(/img/obi.png) repeat-x;
	height: 57px;
}
.sitaobi p {
	text-align: center;
	height: 82px;
}
footer nav {
	margin: 0 auto;
	max-width: 960px;
	width: 80%;
	overflow: hidden;
}
footer nav li {
	display: block;
	width: 15%;
	float: left;
}
footer nav li a {
	color: #1D1D1D;
	text-decoration: none;
	line-height: 30px;
}
#about p {
	float: left;
}
#about img {
	float: right;
}
#about p a {
	color: #A8009D;
}
#map {
	margin: 0 auto;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe {
	max-width: 450px;
	width: 100%;
	margin: 10px auto;
}
/*rink*/

/*.bxslider {
	width: 800px auto;
}*/
/*//////////////////////////////////////////////////////
    WIDESLIDER  ここから
//////////////////////////////////////////////////////*/

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: url(/img/prev.jpg) no-repeat right center;
}
.slider_next {
	background: url(/img/next.jpg) no-repeat left center;
}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 13px;
	height: 13px;
	display: inline-block;
	overflow: hidden;
	background: #FFFFFF;
}
.pagination a.active {
	filter: opacity(100) !important;
	opacity: 1 !important;
}


/*naosi*/
@media only screen and (max-width:580px) {
#menu {
	display: none;
}
#menu li {
	width: 100%;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: var(--primary-color);
}
#toggle a {
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: var(--primary-color);
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 2px;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
}
body.home {
	font-size: 1.1rem;
}
#main {
	overflow: hidden;
	padding: 0;
}
section {
	margin: 10px;
}
img.miniimage {
	display: block;
}
img.bigimage {
	display: none;
}
#main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
#sub {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
aside {
	margin: 0 auto;
}
footer nav li {
	width: 50%;
}
footer nav li a {
	font-size: 1.5rem;
}
}


.accordion {
  background: var(--primary-color);
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
	text-decoration: none;
	background: #C9C9C9;
	color: var(--primary-color);
}

.accordion:after {
  content: '\002B';
  color: #00000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panelcontent {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}