@charset "utf-8";

/*====================================
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
=====================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*====================================
change colours to suit your needs
=====================================*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/*====================================
change colours to suit your needs
=====================================*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*====================================
change border colour to suit your needs
=====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}


/* Common
-------------------------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
}


/* Header
-------------------------------------------------------------------------------------------------------------------- */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  padding: 33px 0 27px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

#headerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
}

#headerTel {
  padding: 11px 18px 0 0;
}

#headerContact {
  padding-right: 6px;
  margin-top: -18px;
}

#headerWeb {
  margin: -18px 0 8px;
}


/* Global Navigation
-------------------------------------------------------------------------------------------------------------------- */
#gNaviWrap {
  background: #ffecc6;
}

#gNaviWrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#gNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  padding: 32px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

#gNavi li a {
  font-size: 0;
  display: block;
  height: 41px;
  position: relative;
}

#gNavi li a:before,
#gNavi li a:after {
  content: "";
  display: block;
  background-image: url(../img/gnavi.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#gNavi li a:hover:before,
#gNavi li a:after,
#gNavi li.current a:before {
  opacity: 0;
}

#gNavi li a:hover:after,
#gNavi li.current a:after {
  opacity: 1;
}

#gNavi01 a {
  width: 183px;
}

#gNavi02 a {
  width: 182px;
}

#gNavi03 a {
  width: 184px;
}

#gNavi04 a {
  width: 182px;
}

#gNavi05 a {
  width: 184px;
}

#gNavi06 a {
  width: 185px;
}

#gNavi01 a:before {
  background-position: 0 0;
}

#gNavi02 a:before {
  background-position: -183px 0;
}

#gNavi03 a:before {
  background-position: -365px 0;
}

#gNavi04 a:before {
  background-position: -549px 0;
}

#gNavi05 a:before {
  background-position: -731px 0;
}

#gNavi06 a:before {
  background-position: -915px 0;
}

#gNavi01 a:after {
  background-position: 0 -41px;
}

#gNavi02 a:after {
  background-position: -183px -41px;
}

#gNavi03 a:after {
  background-position: -365px -41px;
}

#gNavi04 a:after {
  background-position: -549px -41px;
}

#gNavi05 a:after {
  background-position: -731px -41px;
}

#gNavi06 a:after {
  background-position: -915px -41px;
}


/* Gallery
-------------------------------------------------------------------------------------------------------------------- */
#galleryWrap {
  height: 140px;
}

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 140px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  height: 140px;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 140px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  height: 140px;
  float: left;
}

/* ------------------------------
 CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}


/* Recruit
-------------------------------------------------------------------------------------------------------------------- */
#recruit {
  text-align: center;
  width: 1100px;
  padding-top: 106px;
  margin: 0 auto;
}


/* Content
-------------------------------------------------------------------------------------------------------------------- */
#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  padding-bottom: 60px;
  margin: 0 auto;
}

#contentLeft {
  width: 785px;
  padding-top: 80px;
}

#contentLeft h3 {
  padding-bottom: 30px;
}

#contentLeft dl {
  line-height: 1.734;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  border-top: 1px dotted #000;
}

#contentLeft dl:last-child {
  border-bottom: 1px dotted #000;
}

#contentLeft dl dt {
  color: #ffb63b;
  text-align: right;
  width: 135px;
}

#contentLeft dl dd {
  width: 657px;
  padding-left: 20px;
}

#contentLeft p {
  text-align: center;
  padding: 30px 56px 0 0;
}

#feed,
#feed02 {
  max-height: 184px;
}

#blog {
  padding-bottom: 50px;
}

#info dl dt {
  color: #b4df69;
}

#contentLeft dl a {
  color: #000;
  text-decoration: none;
}

#contentLeft dl a:hover {
  text-decoration: underline;
}

.mCSB_scrollTools {
  width: 4px;
  opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #ffb63b !important;
  border-radius: 0;
}

#info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #b4df69 !important;
}

#contentRight {
  padding-top: 111px;
}

#contentRight ul li {
  padding-bottom: 14px;
}

#contentRight ul li:last-child {
  padding-bottom: 0;
  padding-top: 13px;
}


/* Access
-------------------------------------------------------------------------------------------------------------------- */
#accessWrap {
  background: #fff6e5;
}

#access {
  width: 1100px;
  padding: 39px 550px 49px 0;
  margin: 0 auto;
  position: relative;
}

#access h2 {
  padding-bottom: 22px;
}

#access p {
  line-height: 1.734;
}

#access table {
  font-size: 0;
  width: 360px;
  background: url(../img/schedule_footer.png);
  margin: 16px 0 18px;
}

#access table thead tr th {
  height: 26px;
}

#access table tbody tr th {
  width: 123px;
  height: 60px;
}

#access table tbody tr td {
  text-align: center;
  font-size: 16px;
  color: #ff782e;
  vertical-align: middle;
  position: relative;
}

#access table tbody tr td span {
  position: absolute;
  bottom: 22px;
  right: 5px;
  font-size: 12px;
}

#access table tbody tr td:last-child {
  padding-right: 6px;
}

#accessText {
  width: 359px;
}

#accessText .scheTxt a {
  color: #ed897f;
  text-decoration: none;
}

#accessText .scheTxt a:hover {
  text-decoration: underline;
}

#accessBtn {
  padding-top: 18px;
}

#mapCanvas01 {
  width: 960px;
  height: 500px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 550px;
}

#mapCanvas01 iframe {
  width: 1360px;
  height: 900px;
  margin: -200px;
}

/* Footer
-------------------------------------------------------------------------------------------------------------------- */
#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  padding: 50px 0 51px;
  margin: 0 auto;
}

#footerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
}

#footerWeb {
  margin: -18px 0 8px;
  padding-left: 6px;
}

#footerBeginner {
  padding-left: 6px;
}

#footerContact {
  margin-top: -18px;
  padding-left: 29px;
}

#footerTel {
  padding-top: 12px;
}

#footerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

#footerList ul li {
  line-height: 2;
}

#footerList ul li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_footerlist.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

#footerList ul li a {
  color: #000;
  text-decoration: none;
}

#footerList ul li a:hover {
  text-decoration: underline;
}

#copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #ffb63b;
  padding: 13px 0;
  margin-top: 59px;
}

#scrollTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}


/* Helpers
-------------------------------------------------------------------------------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.imgHover07 img {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.slide-up {
  visibility: hidden;
}