@charset "UTF-8";

.ac:after{
	clear: both;
	content: '';
	display: block;
}

.post *:first-child{
	margin-top:0;
}
.post *:last-child{
	margin-bottom:0;
}

.post h2{
	font-size:1.5em;
	letter-spacing:0.2em;
	text-indent:0.2em;
	margin:3rem 0 1.5rem;
}

.post p{
	line-height:1.75;
	margin:-0.375em 0 1.125rem 0;
}

.post table{
	width:100%;
}

.post table th,
.post table td{
	line-height:1.5;
	padding:0.75em 0;
}

.post ul{
	margin:-0.375em 0 1.125rem 1.5em;
	list-style:disc;
}

.post ol{
	margin:-0.375em 0 1.125rem 1.75em;
	list-style:decimal;
}

.post .no-list{
	margin-left:0;
	list-style:none;
}

.post li{
	line-height:1.5;
	padding:0.125em 0;
}

.aligncenter{
	text-align:center;
}

.aligncenter img{
	margin-left:auto;
	margin-right:auto;
}

.tel{
	font-family: 'Open Sans', sans-serif;
	font-size:200%;
	font-weight:bold;
}

.tel strong{
	font-size:150%;
}

.telM {
    font-family: 'Open Sans', sans-serif;
    font-size: 180%;
    font-weight: bold;
}

.small{
	font-size:80%;
}

.large{
	font-size:125%;
}

.large2{
	font-size:150%;
}

/* slide */

.slide {
	position: relative;
}

.slide .image {
	width: 100%;
	padding-top: 60%;
	position: relative;
}

.slide .image li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slide .image li a{
	display: block;
	width: 100%;
	padding-top: 60%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.slide .thum ul {
	height: 21px;
	margin: 0 auto;
	position: absolute;
	bottom: 7px;
	right: 0;
	left: 0;
	z-index: 99;
}

.slide .thum li {
	width: 21px;
	height: 21px;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	position: relative;
}

.slide .thum li span {
	width: 7px;
	height: 7px;
	text-indent: -9999px;
	border-radius: 50%;
	border: 1px solid #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
}

.slide .thum li:hover span, .thum li.on span {
	background: #FFF;
}

/* youtube */

.youtube .ratio{
  position: relative;
  width: 100%;
	padding-top: 56.25%;
}
.youtube .ratio iframe{
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* #kurayoshi */

#kurayoshi{
}

#kurayoshi .body{
	margin: 0 auto;
}
#kurayoshi .slide{
	margin-bottom: 3rem;
}
#kurayoshi .info h2,
#kurayoshi0 .info h2{
	font-size:150%;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-bottom: 1rem;
}

#kurayoshi .info table,
#kurayoshi0 .info table{
	width: 100%;
	border-top:1px dotted rgba(187,147,101,0.48);
}

#kurayoshi .info td,
#kurayoshi0 .info td{
	line-height: 1.5;
	padding: 0.75em 0;
	border-bottom:1px dotted rgba(187,147,101,0.48);
}

#kurayoshi .info .td,
#kurayoshi0 .info .td{
	width: 8em;
}

#kurayoshi0 .info .r p{
	line-height: 1.75;
	margin: -0.375em 0;
}



/* kurayoshi0 */

#kurayoshi0{
	padding: 3rem 0;
}

#kurayoshi0 .slide2 {
	width: 100%;
	max-width: 2800px;
	margin: 0 auto 3rem;
  position: relative;
}

#kurayoshi0 .slide2 .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#kurayoshi0 .slide2 .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#kurayoshi0 .slide2 .image li{
  float: left;
	box-sizing: border-box;
}

#kurayoshi0 .slide2 .prev img {
  width: 3rem;
	margin: auto 0;
  position: absolute;
  top: 0;
	bottom: 0;
  z-index: 98;
  cursor: pointer;
}

#kurayoshi0 .slide2 .next img {
  width: 3rem;
	margin: auto 0;
  position: absolute;
  top: 0;
	bottom: 0;
  z-index: 98;
  cursor: pointer;
}

#kurayoshi0 .slide2 .prev:hover img, #kurayoshi0 .slide2 .next:hover img {
  opacity: 0.64;
}

#kurayoshi0 .info table{
	margin-bottom: 1em;
}

#kurayoshi0 .info .l p{
	text-align: center;
}
