@charset "utf-8";

/* slide
============================================================ */

#main .slide img {
    width: 100%;
	max-width: 800px;
	height: auto;
}
#main .slide li {
    position: relative;
	text-align: center;
}
#main .slide li.bokurano1 {
	background-color: #d2f1ff;
}
#main .slide li.bokurano2 {
	background-color: transparent;
	background-image: url(../img/bg_02.png);
}
#main .slide li.orepan01 {
	background-color: #ffef5b;
}
#main .slide li.bokurano3 {
	background-image: url(../img/slide/slide_04_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#main .slide li.bokurano4 {
	background-image: url(../img/slide/slide_05_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#main .slide li.bokurano5 {
	background-image: url(../img/slide/slide_06_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#main .slide li.mibu {
	background-image: url(../img/slide/slide_07_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#main .slide li.bokurano6 {
	background-image: url(../img/slide/slide_08_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#main .slide li.mitsuki a {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 610px;
	background-color: #f5bad4;
	position: relative;
}
#main .slide li.mitsuki a::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#main .slide li.mitsuki a:hover:before {
	opacity: 1;
}
#main .slide li.mitsuki a img {
	pointer-events: none;
}

@media only screen and (min-width: 769px) {
	#main .slide li.mitsuki a img {
		width: auto;
		height: 100%;
		max-width: inherit;
		max-height: 610px;
		object-fit: cover;
	}
}
.bx-wrapper .bx-has-pager {
	background: url(../img/bg.png) repeat-x;
     padding: 25px 0;
	text-align: center;
}
#main .slide .bx-viewport {
	background-color: #d2f1ff;
}
#main .slide .bx-viewport {
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #999 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffaa51 none repeat scroll 0 0;
}
.bx-wrapper .bx-controls-direction a {
    height: 30px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 20px;
    z-index: 100;
}



/* block01
============================================================ */
#main .block01 .blockInner {
	max-width: 644px;
	width: 70%;
	margin: 20px auto 0;
	height: 102px;
	overflow-y: scroll;
}
#main .block01 .blockInner::-webkit-scrollbar{
	width: 4px;
	background: #fff;
}
#main .block01 .blockInner::-webkit-scrollbar-thumb{
	background: #7f7f7f;
	border-radius: 2px;
}
#main .block01 .blockInner::-webkit-scrollbar-track-piece:start,
#main .block01 .blockInner::-webkit-scrollbar-track-piece:end{
	background: #fff;
}
#main .block01 .blockInner::-webkit-scrollbar-corner{
	background: transparent;
} 
#main .block01 .blockInner li {
	padding-bottom: 5px;
	border-bottom: dotted 1px #c4c4c4;
}
#main .block01 .blockInner li + li {
	padding-top: 5px;
}
#main .block01 .blockInner li span {
	font-size: 12px;
}
#main .block01 .blockInner li span + span {
	font-size: 16px;
}
@media only screen and (max-width:768px) { /* for sp */
	#main .block01 .blockInner li span {
		display: block;
	}
}
/* block02
============================================================ */
#main .block02 ul {
	width: 100%;
	height: auto;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 20px;
}
#main .block02 li {
	width: 48%;
	margin: 1%;
	max-width: 350px;
	height: auto;
	box-sizing: border-box;
	background-color: #fff;
}
#main .block02 ul + ul {
	padding-top: 2px;
}
#main .block02 li a:hover {
	opacity: 0.7;
}
#main .block02 li img {
	width: 100%;
	max-width: 350px;
}

/* block03
============================================================ */
#main .block03 .clearfix { 
	width: 100%;
	height: auto;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 20px;
}
#main .block03 .box {
	width: 48.5%;
	max-width: 350px;
}
#main .block03 .box + .box {
	margin-left: 1.5%;
}
#main .block03 .box img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:768px) { /* for sp */
	#main .block03 .box {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	#main .block03 .box + .box {
		margin-left: auto;
	}
}

footer {
	margin-top: 40px;
}









