@charset "utf-8";

body {
  background: #fff;
  color: #333;
  font-size: 12px;
  height: auto;
}

/*--- Common ---*/

p {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:hover img {
  -ms-filter: "alpha(opacity=8)";
  background: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.external {
  background: url("../img/common/external-link2.png") no-repeat right 35%;
  padding: 0 13px 0 0;
}

a[href$=".pdf"] {
  background: url(../img/common/pdficon_small.png) no-repeat 100% 50%;
  padding: 0 20px 0 0;
}

.noexternal {
  background: none;
  padding: 0 13px 0 0;
}

.arrow {
  margin: 0 5px 0 0;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.acenter {
  text-align: center;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.p10 {
  padding: 10px;
}

.p10-2 {
  padding: 0 10px;
}

small {
  font-size: 90%;
}

.bigger {
  font-size: 120%;
}

.strong {
  font-weight: bold;
}

.red {
  color: #cc0000;
}

/*--- loading ---*/


/*--- Main Contents ---*/

.contents {
  margin: 40px auto;
  position: relative;
}

.contents .breadcrumb {
  font-size: 11px;
}

.contents ul.breadcrumb li {
  list-style: none;
  display: inline;
}

.contents ul.breadcrumb li:after {
  content: ">";
  margin: 0 5px;
}

.contents ul.breadcrumb li:last-child:after {
  content: "";
  margin: 0 5px;
}

.contents h2.headding {
  background: #f6f6f6;
  border: 1px solid #fff;
  border-radius: 4px 4px 0 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 20px 0;
  padding: 10px 15px;
  position: relative;
  text-shadow: 1px 1px 0 #ccc;
  z-index: 1;
}

.contents h2.headding:before {
  border: 1px solid #69734b;
  border-bottom: 2px solid #69734b;
  border-radius: 4px 4px 0 0;
  content: "";
  display: block;
  left: -2px;
  min-height: 100%;
  padding-bottom: 2px;
  position: absolute;
  top: -2px;
  width: 700px;
  z-index: 10;
}

.contents h3.headding {
  background: #f6f6f6;
  border-left: 5px solid #69734b;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 20px 0;
  padding: 5px 15px;
  position: relative;
  text-shadow: 1px 1px 0 #ccc;
  z-index: 1;
}

.maincontents .innerbox {
  margin: 0 10px;
  width: 680 px;
  box-sizing: padding-box;
}

.pagetop {
  text-align: right;
  margin: 20px 0;
}

/*--- Header ---*/

header {
  position: relative;
  background: url(../img/common/headerbg.png) repeat-x;
  height: 94px;
  top: 0;
}

.headrtop {
  height: 50px;
}

header h1 {
  margin: 0;
  width: 228px;
}

header .logo a {
  background: url(../img/common/logo.png);
  display: block;
  height: 31px;
  margin-top: 9px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 228px;
}

header .logo a:hover {
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

header .hd-rsrv {
  position: fixed;
  text-align: right;
  z-index: 1000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  header .hd-rsrv {
    position: relative;
  }
}

header .hd-rsrv .shadow {
  /* -moz-border-radius:; */
  -moz-box-shadow: rgba(204, 204, 204, 0.64) 0px 0px 2px 2px;
  /* -webkit-border-radius:; */
  -webkit-box-shadow: rgba(204, 204, 204, 0.64) 0px 0px 2px 2px;
  /* border-radius:; */
  box-shadow: rgba(204, 204, 204, 0.64) 0px 0px 2px 2px;
  width: 200px;
}

header .gnav {
  height: 44px;
}

header .gnav ul,
header .gnav li {
  margin: 0;
  padding: 0;
}

header .gnav li {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}

header .gnav li.home a {
  background: url(../img/common/gnav.png) no-repeat 0 0;
  display: block;
  height: 44px;
  width: 134px;
}

header .gnav li.home a:hover,
#index header .gnav li.home a {
  background-position: 0 -44px;
}

header .gnav li.news a {
  background: url(../img/common/gnav.png) no-repeat -134px 0;
  display: block;
  height: 44px;
  width: 134px;
}

header .gnav li.news a:hover,
#news header .gnav li.news a {
  background-position: -134px -44px;
}

header .gnav li.rservation a {
  background: url(../img/common/gnav.png) no-repeat -268px 0;
  display: block;
  height: 44px;
  width: 134px;
}

header .gnav li.rservation a:hover,
#reservation header .gnav li.rservation a {
  background-position: -268px -44px;
}

header .gnav li.course a {
  background: url(../img/common/gnav.png) no-repeat -402px 0;
  display: block;
  height: 44px;
  width: 134px;
}

header .gnav li.course a:hover,
#course header .gnav li.course a {
  background-position: -402px -44px;
}

header .gnav li.facility a {
  background: url(../img/common/gnav.png) no-repeat -536px 0;
  display: block;
  height: 44px;
  width: 134px;
}

header .gnav li.facility a:hover,
#facility .gnav li.facility a {
  background-position: -536px -44px;
}

header .gnav li.restaurant a {
  background: url(../img/common/gnav.png) no-repeat -670px 0;
  display: block;
  height: 44px;
  width: 134px;
}

header .gnav li.restaurant a:hover,
#restaurant header .gnav li.restaurant a {
  background-position: -670px -44px;
}

header .gnav li.access a {
  background: url(../img/common/gnav.png) no-repeat -804px 0;
  display: block;
  height: 44px;
  width: 136px;
}

header .gnav li.access a:hover,
#access header .gnav li.access a {
  background-position: -804px -44px;
}

header .subnav {
  margin-top: 10px;
  text-align: right;
  font-size: 90%;
}

header .subnav li {
  display: inline;
}

header .subnav li:after {
  content: "|";
  margin: 0 5px;
}

header .subnav li:last-child:after {
  content: "";
}

/*--- Hero Img ---*/

.heroimg {
  background: url(../img/common/heroimgboxbg.png) repeat-x 0 0;
  height: 302px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.inner {
  background: url(../img/common/topimgbg.png) no-repeat bottom center;
  height: 302px;
  left: 50%;
  margin-left: -700px;
  position: absolute;
  width: 1400px;
}

#slide {
  z-index: 100;
}

/*--- Side ---*/

.side .rsrvbox,
.side .sidenav {
  background: #f6f6f6;
  border: 1px solid #69734b;
  margin: auto;
  width: 218px;
}

.side .rsrvbox .rsrvbtn,
.side .rsrvbox .rgstbtn {
  display: inline-block;
  margin-left: 25px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
}

/* .side .rsrvbox .rsrvbtn a {
	background: url(../img/common/side-rsrv-btn.png) 0 0;
	display: block;
	height: 30px;
	width: 170px;
}

.side .rsrvbox .rsrvbtn a:hover {
	background: url(../img/common/side-rsrv-btn.png) 0 -30px;
} */

.side .rsrvbox .rsrvbtn .rsrvbtn_web a {
  background: url(../img/common/side-rsrv-btn_web.png) 0 0;
  display: block;
  height: 30px;
  width: 170px;
}

.side .rsrvbox .rsrvbtn .rsrvbtn_tomo a {
  margin-bottom: 16px;
  background: url(../img/common/side-rsrv-btn_tomonokai.png) 0 0;
  display: block;
  height: 30px;
  width: 170px;
}


.side .rsrvbox .rsrvbtn .rsrvbtn_web a:hover {
  background: url(../img/common/side-rsrv-btn_web.png) 0 -30px;
}

.side .rsrvbox .rsrvbtn .rsrvbtn_tomo a:hover {
  background: url(../img/common/side-rsrv-btn_tomonokai.png) 0 -30px;
}

.side .rsrvbox .rgstbtn a {
  background: url(../img/common/side-rgst-btn.png) 0 0;
  display: block;
  height: 30px;
  width: 170px;
}

.side .rsrvbox .rgstbtn a:hover {
  background: url(../img/common/side-rgst-btn.png) 0 -30px;
}

.side .courseinfo {
  background: url(../img/common/courseinfobg.png) repeat;
  border: 1px solid #69734b;
  margin: 20px 0;
  padding: 10px;
}

.side .courseinfo .courseinner {
  background: #f6f6f6;
  padding: 10px;
}

.side .courseinfo .courseinner h2,
.side .courseinfo .courseinner .detailbtn {
  float: left;
  font-size: 25px;
}

.side h2 {
  display: inline;
  font-size: 12px;
}

.side .courseinfo .courseinner .detailbtn {
  margin: 10px 5px 5px;
}

hr {
  margin: 10px 0;
}

.side .sidenav {
  margin-bottom: 20px;
}

.side .sidenav h2 {
  background: #000 url(../img/common/sidehbg.png) repeat-x;
  margin: 2px;
  line-height: 3.2em;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  height: auto;
  width: auto;
}

.side .sidenav ul li {
  margin: 2px;
  list-style: none;
  border-bottom: 1px solid #ccc;
  line-height: 3.5em;
}

.side .sidenav ul ul li a {
  padding-left: 30px;
}

.side .sidenav ul li:last-child {
  border-bottom: none;
}

.side .sidenav ul li.lastborder {
  border-bottom: 1px solid #ccc;
}

.side .sidenav ul li a {
  display: block;
  text-decoration: none;
  line-height: 3.5em;
  padding: 0 20px;
}

.side .sidenav ul li a:hover {
  background: #EAEBE5;
}

.side .sidenav ul li.active {
  background: #EAEBE5;
  font-weight: bold;
}

/*--- Footer ---*/

.topbtn {
  border-bottom: 5px solid #000;
  margin: 0;
}

.topbtn img {
  margin-bottom: -5px;
}

footer {
  height: 100%;
  margin: 0px 0 0 0;
  background: #000;
}

.groupwrap {
  margin: 0;
  overflow: visible;
  position: relative;
  width: 100%;
  width: 940px;
  z-index: 100;
}

.groupbox {
  -moz-box-sizing: border-box;
  background: url(../img/home/bnrboxbg.png) repeat;
  box-sizing: padding-box;
  margin: -130px auto 0;
  overflow: visible;
  padding: 20px 40px 20px 30px;
  position: relative;
  z-index: 500;
}

footer img.gtitle {
  margin: 10px 10px 10px 20px;
}




#groupcourse {
  position: relative;
  /*	background: #f6f6f6;*/
  background: #212121;
  box-sizing: border-box;
  letter-spacing: -0.4em;
  margin: 0 20px;
  padding: 20px 10px;
  width: 900px;
  border: 1px solid #fff;
}

#groupcourse img {
  height: 172px;
  margin: 10px;
  width: 200px;
}

#groupcourse ul,
#group ul {
  margin: 0;
  padding: 0;
}

#groupcourse ul li,
#group ul li {
  display: block;
  float: left;
  list-style: none;
}

#groupcourse .prev2 a {
  background: url(../img/common/gcourse-prev.png) 0 0;
  cursor: pointer;
  height: 40px;
  margin: -110px 0 0 -30px;
  position: absolute;
  width: 20px;
}

#groupcourse .prev2 a:hover {
  background-position: -20px 0;
}

#groupcourse .next2 a {
  background: url(../img/common/gcourse-next.png) 0 0;
  cursor: pointer;
  height: 40px;
  margin: -110px 890px 0;
  position: absolute;
  width: 20px;
}

#groupcourse .next2 a:hover {
  background-position: -20px 0;
}

footer .line {
  background: url(../img/common/footer-line.png) no-repeat;
  height: 1px;
  margin: 20px 0 20px -10px;
  width: 960px;
}

#group {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}

#group li {
  margin-bottom: 10px;
  margin-right: 20px;
}

#group li:nth-child(4),
#group li:nth-child(8) {
  margin-right: 0;
}

#footernav {
  /*	background: #f6f6f6;*/
  background: #000;
  margin-top: 10px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#footernav .container_16 {
  display: table;
}

#footernav .grid_4 {
  background: url(../img/common/footernav-line.png) repeat-y top left;
  box-sizing: border-box;
  display: table-cell;
  min-height: 240px;
  padding: 0 20px;
}

#footernav .grid_4:last-child {
  background: url(../img/common/footernav-line.png) repeat-y top left, url(../img/common/footernav-line.png) repeat-y top right;
}

#footernav ul {
  margin: 0;
  padding: 0;
}

#footernav ul li {
  line-height: 1.8em;
  list-style-image: url(../img/common/arrow1.png);
  list-style-position: inside;
  margin-bottom: 15px;
  color: #FFF;
}

#footernav ul li ul li {
  list-style: none;
  margin-bottom: 0;
  margin-left: 20px;
  color: #FFF;
}

#footerbottom {
  /*	background: #7b8758;*/
  background: #000;
  height: auto;
}

#footerbottom .container_16 {
  box-sizing: padding-box;
  color: #fff;
  display: table;
  padding: 20px 0;
  position: relative;
}

#footerbottom .grid_10 img {
  float: left;
  margin-right: 20px;
}


#footerbottom .grid_6 {
  display: table-cell;
  text-align: right;
}

#footerbottom .grid_6-2 {
  width: 330px !important;
  text-align: left !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#footerbottom .copyright {
  width: 330px !important;
}

#footerbottom .copyright p {
  bottom: 0;
  font-size: 11px;
  text-align: right;
  margin-top: 38px;
}


#footernav a,
#footerbottom a {
  color: #fff;
}

#footerbottom a {
  color: #fff;
}

.pagetopt p {
  background: url(../img/common/pagetop.png) no-repeat;
  float: right;
  min-height: 13px;
  padding-left: 20px;
  font-size: 12px;
  margin: 20px 0;
  text-align: right;
}

.table1 {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  height: auto;
  margin: auto auto 20px;
  padding: 0;
  text-align: center;
}

.table1 tr {
  background: none repeat scroll 0 0 #fff;
}

.table1 th {
  background: #f6f6f6;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
}

.th2 {
  background: #e5e7dd !important;
}

.table1 td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 10px 20px;
  text-align: center;
}

.tablew700 {
  width: 700px;
}

.tablew500 {
  width: 500px;
}

.taleft th,
.taleft td {
  text-align: left;
}

.table1 .bold {
  font-weight: bold;
}

.fred {
  color: #cc0000;
}

.clear {
  clear: both;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1em;
}

.mbtm30 {
  margin-bottom: 30px !important;
}

.emphasizes {
  font-size: 1.2em;
  font-weight: bold;
}