@charset "euc-jp";
/* ---------------------------------------
    Lower page common style
---------------------------------------- */

#mv{
	margin-bottom: 15px;
}
#mv.noImg{
	margin-bottom: 2em;
}
#mv .titBar_block{
	padding: 12px 0;
	font-size: 1.2rem;
}
#mv img{
	width:100%;
	height: auto;
}
#mv img+p{
	margin-top: 1em;
	text-align: center;
}

/* container */
.container + .container{
	margin-top: 3em;
}
.fitFull{
	margin-left: -3.2%;
	margin-right: -3.2%;
}
.fitFull img{
	width: 100%!important;
	border: 0;
}
.container .innerSpace{
	margin: 3%;
}
.container p{
	margin: 1em 0 1.5em;
}
body > section .container:nth-last-of-type(1){
	padding-bottom: 30px;
}

/* note text style */
ul.note li{
	position: relative;
	margin-bottom: 0.3em;
	padding-left:1.3em;
	line-height: 1.3;
}
ul.note li:before{
	position: absolute;
	content: "˘¨";
	left:0;
	top:0;
}


/* ---------------------------------------
    course
---------------------------------------- */
#courseDetail{
	padding: 1.5em 0 1.8em;
	background: #f1f1f1;
}
#courseDetail table{
	font-size:0.7rem;
}
#courseDetail table:nth-of-type(2){
	float: right;
}
#courseDetail th{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
#courseDetail th,
#courseDetail td{
	padding: 0.3em;
}
.courseMap{
	margin-top: -20px;
}
#courseDetail + .innerSpace{
	margin-top:0;
}

#courseDetail ul{
	clear: both;
	margin: 0 3%;
	padding-top: 1em;
}
#courseDetail ul li{
	float: left;
	display: block;
	width:31.3333%;
	margin-left:3%;
}
#courseDetail ul li:first-child{
	margin-left:0;	
}
#courseDetail ul li a{
	position: relative;
	display: block;
	padding: 0.9em 0;
	text-align: center;
	border: 1px solid #ccc;
	text-decoration:none;
	line-height: 1;
	text-indent: -1em;
	background: #fff;
}
#courseDetail ul li a:after{
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	content: "ĦĦ";
	vertical-align: middle;
	background: url(/sp/common/images/icon.png) no-repeat -12px -115px;
	background-size: 50px auto;	
}

.intro{
	margin-left:3%;
	margin-right:3%;
	text-align: left!important;
}
.length + .blockLink{
	margin-top: 1.3em;
	margin-bottom: 2em;
}

.container.courseInfo{
	border-bottom: 1px solid #ddd;
}
.container.courseInfo h3{
	padding-left:3%;
	line-height: 3em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.container.courseData .fixRight{
	margin-bottom: 0;
}
.container.courseData .fixRight thead th{
	font-weight: bold;
	font-size: 1.2rem;
	text-align: left;
}
.container.courseData .fixRight thead th span{
	float:right;
	display: block;
	margin-right: 3%
}
.container.courseData .fixRight tbody{
	border-bottom: 1px solid #ccc!important;
}

#courseList{
	background: #f1f1f1;
}
#courseList .titBar_uLine{
	margin-bottom:1em;
	padding: 1em 0 1.3em 0;
	box-shadow: none;
	border-top: none;
	line-height: 1;
	
}
#courseList .titBar_uLine span{
	display: inline-block;
	margin-right: 1em;
}
#courseList .titBar_uLine span+span{
	margin-top: 0.5em;
	margin-right: 0;
	font-size: 90%;
}
#courseList ul{
	text-align:center;
	padding-bottom:5px;
}
#courseList li{
	display:inline-block;
	width: 29.333%;
	margin: 0 0 3% 3%;
	border: 1px solid #ccc;
	text-align: center;
}
#courseList li:nth-of-type(3n+1){
	margin: 0 0 3% 0;
}
#courseList li a{
	display: block;
	padding: 1em 0;
	background: #fff;
	color: #030;
	text-decoration: none;
}
#courseList li.current{
	padding: 1em 0;
	background: #030;
	color: #fff;
}

/* ---------------------------------------
    restaurant
---------------------------------------- */
.bdrTtl {
  padding: 0.8em 0;
  border-bottom: 2px solid #444;
  margin-bottom: 1em;
}

/* ---------------------------------------
    facilities
---------------------------------------- */
.item > div{
	float: left;
	width:40%;
}
.item > div:nth-of-type(2){
	float: right;
	width:60%;
}
.item p{
	margin: 0 0 0.7em 3%;
}

#restaurantMenu li,
#otsumamiMenu li{
	float:left;
	width:48.333%;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}
#restaurantMenu li:nth-of-type(2n),
#otsumamiMenu li:nth-of-type(2n){
	margin-left:3%;
}
#restaurantMenu img,
#otsumamiMenu img{
	width: 100%;
	height: auto;
}
#restaurantMenu h5,
#otsumamiMenu h5{
	height: 25.2px;
	padding: 0.5em 0;
	font-size: 0.8rem;
	font-weight: normal;
}
#restaurantMenu p,
#otsumamiMenu p{
	margin: 0;
	font-size: 0.8rem;
	text-align: right;
}
#restaurantMenu p span,
#otsumamiMenu p span{
	padding: 3px;
	font-size: 0.7rem;
	border: 1px solid #ccc;
}
.container.businessHours{
	padding-bottom:0!important;
}
.container.businessHours h4{
	padding: 0.5em 0;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
	text-align: center;
}
.container.businessHours p:nth-of-type(1){
	margin:0;
	padding: 1em 0;
	font-size: 1rem;
	text-align:center;
}
.container.businessHours p:nth-of-type(2){
	margin:0;
	padding: 0 0 1em;
	line-height:2;
	border-bottom: 2px solid #444;
}


/* ---------------------------------------
    charge
---------------------------------------- */


/* ---------------------------------------
    member
---------------------------------------- */
/* schedule */
.container.oneMonth .innerSpace{
	margin-top: 2em;
}
.container.oneMonth h4{
	font-size: 1rem;
}
.container.oneMonth table+h4{
	margin-top: 2em;
}
.container.oneMonth p{
	margin: 0.6em 0;
	text-align: center;
}
.container.oneMonth table.fixLeft{
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
}
.container.oneMonth table.fixLeft td{
	text-align: center;
}
.container.oneMonth + .note{
	margin: 1.5em 3% 2em;
}
.container.oneMonth + p.note{
	text-align: left;
}

/* transcript */
.transcriptTit{
	margin:4% 3% 1%;
}

/* record */
.container.record .innerSpace{
	margin-top: 2em;
}

.container.record table.fixLeft{
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
}

.container.record table.fixLeft td{
	text-align: center;
}
/* ---------------------------------------
    access
---------------------------------------- */
.bylocation{
	margin: 1em 0;
	border-bottom: 2px solid #444;
}
h3 + .bylocation{
	margin-top: 1.5em;
}
.bylocation h4{

}
.bylocation .time{
	margin: 0.8em 0;
	font-size: 1.1em;
	text-align: center;
}
.bylocation .route{
	margin: 0.5em 0;
}



/* ---------------------------------------
    yakkan.html    policy.html
---------------------------------------- */
h3 + .provision{
	margin-top: 1.5em;
}
h3 + #preamble{
	margin-top: 1.5em;
}
.provision h4{
	padding: 0.8em 0;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
}
.signature{
	display: inline-block;
	float: right;
	margin: 0!important;
	text-align: left;
}

.provision ol li{
	margin-bottom:0.6em;
	line-height: 1.5;
}

.provision h4 + ul{
	margin:1.5em 0 0 2em;
}
.provision ul{
	margin:0 0 0 2em;
}
.provision ul li{
	margin-bottom: 0.6em;
	list-style-type: disc;
	line-height: 1.5;
}
.provision + .provision{
	margin-top: 2em;
}

#bannerImg{
	margin: 0!important;
}
#bannerImg img + img{
	margin-left:1em;
}





/* slider */
#mainBnr{
	margin-top:-16px;
	margin-bottom: 2em;
}
#mainBnr img {
	width: 100%;
}
.viewport {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
}
.bnrSnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.bnr {
    float: left;
   /*font-size: 50px;*/
    text-align: center;
    background: #EFEFEF;
    color: #666;
}
.pointer {
	text-align: center;
	padding: 8px 0 0;
	height: 22px;
}
.pointer span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0 4px;
	background: #ccc;
}
.pointer span.current {
	background: #030;
}
.controls button.prev {
	background: url(/sp/common/images/icon_prev.gif) no-repeat center center #fff;
	background-size: contain;
	border: none;
	padding: 0;
	height: 30px;
	width: 40px;
}
.controls button.next {
	background: url(/sp/common/images/icon_next.gif) no-repeat center center #fff;
	background-size: contain;
	border: none;
	padding: 0;
	height: 30px;
	width: 40px;
}
.controls #prev {
	
	height: 30px;
	width: 40px;
	border-right: 1px solid #ccc;
	float: left;
}
.controls #next {
	height: 30px;
	width: 40px;
	border-left: 1px solid #ccc;
	float: right;
}
.controls {
	margin-top: -31px;
	height: 30px;
	border-bottom: 1px solid #ccc;
}
.controls .disabled button{
	opacity: 0.2;
}

