@charset 'UTF-8';
/* Reset Style */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100,100italic);
html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    color: #000;
}
/* 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 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

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

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

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

input,
select {
    vertical-align: middle;
}
/*----------------------------------------------------
    element style
----------------------------------------------------*/

body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #221814;
}

a:link {
    color: #221814;
}

a:visited {
    color: #221814;
}

a:hover {
    text-decoration: none;
    color: #221814;
}

a:active {
    color: #221814;
}

#wrap {
    width: 100%;
    background: #fff;
}

.subs {
    min-width: 950px;
}
/*----------------------------------------------------
    top
----------------------------------------------------*/

#slideWrap {
    display: table;
    width: 100%;
    height: 700px;
    table-layout: fixed;
}

#slideWrap .slide {
    position: relative;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

#slideWrap .slide li {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 800px;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#slideWrap .slide.subBg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#contents {
    position: relative;
    padding: 50px;
}

#contents #logo {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}

#contents #logo p {
    font-size: 143%;
    font-weight: 300;
    margin: 5px;
    text-align: center;
    letter-spacing: 2px;
    color: #221814;
}

#contents #logo img {
    width: 250px;
}

.scDown:after {
    position: absolute;
    top: 680px;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    content: '';
    -webkit-animation: sc .5s ease-in-out infinite alternate;
    animation: sc .5s ease-in-out infinite alternate;
    background: url(../img/down.png);
    background-repeat: no-repeat;
    background-size: 34px;
}

@-webkit-keyframes sc {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes sc {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#menuThumb {
    margin: 30px 0 50px 0;
}

#menuThumb ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#menuThumb ul li {
    display: table-cell;
    height: 400px;
    list-style-type: none;
    vertical-align: middle;
}

#menuThumb ul li.tb01 a {
    background: url(../img//sub/what_b.jpg);
    background-position: center;
    background-size: cover;
}

#menuThumb ul li.tb02 a {
    background: url(../img//sub/service_a.jpg);
    background-position: center;
    background-size: cover;
}

#menuThumb ul li.tb03 a {
    background: url(../img//sub/event_b.jpg);
    background-position: center;
    background-size: cover;
}

#menuThumb ul li.tb04 a {
    background: url(../img//sub/contact_a.jpg);
    background-position: center;
    background-size: cover;
}

#menuThumb ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
}

#menuThumb ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    content: '';
    transition: all .25s ease;
    background: rgba(51, 51, 51, 0);
}

#menuThumb ul li a:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    content: '';
    background: rgba(51, 51, 51, .5);
}

#menuThumb ul li a p {
    font-size: 179%;
    font-weight: 300;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

#navigation {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
}

#navigation ul {
    width: 100%;
    text-align: center;
}

#navigation ul li {
    font-size: 115%;
    display: inline-block;
    margin: 5px;
    letter-spacing: 2px;
    color: #333;
}

#navigation ul li.active {
    padding: 4px 10px;
    border-bottom: solid 2px #333;
}

#navigation ul li:hover {
    border-bottom: solid 2px #333;
}

#navigation ul li a {
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
}

#newsBox {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    background: rgba(255, 255, 255, .9);
}

#newsBox .inner {
    padding: 30px;
    color: #221814;
}

#newsBox .inner h2 {
    font-size: 129%;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}

#newsBox .inner dl {
    font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 2;
    letter-spacing: 1px;
}

#newsBox .inner dl dt {
    font-weight: 700;
    float: left;
}

#newsBox .inner dl dd {
    margin-left: 100px;
}
/*----------------------------------------------------
    loading
----------------------------------------------------*/

#loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef;
}

#loading .inner {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}

#loading .inner img {
    width: 100%;
}

#loading #progress {
    position: absolute;
    top: 57%;
    left: 50%;
    width: 300px;
    height: 20px;
    margin-left: -150px;
}

#loading #progress #progressBar {
    width: 0;
    height: 2px;
    background-color: #221814;
}

#loading #progress #progressTxt {
    padding: 5px;
    text-align: center;
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        height: 4em;
        box-shadow: 0 0 #fff;
    }
    40% {
        height: 5em;
        box-shadow: 0 -2em #fff;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        height: 4em;
        box-shadow: 0 0 #fff;
    }
    40% {
        height: 5em;
        box-shadow: 0 -2em #fff;
    }
}
/*----------------------------------------------------
    subpages
----------------------------------------------------*/

#mainText {
    position: absolute;
    top: 100px;
    left: 50%;
    min-width: 800px;
    margin-left: -430px;
}

#mainText h1 {
    font-size: 358%;
    font-weight: 100;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
}

#mainText .inner {
    margin-top: 50px;
    padding: 20px;
    color: #221814;
    background: rgba(255, 255, 255, .9);
}

#mainText p {
    font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 115%;
    line-height: 2;
    margin: 5px;
    text-align: center;
    letter-spacing: 2px;
}

#mainText img {
    width: 100%;
}

#logoSmall {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 45px;
}

#logoSmall img {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all .8s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#logoSmall img:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.splits {
    position: absolute;
    z-index: 999;
    top: 150px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
}

.splits h2 {
    font-size: 286%;
    font-weight: 100;
    padding-bottom: 8px;
    text-align: center;
    letter-spacing: 2px;
    color: #221814;
}

.splits p {
    font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 100%;
    line-height: 2;
    margin: 5px;
    letter-spacing: 2px;
    color: #221814;
}

.splits img {
    width: 100%;
}

.splits .inner {
    padding: 20px;
    background: rgba(255, 255, 255, .9);
}

.splits .inner.contactForm {
    padding: 20px;
    background: rgba(255, 255, 255, .4);
}

.splits .inner.contactForm p {
    margin-bottom: 10px;
}

.splits .inner.contactForm p:last-child {
    margin-bottom: 0;
}

.splits .inner.contactForm input,
.splits .inner.contactForm textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: none;
}

.splits .inner.contactForm textarea {
    line-height: 1.8;
    height: 300px;
}

.splits .textScroll {
    overflow-y: auto;
    height: 350px;
    text-align: center;
}

.splits .textScroll .service_list {
    font-size: 115%;
}

.splits .textScroll h3 {
    font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 129%;
    font-weight: 700;
    line-height: 2;
    margin-top: 26px;
    letter-spacing: 2px;
    color: #221814;
}

.splits.mid {
    position: relative;
    top: 50%;
}

#secondCont {
    overflow: hidden;
    margin-bottom: 50px;
    text-align: center;
}

#secondCont .services {
    max-width: 1000px;
    margin: 3em auto;
}

#secondCont .services img {
    width: 100%;
}

#secondCont .inner {
    padding: 50px 20px;
}

#secondCont h2 {
    font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 286%;
    font-weight: 100;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    color: #221814;
}

#secondCont h2.top {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#secondCont p,
#secondCont ul,
#secondCont table {
    font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 100%;
    line-height: 2;
    margin: 5px;
    letter-spacing: 2px;
    color: #221814;
}

#secondCont p {
    margin-bottom: 2.5em;
}

#secondCont p.gis {
    font-size: 129%;
}

#secondCont p.gis img {
    width: 160px;
}

#secondCont ul {
    width: 550px;
    margin: 1em auto;
    padding-left: 8em;
    text-align: left;
}

#secondCont #contactInfo {
    display: table;
    width: 1000px;
    margin: 0 auto;
}

#secondCont #contactInfo h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 129%;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 2px;
}

#secondCont #contactInfo .left {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

#secondCont #contactInfo .phone {
    font-size: 158%;
}

#secondCont #contactInfo .phone img {
    width: 30px;
    margin-right: 10px;
}

#secondCont #contactInfo .map {
    display: table-cell;
    vertical-align: top;
}

#secondCont #contactInfo .map img {
    width: 400px;
}

#secondCont .eng {
    width: 1000px;
    margin: 0 auto;
}

#secondCont .centImg {
    width: 1000px;
    margin: 0 auto;
}

#secondCont .centImg img {
    max-width: 100%;
}

button,
input,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ccc;
}

::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ccc;
}

:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ccc;
}

::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ccc;
}

:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ccc;
}

.eventImg {
    font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    position: relative;
    width: 600px;
    color: #fff;
}

.eventImg .event01 {
    position: absolute;
    top: -25px;
    left: 250px;
}

.eventImg .event02 {
    position: absolute;
    top: 80px;
    right: 40px;
}

.eventImg .event03 {
    position: absolute;
    right: 100px;
    bottom: -20px;
}

.eventImg .event04 {
    position: absolute;
    right: -50px;
    bottom: 170px;
}

.eventImg img {
    width: 100%;
}

h2#contactTitle {
    color: #fff;
}

#menuTable,
#optionTable {
    max-width: 1100px;
    margin: 0 auto;
}

#menuTable h2,
#optionTable h2 {
    font-size: 158%;
    font-weight: 600;
    margin: 10px;
}

#menuTable table,
#optionTable table {
    width: 100%;
}

#menuTable table td,
#optionTable table td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #fff;
    background: #eeefef;
}

#menuTable table td .underline,
#optionTable table td .underline {
    text-decoration: underline;
}

#menuTable table td.top,
#optionTable table td.top {
    border-bottom: solid 4px #fff;
}

#menuTable table td.td01,
#optionTable table td.td01 {
    font-weight: 700;
    width: 150px;
    text-align: center;
}

#menuTable table td.td02,
#optionTable table td.td02 {
    font-weight: 700;
    width: 70px;
}

#menuTable table td.td04,
#optionTable table td.td04 {
    font-weight: 700;
    width: 100px;
    text-align: center;
    border-left: solid 4px #fff;
    background: #8b9294;
}

#menuTable table td.td05,
#optionTable table td.td05 {
    font-weight: 700;
    width: 100px;
    text-align: center;
    border-left: solid 4px #fff;
    background: #f6e5b5;
}

#menuTable table td.td06,
#optionTable table td.td06 {
    font-weight: 700;
    width: 240px;
    padding-left: 30px;
}

#menuTable table td.td07,
#optionTable table td.td07 {
    font-weight: 700;
    width: 200px;
}

#optionTable {
    margin-top: 50px;
}

.bold {
    font-weight: bold;
}
/*----------------------------------------------------
    btn
----------------------------------------------------*/

a.btn,
.btn {
    font-size: 115%;
    font-weight: 800;
    font-weight: 300;
    display: block;
    width: 200px !important;
    margin: 15px auto;
    padding: 8px 0;
    transition: all .2s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
    border-style: none;
    background: #221814;
}

a.btn:hover,
.btn:hover {
    background: #5a5a5a;
}
/*----------------------------------------------------
    mediaqueries
----------------------------------------------------*/

@media screen and (max-width: 1600px) {
    .splits {
        width: 400px;
        margin-left: -200px;
    }
    .splits .eventImg {
        margin-left: -200px;
    }
    .service_list {
        font-size: 100% !important;
    }
}
/*----------------------------------------------------
    fonts
----------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/icomoon.eot?-7yxfwv');
    src: url('../fonts/icomoon.eot?#iefix-7yxfwv') format('embedded-opentype'), url('../fonts/icomoon.woff?-7yxfwv') format('woff'), url('../fonts/icomoon.ttf?-7yxfwv') format('truetype'), url('../fonts/icomoon.svg?-7yxfwv#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gmark:before {
    content: '\e600';
}

.big {
    font-size: 215%;
}
/*----------------------------------------------------
  印刷用スタイル
----------------------------------------------------*/

@media print {
    * html body {
        zoom: .7;
    }
}
