@charset "utf-8";


/*-----------------------------
	about
------------------------------*/

#about{
	clear:both;
	background:#fff;
	margin-bottom:50px;
}
/* box1 */
#about .box1{
	clear:both;
	text-align:left;
	padding:30px 80px 50px;
	overflow:hidden;
}
#about .box1 dl{
	float:left;
	width:480px;
}
#about .box1 dl dt{
	font-size:180%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:20px;
}
#about .box1 dl dd{
	line-height:2;
}
#about .box1 div{
	float:right;
	width:260px;
	text-align:center;
	padding:20px 30px;
	background:#F1F9E3;
}
#about .box1 dl dd .fin {
	float: none;
	width: auto;
	background: #fff;
	border: 1px solid #990000;
	padding: 10px;
	margin-bottom: 10px;
	color: #990000;
	text-align: left;
}
#about .box1 div .memo{
	font-size:85%;
	text-align:left;
	line-height:2;
	padding:20px 0;
}
#about .box1 div .more{
	display:inline-block;
	padding-left:25px;
	background:url(../common/images/gnav_icon.png) no-repeat left center;
}
/* box2 */
#about .box2{
	clear:both;
	text-align:center;
	padding:20px 25px 40px;
	overflow:hidden;
}
#about .box2 ul{
	padding:0 35px;
	margin-bottom:5px;
}
#about .box2 ul li{
	margin:0 2px;
}
#about .box2 p{
	font-size:85%;
	text-align:right;
	margin-bottom:5px;
}
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev{
	outline:none;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	max-width:30px;
}
.slick-next{
	outline:none;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	max-width:30px;
}
/* box3 */
#about .box3{
	clear:both;
	text-align:center;
	padding:20px 80px 40px;
	overflow:hidden;
}
#about .box3 figure{
	float:left;
	width:330px;
}
#about .box3 table{
	text-align:left;
}
#about .box3 table caption{
	line-height:1.2;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	border-left:3px solid #F0E2E2;
	margin-bottom:5px;
}
#about .box3 table th{
	width:7em;
	font-weight:bold;
	padding:10px;
	border-bottom:1px dotted #ccc;
}
#about .box3 table td{
	padding:10px;
	border-bottom:1px dotted #ccc;
}
#about .box3 table td.fin {color: #999999;}
#about .box3 table td.fin p {color: #CC0000;font-weight: bold;}
#about .box3 table td a,
#about .box3 figure a{
	display:inline-block;
	font-size:85%;
	line-height:20px;
	text-decoration:none;
	border:1px solid #999;
	padding:0 15px 0 25px;
	background:url(../common/images/gnav_icon.png) no-repeat 8px center;
	-webkit-background-size:auto 60px;
	-moz-background-size:auto 60px;
	background-size:auto 60px;
}
#about .box3 table td small{
	font-size:85%;
}
#about .box3 table tr:first-child th,
#about .box3 table tr:first-child td{
	border-top:1px dotted #ccc;
}
/* iframe */
#about iframe{
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}
/* box4 */
#about .box4{
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}
#about .box4 dl{
	overflow:hidden;
	margin-bottom:30px;
}
#about .box4 dl dt{
	margin-bottom:30px;
}
#about .box4 dl dd{
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
}
#about .box4 dl dd:nth-of-type(2),
#about .box4 dl dd:nth-of-type(4),
#about .box4 dl dd:nth-of-type(5){
	margin-left:20px;
	margin-right:20px;
}
#about .box4 ul{ margin:0 auto; text-align:center; overflow:hidden; position:relative;}
#about .box4 ul li{
	line-height:50px;
	margin:0 5px 50px;
	display:inline-block;
}
#about .box4 ul li a{
	display:inline-block;
	width:280px;
	line-height:50px;
	text-decoration:none;
	padding:0 30px;
	border:1px solid #999;
	background:url(../common/images/gnav_icon.png) no-repeat 20px center;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	background-size:auto 100%; position:relative; z-index:99999999;
}
@media screen and (max-width:640px){
#about{
	clear:both;
	background:#fff;
	margin-bottom:30px;
}
/* box1 */
#about .box1{
	clear:both;
	text-align:left;
	padding:30px 35px;
	overflow:hidden;
}
#about .box1 dl{
	float:none;
	width:100%;
	margin-bottom:15px;
}
#about .box1 dl dt{
	font-size:120%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:10px;
}
#about .box1 dl dd{
	font-size:85%;
	line-height:2;
}
#about .box1 div{
	float:none;
	width:auto;
	text-align:center;
	padding:20px 30px;
	background:#F1F9E3;
}
#about .box1 div figure{
	padding:0 20px;
}
#about .box1 div .memo{
	font-size:85%;
	text-align:left;
	line-height:2;
	padding:15px 0;
}
#about .box1 div .more{
	padding-left:20px;
	background:url(../common/images/gnav_icon.png) no-repeat left center;
	-webkit-background-size:auto 60px;
	-moz-background-size:auto 60px;
	background-size:auto 60px;
}
/* box2 */
#about .box2{
	clear:both;
	text-align:center;
	padding:0 20px 20px;
	overflow:hidden;
}
#about .box2 ul{
	padding:0 25px;
	margin-bottom:5px;
	overflow:hidden;
}
#about .box2 ul li{
	margin:0 3px;
}
#about .box2 p{
	font-size:85%;
	text-align:left;
	margin-bottom:5px;
}
.slick-prev{
	outline:none;
	border:none;
	padding:0;
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	width:15px;
	height:100%;
	text-indent:-99999px;
	background:url(images/prev.png) no-repeat center #E5DBE4;
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	background-size:15px auto;
}
.slick-next{
	outline:none;
	border:none;
	padding:0;
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	width:15px;
	height:100%;
	text-indent:-99999px;
	background:url(images/next.png) no-repeat center #E5DBE4;
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	background-size:15px auto;
}
/* box3 */
#about .box3{
	clear:both;
	text-align:center;
	padding:0 35px 40px;
	overflow:hidden;
}
#about .box3 figure{
	float:none;
	width:100%;
	margin-bottom:10px;
}
#about .box3 figure img{
	width:65%;
}
#about .box3 table{
	width:100%;
	text-align:left;
}
#about .box3 table caption{
	line-height:1.2;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	border-left:3px solid #F0E2E2;
	margin-bottom:5px;
}
#about .box3 table th{
	display:block;
	width:auto;
	font-weight:bold;
	padding:10px 0 0;
	border-bottom:none;
}
#about .box3 table td{
	display:block;
	padding:0 0 10px;
	border-bottom:1px dotted #ccc;
}
#about .box3 table td a{
	clear:both;
	display:inline-block;
	font-size:85%;
	line-height:20px;
	text-decoration:none;
	border:1px solid #999;
	padding:0 15px 0 25px;
	background:url(../common/images/gnav_icon.png) no-repeat 8px center;
	-webkit-background-size:auto 60px;
	-moz-background-size:auto 60px;
	background-size:auto 60px;
	margin-top:5px;
}
#about .box3 table td small{
	font-size:85%;
}
#about .box3 table tr:first-child th{
	border-top:1px dotted #ccc;
}
#about .box3 table tr:first-child td{
	border-top:none;
}
/* iframe */
#about iframe{
	clear:both;
	width:100%;
	height:300px;
	overflow:hidden;
	margin-bottom:20px;
}
/* box4 */
#about .box4{
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
}
#about .box4 dl{
	overflow:hidden;
	text-align:left;
	margin-bottom:10px;
}
#about .box4 dl dt{
	margin-bottom:20px;
}
#about .box4 dl dd{
	display:inline-block;
	width:50%;
	text-align:center;
	margin-bottom:0;
	padding-left:15px;
	vertical-align:top;
}
#about .box4 dl dd:nth-of-type(2),
#about .box4 dl dd:nth-of-type(4){
	margin-left:0;
	margin-right:0;
	padding-left:10px;
	padding-right:15px;
}
#about .box4 dl dd:nth-of-type(5){
	margin-left:0;
	margin-right:0;
	padding-left:15px;
	padding-right:0;
}
#about .box4 p{
	clear:both;
	margin:0 30px 30px;
}
#about .box4 p a{
	display:block;
	line-height:40px;
	text-decoration:none;
	padding:0 ;
	border:1px solid #999;
	background:none;
}
#about .box4 p a span{
	padding-left:15px;
	background:url(../common/images/gnav_icon.png) no-repeat left center;
	-webkit-background-size:auto 60px;
	-moz-background-size:auto 60px;
	background-size:auto 60px;
}
}
@media screen and (max-width:350px){
/* iframe */
#about iframe{
	clear:both;
	width:100%;
	height:180px;
	overflow:hidden;
	margin-bottom:20px;
}
/* box4 */
#about .box4 p a span{
	font-size:90%;
	padding-left:15px;
	background:url(../common/images/gnav_icon.png) no-repeat left center;
	-webkit-background-size:auto 60px;
	-moz-background-size:auto 60px;
	background-size:auto 60px;
}
}










/*-----------------------------
	event
------------------------------*/

#event{
	clear:both;
	padding:20px 80px;
	background:#fff;
	margin-bottom:50px;
}
/* box */
#event .box{
	clear:both;
	padding:30px;
	background:#F0E2E2;
	overflow:hidden;
	margin-bottom:30px;
}
#event .anchor{
	height:1px;
	margin-top:-190px;
	padding-top:190px;
}
#event .box figure{
	float:left;
	width:260px;
	margin-right:50px;
}
#event .box div{
	text-align:left;
	overflow:auto;
}
#event .box div .date{
	font-size:115%;
	font-weight:bold;
}
#event .box div .title{
	font-size:140%;
	font-weight:bold;
	margin-bottom:10px;
}
#event .box div .note{
	line-height:1.8;
	margin-bottom:20px;
}
#event .box div table{
	width:100%;
	border-top:1px dotted #ccc;
}
#event .box div table th{
	padding:10px;
	width:6em;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}
#event .box div table td{
	padding:10px;
	border-bottom:1px dotted #ccc;
}
#event .box div .more{
	clear:both;
	text-align:right;
}
#event .box div .more a{
	padding-left:25px;
	background:url(../common/images/gnav_icon.png) no-repeat left center;
}
@media screen and (max-width:640px){
#event{
	clear:both;
	padding:10px 17px;
	background:#fff;
	margin-bottom:30px;
}
/* box */
#event .box{
	clear:both;
	padding:15px;
	background:#F0E2E2;
	overflow:hidden;
	margin-bottom:15px;
}
#event .anchor{
	height:1px;
	margin-top:-70px;
	padding-top:70px;
}
#event .box figure{
	float:none;
	width:auto;
	margin-right:0;
	margin-bottom:15px;
}
#event .box div{
	text-align:left;
	overflow:auto;
}
#event .box div .date{
	font-size:115%;
	font-weight:bold;
}
#event .box div .title{
	font-size:140%;
	font-weight:bold;
	margin-bottom:10px;
}
#event .box div .note{
	line-height:1.8;
	margin-bottom:20px;
}
#event .box div table{
	border-top:1px dotted #ccc;
}
#event .box div table th{
	display:block;
	padding:10px 0 0;
	width:auto;
	font-weight:bold;
	border-bottom:none;
}
#event .box div table td{
	display:block;
	padding:0 0 10px;
	border-bottom:1px dotted #ccc;
}
#event .box div .more{
	clear:both;
	text-align:left;
}
#event .box div .more a{
	padding-left:15px;
	background:url(../common/images/gnav_icon.png) no-repeat left center;
	-webkit-background-size:auto 60px;
	-moz-background-size:auto 60px;
	background-size:auto 60px;
}
}



#contents p.snsmore{
	clear:both;
	font-size:120%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:0 30px 20px;
}
#contents p.snsmore a{
	text-decoration:underline;
}
#contents p.banner{
	clear:both;
	width:460px;
	margin:0 auto 20px;
	background:#fff;
}
@media screen and (max-width:640px){
#contents p.snsmore{
	margin:0 10px 10px;
}
#contents div.sp-bannerwrap{
	padding:0 35px;
	margin-bottom:0;
	overflow:hidden;
}
#contents p.banner{
	clear:both;
	width:100%;
	max-width:460px;
	margin:0 auto 20px;
	background:#fff;
}
#contents p.banner a{
}
}



