@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  border: 0;
  font-size: 20px;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-family: a-otf-gothic-bbb-pr6n;
  font-family: 'arial', 'HiraKakuPro-W6', 'MS PGothic', sans-serif;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: #434343;
  line-height: 180%;
}

@media all and (max-width: 767px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  font,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  input,
  textarea {
    font-size: 2rem;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  min-width: 1076px;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

img,
input[type="image"] {
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a:hover img,
input[type="image"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.m_ft,
.m_ft * {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  visibility: hidden;
}

.ft_mm,
.ft_mm * {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-family: 'arial', 'HiraKakuPro-W6', 'MS PGothic', sans-serif;
}

.ft_mg,
.ft_mg * {
  font-family: a-otf-midashi-go-mb31-pr6n, serif;
  font-family: 'arial', 'HiraKakuPro-W6', 'MS PGothic', sans-serif;
}

.ft_fm,
.ft_fm * {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ft_gb,
.ft_gb * {
  font-family: a-otf-gothic-bbb-pr6n, serif;
  font-family: 'arial', 'HiraKakuPro-W6', 'MS PGothic', sans-serif;
}

/*.wf-loading {
	//.ft_mm, .ft_mm *, .ft_mg, .ft_mg *, .ft_gb, .ft_gb *, .ft_fm, .ft_fm, .m_ft, .m_ft 
	.ft_mm, .ft_mm *, .ft_mg, .ft_mg *, .ft_gb, .ft_gb *, .ft_fm, .ft_fm, .m_ft, .m_ft  {
		opacity: 0;
	}
}
.wf-active {
	.ft_mm, .ft_mm *, .ft_mg, .ft_mg *, .ft_gb, .ft_gb *, .ft_fm, .ft_fm, .m_ft, .m_ft {
		opacity: 0;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInWf;
		animation-name: fadeInWf;
	}
}
.wf-inactive {
}*/
@-webkit-keyframes fadeInWf {
  from {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInWf {
  from {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a.hvr,
.hvr a {
  color: transparent;
}

a.hvr:hover,
.hvr a:hover {
  background: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
.fix_header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  z-index: 1000;
  top: 0;
}

.fix_header ._inner {
  position: relative;
}

.fix_header._faci {
  position: static !important;
}

.fix_header._top {
  display: none;
}

.header {
  position: relative;
  margin: 0 auto 17px;
}

.header._top {
  margin-top: 1em;
  max-width: 1230px;
  margin-bottom: 3.5em;
}

.header._top .h_nav {
  margin-left: 250px;
  margin-right: 100px;
  border-left: solid 4px #7e632c;
}

.header._top .h_nav ul {
  padding: 0.2em 0 0.2em 6%;
  min-height: 52px;
}

.header._low {
  width: 100%;
  max-width: 1260px;
}

.header._low .h_nav {
  margin-left: 250px;
  margin-right: 0;
  border-left: solid 2px #7e632c;
}

.header._low .h_nav ul {
  padding: 1.5em 0 0.4em 6%;
}

.header._low .h_logo {
  margin-top: .5em;
  width: 197px;
}

@media all and (max-width: 1320px) and (min-width: 768px) {
  .header._top {
    padding: 0 1em 0;
  }
  .header._top .h_nav li {
    margin-right: 2%;
  }
}

@media all and (max-width: 1220px) {
  .header._top {
    padding: 0 1em 0;
  }
  .header._top .h_nav {
    margin-right: 150px;
  }
}

@media all and (max-width: 1280px) and (min-width: 768px) {
  .header._low {
    padding: 0 1em 0;
  }
}

.h_top {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.h_top img {
  display: block;
}

.h_nav li {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 4.5%;
}

.h_nav li a {
  font-size: inherit;
  letter-spacing: .08em;
}

.h_nav li img {
  display: block;
}

#footer {
  background: #000;
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
}

.f_copy {
  color: #fff;
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .fix_header {
    display: block !important;
  }
  .header._top {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header._low {
    margin-bottom: 0;
  }
  .header._low .h_logo {
    margin-top: 0;
    width: 44.6%;
  }
  .h_top {
    position: relative;
    margin-top: 0;
  }
  .h_top img {
    display: block;
  }
  .h_logo {
    width: 44.6%;
  }
  .h_logo img {
    width: 100%;
  }
  .h_info_sp {
    position: absolute;
    top: -.1em;
    right: 12.5%;
    width: 45%;
  }
  .h_info_sp img {
    width: 100%;
  }
  .h_menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 12.5%;
    cursor: pointer;
  }
  .h_menu img {
    width: 100%;
  }
  .h_nav_sp {
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 99999;
    overflow: auto;
  }
  .h_nav_sp ul {
    padding: 1.5em 0;
  }
  .h_nav_sp li a {
    font-size: 3.2rem;
    color: #fff;
    display: block;
    padding: .5em 10%;
  }
  .h_nav_sp li a:hover {
    text-decoration: none;
  }
  .h_nav_sp li img {
    display: block;
    width: 5.8em;
  }
  #footer {
    background: #000;
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
  }
  .f_copy {
    color: #fff;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
#toggle_menu {
  display: none;
}

.top_faci .hvr-sweep-to-right:before {
  background: #004b3c;
}

.top_school .hvr-sweep-to-right:before {
  background: #008cbb;
}

.h_nav * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.h_nav li {
  overflow: hidden;
}

.h_nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-top: 1px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.h_nav a:before,
.h_nav a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.h_nav a:after {
  right: 100%;
  content: attr(data-hover);
  color: #008cbb;
  white-space: nowrap;
}

.h_nav li:hover a,
.h_nav .current a {
  transform: translateX(100%);
  margin-left: -20px;
  margin-right: 0;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main_pc {
  margin: 10px 10px 0;
  position: relative;
}

.top_main_pc img {
  width: 100%;
  display: block;
  opacity: 0.5;
}

.top_main_pc li + li {
  display: none;
}

.fix_top {
  position: absolute;
  right: 0;
  width: 234px;
  height: 471px;
  margin-top: -256px;
  background: url(../img/top_cnt.png) no-repeat;
  padding-top: 110px;
  text-align: right;
}

.fix_top p {
  color: #fff;
  font-size: 14px;
  padding-right: 10px;
}

.fix_top p span {
  color: inherit;
  font-size: inherit;
  width: 5em;
  display: inline-block;
  text-align: left;
}

.fix_top ._ttl {
  font-size: 11px;
  margin: 25px 0 6px;
}

.fix_top ._ttl + p {
  font-size: 11px;
}

.fix_top ._note {
  font-size: 10px;
}

.top_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.top_ttl img {
  display: block;
  margin: 0 auto;
}

.top_ttl + p {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.top_news ._inner {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10%;
}

.top_news ._slider {
  margin-top: 2.5em;
}

.top_news ul {
  font-size: 2rem;
}

.top_news li {
  min-height: 330px;
  border-left: solid 1px #999999;
  font-size: 2rem;
  width: 270px;
}

.top_news li img {
  background-position: left center;
  background-size: cover;
}

.top_news li div {
  padding: 0.5em 1em;
}

.top_news li ._ttl {
  font-size: 17px;
  margin-bottom: .3em;
}

.top_news li ._ttl span {
  display: block;
  font-size: 14px;
  color: #9a8145;
}

.top_news li a:hover {
  text-decoration: none;
}

.top_news li p {
  font-size: 12px;
}

.top_news ._slider .bx-wrapper {
  margin: 0 auto;
  position: relative;
}

.top_news ._slider .bx-prev,
.top_news ._slider .bx-next {
  position: absolute;
  display: block;
  color: transparent;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 998;
}

.top_news ._slider .bx-prev {
  left: -12%;
  background: url(../img/btn_prev.png) no-repeat right center;
}

.top_news ._slider .bx-prev:hover {
  background: url(../img/btn_prev.png) no-repeat left center;
}

.top_news ._slider .bx-next {
  right: -12%;
  background: url(../img/btn_next.png) no-repeat left center;
}

.top_news ._slider .bx-next:hover {
  background: url(../img/btn_next.png) no-repeat right center;
}

@media all and (max-width: 767px) {
  .top_main_pc {
    margin: 0.7em 0.5em 2em;
    margin-top: 4.6em;
  }
  .top_main_pc img {
    display: block;
  }
  .top_news li {
    min-height: auto;
    height: 100%;
  }
  .top_news ._slider {
    padding: 0 10%;
  }
  .top_news ._slider .bx-prev,
  .top_news ._slider .bx-next {
    width: 2em;
  }
  .top_news ._slider .bx-prev {
    left: -5em;
    background: url(../img/btn_prev_sp.png) no-repeat right center;
    background-size: 90%;
  }
  .top_news ._slider .bx-prev:hover {
    background: url(../img/btn_prev_sp.png) no-repeat left center;
    background-size: 90%;
  }
  .top_news ._slider .bx-next {
    right: -5em;
    background: url(../img/btn_next_sp.png) no-repeat left center;
    background-size: 90%;
  }
  .top_news ._slider .bx-next:hover {
    background: url(../img/btn_next_sp.png) no-repeat right center;
    background-size: 90%;
  }
}

@media all and (max-width: 400px) {
  .top_news ._slider {
    padding: 0 10%;
  }
  .top_news ._slider .bx-prev,
  .top_news ._slider .bx-next {
    width: 3em;
  }
}

.top_section ._main {
  display: table;
  width: 100%;
}

.top_section ._bg {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: fixed no-repeat center center;
  background-size: cover;
  height: 364px;
}

@media all and (max-width: 767px) {
  .top_ttl {
    margin-bottom: 1.5em;
  }
  .top_ttl img {
    display: block;
    margin: 0 auto;
  }
  .top_ttl + p {
    text-align: center;
    color: #fff;
    font-size: 3.4rem;
  }
  .top_section ._bg {
    background: no-repeat center center;
    background-size: contain;
    height: 18.2em;
  }
}

.top_faci ._bg {
  background-image: url(../img/top_faci_bg.jpg);
}

.top_faci ._box {
  height: 494px;
  background: #9a8145;
  display: table;
  width: 100%;
  margin-top: 2px;
}

.top_faci ._left {
  display: table-cell;
  width: 50%;
  padding: 0 20px;
  vertical-align: middle;
}

.top_faci ._txt {
  max-width: 530px;
  margin: 0 0 0 auto;
}

.top_faci ._txt * {
  color: #fff;
}

.top_faci ._ttl {
  font-size: 24px;
  letter-spacing: .2em;
  margin-bottom: 1em;
}

.top_faci ._ttl + p {
  font-size: 14px;
  letter-spacing: .1em;
}

.top_faci ._link {
  max-width: 344px;
  margin-top: 20%;
  margin-bottom: -5%;
}

.top_faci ._link a {
  background: #000;
  display: block;
  font-size: 18px;
  padding: 0.5em 1em;
}

.top_faci ._link a img {
  vertical-align: 10%;
  margin-right: .6em;
}

.top_faci ._link a:hover {
  text-decoration: none;
}

.top_faci ._right {
  display: table-cell;
  width: 50%;
  margin: 0 0 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top_faci ._list {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.top_faci ._fixed {
  visibility: hidden;
}

.top_faci ul {
  text-align: center;
  margin-bottom: 2.5em;
  margin-top: -1.5em;
}

.top_faci li {
  display: inline-block;
  margin: 0 2%;
}

.top_faci li a:hover img {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

@media all and (max-width: 767px) {
  .top_faci ._bg {
    background-image: url(../img/top_faci_bg_sp.jpg);
  }
  .top_faci ._right {
    display: none;
  }
  .top_faci ._box {
    height: auto;
    width: 100%;
  }
  .top_faci ._left {
    display: block;
    width: auto;
    padding: 2em 8%;
  }
  .top_faci ._txt {
    max-width: none;
    margin: 0 0 0 auto;
  }
  .top_faci ._txt * {
    color: #fff;
  }
  .top_faci ._ttl {
    font-size: 4rem;
    margin-bottom: .4em;
  }
  .top_faci ._ttl + p {
    font-size: 2.4rem;
  }
  .top_faci ._ttl + p br {
    display: none;
  }
  .top_faci ._link {
    max-width: none;
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .top_faci ._link a {
    text-align: center;
    font-size: 2.4rem;
    padding: 0.8em 1em;
  }
  .top_faci ._link a img {
    width: 1.2em;
  }
}

.top_serv ._bg {
  background-image: url(../img/top_service_bg.jpg);
}

.top_serv img {
  display: block;
  margin: 0 auto;
}

.top_serv ._img {
  margin-top: -13px;
  position: relative;
  background: url(../img/top_service_img_bg.jpg) no-repeat bottom center;
  background-size: 100% 677px;
}

.top_serv ._inner {
  height: 690px;
  position: relative;
}

.top_serv ._inner > div {
  margin: 0 auto;
  width: 1349px;
  position: absolute;
  left: 50%;
  margin-left: -674px;
}

.top_serv li {
  width: 350px;
  position: absolute;
  top: 0;
  left: 0;
}

.top_serv li span {
  display: block;
}

.top_serv ._ttl {
  margin-left: 65px;
  margin-bottom: 20px;
}

.top_serv ._ttl span {
  font-size: 28px;
  line-height: 1.4;
}

.top_serv ._ttl span + span {
  text-indent: -.8em;
}

.top_serv ._ttl span + span + span {
  text-indent: -1.6em;
}

.top_serv ._ttl + p span {
  color: #fff;
  font-size: 15px;
  letter-spacing: -.07em;
}

.top_serv ._ttl + p span + span {
  text-indent: -.8em;
}

.top_serv ._ttl + p span + span + span {
  text-indent: -1.6em;
}

.top_serv ._ttl + p span + span + span + span {
  text-indent: -2.4em;
}

.top_serv ._ttl + p span + span + span + span + span {
  text-indent: -3.2em;
}

.top_serv ._a {
  top: 430px;
  left: 70px;
}

.top_serv ._a ._ttl span {
  color: #230c01;
}

.top_serv ._b {
  top: 100px;
  left: 570px;
}

.top_serv ._b ._ttl span {
  color: #a3812f;
}

.top_serv ._c {
  top: 400px;
  left: 800px;
}

.top_serv ._c ._ttl span {
  color: #230c01;
}

@media all and (max-width: 1200px) {
  .top_serv ._inner > div {
    margin-left: -600px;
  }
}

@media all and (max-width: 767px) {
  .top_serv ._bg {
    background-image: url(../img/top_service_bg_sp.jpg);
  }
  .top_serv ._img {
    margin-top: 0;
    position: relative;
  }
  .top_serv ._inner {
    overflow: hidden;
    position: static;
    height: auto;
  }
  .top_serv ._inner > div {
    position: static;
    width: auto;
    margin-left: 0;
  }
  .top_serv li {
    width: auto;
    position: static;
    padding: 3em 0;
  }
  .top_serv ._ttl {
    margin-left: 0;
    margin-bottom: 0.8em;
  }
  .top_serv ._ttl span {
    font-size: 3rem;
    line-height: 1.3;
  }
  .top_serv ._ttl span + span {
    text-indent: 0;
  }
  .top_serv ._ttl span + span + span {
    text-indent: 0;
  }
  .top_serv ._ttl + p {
    line-height: 1;
  }
  .top_serv ._ttl + p span {
    font-size: 2.4rem;
    line-height: 1.3;
    display: inline;
    letter-spacing: -.05em;
  }
  .top_serv ._ttl + p span + span {
    text-indent: 0;
  }
  .top_serv ._ttl + p span + span + span {
    text-indent: 0;
  }
  .top_serv ._ttl + p span + span + span + span {
    text-indent: 0;
  }
  .top_serv ._ttl + p span + span + span + span + span {
    text-indent: 0;
  }
  .top_serv ._a {
    background: url(../img/top_service_img01_sp.jpg) no-repeat;
    background-size: contain;
    height: 17.1em;
    padding: 2.5em 2% 0 52.5%;
  }
  .top_serv ._b {
    background: url(../img/top_service_img02_sp.jpg) no-repeat;
    background-size: contain;
    height: 16.7em;
    padding: 2.5em 52.5% 0 2.8%;
  }
  .top_serv ._c {
    background: url(../img/top_service_img03_sp.jpg) no-repeat;
    background-size: contain;
    height: 16.94em;
    padding: 2.5em 2% 0 52.5%;
  }
  .top_serv ._c ._ttl + p span {
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

.top_school ._bg {
  background-image: url(../img/top_school_bg.jpg);
}

.top_school ._pro {
  background: url(../img/top_school_bg2.jpg) center center;
  background-size: cover;
  padding: 80px 0 50px;
}

.top_school ul {
  text-align: center;
}

.top_school li {
  width: 500px;
  height: 486px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 0 5px #999;
  margin: 0 15px 50px;
}

.top_school li p {
  text-align: left;
  padding-left: 180px;
  font-size: 14px;
  line-height: 2;
}

.top_school ._icon {
  position: absolute;
  right: 0;
  margin-top: -20px;
}

.top_school ._txt {
  position: relative;
  margin: 48px 30px 0;
}

.top_school ._img {
  display: block;
  width: 100%;
  margin-top: -10px;
}

.top_school ._name {
  position: absolute;
}

.top_school ._link {
  position: absolute;
  bottom: 0;
  height: 53px;
  background: #000;
  width: 100%;
}

.top_school ._link a {
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 54px;
}

.top_school ._link a img {
  vertical-align: 10%;
  margin-right: .5em;
}

.top_school ._link a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .top_school ._bg {
    background-image: url(../img/top_school_bg_sp.jpg);
  }
  .top_school ._pro {
    background: none;
    padding: 2em 0.8em 0.5em;
  }
  .top_school li {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 0 5px #999;
    margin: 0 0 2em;
  }
  .top_school li p {
    padding: 0.5em 1em 1em;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .top_school li p br {
    display: none;
  }
  .top_school ._icon {
    right: 0;
    margin-top: -1.5em;
    width: 9.3em;
  }
  .top_school ._txt {
    margin: 2em 0 0;
  }
  .top_school ._img {
    display: block;
  }
  .top_school ._name {
    position: static;
  }
  .top_school ._link {
    position: static;
    height: auto;
  }
  .top_school ._link a {
    font-size: 2.4rem;
    line-height: 2.8em;
  }
  .top_school ._link a img {
    width: 1.2em;
  }
  .top_school ._miz ._img {
    margin-top: -1em;
  }
}

.top_access ._bg {
  background-image: url(../img/top_access_bg.jpg);
}

.top_access ._box {
  height: 440px;
  background: #002400;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.top_access ._right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.top_access ._txt {
  max-width: 360px;
  padding: 0 20px;
  margin: 0 auto;
}

.top_access ._txt * {
  color: #fff;
}

.top_access ._txt span {
  display: block;
}

.top_access ._txt em {
  font-size: 15px;
  display: block;
}

.top_access ._addr {
  margin-top: .5em;
}

.top_access ._addr span {
  font-size: 15px;
}

.top_access ._tel {
  margin: 10px 0;
  padding: 5px 0;
  border-top: dotted 1px #fff;
  border-bottom: dotted 1px #fff;
}

.top_access ._info {
  padding-left: 5em;
  position: relative;
}

.top_access ._info em {
  position: absolute;
  left: 0;
  line-height: 2;
}

.top_access ._info span {
  font-size: 15px;
  line-height: 2;
}

.top_access ._map {
  display: table-cell;
  width: 50%;
  margin: 0 auto;
}

.top_access ._map > div {
  position: relative;
  height: 440px;
  overflow: hidden;
}

.top_access ._map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access ._ttl {
  font-size: 18px;
  margin-bottom: 1em;
}

.top_access ._ttl img {
  vertical-align: -10%;
  margin-right: .5em;
}

.top_access li {
  display: inline-block;
  vertical-align: top;
  background: url(../img/top_access_case_line.png) no-repeat;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-right: 39px;
}

.top_access li ._case {
  font-size: 16px;
  margin: 8px 0;
}

.top_access li ._desc {
  font-size: 13px;
  margin-left: -30px;
  margin-top: 10px;
}

.top_access ._note {
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 767px) {
  .top_access ._bg {
    background-image: url(../img/top_access_bg_sp.jpg);
  }
  .top_access ._box {
    height: auto;
    display: block;
    margin-bottom: 1em;
  }
  .top_access ._right {
    display: block;
    width: auto;
    padding: 3em 0 2em;
  }
  .top_access ._txt {
    max-width: none;
    padding: 0 11.9%;
  }
  .top_access ._txt em {
    font-size: 2rem;
  }
  .top_access ._addr {
    margin-top: 1em;
  }
  .top_access ._addr span {
    font-size: 2rem;
  }
  .top_access ._tel {
    margin: .5em 0;
    padding: .4em 0;
  }
  .top_access ._info {
    padding-left: 11em;
    position: relative;
  }
  .top_access ._info span {
    font-size: 2rem;
  }
  .top_access ._map {
    display: block;
    width: auto;
    padding: .8em;
    background: #fff;
  }
  .top_access ._map > div {
    height: 0;
    padding-bottom: 70%;
  }
  .top_access ._ttl {
    font-size: 3rem;
    margin-bottom: 1em;
  }
  .top_access ._ttl img {
    width: 1.2em;
  }
  .top_access li {
    display: block;
    background: url(../img/top_access_case_line_sp.png) no-repeat;
    background-size: .31em;
    padding-left: 2.1em;
    margin-bottom: 2em;
    margin-right: 0;
  }
  .top_access li ._case {
    font-size: 2.6rem;
    margin: 0 0;
    padding: .5em 0;
  }
  .top_access li ._desc {
    font-size: 2rem;
    line-height: 1.4;
    margin-left: -2.4em;
    margin-top: .5em;
  }
  .top_access ._note {
    font-size: 2rem;
  }
}

@media all and (max-width: 767px) {
  .top_main_pc li {
    height: auto !important;
  }
}

.fix_low {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: -84px;
  z-index: 10000;
  width: 336px;
  height: 134px;
  padding-left: 30px;
  background: url(../img/low_cnt_bg.png) no-repeat top right;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 1em;
  margin-right: -269px;
  text-align: right;
  cursor: pointer;
}

.fix_low ._btn {
  position: absolute;
  left: 0;
  top: 0;
}

.fix_low ._time {
  position: absolute;
  width: 150px;
}

.fix_low p {
  color: #fff;
  font-size: 14px;
}

.fix_low p span {
  color: inherit;
  font-size: inherit;
  width: 5em;
  display: inline-block;
  text-align: left;
}

.fix_low ._ttl {
  margin-bottom: 3px;
}

.fix_low ._ttl + p {
  font-size: 12px;
  padding-top: 3px;
}

.fix_low ._note {
  font-size: 12px;
}

.low_main {
  vertical-align: middle;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: 4.6em;
}

.low_main ._ttl {
  text-align: center;
}

.low_main ._ttl img {
  display: block;
  margin: 0 auto;
}

.low_main ._ttl + p {
  position: absolute;
  width: 100%;
  top: 230px;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

@media all and (max-width: 767px) {
  .low_main ._ttl + p {
    top: 7.5em;
    font-size: 3rem;
  }
}

.school .low_main {
  background-image: url(../img/school_main_bg.jpg);
}

.school ._fv {
  text-align: center;
  padding: 80px 0;
  font-size: 15px;
  line-height: 2;
}

.school ._img img {
  display: block;
  margin: 0 auto 0 0;
}

.school ._icon {
  position: absolute;
  right: 1.5em;
  top: -1.5em;
}

.school ._name {
  margin-bottom: .8em;
  padding-bottom: .7em;
  background: url(../img/school_dot_bg.png) repeat-x left bottom;
}

.school li {
  margin-bottom: 4em;
  position: relative;
  background: #f2f2f2 url(../img/school_arrow.png) no-repeat right bottom;
}

.school li a {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.8em 1.5em 0 480px;
}

.school li a:hover {
  text-decoration: none;
}

.school li p {
  font-size: 14px;
  line-height: 1.5;
}

.school li ._point {
  background: #113c10;
  color: #fff;
  margin-top: 1em;
  display: inline-block;
  padding-right: 1.5em;
}

.school li ._point span {
  line-height: 40px;
  color: #113c10;
  font-size: inherit;
  display: inline-block;
  background: #f2f2f2;
  border: solid 3px #113c10;
  padding: 0 1.5em;
  text-align: center;
  margin-right: 1.2em;
}

.school ._cnt {
  text-align: center;
  padding: 2em 0;
  border: solid 3px #000;
}

.school ._cnt span {
  font-size: 31px;
  margin-left: .5em;
}

@media all and (max-width: 1000px) {
  .school li p br {
    display: none;
  }
}

@media all and (max-width: 950px) {
  .school li a {
    position: static;
    padding: 1.8em 1.5em;
  }
}

@media all and (max-width: 767px) {
  .low_main {
    margin-top: 3.7em;
  }
  .school .low_main {
    background-image: url(../img/school_main_bg_sp.jpg);
  }
  .school ._fv {
    text-align: left;
    padding: 1em 0 1.5em;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .school ._img img {
    width: 100%;
  }
  .school ._icon {
    position: absolute;
    right: .2em;
    top: -1.8em;
    width: 5.9em;
  }
  .school ._name {
    background: url(../img/school_dot_bg.png) repeat-x left bottom;
  }
  .school li {
    margin-bottom: 3em;
    background: #f2f2f2 url(../img/school_arrow_sp.png) no-repeat right bottom;
    background-size: 2.15em;
  }
  .school li a {
    padding: 1em 1.5em 3em;
  }
  .school li p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .school li ._point {
    font-size: 2.2rem;
    white-space: nowrap;
    display: block;
  }
  .school li ._point span {
    font-size: inherit;
    line-height: 2.5em;
    border: solid 0.3em #113c10;
  }
  .school ._cnt {
    padding: 1.5em 0;
    border: solid 0.2em #000;
    border-left: none;
    border-right: none;
    margin: 0 -4%;
    font-size: 1.9rem;
  }
  .school ._cnt a {
    font-size: 3.1rem;
  }
  .school ._cnt img {
    width: 1.5em;
  }
}

.schdetail .low_main {
  background-image: url(../img/school_kita_main_bg.jpg);
}

.schdetail ._logo {
  background: #648c42;
}

.schdetail._miz .low_main {
  background-image: url(../img/school_miz_main_bg.jpg);
}

.schdetail._miz ._logo {
  background: #6cb8cd;
}

.schdetail ._logo {
  margin-bottom: 1.5em;
}

.schdetail ._logo > div {
  position: relative;
}

.schdetail ._logo img {
  display: block;
}

.schdetail ._logo span {
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 18px;
}

.schdetail_sec00 {
  margin-bottom: 3em;
}

.schdetail_sec00 .schdetail_sec02 {
  margin-bottom: 0;
}

.schdetail_sec00 li {
  font-size: 14px;
}

.schdetail_sec00 ._box {
  background: #e9e7e8;
  padding: 1.7em;
}

@media screen and (max-width: 767px) {
  .schdetail_sec00 li {
    font-size: 2rem;
  }
  .schdetail_sec00 ._box {
    margin-top: 2em;
  }
  .schdetail_sec00 .schdetail_sec01 {
    margin-bottom: 2em;
  }
  .schdetail_sec00 .schdetail_sec02 {
    margin-bottom: 1em;
  }
}

.schdetail_sec00 ._right ._time table {
  width: 48%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .schdetail_sec00 ._right ._time table {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .schdetail_sec00 ._box {
    text-align: center;
  }
  .schdetail_sec00 ._box ul {
    display: inline-block;
    text-align: left;
  }
  .schdetail_sec00 ._box ul + ul {
    margin-left: 2em;
  }
  .schdetail_sec00 ._left {
    float: left;
    width: 47%;
  }
  .schdetail_sec00 ._right {
    float: right;
    width: 47%;
  }
}

.schdetail_sec01 {
  margin-bottom: 3.5em;
}

.schdetail_sec01 ._left {
  float: left;
  width: 45%;
}

.schdetail_sec01 ._right2 {
  float: right;
  width: 50%;
}

.schdetail_sec01 ._right {
  float: right;
  width: 50%;
  position: relative;
  padding-left: 100px;
  margin-top: 1em;
}

.schdetail_sec01 ._right table {
  width: 100%;
}

.schdetail_sec01 ._right table * {
  font-size: 14px;
}

.schdetail_sec01 ._right th {
  width: 30%;
  text-align: right;
  border-left: dotted 1px #ad8849;
  border-right: dotted 1px #ad8849;
  padding-right: 10%;
}

.schdetail_sec01 ._right td {
  padding-left: 6%;
}

.schdetail_sec01 ._right td span + span {
  position: absolute;
  right: 1.3em;
}

.schdetail_sec01 ._right td small {
  position: absolute;
  margin-left: .3em;
}

.schdetail_sec01 ._right p {
  font-size: 24px;
  color: #c3984e;
  position: absolute;
  left: 0;
}

.schdetail_sec01 ._info {
  position: relative;
  padding-left: 170px;
  margin-bottom: 2em;
}

.schdetail_sec01 ._img {
  position: absolute;
  left: 0;
}

.schdetail_sec01 ._name {
  font-size: 30px;
  margin-bottom: .2em;
}

.schdetail_sec01 ._name img {
  display: block;
}

.schdetail_sec01 ._name + p {
  font-size: 12px;
  color: #7f7f7f;
  margin-bottom: 2em;
}

.schdetail_sec01 ._name + p + p {
  font-size: 14px;
  line-height: 1.2;
  border-left: solid 3px #ad8849;
  padding-left: 15px;
}

.schdetail_sec01 ._sido {
  color: #c3984e;
  font-size: 14px;
}

.schdetail_sec01 ._sido + p {
  font-size: 18px;
}

@media all and (max-width: 750px) {
  .schdetail ._logo span {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .schdetail_sec01 {
    margin-bottom: 3.5em;
  }
  .schdetail_sec01 ._left {
    float: none;
    width: 480px;
    margin: 0 auto 2em;
  }
  .schdetail_sec01 ._right,
  .schdetail_sec01 ._right2 {
    float: none;
    width: 540px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .schdetail .low_main {
    background-image: url(../img/school_kita_main_bg_sp.jpg);
  }
  .schdetail_sec01 {
    margin-bottom: 3.5em;
  }
  .schdetail_sec01 ._left {
    width: auto;
  }
  .schdetail_sec01 ._right2 {
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }
  .schdetail_sec01 ._right {
    width: auto;
    padding-left: 0;
    margin-top: 1em;
  }
  .schdetail_sec01 ._right table * {
    font-size: 2.4rem;
  }
  .schdetail_sec01 ._right p {
    font-size: 2.4rem;
    position: static;
    margin-bottom: .6em;
  }
  .schdetail_sec01 ._info {
    width: 80%;
    margin: 0 auto;
    padding-left: 9em;
    margin-bottom: 2em;
  }
  .schdetail_sec01 ._img {
    width: 29%;
  }
  .schdetail_sec01 ._name {
    font-size: 3.6rem;
    margin-bottom: .2em;
  }
  .schdetail_sec01 ._name img {
    width: 78.5%;
  }
  .schdetail_sec01 ._name + p {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }
  .schdetail_sec01 ._name + p + p {
    font-size: 1.6rem;
    border-left: solid 0.3em #ad8849;
    padding-left: .8em;
  }
  .schdetail_sec01 ._sido {
    font-size: 2.4rem;
  }
  .schdetail_sec01 ._sido + p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.schdetail_sec02 {
  position: relative;
  margin-bottom: 3em;
}

.schdetail_sec02 ._left {
  width: 510px;
}

.schdetail_sec02 ._right {
  position: absolute;
  top: 0;
  margin-left: 590px;
}

.schdetail_sec02 ._sido {
  margin-bottom: 2em;
}

.schdetail_sec02 ._sido ._ttl2 {
  margin-bottom: .5em;
}

.schdetail_sec02 ._price {
  background: #c3984e;
  color: #fff;
  padding: 0.2em 1em;
  position: relative;
  margin-bottom: .2em;
}

.schdetail_sec02 ._price * {
  color: inherit;
}

.schdetail_sec02 ._price span {
  position: absolute;
  right: 1em;
}

.schdetail_sec02 ._price span small {
  font-size: 14px;
}

.schdetail_sec02 ._txt {
  font-size: 14px;
  margin-bottom: 1em;
}

.schdetail_sec02 ._note {
  font-size: 12px;
  text-align: right;
}

.schdetail_sec02._miz ._note {
  margin-top: 1em;
  text-align: left;
}

.schdetail_sec02._miz ._note p {
  font-size: inherit;
  margin-left: 1em;
  text-indent: -1em;
}

.schdetail_sec02 ._time ._ttl2 {
  margin-bottom: 1em;
}

.schdetail_sec02 ._time caption {
  background: url(../img/school_time_bg.png) no-repeat;
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.schdetail_sec02 ._time caption span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 9.2em;
  padding: 0.4em 1em;
}

.schdetail_sec02 ._time table {
  width: 100%;
  border: solid 1px #999;
}

.schdetail_sec02 ._time th,
.schdetail_sec02 ._time td {
  border-top: solid 1px #ccc;
  text-align: center;
}

.schdetail_sec02 ._time th {
  color: #c3984e;
  font-size: 14px;
  width: 3em;
  padding: 0.5em 1em;
}

.schdetail_sec02 ._time td {
  border-left: solid 1px #999;
  font-size: 14px;
  white-space: nowrap;
}

.schdetail_sec02 ._time td span {
  font-size: inherit;
  visibility: hidden;
}

.schdetail_sec02 ._time td + td {
  width: 2.5em;
}

.schdetail_sec02._miz ._time caption {
  background: #000;
}

.schdetail_sec02._miz ._time caption span {
  width: 100%;
  text-align: center;
}

.schdetail_sec02 ._tbl {
  margin-bottom: 2em;
}

.schdetail_sec02 ._tbl1,
.schdetail_sec02 ._tbl2 {
  width: 47%;
}

.schdetail_sec02 ._tbl1 {
  float: left;
}

.schdetail_sec02 ._tbl2 {
  float: right;
}

.schdetail_sec02 ._last {
  font-size: 14px;
  text-align: right;
}

.schdetail_sec02 ul {
  margin-top: .6em;
}

.schdetail_sec02 li {
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
}

@media all and (max-width: 900px) {
  .schdetail_sec02 ._left {
    margin: 0 auto;
  }
  .schdetail_sec02 ._right {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .schdetail_sec02 {
    margin-bottom: 3em;
  }
  .schdetail_sec02 ._left {
    width: auto;
  }
  .schdetail_sec02 ._sido {
    margin-bottom: 2em;
  }
  .schdetail_sec02 ._sido ._ttl2 {
    margin-bottom: 0;
  }
  .schdetail_sec02 ._sido ._ttl2 img {
    width: 100%;
  }
  .schdetail_sec02 ._price {
    padding: 0 1em;
    position: relative;
    margin-bottom: .2em;
    font-size: 3rem;
  }
  .schdetail_sec02 ._price * {
    color: inherit;
  }
  .schdetail_sec02 ._price span {
    position: absolute;
    right: 1em;
    font-size: 3rem;
  }
  .schdetail_sec02 ._price span small {
    font-size: 2rem;
  }
  .schdetail_sec02 ._txt {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
  .schdetail_sec02 ._note {
    font-size: 2rem;
  }
  .schdetail_sec02 ._time ._ttl2 {
    margin-bottom: 1em;
  }
  .schdetail_sec02 ._time ._ttl2 img {
    width: 100%;
  }
  .schdetail_sec02 ._time caption {
    background-size: cover;
    font-size: 2.2rem;
  }
  .schdetail_sec02 ._time caption span {
    font-size: 2.6rem;
    width: 7.5em;
    padding: 0.275em 0.6em;
  }
  .schdetail_sec02 ._time th {
    font-size: 2.4rem;
    padding: .1em 0;
  }
  .schdetail_sec02 ._time td {
    font-size: 2.4rem;
    padding: .1em 0;
  }
  .schdetail_sec02 ._time li {
    font-size: 2rem;
  }
  .schdetail_sec02._miz ._time caption {
    background: #000;
  }
  .schdetail_sec02._miz ._time caption span {
    width: 100%;
  }
  .schdetail_sec02 ._tbl {
    margin-bottom: 2em;
  }
  .schdetail_sec02 ._tbl1,
  .schdetail_sec02 ._tbl2 {
    width: 49%;
  }
  .schdetail_sec02 ._last {
    font-size: 2rem;
  }
  .schdetail_sec02 li {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .schdetail_sec02 li br {
    display: none;
  }
}

.schdetail_sec03 {
  background: #f8f8f8;
  display: table;
  width: 100%;
  margin-bottom: 3em;
}

.schdetail_sec03 ._ttl2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 35%;
  font-size: 24px;
}

.schdetail_sec03 p {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 3.5em 2em;
}

@media all and (max-width: 767px) {
  .schdetail_sec03 {
    display: block;
    width: auto;
    padding: 2em 1.2em 3em;
    margin: 0 -3.5% 3em;
  }
  .schdetail_sec03 ._ttl2 {
    display: block;
    width: auto;
    font-size: 3rem;
    margin-bottom: 1em;
  }
  .schdetail_sec03 p {
    display: block;
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 0;
  }
}

.schdetail_sec04 {
  background: url(../img/school_kita_bn.jpg) no-repeat;
  height: 175px;
  padding: 30px 10px 0 450px;
  border-right: solid 5px #c3984e;
}

.schdetail_sec04 ._ttl {
  display: none;
}

.schdetail_sec04 p {
  font-size: 14px;
}

.schdetail_sec04 p + p {
  margin-top: 15px;
}

.schdetail_sec04._miz {
  background: url(../img/school_miz_bn.jpg) no-repeat;
  border-right: solid 5px #6cb8cd;
  height: 214px;
  padding: 30px 10px 0 440px;
}

.schdetail_sec04._miz p {
  letter-spacing: -.07em;
}

.schdetail_sec04._miz p small {
  font-size: 90%;
}

@media all and (max-width: 1000px) {
  .schdetail_sec04 p br {
    display: none;
  }
}

@media all and (max-width: 930px) {
  .schdetail_sec04 {
    background: #c3984e;
    height: auto;
    padding: 0 0 4px 0;
    border-right: none;
  }
  .schdetail_sec04 ._ttl {
    display: block;
    color: transparent;
    background: url(../img/school_kita_bn.jpg) no-repeat;
    width: 414px;
    height: 175px;
  }
  .schdetail_sec04 ._ttl + div {
    margin: 4px 4px 0;
    padding: 1em 2em;
    background: #fff;
  }
  .schdetail_sec04._miz {
    height: auto;
    background: #6cb8cd;
    padding: 0 0 4px 0;
    border-right: none;
  }
  .schdetail_sec04._miz ._ttl {
    background: url(../img/school_miz_bn.jpg) no-repeat;
    width: 414px;
    height: 175px;
  }
}

@media all and (max-width: 767px) {
  .schdetail_sec04 {
    padding: 0 0 0.2em 0;
  }
  .schdetail_sec04 ._ttl {
    background: url(../img/school_kita_bn_ttl_sp.jpg) no-repeat;
    background-size: contain;
    width: auto;
    height: 12.7em;
  }
  .schdetail_sec04 ._ttl + div {
    margin: 0 0.2em 0;
    padding: 2em 2em 1em;
  }
  .schdetail_sec04 p {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .schdetail_sec04 p + p {
    margin-top: 1.5em;
  }
  .schdetail_sec04._miz {
    padding: 0 0 0.2em 0;
  }
  .schdetail_sec04._miz ._ttl {
    background: url(../img/school_miz_bn_ttl_sp.jpg) no-repeat;
    background-size: contain;
    width: auto;
    height: 11.4em;
  }
  .schdetail_sec04._miz ._ttl + div {
    margin: 0 0.2em 0;
    padding: 1.5em 1em 1em;
  }
}

.schdetail_sec05 {
  margin-top: 3em;
  background: #f8f8f8;
}

.schdetail_sec05 ._box {
  display: table;
  width: 100%;
  padding: 2em 0;
}

.schdetail_sec05 ._tel {
  background: #c3984e;
}

.schdetail_sec05 ._tel img {
  display: block;
  margin: 0 auto;
}

.schdetail_sec05 ._ttl2 {
  display: table-cell;
  text-align: center;
  width: 35%;
  font-size: 24px;
}

.schdetail_sec05 ul {
  display: table-cell;
}

.schdetail_sec05 ul li {
  font-size: 14px;
  margin-bottom: .5em;
  position: relative;
  margin-left: .8em;
}

.schdetail_sec05 ul li:before {
  content: '■';
  position: absolute;
  left: -.8em;
}

.schdetail_sec05 ul li em {
  font-size: inherit;
  color: #ff0000;
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.schdetail_sec05 ul li img {
  vertical-align: -8%;
  margin: 0 0.2em;
}

.schdetail_sec05 ul li span,
.schdetail_sec05 ul li a {
  font-size: inherit;
}

@media all and (max-width: 767px) {
  .schdetail_sec05 {
    display: block;
    width: auto;
    padding: 0 1.2em 3em;
    margin: 3em -4% 3em;
  }
  .schdetail_sec05 ._ttl2 {
    display: block;
    width: auto;
    font-size: 3rem;
    margin-bottom: 1em;
  }
  .schdetail_sec05 ._tel {
    margin: 0 -4% 0;
  }
  .schdetail_sec05 ul {
    display: block;
  }
  .schdetail_sec05 ul li {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .schdetail_sec05 ul li img {
    display: inline-block;
    width: 1.5em;
  }
}

.schdetail_sec06 ._ttl {
  font-size: 24px;
  margin-bottom: .8em;
  margin-top: 4em;
}

@media all and (max-width: 767px) {
  .schdetail_sec06 {
    margin-top: 0;
  }
  .schdetail_sec06 ._ttl {
    font-size: 3rem;
  }
}

.card .low_main {
  background-image: url(../img/card_main_bg.jpg);
}

.card ._sub {
  background: #000;
  text-align: center;
  position: relative;
  margin-bottom: 3em;
}

.card ._sub p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  width: 490px;
  padding-bottom: 1em;
}

.card ._sub div {
  margin-top: -20px;
  width: 570px;
  text-align: left;
}

.card ._sub div,
.card ._sub p {
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .card .low_main {
    background-image: url(../img/card_main_bg_sp.jpg);
  }
  .card ._sub {
    margin-bottom: 1.5em;
  }
  .card ._sub p {
    font-size: 2.4rem;
    width: auto;
    padding: 0 1em 2em;
    line-height: 1.4;
  }
  .card ._sub div {
    margin-top: 0;
    width: auto;
  }
  .card ._sub div,
  .card ._sub p {
    display: block;
  }
}

.card_sec01 ._ttl {
  background: url(../img/card_ttl_bg.png) repeat-x;
  height: 68px;
  text-align: center;
  font-size: 24px;
  padding-top: .5em;
  margin-bottom: 2em;
}

.card_sec01 ._box {
  margin-bottom: 2em;
  text-align: center;
}

.card_sec01 ._left {
  display: inline-block;
  vertical-align: middle;
  width: 460px;
  text-align: left;
  margin-bottom: 2em;
}

.card_sec01 ._left p {
  font-size: 12px;
  letter-spacing: -.07em;
}

.card_sec01 ._right {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin-bottom: 2em;
}

.card_sec01 ._right dl {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 18px;
}

.card_sec01 ._right dl dt {
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: .5em 0;
}

.card_sec01 ._right dl li {
  padding: .8em 0;
  border-bottom: dotted 1px #000;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .card_sec01 ._ttl {
    margin: 0 -4%;
    background-size: 100% 100%;
    height: 2.8em;
    font-size: 2.4rem;
    margin-bottom: 1.5em;
  }
  .card_sec01 ._box {
    margin-bottom: 2em;
  }
  .card_sec01 ._left {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .card_sec01 ._left p {
    font-size: 2.1rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .card_sec01 ._right {
    display: block;
    width: auto;
    margin: 0 auto 2em;
  }
  .card_sec01 ._right dl {
    display: block;
    width: 46%;
    margin: 0 0;
    float: left;
  }
  .card_sec01 ._right dl + dl {
    float: right;
  }
  .card_sec01 ._right dl dt {
    font-size: 2.4rem;
    padding: .1em 0;
  }
  .card_sec01 ._right dl li {
    padding: .1em 0;
    font-size: 2.4rem;
  }
}

.card_sec02 ._ttl {
  position: relative;
  text-align: center;
  border-top: solid 2px #dbc195;
  border-bottom: solid 2px #dbc195;
  padding: .5em 0;
  font-size: 2.4rem;
}

.card_sec02 ._ttl img {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -33px;
}

.card_sec02 ._txt {
  text-align: center;
  font-size: 14px;
  margin: 1.5em 0 2em;
}

.card_sec02 table {
  border: solid 1px #666666;
  width: 100%;
}

.card_sec02 th {
  font-size: 16px;
  color: #fff;
}

.card_sec02 th span {
  font-size: 14px;
  color: #fff;
}

.card_sec02 th._a {
  padding: .8em 0;
  background: #080059;
}

.card_sec02 th._b {
  padding: .8em 0;
  background: #432310;
}

.card_sec02 td {
  font-size: 14px;
  padding: 2em;
  vertical-align: middle;
}

.card_sec02 td img {
  display: block;
  margin: 0 auto 0.5em;
}

.card_sec02 ._line {
  background: url(../img/card_line.png) no-repeat;
  background-size: 100% 100%;
}

.card_sec02 ._a,
.card_sec02 ._b {
  border-left: solid 1px #666666;
  text-align: center;
  width: 40%;
}

.card_sec02 ._row td {
  background: #f2f2f2;
}

.card_sec02 ._link {
  background: #c3984e;
  width: 566px;
  margin: 4em auto;
}

.card_sec02 ._link ._icon {
  display: inline-block;
  vertical-align: middle;
}

.card_sec02 ._link ._icon {
  margin-right: .5em;
}

.card_sec02 ._link ._pdf {
  float: right;
  margin-top: .2em;
  background: url(../img/icon_pdf02.png) no-repeat;
}

.card_sec02 ._link a {
  display: block;
  padding: 0.8em 2em;
}

.card_sec02 ._link a:hover ._pdf {
  background: url(../img/icon_pdf02_on.png) no-repeat;
}

.card_sec02 ._link span {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}

.card_sec02 .hvr-sweep-to-right:before {
  background: #000;
}

@media all and (min-width: 768px) {
  .card_sec02 table {
    display: table !important;
  }
  .card_sec02 ._a,
  .card_sec02 ._b {
    display: table-cell !important;
  }
}

@media all and (max-width: 767px) {
  .card_sec02 ._ttl {
    margin: 0 -4%;
    padding: .4em 0;
    font-size: 2.4rem;
  }
  .card_sec02 ._ttl img {
    top: -.4em;
    width: 2.8em;
    margin-left: -1.4em;
  }
  .card_sec02 ._txt {
    font-size: 2.3rem;
    margin: 0.8em 0 2em;
  }
  .card_sec02 select {
    font-size: 2.4rem;
    margin-bottom: 1em;
    padding: .4em;
    width: 70%;
  }
  .card_sec02 table {
    border: solid 1px #666666;
    width: 100%;
  }
  .card_sec02 th {
    font-size: 2.4rem;
  }
  .card_sec02 th span {
    font-size: 1.4rem;
  }
  .card_sec02 td {
    font-size: 2.3rem;
    padding: 1em 0.5em;
  }
  .card_sec02 td img {
    width: 7.5em;
  }
  .card_sec02 ._b {
    display: none;
  }
  .card_sec02 ._a,
  .card_sec02 ._b {
    width: 72%;
  }
  .card_sec02 ._link {
    margin: 4em -4%;
    width: auto;
  }
  .card_sec02 ._link ._icon {
    width: 1.4em;
  }
  .card_sec02 ._link ._pdf {
    background-size: 100% 100%;
    margin-top: .8em;
    width: 2em;
  }
  .card_sec02 ._link a:hover ._pdf {
    background-size: 100% 100%;
  }
  .card_sec02 ._link span {
    font-size: 2.6rem;
  }
}

.guide .low_main {
  background-image: url(../img/guide_main_bg.jpg);
}

.guide ._txt {
  text-align: center;
  margin: 3em auto 3em;
}

.guide ._txt p {
  font-size: 15px;
  margin-top: 1em;
}

.guide_sec01 {
  text-align: center;
}

.guide_sec01 ul {
  margin: 0 -20px;
}

.guide_sec01 li {
  display: inline-block;
  vertical-align: top;
  width: 516px;
  height: 212px;
  background: url(../img/guide_bg.png) no-repeat;
  margin: 0 15px 3em;
}

.guide_sec01 p span {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

.guide_sec01 p em {
  font-size: 22px;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}

.guide_sec01 ._ttl {
  margin-top: -1.3em;
}

.guide_sec01 ._note {
  text-align: right;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 1.8em;
}

.guide_sec01 ._time {
  margin: 0 2em;
}

.guide_sec01 ._time span {
  width: 8em;
}

.guide_sec01 ._time em {
  width: 7em;
  font-weight: bold;
}

.guide_sec01 ._time small {
  color: #c3984e;
  display: inline-block;
  width: 5.5em;
  margin-right: .2em;
}

.guide_sec01 ._line {
  padding: .5em 0;
  margin-bottom: .5em;
  border-bottom: solid 1px #a88445;
}

@media all and (max-width: 767px) {
  .guide .low_main {
    background-image: url(../img/guide_main_bg_sp.jpg);
  }
  .guide ._txt {
    margin: 2em auto 3em;
  }
  .guide ._txt img {
    width: 2.5em;
  }
  .guide ._txt p {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .guide ._txt p br {
    display: none;
  }
  .guide_sec01 {
    text-align: center;
  }
  .guide_sec01 ul {
    margin: 0 0;
  }
  .guide_sec01 li {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding-bottom: .5em;
    margin: 0 0 3em;
    padding-top: 3em;
  }
  .guide_sec01 p span {
    font-size: 2.4rem;
  }
  .guide_sec01 p em {
    font-size: 2.6rem;
  }
  .guide_sec01 ._ttl {
    position: absolute;
    width: 50%;
    left: 25%;
    margin-top: -4.5em;
  }
  .guide_sec01 ._ttl img {
    width: 100%;
  }
  .guide_sec01 ._note {
    font-size: 1.8rem;
    margin-right: 1em;
    margin-top: 1em;
  }
  .guide_sec01 ._time {
    margin: 0 2em;
  }
  .guide_sec01 ._time span {
    width: 6em;
  }
  .guide_sec01 ._time em {
    width: 6.5em;
  }
  .guide_sec01 ._time small {
    font-size: 2.6rem;
  }
  .guide_sec01 ._line {
    padding: 0 0.5em;
    margin-bottom: .5em;
  }
}

.guide_sec02 table {
  border: solid 1px #ccc;
  border-top: none;
  width: 100%;
  margin-bottom: 2.5em;
}

.guide_sec02 caption {
  font-size: 24px;
  padding: .5em 0;
  background: #ede0ca;
  border: solid 1px #ccc;
  border-bottom: none;
}

.guide_sec02 th,
.guide_sec02 td {
  font-size: 14px;
  border: solid 1px #c1c1c1;
  vertical-align: middle;
  padding: 0.8em 1em;
}

.guide_sec02 ._sort {
  width: 25%;
}

.guide_sec02 td {
  text-align: center;
}

.guide_sec02 td em {
  color: #ff0000;
  font-size: inherit;
}

.guide_sec02 td sub {
  font-size: inherit;
  color: transparent;
}

.guide_sec02 td span {
  font-size: inherit;
  visibility: hidden;
}

.guide_sec02 ._row td,
.guide_sec02 ._row th {
  background: #f2f2f2;
}

.guide_sec02 ._head {
  text-align: left;
}

.guide_sec02 li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

.guide_sec02 ._link {
  background: #c3984e;
  width: 566px;
  margin: 4em auto;
}

.guide_sec02 ._link ._icon {
  display: inline-block;
  vertical-align: middle;
}

.guide_sec02 ._link ._icon {
  margin-right: .5em;
}

.guide_sec02 ._link ._pdf {
  float: right;
  margin-top: .4em;
  background: url(../img/icon_pdf.png) no-repeat;
}

.guide_sec02 ._link a {
  display: block;
  padding: 0.6em 2em 0.8em;
}

.guide_sec02 ._link a:hover ._pdf {
  background: url(../img/icon_pdf_on.png) no-repeat;
}

.guide_sec02 ._link span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.guide_sec02 .hvr-sweep-to-right:before {
  background: #000;
}

@media all and (min-width: 768px) {
  .guide_sec02 table {
    display: table !important;
  }
  .guide_sec02 ul,
  .guide_sec02 ._a,
  .guide_sec02 ._b {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  .guide_sec02 table {
    margin-bottom: 2.5em;
    display: none;
  }
  .guide_sec02 ._ttl {
    font-size: 3rem;
    text-align: center;
    padding: .2em 0;
    background: #ede0ca;
  }
  .guide_sec02 ._row td,
  .guide_sec02 ._row th {
    border-bottom: none;
  }
  .guide_sec02 ._row + tr > * {
    border-top: none;
  }
  .guide_sec02 td:last-child {
    text-align: right;
  }
  .guide_sec02 th,
  .guide_sec02 td {
    font-size: 2.4rem;
    padding: 0.4em 0.4em;
  }
  .guide_sec02 li {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .guide_sec02 select {
    font-size: 2.4rem;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: .4em;
    width: 100%;
  }
  .guide_sec02 ._link {
    margin: 4em -4%;
    width: auto;
  }
  .guide_sec02 ._link ._icon {
    width: 1.4em;
  }
  .guide_sec02 ._link ._pdf {
    background-size: 100% 100%;
    margin-top: .5em;
    width: 2em;
  }
  .guide_sec02 ._link a:hover ._pdf {
    background-size: 100% 100%;
  }
  .guide_sec02 ._link span {
    font-size: 3.4rem;
  }
}

.newslist .low_main {
  background-image: url(../img/news_list_main_bg.jpg);
}

.newslist ul {
  margin-top: 2.5em;
  margin: 2.5em -55px 0;
}

.newslist li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 55px;
  min-height: 330px;
  border-left: solid 1px #999999;
  font-size: 2rem;
  width: 270px;
  margin-bottom: 2em;
}

.newslist li img {
  background-position: left center;
  background-size: cover;
}

.newslist li div {
  padding: 0.5em 1em;
}

.newslist li ._ttl {
  font-size: 17px;
  margin-bottom: .3em;
}

.newslist li ._ttl span {
  display: block;
  font-size: 14px;
  color: #9a8145;
}

.newslist li a:hover {
  text-decoration: none;
}

.newslist li p {
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .newslist .low_main {
    background-size: 210%;
  }
}

.newsdetail .low_main {
  background-image: url(../img/news_detail_main_bg.jpg);
}

.news_article {
  margin: 2em 0 6em;
}

.news_article ._ttl {
  font-size: 28px;
}

.news_article ._ttl span {
  display: block;
  color: #9a8145;
  font-size: 18px;
}

.news_article ._ttl + p {
  margin-bottom: 2em;
}

.news_article ._img {
  margin-bottom: 1em;
}

.news_article ._img img {
  width: 100%;
}

.news_article ._txt {
  font-size: 16px;
}

.news_article ._txt * {
  font-size: 16px;
}

.news_article ._txt p {
  margin-bottom: 2em;
}

@media all and (max-width: 767px) {
  .newsdetail .low_main {
    background-size: 210%;
  }
  .news_article ._ttl {
    font-size: 3rem;
  }
  .news_article ._ttl span {
    font-size: 2.4rem;
  }
  .news_article ._txt {
    font-size: 2.4rem;
  }
  .news_article ._txt * {
    font-size: 2.4rem;
  }
}

.faci .low_main {
  background-image: url(../img/faci_main_bg.jpg);
}

.faci ._txt {
  text-align: center;
  margin: 3em auto 3em;
  font-size: 16px;
}

.faci li {
  float: left;
  position: relative;
  width: 20%;
  overflow: hidden;
}

.faci li p {
  position: absolute;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: .4em 0;
}

.faci li img {
  width: 100%;
  display: block;
  transition: transform 0.2s linear 0s;
}

.faci li:hover img {
  transform: scale(1.1);
}

.faci li._a {
  width: 25%;
}

@media all and (max-width: 767px) {
  .faci .low_main {
    background-image: url(../img/faci_main_bg_sp.jpg);
  }
  .faci ._txt {
    margin: 2em auto 3em;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .faci li {
    width: 33.3%;
  }
  .faci li p {
    font-size: 1.6rem;
  }
  .faci li._a {
    width: 33.3%;
  }
  .faci_overlay_b2,
  .faci_overlay_b,
  .faci_overlay_w {
    display: none !important;
  }
}

.faci_menu {
  background: #000;
  overflow: hidden;
}

.faci_menu .flipsnap {
  width: 1200px;
}

.faci_menu ._first {
  margin-right: 100px;
}

.faci_menu li {
  float: left;
}

.faci_menu li a {
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
  display: block;
  height: 46px;
  line-height: 46px;
}

.faci_menu li a:hover {
  color: #a58042;
  text-decoration: none;
}

.faci_menu li a.active {
  background: url(../img/faci_nav_a.png);
}

.faci_menu .flipsnap2 li a {
  font-size: 1.6rem;
  line-height: 3.5;
  height: 3.5em;
  background-size: cover;
}

.facidetail img {
  display: block;
}

.facidetail ._copy {
  display: block;
  position: absolute;
  bottom: 2em;
  right: 3em;
  font-size: 10px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  z-index: 100;
}

.facidetail ._box {
  width: 100%;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

.facidetail ._box p {
  font-size: 16px;
  z-index: 10;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.facidetail ._box ._ttl {
  margin-bottom: 1em;
  z-index: 10;
}

.facidetail ._box ._loading {
  position: absolute;
  width: 100%;
  top: 45%;
  margin-top: -50px;
  z-index: 10000;
}

.facidetail ._box ._loading img {
  margin: 0 auto;
}

.faci_overlay_b {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.faci_overlay_b2 {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.faci_overlay_w {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

#club ._img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_club_img2.jpg) no-repeat bottom center;
  background-size: cover;
}

#club ._img2 {
  transform: scale(1.5);
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_club_img.jpg) no-repeat bottom center;
  background-size: cover;
}

#club ._txt {
  padding: 0 2em 5%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#night ._img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_night_img2.jpg) no-repeat bottom center;
  background-size: cover;
}

#night ._img2 {
  transform: scale(1.5);
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_night_img.jpg) no-repeat bottom center;
  background-size: cover;
}

#night p {
  top: 75%;
  position: absolute;
  padding: 0 2em;
  right: 0;
}

#night ._ttl {
  position: absolute;
  top: 75%;
  padding: 0 2em;
}

#fair ._img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_fair_img.jpg) no-repeat center center;
  background-size: cover;
}

#fair ._img2 {
  transform: scale(1.5);
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_fair_img2.jpg) no-repeat center center;
  background-size: cover;
}

#fair ._img3 {
  transform: scale(1.5);
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_fair_img3.jpg) no-repeat bottom center;
  background-size: cover;
}

#fair p {
  top: 75%;
  position: absolute;
  padding: 0 2em;
}

#fair ._ttl {
  position: absolute;
  right: 2em;
  top: 75%;
  padding: 0 2em;
}

#shot ._img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_shot_img.jpg) no-repeat center center;
  background-size: cover;
}

#shot ._img2 {
  transform: scale(1.5);
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/faci_shot_img2.jpg) no-repeat bottom center;
  background-size: cover;
}

#shot ._txt {
  padding: 8% 4em;
  position: absolute;
  right: 0;
  z-index: 1;
}

#walk ._img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/faci_walk_img.jpg) no-repeat bottom center;
  background-size: cover;
}

#walk ._txt {
  padding: 0 2em 0;
  position: absolute;
  bottom: 4.5em;
  z-index: 1;
}

#shop ._txt {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 540px;
  height: 180px;
  left: 50%;
  margin-left: -270px;
  margin-top: -90px;
  top: 50%;
}

#shop ._txt img {
  margin: 0 auto;
}

#shop ._img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/faci_shop_img.jpg) no-repeat center center;
  background-size: cover;
}

#shop ._img2 {
  transform: scale(1.5);
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/faci_shop_img2.jpg) no-repeat center center;
  background-size: cover;
}

#front ._wrap {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  overflow: hidden;
}

#front ._wrap2 {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  overflow: hidden;
}

#front ._img {
  width: 100%;
  height: 100%;
  background: url(../img/faci_front_img.jpg) no-repeat top center;
  background-size: cover;
}

#front ._img2 {
  width: 100%;
  height: 100%;
  background: url(../img/faci_front_img2.jpg) no-repeat top center;
  background-size: cover;
}

#front ._txt {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 540px;
  height: 180px;
  left: 50%;
  margin-left: -270px;
  margin-top: -90px;
  top: 50%;
}

#front ._txt img {
  margin: 0 auto;
}

#ball ._img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/faci_ball_img.jpg) no-repeat top center;
  background-size: cover;
}

#ball ._wrap2 {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  overflow: hidden;
}

#ball ._wrap3 {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  overflow: hidden;
}

#ball ._img2 {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  background: url(../img/faci_ball_img2.jpg) no-repeat top center;
  background-size: cover;
}

#ball ._img3 {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  background: url(../img/faci_ball_img3.jpg) no-repeat top center;
  background-size: cover;
}

#ball ._txt {
  padding: 0 2em 0;
  position: absolute;
  bottom: 4.5em;
  z-index: 1;
}

#sand ._txt {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 540px;
  height: 180px;
  left: 50%;
  margin-left: -270px;
  margin-top: -90px;
  top: 50%;
}

#sand ._txt img {
  margin: 0 auto;
}

#sand ._img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/faci_sand_img.jpg) no-repeat center center;
  background-size: cover;
}

#sand ._img2 {
  transform: scale(1.5);
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/faci_sand_img2.jpg) no-repeat center center;
  background-size: cover;
}

.facislider {
  overflow: auto;
}

.facislider ._ttl {
  margin: 1em 0 0.5em;
  padding: 0 5%;
}

.facislider ._ttl + p {
  padding: 0 5%;
  font-size: 1.8rem;
  line-height: 1.4;
}

.facislider ._ttl + p br {
  display: none;
}

.facislider li + li {
  display: none;
}

.facislider ._btn {
  text-align: center;
  padding-top: 1em;
}

.facislider ._btn img {
  width: 6.8%;
  width: 1.5em;
  cursor: pointer;
  margin: 0 2%;
}

.facislider ._btn.abs {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.facislider #fair_sp ._img {
  background: url(../img/faci_fair_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #shot_sp ._img {
  background: url(../img/faci_shot_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #front_sp ._img {
  background: url(../img/faci_front_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #walk_sp ._img {
  background: url(../img/faci_walk_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #sand_sp ._img {
  background: url(../img/faci_sand_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #ball_sp ._img {
  background: url(../img/faci_ball_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #night_sp ._img {
  background: url(../img/faci_night_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #club_sp ._img {
  background: url(../img/faci_club_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider #shop_sp ._img {
  background: url(../img/faci_shop_img.jpg) no-repeat center center;
  background-size: cover;
}

.facislider ._img {
  height: 15em;
}

@media all and (max-width: 400px) {
  .facislider ._btn img {
    width: 6.8%;
    cursor: pointer;
    margin: 0 2%;
  }
}

@-webkit-keyframes zoomOutEvt {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes zoomOutEvt {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.zoomOutEvt.animated {
  -webkit-animation-name: zoomOutEvt;
  animation-name: zoomOutEvt;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

@-webkit-keyframes fadeInEvent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInEvent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeInEvent.animated {
  -webkit-animation-name: fadeInEvent;
  animation-name: fadeInEvent;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_wrapper {
  overflow: hidden;
}

.u_inner {
  width: 1076px;
  margin: 0 auto;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.u_switch_img {
  /*blank*/
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

@media all and (max-width: 1116px) {
  body {
    min-width: 0;
  }
  .u_wrapper {
    overflow: hidden;
  }
  .u_inner {
    width: auto;
    padding: 0 20px;
  }
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 3.125%;
    padding: 0;
  }
}

.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */