@charset "UTF-8";

/* Reseting
---------------------------------------------------------- */

/* common settings reset */

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,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  word-wrap: break-word;
}

ul {
  list-style-type: none;
}

ul li {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

a:link img {
  text-decoration: none;
  border: none 0px;
}

a:visited img {
  text-decoration: none;
  border: none 0px;
}

.none_adjust {
  -webkit-text-size-adjust: 100%;
}

a:link img {
  text-decoration: none;
  border: none 0px;
}

a:visited img {
  text-decoration: none;
  border: none 0px;
}

/* start mobile css settings
-------------------------------------------------------------------------------------------------------------------- */

body {
  min-width: 320px;
  font-size: 15px;
  line-height: 170%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "MS PGothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg_body.jpg) repeat-y center top;
  word-wrap: break-word;
}

body.android {
  font-size: 22px;
}

.fc01 {
  color: #a10e0e;
  font-weight: bold;
}

a {
  color: #b4a65d;
  text-decoration: none;
}

a:hover {
  color: #b4a65d;
  text-decoration: underline;
}

/* Layout
---------------------------------------------------------- */

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
  zoom: 1;
  padding-bottom: 70px;
}

/* header
---------------------------------------------------------- */

#header {
  width: 100%;
  height: 90px;
  background: url(../img/bg_header.png) left top no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
}

#header #headerLogo {
  width: 500px;
  float: left;
}

#header p {
  width: 90px;
  height: 90px;
  float: right;
}

/*#headerIn {
    width: 100%;
    height: 130px;
	background-color: rgba(239,238,231,0.6);
}*/

.js_btn_gnavi {
  display: block;
  width: 90px;
  height: 90px;
}

.current.js_btn_gnavi img {
  display: none;
}

.current.js_btn_gnavi {
  background: url(../img/btn_menu_on.jpg) top center no-repeat;
}

#headerTel {
  float: right;
  width: 80px;
  margin-right: 19px;
}

/* gNavi
---------------------------------------------------------- */

#gNaviWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 90px;
  left: 0;
  display: none;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 50px;
}

#gNavi {
  width: 570px;
  padding: 0 30px 0 40px;
  height: 85%;
  overflow-y: scroll;
}

#gNavi ul {
  overflow: hidden;
}

#gNavi ul li {
  float: left;
  padding-right: 50px;
}

#gNavi ul li:nth-child(even) {
  padding-right: 0;
}

/* require
------------------------------------------------------------------ */

.require {
  width: 100%;
  margin: 0 auto;
}

.require h3 {
  width: 580px;
  margin: 0 auto;
}

.require ul {
  width: 580px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 70px;
}

.require ul li {
  margin-right: 20px;
  float: left;
}

.require ul li:nth-child(-n+3) {
  margin-bottom: 20px;
}

.require ul li:nth-child(3),
.require ul li:last-child {
  margin-right: 0;
}

.btnEntry {
  text-align: center;
  position: relative;
}

.btnEntry:before {
  width: 160px;
  height: 54px;
  content: "";
  background: url(../img/txt_entry.png);
  position: absolute;
  top: -50px;
  right: 70px;
}

#bnrWrap {
  width: 580px;
  margin: 80px auto 70px;
}

#bnrWrap li {
  padding-bottom: 30px;
}

/* access
------------------------------------------------------------------ */

#access {
  width: 100%;
  padding: 70px 0;
  background: rgba(0, 0, 0, 0.03);
}

.accessBox {
  width: 540px;
  margin: 0 auto;
  text-align: left;
}

.accessBox:first-child {
  margin-bottom: 60px;
}

.accessBox h3 {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 35px;
}

#mapCanvas01,
#mapCanvas02 {
  width: 540px;
  height: 300px;
  margin-bottom: 15px;
}

.accessBox table {
  width: 540px;
  margin: 10px 0;
  border-bottom: 1px solid #633930;
  border-collapse: collapse;
}

.accessBox table thead {
  background: #6b4a8f;
}

.accessBox table thead td {
  padding: 5px 0;
  color: #ffffff;
  text-align: center;
}

.accessBox table thead td:last-child {
  color: #ea3c54;
  font-size: 12px;
}

.android .accessBox table thead td:last-child {
  color: #ea3c54;
  font-size: 22px;
}

.accessBox table tbody th {
  padding: 0 3px 0 0;
  font-size: 12px;
  font-weight: normal;
}

.android .accessBox table tbody th {
  font-size: 22px;
}

.android .accessBox table tbody .list01 td {
  font-size: 30px;
}

.android .accessBox table tbody .list02 td {
  font-size: 30px;
}

.accessBox table tbody .list01 th,
.accessBox table tbody .list01 td {
  padding-top: 10px;
  padding-bottom: 2px;
}

.list01 th:first-child,
.list02 th:first-child {
  width: 41%;
}

.list01 td,
.list02 td {
  width: 7%;
}

.accessBox table tbody .list02 th,
.accessBox table tbody .list02 td {
  padding-top: 2px;
  padding-bottom: 10px;
}

.accessBox table tbody td {
  color: #33b7bd;
  text-align: center;
}

.accessBox table tbody td:last-child {
  color: #000000;
}

.accessBox .taLife tbody td {
  padding: 20px 0 !important;
}

.accessBox span {
  color: #33b7bd;
}

#accessBox02 table tbody .list01 th,
#accessBox02 table tbody .list01 td {
  padding-top: 24px;
  padding-bottom: 23px;
}

.study {
  position: relative;
}

.study:after {
  content: "※";
  position: absolute;
  top: 7px;
  right: -1px;
  color: #000;
  font-size: 7px;
}

/* footerWrap
------------------------------------------------------------------ */

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#footer:before {
  width: 200px;
  height: 240px;
  content: "";
  background: url(../img/bg_footer01.png)no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#footer:after {
  width: 200px;
  height: 280px;
  content: "";
  background: url(../img/bg_footer02.png)no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#footer p {
  width: 340px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#footer ul {
  width: 540px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 70px;
}

#footer ul li {
  padding: 0 30px 0 0;
  float: left;
}

#footer ul li:nth-child(even) {
  padding: 0 0 0 0;
}

#footer ul li a {
  color: #000000;
}

#modePc {
  width: 150px !important;
  margin: 0 auto;
  padding-bottom: 80px;
}

#copyWrite {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
}

/* btnFix */

#btnFix {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

#btnFix01,
#btnFix02,
#btnFix03 {
  float: left;
}

#btnFix02 {
  position: relative;
}

#btnFix02 div {
  position: absolute;
  bottom: 70px;
  left: -215px;
}

/* scrollUp */

#scrollUp {
  background: url(../img/btn_footer_pagetop.png) no-repeat;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 120px;
  z-index: 1000 !important;
}