@charset "UTF-8";
/**
 * COMMON CSS
 */
/* ----------------------------------------------------------------------
    HTML NORMALIZE
----------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  /*overflow-y: scroll;*/
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

pre, code, kbd, samp, tt {
  font-family: monospace, serif;
  font-size: 1em;
  *font-family: 'courier new', monospace;
}

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

table {
  font-size: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

[hidden] {
  display: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Helvetica", arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  background: url("../images/bg_img01.jpg") center top repeat;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.column.column02 {
  *zoom: 1;
}
.column.column02:before, .column.column02:after {
  content: "";
  display: block;
  overflow: hidden;
}
.column.column02:after {
  clear: both;
}
.column.column02 > .column1-1 {
  float: left;
  width: 450px;
}
.column.column02 > .column1-2 {
  float: right;
  width: 460px;
}
.column h3 {
  color: #593f2d;
  font-size: 22px;
  font-size: 2.2rem;
  background: url("../images/icon_coffee.png") 0 0 no-repeat;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 22px;
  border-bottom: 1px solid #93806d;
  margin-bottom: 20px;
}

#wrap {
  width: 1080px;
  margin: 0 auto 20px auto;
  background: #f2f1ec url("../images/bg_contents.gif") 0 0 repeat;
}
#wrap section p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
#wrap section#main_img {
  position: relative;
  margin-bottom: 55px;
}
#wrap section#main_img > h1 {
  position: absolute;
  top: 0;
  left: 30px;
}
#wrap section#main_img #logo-g {
  background: url("../images/bg_logo-g.gif") 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 40px;
  width: 317px;
  height: 51px;
}
#wrap section#main_img #logo-g > ul {
  position: relative;
}
#wrap section#main_img #logo-g > ul > li {
  position: absolute;
}
#wrap section#main_img #logo-g > ul > li:first-child {
  top: 12px;
  left: 12px;
}
#wrap section#main_img #logo-g > ul > li:first-child + li {
  top: 7px;
  right: 90px;
}
#wrap section#main_img #logo-g > ul > li:first-child + li + li {
  top: 4px;
  right: 14px;
}
#wrap section#main_img .main_img-logo {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 87px auto auto;
}
#wrap section#main_img .main_img-logo > p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: bold;
}
#wrap section#section01 {
  padding: 0 60px;
  margin-bottom: 50px;
}
#wrap section#section01 .column h2 {
  margin-left: -35px;
}
#wrap section#section01 .column.column02 {
  margin-bottom: 30px;
}
#wrap section#section01 .column.column02 + .column01 {
  margin-top: 0px;
}
#wrap section#section01 .column.column01 {
  margin-top: 50px;
}
#wrap section#section01 p > a {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
}
#wrap section#section02 {
  background: url("../images/bg_img02.jpg") 0 0 no-repeat;
  height: 643px;
  margin-bottom: 50px;
}
#wrap section#section02 .partner {
  width: 610px;
  text-align: center;
  padding: 45px 0 0 100px;
  color: #fff;
}
#wrap section#section02 .partner > h3 {
  font-size: 33px;
  font-size: 3.3rem;
  margin-bottom: 33px;
}
#wrap section#section02 .partner p {
  color: #fff;
}
#wrap section#section02 .partner > p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#wrap section#section02 .partner > p + a {
  margin-bottom: 30px;
}
#wrap section#section02 .partner .partner-company {
  width: 330px;
  margin: 0 auto 20px auto;
}
#wrap section#section02 .partner .partner-company > h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 25px;
}
#wrap section#section02 .partner .partner-company > ul {
  width: 310px;
  margin: 0 auto;
  *zoom: 1;
}
#wrap section#section02 .partner .partner-company > ul:before, #wrap section#section02 .partner .partner-company > ul:after {
  content: "";
  display: block;
  overflow: hidden;
}
#wrap section#section02 .partner .partner-company > ul:after {
  clear: both;
}
#wrap section#section02 .partner .partner-company > ul > li {
  float: left;
  margin-left: 11px;
}
#wrap section#section02 .partner .partner-company > ul > li:first-child {
  margin-left: 0;
}
#wrap section#section02 .partner .partner-advice {
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -5px #000000 inset;
  -moz-box-shadow: 0px 0px 10px -5px #000000 inset;
  -webkit-box-shadow: 0px 0px 10px -5px #000000 inset;
  padding: 20px;
}
#wrap section#section02 .partner .partner-advice > h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#wrap section#section02 .partner .partner-advice a {
  color: #fff;
}
#wrap section#section03 {
  padding: 0 60px;
  margin-bottom: 0px;
}
#wrap section#section03 .column {
  margin-bottom: 50px;
}
#wrap section#section03 .column h2 {
  margin-left: -35px;
}
#wrap section#section03 .column > p {
  margin-bottom: 10px;
}
#wrap section#section03 .column #google-map {
  border: 1px solid #ccc;
  height: 521px;
}
#wrap section#section03 .column.section03-01 {
  margin-bottom: 60px;
}
#wrap section#section03 .column.section03-02 {
  margin-bottom: 20px;
}
#wrap section#section03 .column.section03-03 {
  margin-bottom: 35px;
}
#wrap section#section03 .column-block p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}
#wrap section#section03 .column-block:first-child {
  margin-bottom: 20px;
}
#wrap section#section03 .column1-2 .column-block {
  margin-bottom: 0;
}
#wrap section#section03 .column1-2 p {
  font-size: 12px;
  font-size: 1.2rem;
}
#wrap section#section03 .column.section03-04 {
  background: url("../images/bg_img03.jpg") 0 0 no-repeat;
  height: 326px;
  margin-bottom: 75px;
}
#wrap section#section03 .column.section03-04 > div {
  width: 465px;
  padding-top: 35px;
  padding-left: 30px;
}
#wrap section#section03 .column.section03-04 h4 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
#wrap section#section03 .column.section03-04 p {
  color: #fff;
}
#wrap section#section03 .column.section03-04 p + p {
  margin-top: 50px;
}
#wrap section#section03 .column.section03-05 {
  margin-bottom: 20px;
}
#wrap section#section03 .column.section03-09 {
  margin-bottom: 20px;
}
#wrap section#section03 .column.section03-10 {
  margin-bottom: 20px;
}
#wrap section#section03 .column.section03-12 {
  margin-bottom: 0px;
}
#wrap section#section03 .column.section03-12 .column1-1 {
  width: 541px;
  *zoom: 1;
}
#wrap section#section03 .column.section03-12 .column1-1:before, #wrap section#section03 .column.section03-12 .column1-1:after {
  content: "";
  display: block;
  overflow: hidden;
}
#wrap section#section03 .column.section03-12 .column1-1:after {
  clear: both;
}
#wrap section#section03 .column.section03-12 .column1-1 img {
  float: right;
  margin-top: 0px;
  width: 116px;
}
#wrap section#section03 .column.section03-12 .column1-2 {
  width: 369px;
}
#wrap .bottom-ui {
  *zoom: 1;
  margin-top: 25px;
  padding-bottom: 45px;
}
#wrap .bottom-ui:before, #wrap .bottom-ui:after {
  content: "";
  display: block;
  overflow: hidden;
}
#wrap .bottom-ui:after {
  clear: both;
}
#wrap .bottom-ui div {
  float: right;
  padding-top: 25px;
}
#wrap .bottom-ui div:first-child {
  padding-top: 0px;
  float: left;
}

footer {
  *zoom: 1;
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 30px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
footer:before, footer:after {
  content: "";
  display: block;
  overflow: hidden;
}
footer:after {
  clear: both;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer ul {
  *zoom: 1;
  float: left;
}
footer ul:before, footer ul:after {
  content: "";
  display: block;
  overflow: hidden;
}
footer ul:after {
  clear: both;
}
footer ul > li {
  float: left;
}
footer ul > li:first-child {
  margin-right: 25px;
}
footer p {
  float: right;
}

.u_under-line {
  text-decoration: underline;
}
