@charset "UTF-8";
html {
	overflow-y: scroll;
}
.foreword, .name, .story_box dt {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "MS P明朝", "MS PMincho", Serif;
	}
a {
	text-decoration: none;
	color: #000;
}
.caution {
	background: #F33;
	}
.margin {
	margin-bottom: 20px;
}
.padding {
	padding-bottom: 20px;
	}
.gray {
	background-color: #DADADA;
}
.beige {
	background-color: #F2F2E8;
}

.color {
	position: relative;
}
.cf a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,190,80,0.35);
}
.cp a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(95,175,255,0.35);
}
.cs a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(185,190,0,0.35);
}
.cg a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,135,135,0.35);
}
.co a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,205,180,0.35);
}
.cv a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,155,30,0.35);
}
.cc a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(235,120,50,0.35);
}
#slide ul {
	position: relative;
	width: 72.5%;
}
#slide li {
	position: absolute;
}
#slide li img {
	width: 100%;
}
.right {
	float: right;
}
.left {
	float: left;
}
.both {
	clear: both;
}
.width img {
	width: 100%;
}
.height img {
	height: 100%;
}
.text_s {
	line-height: 1.5em;
}
.text_m {
	font-size: 87.5%;
	line-height: 1.35em;
}
.text_l {
	margin: 10px auto 20px;
	line-height: 1.35em;
	width: 98%;
}
#subhead {
	min-height: 25px;
	border-bottom: 1px solid #EB7832;
	margin-top: 10px;
}
#subhead p {
	font-size: 62.5%;
	color: #969696;
}

.tell {
	background-image: url(../../images/tell.svg);
	background-repeat: no-repeat;
	text-indent: 1.8em;
	font-size: 93.75%;
	margin-top: 7px;
}
#container {
	padding-bottom: 100px;
	background-image: url(../../images/top_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 850px auto;
}
#sidenavi {
	width: 24%;
	float: left;
}
#sidenavi ul {
	margin-bottom: 10px;
}
#sidenavi ul li img, .sub img {
	width: 100%;
}
#sidenavi li {
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
#sidenavi .sub {
	border: 1px solid #999;
	margin-bottom: 10px;
}
.box1000 {
	width: 100%;	/* 幅は基本的に全て % で指定 */
	margin: 0 auto;
	max-width: 1000px;	/* サイトの最大幅 */
}
#content {
	width: 72.5%;
	float: right;
}
.box725 {
	width: 100%;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.box695 {margin: 5px 10px 10px;}

.catch {
	width: 97%;
	padding-bottom: 3px;
	margin: 5px auto 5px;
	border-bottom: 1px solid #EB7832;
	line-height: 2.4em;
	color: #999999;
	height: 40px;
}
.catch img {
	height: 100%;
}


.btn {
	width: 65%;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: -5px;
}
.btn:hover {
	opacity: 0.5;
}
.vo_rink {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
.vo_rink ul li {
	display: block;
	min-height: 35px;
	width: 20.5%;
	float: left;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #FF9B1E;
	padding: 10px 12px;
	border-radius: 5px;
	font-size: 87.5%;
	line-height: 1.3em;
	font-weight: bold;
	margin-right: 0.8%;
}
.vo_rink ul li:hover {
	background: #FFC378;
}
.vo_rink ul li a {
	color: #FFF;
	font-weight: bold;
}

.vo_rink.clearfix ul li:nth-child(4), .vo_rink.clearfix ul li:nth-child(8) {
	margin-right: 0%;
}

/* ----------------------トップへ戻る設定---------------------- */
#totop {
	position: fixed;
	bottom: 0px;
	right: 10px;
	border-radius: 5px;
	z-index: 999;
}
#totop a {
	width: 45px;
	height: 40px;
	display: table-cell;
	background: rgba(30,30,30,0.4);
	color: #fff;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 87.5%;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	border-radius: 10px;
}
#totop a::before {
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	right: 14px;
}
#tosales {
	position: fixed;
	bottom: 35px;
	right: 65px;
	border-radius: 5px;
	z-index: 998;
}
#tosales a {
	text-align: center;
	background: rgba(235,120,50,1);
	color: #fff;
	font-size: 87.5%;
	padding: 16px 20px;
	letter-spacing: 0.1em;
	border-radius: 10px;
	font-weight: bold;
}
#tosales a span {
	letter-spacing: -0.01em;
	font-weight: bold;
}

footer {
	background-color: #e1e1e1;
}
#footernavi {
	padding-top: 15px;
}
#footernavi p {
	font-size: 81.25%;
	font-weight: bold;
	margin-bottom: 5px;
}
#footernavi li {
	font-size: 68.75%;
	margin-bottom: 7px;
}
.boxfooter {
	float: left;
	padding: 0px 25px 30px 5px;
}
.boxfooter ul {
	display: inline;
}
.boxfooter a:hover {
	opacity: 1;
	color: #FFFFFF;
}
#smallbox {
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}

/* ----------------------追加css---------------------- */
/* ----------------------トップrss用---------------------- */
.infobox{width:100%px;height:160px;overflow-x:hidden;background-color:#FFF;text-align:left;padding-top:10px;padding-right:20px;padding-bottom:20px;padding-left:15px;}
.news{clear:both;}
.news ul li{font-size:14px;border-bottom:1px dotted #ccc;padding:10px 0;list-style:none;}

/* ----------------------フォーム用---------------------- */
.company-02 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
}

/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}