@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			   - index
						- service
						- fee
						- about
						- news
						- privacy
						- sitemap

--------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1000px){

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#indexHeader {
	position: relative;
	width: 100%;
	height: 400px;
}

#indexHeader .movieBox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

#indexHeader .movieBox video {
 position: absolute;
 z-index: -2;
 top: 50%;
 right: 0;
 bottom: 0;
 left: 50%;
 transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 width: 100%;
	max-width: 100%;
}

#indexHeader .movieBox:before {
	position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: block;
 content: '';
	background: url(../image/movie_back.png);
	background-color: rgba(0, 0, 0, 0.3);
}

#indexHeader .text {
	position: absolute;
	width: 100%;
	top: 140px;
	left: 10%;
	z-index: 10;
	color: #FFF;
	font-size: 30px;
	font-weight: 600;
		text-shadow: 
	 1px 1px 1px #236CB0,
	 1px -1px 1px #236CB0,
	 -1px 1px 1px #236CB0,
	 -1px -1px 1px #236CB0,
	 3px 3px 10px #236CB0,
		-3px -3px 10px #236CB0;
		letter-spacing: 0.05em;
}

#indexHeader .movieBox img {
 height: 100%;
 width: auto;
}

#indexCont {
	background: url(../image/back-01.png) no-repeat center 160px;
}

#indexCont .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 32px 0;
}

#indexCont .inner h2 {
	position: relative;
	-webkit-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
	margin: 0 0 0 100px;
	padding: 32px 10px 32px;
	color: #236cb0;
	font-size: 28px;
	font-weight: 500;
}

#indexCont .inner h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 24px;
	height: 3px;
	background-color: #1C548A;
}

#indexCont .flex {
	display: flex;
	align-items: flex-start;
}

#indexCont .inner ul {
	width: 100%;
	margin: 40px 0 0 160px;
	padding: 0;
	list-style: none;
}

#indexCont .inner ul li {
	margin: 0 0 60px;
	padding: 0 0 10px;
	font-size: 20px;
	border-bottom: 1px solid #236cb0;
}

#indexCont .inner ul li:nth-child(2n) {
	margin: 0 0 60px 100px;
}

#indexCont .inner ul li span {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	margin: 0 32px 0 16px;
	position: relative;
	top: -18px;
	color: #1C548A;
	font-weight: 600;
}

#indexCont .inner ul li span::after {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

#indexCont .inner ul li:nth-child(1) span::after {
	content: "01";
}

#indexCont .inner ul li:nth-child(2) span::after {
	content: "02";
}

#indexCont .inner ul li:nth-child(3) span::after {
	content: "03";
}

#indexCont .inner ul li:nth-child(4) span::after {
	content: "04";
}

#indexCont .inner ul li:nth-child(5) span::after {
	content: "05";
}

#indexCont .inner p {
	width: 100%;
	margin: 40px 0 40px 80px;
	padding: 0;
	list-style: none;
}

#indexCont .inner p img {
	margin: 40px 0 0;
}

#indexBanner {
	background: url(../image/index_banner_back.jpg) no-repeat center 0;
	background-size: cover;
}

#indexBanner .inner {
	width: 1000px;
	margin: 0 auto;
}

#indexBanner .inner ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexBanner .inner ul li {
	width: 50%;
	margin: 60px 3%;
	text-align: center;
}

#indexBanner .inner ul li a {
	display: block;
	position: relative;
	color: #FFF;
	padding: 140px 0;
	text-decoration: none;
	border: 2px solid #FFF;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

#indexBanner .inner ul li a:before {
	position: absolute;
	width: 2px;
	height: 40px;
	left: 80px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #FFF;
	transform: rotate(45deg);
}

#indexBanner .inner ul li a:after {
	position: absolute;
	width: 2px;
	height: 40px;
	right: 80px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #FFF;
	transform: rotate(45deg);
}

#indexBanner .inner ul li a:hover {
	background-color: rgba(255, 255, 255, .3);
}

#indexNews {
	padding: 40px 0;
}

#indexNews .inner {
	width: 1000px;
	margin: 0 auto;
	background: url(../image/back-02.png) no-repeat 100% 40px;
}

#indexNews .inner h2 {
	position: relative;
	-webkit-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
	margin: 0;
	padding: 32px 10px 32px;
	color: #236cb0;
	font-size: 28px;
	font-weight: 500;
}

#indexNews .inner h2 span {
	display: block;
	margin-top: 28px;
}

#indexNews .newsList {
	display: flex;
	margin: 0 0 40px;
}

#indexNews .newsList div {
	width: 33.33333%;
	padding: 20px;
	border-right: 1px solid #236cb0;
}

#indexNews .newsList div p {
	line-height: 1.4;
}

#indexNews .newsList div p.date {
	line-height: 1;
	margin: 0 0 4px;
}

#indexNews .newsList div p.date span {
	display: inline-block;
	border: 1px solid #3276B5;
	color: #3276B5;
	padding: 2px 8px;
	margin: 0 0 4px 8px;
}

#indexNews .newsList div h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}

#indexNews .newsList div h3 a {
	color: #236cb0;
	text-decoration: none;
}

#indexNews .newsList div h3 a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------------------------*/
#second.service .secTitle {
	background: url(../image/service_back.jpg) no-repeat center center;
	background-size: cover;
}

#second.service .content h3 {
	margin: 0 0 10px;
	padding: 0 0 0 32px;
	font-size: 22px;
	font-weight: 500;
	background: url(../image/mark-01.png) #E9F0F7 no-repeat 8px 5px;
	border: none;
}

#second.service .content h3::before {
	position: static;
	background-color: transparent;
}


/*------------------------------------------------------------------------------------------------
  fee
--------------------------------------------------------------------------------------------------*/
#second.fee .secTitle {
	background: url(../image/fee_back.jpg) no-repeat center center;
	background-size: cover;
}

#second.fee .komon {
	width: 100%;
	margin: 0 0 10px;
}

#second.fee .komon th {
	border: 1px solid #CCC;
	padding: 8px;
	width: 20%;
	font-weight: 400;
	background-color: #EFEFD3;
}

#second.fee .komon td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: center;
}

#second.fee .tetuzuki {
	width: 100%;
}

#second.fee .tetuzuki thead th {
	border: 1px solid #CCC;
	border-bottom: 3px double #CCC;
	padding: 8px;
	font-weight: 400;
	background-color: #EFEFD3;
}

#second.fee .tetuzuki tbody th {
	border: 1px solid #CCC;
	padding: 8px;
	font-weight: 400;
	text-align: left;
}

#second.fee .tetuzuki tbody td {
	border: 1px solid #CCC;
	padding: 8px;
}

#second.fee .tetuzuki tbody td.fee {
	text-align: right;
}

#second.fee .tetuzuki tbody td.feeC {
	text-align: center;
}

#second.fee .tetuzuki tbody th.odd,
#second.fee .tetuzuki tbody td.odd {
	background-color: #F3F2F1;
}



/*------------------------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------------------------*/
#second.about .secTitle {
	background: url(../image/about_back.jpg) no-repeat center center;
	background-size: cover;
}

.gmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
	margin: 0 0 40px;
}

.gmap iframe,
.gmap object,
.gmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

#second.about .info {
	width: 700px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px;
}

#second.about .profile {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

#second.about .profile .photo {
	width: 400px;
	text-align: center;
	font-weight: 500;
}

#second.about .profile .photo img {
	margin: 0 0 20px;
	max-width: 100%;
	box-shadow: 8px 8px 0 #BEE5F9; 
}

#second.about .text {
	width: 500px;
	padding: 10px 0 0;
}

#second.about .text dl {
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

#second.about .text dl::before {
	content: "";
	position: absolute;
	background-color: rgba(185, 228, 249, .7);
	width: 40px;
	height: 40px;
	z-index: -1;
	bottom: -10px;
	right: 0;
}

#second.about .text dl::after {
	content: "";
	position: absolute;
	background-color: rgba(185, 228, 249, .7);
	width: 20px;
	height: 20px;
	z-index: -1;
	bottom:20px;
	right: 30px;
}

#second.about .text dl dt {
	width: 22%;
	border-bottom: 1px dotted #CCC;
	padding: 4px;
	margin: 0 0 8px;
}

#second.about .text dl dd {
	width: 78%;
	border-bottom: 1px dotted #CCC;
	padding: 4px;
	margin: 0 0 8px;
}

#second.about .keireki {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	margin: 0 0 40px;
}

#second.about .keireki:before {
	position:absolute;
	top: 5px;
	left: 168px;
	width: 2px;
	height: 100%;
	background-color: #EEE;
	content: "";
}

#second.about .keireki dt {
	width: 20%;
	padding: 12px;
	position: relative;
}

#second.about .keireki dt:before {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #bee5f9;
	border-radius: 50%;
	content: "";
	top: 20px;
	right: 25px;
}

#second.about .keireki dd {
	width: 80%;
	padding: 12px;
}

#second.about .like {
  position: relative;
  padding: 8px;
		width: 200px;
  border-radius: 10px;
  background: #FDE1B3;
		text-align: center;
		font-weight: 500;
		margin: 0 80px !important;
}

#second.about .like:after {
  position: absolute;
  bottom: -13px;
  left: calc(50% - 14px);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #FDE1B3 transparent transparent transparent;
}

#second.about .dance {
	display: flex;
	margin: -10px 100px 80px;
}

#second.about .dance .photo {
	width: 30%;
}

#second.about .dance .photo img {
	max-width: 100%;
	height: auto;
}

#second.about .dance .text {
	width: 70%;
	margin-left: 40px;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#second.news .secTitle {
	background: url(../image/news_back.jpg) no-repeat center center;
	background-size: cover;
}

.newsListUl {
	margin: 0 80px 40px;
	padding: 0;
	list-style: none;
}

.newsListUl li {
	margin: 0 0 16px;
	padding: 0;
	border-bottom: 1px dotted #CCC;
}

.newsListUl li a {
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 1.2;
	background: url(../image/mark-02.png) no-repeat 98% center;
	background-size: 8px;
	padding: 8px;
}

.newsListUl li a:hover {
	background: url(../image/mark-02.png) #F5F5E4 no-repeat 98% center;
	background-size: 8px;
}

.newsListUl li a dt span {
	display: inline-block;
	border: 1px solid #3276B5;
	color: #3276B5;
	background-color: #FFF;
	padding: 2px 8px;
	margin: 0 0 4px 8px;
}

.newsDetail {
	padding: 0 0 40px;
}

.newsDetail .date {
	text-align: right;
}

.newsDetail .date span {
	display: inline-block;
	border: 1px solid #3276B5;
	color: #3276B5;
	background-color: #FFF;
	padding: 2px 8px;
	margin: 0 0 4px 8px;
}


/*------------------------------------------------------------------------------------------------
  privacy
--------------------------------------------------------------------------------------------------*/
#second.privacy .secTitle {
	background: url(../image/privacy_back.jpg) no-repeat center center;
	background-size: cover;
}


/*------------------------------------------------------------------------------------------------
  sitemap
--------------------------------------------------------------------------------------------------*/
#second.sitemap .secTitle {
	background: url(../image/sitemap_back.jpg) no-repeat center center;
	background-size: cover;
}

.sitemapList {
	margin: 0 30px 40px;
	list-style: none;
}

.sitemapList li a {
	color: #000;
	padding: 12px 8px 12px 32px;
	display: block;
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
	background: url(../image/mark-02.png) no-repeat 12px center;
	background-size: 8px;
}

.sitemapList li a:hover {
	background: url(../image/mark-02.png) #F5F5E4 no-repeat 12px center;
	background-size: 8px;
}

}

@media screen and (max-width: 999px) {

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#indexHeader {
	position: relative;
	width: 100%;
	height: 200px;
}

#indexHeader .movieBox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

#indexHeader .movieBox video {
 width: auto;
 width: 100%;
}

#indexHeader .movieBox:before {
	position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: block;
 content: '';
	background: url(../image/movie_back.png);
	background-color: rgba(0, 0, 0, 0.3);
}

#indexHeader .text {
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0;
	right: 0;
	z-index: 10;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
		text-shadow: 
	 1px 1px 1px #236CB0,
	 1px -1px 1px #236CB0,
	 -1px 1px 1px #236CB0,
	 -1px -1px 1px #236CB0,
	 3px 3px 10px #236CB0,
		-3px -3px 10px #236CB0;
		letter-spacing: 0.05em;
		text-align: center;
		line-height: 1.4;
}

#indexHeader .movieBox img {
 height: 100%;
 width: auto;
}

#indexCont {
	background: url(../image/back-01.png) no-repeat -600px 30px;
}

#indexCont .inner {
	width: 90%;
	margin: 0 auto;
	padding: 32px 0;
}

#indexCont .inner h2 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 8px;
	color: #236cb0;
	font-size: 24px;
	font-weight: 500;
}

#indexCont .inner h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	content: "";
	width: 24px;
	height: 3px;
	background-color: #1C548A;
}

#indexCont .inner ul {
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

#indexCont .inner ul li {
	margin: 0 0 40px;
	padding: 0 0 10px;
	font-size: 18px;
	border-bottom: 1px solid #236cb0;
	text-align: center;
}

#indexCont .inner ul li span {
	display: block;
	font-size: 14px;
	text-align: center;
	margin: 0 0 10px;
	position: relative;
	top: -18px;
	color: #1C548A;
	font-weight: 600;
}

#indexCont .inner ul li span::after {
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

#indexCont .inner ul li:nth-child(1) span::after {
	content: "01";
}

#indexCont .inner ul li:nth-child(2) span::after {
	content: "02";
}

#indexCont .inner ul li:nth-child(3) span::after {
	content: "03";
}

#indexCont .inner ul li:nth-child(4) span::after {
	content: "04";
}

#indexCont .inner ul li:nth-child(5) span::after {
	content: "05";
}

#indexBanner {
margin: 0 0 40px;
}

#indexBanner .inner {
	width: 90%;
	margin: 0 auto;
}

#indexBanner .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexBanner .inner ul li {
	text-align: center;
}

#indexBanner .inner ul li:nth-child(1) {
    background: url(../image/index_banner_back_sp-01.jpg) no-repeat center center;
    background-size: cover;
}

#indexBanner .inner ul li:nth-child(2) {
    background: url(../image/index_banner_back_sp-02.jpg) no-repeat center center;
    background-size: cover;
}

#indexBanner .inner ul li a {
	display: block;
	position: relative;
	color: #FFF;
	padding: 120px 0;
	text-decoration: none;
	border: 2px solid #FFF;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

#indexBanner .inner ul li a:before {
	position: absolute;
	width: 2px;
	height: 40px;
	left: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #FFF;
	transform: rotate(45deg);
}

#indexBanner .inner ul li a:after {
	position: absolute;
	width: 2px;
	height: 40px;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #FFF;
	transform: rotate(45deg);
}

#indexBanner .inner ul li a:hover {
	background-color: rgba(255, 255, 255, .3);
}


#indexNews {
	padding: 40px 0;
}

#indexNews .inner {
	width: 90%;
	margin: 0 auto;
	background: url(../image/back-02.png) no-repeat -50% -100px;
}

#indexNews .inner h2 {
	position: relative;
	margin: 0;
	color: #236cb0;
	font-size: 24px;
	font-weight: 500;
}

#indexNews .inner h2 span {
}

#indexNews .newsList {
	margin: 0 0 40px;
}

#indexNews .newsList div {
	padding: 20px;
	border-bottom: 1px solid #236cb0;
}

#indexNews .newsList div p {
	line-height: 1.4;
}

#indexNews .newsList div p.date {
	line-height: 1;
	margin: 0 0 4px;
}

#indexNews .newsList div p.date span {
	display: inline-block;
	border: 1px solid #3276B5;
	color: #3276B5;
	padding: 2px 8px;
	margin: 0 0 4px 8px;
}

#indexNews .newsList div h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}

#indexNews .newsList div h3 a {
	color: #236cb0;
	text-decoration: none;
	background: url(../image/mark-02.png) no-repeat 0 center;
	background-size: 6px;
	padding-left: 10px;
}

#indexNews .newsList div h3 a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------------------------*/
#second.service .secTitle {
	background: url(../image/service_back.jpg) no-repeat center center;
	background-size: cover;
}

#second.service .content h3 {
	margin: 0 0 10px;
	padding: 2px 0 2px 20px;
	font-size: 18px;
	font-weight: 500;
	background: url(../image/mark-01.png) #E9F0F7 no-repeat 8px 8px;
	background-size: 8px;
	border: none;
}

#second.service .content h3::before {
	position: static;
	background-color: transparent;
}


/*------------------------------------------------------------------------------------------------
  fee
--------------------------------------------------------------------------------------------------*/
#second.fee .secTitle {
	background: url(../image/fee_back.jpg) no-repeat center center;
	background-size: cover;
}

#second.fee .komon {
	width: 100%;
	margin: 0 0 10px;
}

#second.fee .komon th {
    display:none;
/*	border: 1px solid #CCC;
	padding: 8px;
	width: 20%;
	font-weight: 400;
	background-color: #EFEFD3;*/
}

#second.fee .komon td:nth-of-type(1) {
display: none;
}

#second.fee .komon td:before {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px;
	width: 100%;
	font-weight: 400;
	background-color: #EFEFD3;
	display: block;
	margin-bottom: 4px;
}

#second.fee .komon td:nth-of-type(2):before {
content: "5人以下";
}
#second.fee .komon td:nth-of-type(3):before {
content: "6～10人";
}
#second.fee .komon td:nth-of-type(4):before {
content: "11人～20人";
}
#second.fee .komon td:nth-of-type(5):before {
content: "21人～30人";
}

#second.fee .komon td {
    display:block;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin: 0 0 10px;
	padding: 8px;
}

#second.fee .tetuzuki {
	width: 100%;
}

#second.fee .tetuzuki thead th {
	border: 1px solid #CCC;
	border-bottom: 3px double #CCC;
	padding: 8px;
	font-weight: 400;
	background-color: #EFEFD3;
}

#second.fee .tetuzuki tbody th {
	border: 1px solid #CCC;
	padding: 8px;
	font-weight: 400;
	text-align: left;
}

#second.fee .tetuzuki tbody td {
	border: 1px solid #CCC;
	padding: 8px;
}

#second.fee .tetuzuki tbody td.fee {
	text-align: right;
}

#second.fee .tetuzuki tbody td.feeC {
	text-align: center;
}

#second.fee .tetuzuki tbody th.odd,
#second.fee .tetuzuki tbody td.odd {
	background-color: #F3F2F1;
}



/*------------------------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------------------------*/
#second.about .secTitle {
	background: url(../image/about_back.jpg) no-repeat center center;
	background-size: cover;
}

.gmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
	margin: 0 0 40px;
}

.gmap iframe,
.gmap object,
.gmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

#second.about .info {
	width: 100%;
	margin: 0 auto 40px;
}

#second.about .info div img {
display:block;
margin: 0 auto;
}

#second.about .profile {
	margin: 0 0 40px;
}

#second.about .profile .photo {
	text-align: center;
	font-weight: 500;
}

#second.about .profile .photo img {
    display: block;
	margin: 0 auto;
	max-width: 80%;
	box-shadow: 8px 8px 0 #BEE5F9; 
}

#second.about .text {
}

#second.about .text dl {
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

#second.about .text dl::before {
	content: "";
	position: absolute;
	background-color: rgba(185, 228, 249, .7);
	width: 40px;
	height: 40px;
	z-index: -1;
	bottom: -10px;
	right: 0;
}

#second.about .text dl::after {
	content: "";
	position: absolute;
	background-color: rgba(185, 228, 249, .7);
	width: 20px;
	height: 20px;
	z-index: -1;
	bottom:20px;
	right: 30px;
}

#second.about .text dl dt {
	width: 28%;
	border-bottom: 1px dotted #CCC;
	padding: 4px;
	margin: 0 0 8px;
}

#second.about .text dl dd {
	width: 72%;
	border-bottom: 1px dotted #CCC;
	padding: 4px;
	margin: 0 0 8px;
}

#second.about .keireki {
	position: relative;
	margin: 0 0 40px;
}


#second.about .keireki dt {
	padding: 12px 12px 0 16px;
	position: relative;
}

#second.about .keireki dt:before {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #bee5f9;
	border-radius: 50%;
	content: "";
	top: 20px;
	left: 0;
}

#second.about .keireki dd {
	padding: 0 16px 12px;
	border-bottom: 1px dotted #CCC;
}

#second.about .like {
  position: relative;
  padding: 8px;
		width: 200px;
  border-radius: 10px;
  background: #FDE1B3;
		text-align: center;
		font-weight: 500;
		margin: 0 auto !important;
}

#second.about .like:after {
  position: absolute;
  bottom: -13px;
  left: calc(50% - 14px);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #FDE1B3 transparent transparent transparent;
  z-index: 10;
}

#second.about .dance {
	margin: 10px 0 80px;
}

#second.about .dance .photo {
margin: 0 0 10px;
}

#second.about .dance .photo img {
}

#second.about .dance .text {
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#second.news .secTitle {
	background: url(../image/news_back.jpg) no-repeat center center;
	background-size: cover;
}

.newsListUl {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.newsListUl li {
	margin: 0 0 16px;
	padding: 0;
	border-bottom: 1px dotted #CCC;
}

.newsListUl li a {
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 1.2;
	background: url(../image/mark-02.png) no-repeat 98% center;
	background-size: 8px;
	padding: 8px;
}

.newsListUl li a:hover {
	background: url(../image/mark-02.png) #F5F5E4 no-repeat 98% center;
	background-size: 8px;
}

.newsListUl li a dt span {
	display: inline-block;
	border: 1px solid #3276B5;
	color: #3276B5;
	background-color: #FFF;
	padding: 2px 8px;
	margin: 0 0 4px 8px;
}

.newsDetail {
	padding: 0 0 40px;
}

.newsDetail .date {
	text-align: right;
}

.newsDetail .date span {
	display: inline-block;
	border: 1px solid #3276B5;
	color: #3276B5;
	background-color: #FFF;
	padding: 2px 8px;
	margin: 0 0 4px 8px;
}


/*------------------------------------------------------------------------------------------------
  privacy
--------------------------------------------------------------------------------------------------*/
#second.privacy .secTitle {
	background: url(../image/privacy_back.jpg) no-repeat center center;
	background-size: cover;
}


/*------------------------------------------------------------------------------------------------
  sitemap
--------------------------------------------------------------------------------------------------*/
#second.sitemap .secTitle {
	background: url(../image/sitemap_back.jpg) no-repeat center center;
	background-size: cover;
}

.sitemapList {
	margin: 0 0 40px !important;
	padding: 0;
	list-style: none;
}

.sitemapList li a {
	color: #000;
	padding: 12px 8px 12px 32px;
	display: block;
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
	background: url(../image/mark-02.png) no-repeat 12px center;
	background-size: 8px;
}

.sitemapList li a:hover {
	background: url(../image/mark-02.png) #F5F5E4 no-repeat 12px center;
	background-size: 8px;
}

}


