@charset "utf-8";
/* CSS Document */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, 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 {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align:middle;
}



CSS

@charset "utf-8";
/* CSS Document */

CSS

/* ↓↓ common ↓↓ */

html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

body {
  background-color: #fff;
  font-family: "serif","Gothic";
  /*font-family: "Tiranti Solid LET","Calligraph421 BT","Book Antiqua",'Noto Serif Japanese';*/
  position: relative !important;
  overflow-x:hidden !important;
  display:block;
  width:100%;
  box-sizing:border-box;
}

header {

}

section {
  margin-bottom: 70px;
}

footer {

}

a {
  text-decoration: none;
}

a:hover {
  /*border-bottom: solid 1px #333333;*/
  opacity: 0.7;
}

h1 a {
 color: #666;
}

h4 {
  font-family: selif;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.6em;
  padding: 10px 0 6px 0;
  border-top: 3px double #2196F3;
  border-bottom: 3px double #2196F3;
  text-align: center;
  color: #fb8c4b;
  font-family:serif, Noto-serif;
}

h5 {
  font-family: selif;
  color: #fb8c4b;
  position: relative;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.6em;
}

h5:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 5%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fb8c4b;
  border-radius: 2px;
}



/* ヘッダー */

.lp-header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  top: 0;
  z-index: 10000;
}

.top_back {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  /*height: 100px;
  border-radius: 5px;
  background: rgba(16, 120, 144, 0.5);*/
  z-index: 10001;
}

.top_back img {
  width: 100%;
  height: auto;
}

.top_back p {
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
}

.top_back a {
  text-align: center;
  padding: 40px 0;
  color: #ffffff;
}

.top_back a:hover {
  opacity: 0.8;
}

.top_back:hover {
  opacity: 0.8;
}

.lp-header ul {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}

.lp-header ul:after {
  content: "";
  display: block;
  clear: both;
}

.lp-header li {
  list-style: none;
  float: left;
  width: 14%;
}

.lp-header li:first-child {
  padding: 11px 0;
  padding-left: 2em;
  font-family: arial;
  width: 28%;
}

.lp-header li:first-child img {
  height: 46px;
  padding: 2px 0px ;
}

.lp-header li:nth-child(2) {
  width: 0;
}

.lp-header li:nth-child(5) {
  width: 18%;
}

.lp-header li:nth-child(6) {
  padding:17px 0 ;
  text-align: right;
  color: #222222;
  width: 12%;
}

.lp-header li:nth-child(6) a {
  color: #adadad;
  font-size: 0.9em;
  text-decoration: none;
}


.lp-header li:last-child {
  padding:17px 0 ;
  text-align: right;
  color: #666;
  text-decoration: none;
  width: 12%;
}

.lp-header li:last-child a {
  color: #adadad;
  font-size: 0.9em;
}

.header-inner {
  width: 960px;
  margin:0 auto;
  margin-bottom: 30px;
  /*background: url("https://mooncinema.co.jp/img/movie-top.mp4");*/
  /*background: url("../img/mv_01.jpg");*/
  display: table;
  box-sizing: border-box;
  overflow: hidden;
  /*position:absolute;*/
}

.header-img img {
  width: 100%;
}

.header-video {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
  display: table;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.header-video img {
  position: relative;
  left: 50%; /* 画像の左端が画面中央にくる */
  margin-left: -960px; /* 画像幅1600pxの半分だけ左に移動する */
}

.header-video video {
  width: 1920px;
  height: 350px;
  position: relative;
  left: 50%; /* 画像の左端が画面中央にくる */
  margin-left: -960px; /* 画像幅1600pxの半分だけ左に移動する */
}

.video-cover {
  position:absolute;
  width: 100%;
  height: ;
  background-color: rgba(68,68,255,0.3);
  top: 0;
  left: 0;
}



.header-cover {
  width: 100%;
  height: ;
}

.logo {
  position:absolute;
  top:50px;
  left:10px;
}

.logo-img {
  width: 100px;
  height:auto;
}

.mv {
  width: 100%;
  height: auto;
}

.mv img {
  width: 100%;
  height: auto;
}

.nav {
  width: 100%;
  padding: 30px 0 50px 0;
  /*background-color: #44447d;*/
  margin-top: -2px;
  bottom: 0;
}

.nav ul {
  width: 960px;
  margin: 0 auto;
  height: ;
}

.nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.nav li {
  float: left;
  width: 41.5%;
  height: 100px;
  border-radius: 5px;
  list-style: none;
}

.nav li:first-child {
  margin: 0 2.5% 0 6%;
  background: url(../img/oita_1_tab.jpg);
}

.nav li:last-child {
  margin: 0 6% 0 2.5%;
  background: url(../img/oita_2_tab.jpg);
}

.nav a {
  width: 100%;
  height: 100px;
}

.nav p {
  font-size: 1.2em;
  padding:41px 0;
  /*margin-top: 25px;*/
  text-align: center;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.75);

}

.nav p {
  font-size: 1.2em;
  padding:41px 0;
  /*margin-top: 25px;*/
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.75);

}

.nav li:first-child p {
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
}

.nav p:hover {
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  z-index: 10000;
}

.nav li:first-child p:hover {
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  z-index: 10000;
}

/*.nav {
  width: 100%;
  padding: 10px 0;
  background-color: #44447d;
  margin-top: -2px;
  bottom: 0;
}

.nav ul {
  width: 960px;
  margin: 0 auto;
  height: ;
}

.nav ul:after {
  content: "";
  display: block;
  clear: both;
}

.nav li {
  float:left;
  width: 25%;
  height: 70px;
  list-style: none;
  padding-left: 12%;
  background: url(../img/top_01.jpg);
}

.nav p {
  text-align: center;
  height: ;
}

.nav a p {
  text-align: center;
  color: #222222;
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.nav a small {
  text-align: center;
  -ms-writing-mode: tb-lr;
    writing-mode: sideways-lr;
    margin-left:-12%;
}

.nav li:nth-child(2) p {
  margin-top: 10px;
}

.nav li:nth-child(3) p {
  margin-top: 10px;
}

.nav li:last-child p {
  margin-top: 20px;
}


.nav li:first-child small {
  margin-left: -7%;
}

.nav li:nth-child(2) small {
  margin-left: -11%;
}

.nav li:last-child small {
  margin-left: -7%;
}*/



.header-under {
  width: 100%;
  height: 20px;
  background-color: #44447d;
  margin-top:-2px;
}


/* セクション */

.section-inner {
  width: 100%;
  padding: 30px 0;
}

.highlight {
  background-color: #eeeeff;
}

.gutter {
  width: 960px;
  margin: 0 auto;
}

.contents {
  width: 1200px;
  margin:0 auto;
  margin-bottom: 3em;
}

.contents:after {
  content: "";
  display: block;
  clear: both;
}

.main {
  float: left;
  width: 960px;
  margin-right: 40px;
}

.side {
  float: left;
  width: 200px;
}


/* メインカラム */

.pick-up {
  width: 100%;
  padding: 1em 0;
  background: #eeeeee;
}

.pick-up:after {
  content: "";
  display: block;
  clear: both;
}

.pick-up-box {
  width: 360px;
  float: left;
  position: relative;
}

.pick-up>.gutter div:nth-child(1) {
  margin-right: 30px;
}

.pick-up>.gutter  div:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}

.pick-up>.gutter  div:nth-child(3) {
  margin-left: 30px;
}

.more {
  position: absolute;
  text-align: center;
  top: 55%;
  left: 41%;
  color: #ffffff;
  border: solid 1px #ffffff;
  padding: 0.5em;
}

.more:hover {
  background: #ffffff;
  color: #111111;
}

.more a {
  color: #ffffff;
}

.more a:hover {
  color: #111111;
}

.pick-up_cover {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0!important;
}

.pick-up_text {
  position: absolute;
  text-align: center;
  top: 35%;
  left: 40%;
  color: #ffffff;
}



/*.garally-category {
  padding-bottom: 12px;
  border-bottom: solid 1px #666;
  margin-bottom: 20px;
  color: #ba55d3;
  font-weight: bold;
  font-size: 1.2em;
}*/

.garally-category {
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: #ba55d3;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: solid 4px #4DD0E1;
  position: relative;
}

.garally-category:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #006064;
  bottom: -4px;
  width: 15%;
}


/* サイドカラム */
.side-bnr {
  margin-bottom: 1em;
}

.ranking{
  border: solid 1px #cccccc;
}

.ranking-title {
  border: solid 1px #cccccc;
  text-align: center;
  padding: 0.5em;
  font-weight: bold;
}

.ranking-bnr {
  margin: 0.5em;
  position:relative;
}

.ranking-bnr_cover {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0!important;
}

.ranking-nunber {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #000000;
  padding: 0.5em 0.8em;
  text-align: center;
}

.ranking-text {
  position: absolute;
  text-align: center;
  top: 45%;
  left: 45%;
  color: #ffffff;
}


/* カラム */

.row {
  width:100%;
  padding-left:0.2%;
  padding-right:0.2%;
  margin-bottom: 30px;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.col {
  float: left;
}

.reverse>.col {
  float: right;
}

.span_1 {
  width: 8.3%;
  padding: 1%;
}

.span_1 {
  width: 8.3%;
  padding: 1%;
}

.span_2 {
  width: 16.6%;
  padding: 1%;
}

.span_3 {
  width: 24.9%;
  padding: 1%;
}

.span_4 {
  width: 33.2%;
  padding: 1%;
}

.span_5 {
  width: 41.5%;
  padding: 1%;
}

.span_6 {
  width: 49.8%;
  padding: 1%;
}

.span_7 {
  width: 58.1%;
  padding: 1%;
}

.span_8 {
  width: 66.4%;
  padding: 1%;
}

.span_9 {
  width: 74.7%;
  padding: 1%;
}

.span_10 {
  width: 83.0%;
  padding: 1%;
}

.span_11 {
  width: 91.3%;
  padding: 1%;
}

.span_12 {
  width: 99.6%;
  padding: 1%;
}

.span_0 {
  width: 0%;
}

.span_40 {
  width: 40%;
}

.span_50 {
  width: 50%;
}

.span_55 {
  width: 55%;
}

.span_60 {
  width: 60%;
}

.span_100 {
  width: 100%;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}


/* テキスト */


/* イメージ */

figure img {
  width: 100%;
  height: auto;
}

.figure img {
  width: 100%;
  height: auto;
}

/* フッター */

.footer-img {
  width: 100%;
  height: 160px;
  display: table;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  line-height: 0;
}

.footer-img img {
  width: 1920px;
  height: 160px;
  position: relative;
  left: 50%; /* 画像の左端が画面中央にくる */
  margin-left: -960px; /* 画像幅1600pxの半分だけ左に移動する */
}

.img-cover {
  width: 100%;
  height: ;
  top: 0;
  left: 0;
}

.footer-inner {
  width: 100%;
  height: 50px;
  /*background: url("../img/footer_bg.jpg");*/
  /*position: absolute;*/
  background-color: #333333;
}

footer p {
  text-align: center!important;
  color: #ffffff;
  padding-top:1.2em;
  font-size:0.9em;
}

.footer-cover {
  /*width: 100%;
  height: 160px;
  background-color: rgba(0,0,0,0.5);
  position: relative;*/
}

.sns {
  width:300px;
  margin:0 auto;
  padding: 20px;
}

.sns ul:after {
  content: "";
  display: block;
  clear: both;
}

.sns li {
  float: left;
  width: 33.3%;
}

.sns img {
  width: 50px;
  height: auto;
}



@media screen and (min-width:562px) {

  /*  */

  . {

  }

}



@media screen and (max-width:561px) {

  section {
    margin-bottom: 50px;
  }

  .header-inner {
    width: 100%;
    margin:0 auto;
    margin-bottom: 25px;
  }

  .header-cover {
    height: ;
  }

  .video-cover {
    height: 350px;
  }

  .header-video {
    height: 350px;
    margin-bottom: 0;
    }

  .header-video img {
    width: 1200px;
    height: 350px;
    margin-left: -320px; /* 画像幅1600pxの半分だけ左に移動する */
    margin-bottom: 0;
  }

  .header-video video {
    width: 1200px;
    height: 350px;
    margin-left: -600px; /* 画像幅1600pxの半分だけ左に移動する */
  }

  /* セクション */

  .gutter {
    width: 90%;
    margin: 0 5%;
  }

  .pick-up-box {
    width: 100%;
    float: left;
    margin-bottom: 1em;
  }

  .pick-up>.gutter div:nth-child(1) {
    margin-right: 0;
  }

  .pick-up>.gutter  div:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  .pick-up>.gutter  div:nth-child(3) {
    margin-left: 0;
  }


  .contents {
    width: 90%;
    margin: 5%;
  }

  .main {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .side {
    float: left;
    width: 100%;
  }

  /* フッター */

  .footer-img {
    width: 100%;
    height: 100px;
    display: table;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    line-height: 0;
  }

  .footer-img img {
    width: 1200px;
    height: auto;
    margin-left: -600px;
  }

  .img-cover {
    height: ;
  }

  .footer-inner {
    height: 100px;
  }

  /*.footer-cover {
    height: 100px;
  }*/

}



@media screen and (min-width:560px) {

  /* header */

  .mv_sp img {
    display: none;
  }

  .menu {
    display: none;
  }

}



@media screen and (max-width:559px) {

  /* ヘッダ－ */

  .lp-header ul li {
    width: 25%;
  }

  .lp-header ul li:first-child {
    width: 52.5%;
    padding: 16px 0;
    padding-left: 1em;
  }

  .lp-header p {
    font-size: 12px;
  }

  .lp-header ul li:nth-child(2) {
    display: none;
  }

  .lp-header ul li:nth-child(3) {
    display: none;
  }

  .lp-header ul li:nth-child(4) {
    display: none;
  }

  .lp-header ul li:nth-child(5) {
    display: none;
  }

   .lp-header ul li:nth-child(6) {
    width: 25%;
    padding: 19px 0;
  }

  .lp-header ul li:last-child {
    width: 22.5%;
    padding: 19px 0;
    padding-right: 1em;

  }

  .lp-header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  top: 0;
  z-index: 10000;
  }

  .top_back {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    /*height: 60px;*/
    border-radius: 5px;
  }

  .top_back p {
    text-align: center;
    padding: 24px 0;
    font-weight: bold;
    font-size: 12px;
  }

  .top_back a {
    text-align: center;
    padding: 24px 0;
    color: #ffffff;
  }

  .header-inner {
    width: 100%;
    margin:0 auto;
    margin-bottom: 20px;
  }

  .header-line {
    width: 100%;
    height: 70px;
    background: #ffffff;
  }

  .header-cover {
    height: ;
  }

  /*.video-cover {
    height: 360px;
  }*/

  .header-video {
    height: 360px;
    margin-bottom: 0;
    }

  .header-video img {
    width: 640px;
    height: 360px;
    margin-left: -320px; /* 画像幅1600pxの半分だけ左に移動する */
    margin-bottom: 0;
  }

  .header-video video {
    width: 640px;
    height: 360px;
    margin-left: -320px; /* 画像幅1600pxの半分だけ左に移動する */
  }

  .lp-header ul {
  width: 100%;
  height: 50px;
  margin: 0 auto;
}

  .logo {
    position:absolute;
    top:10px;
    left:10px;
  }

  .logo-img {
    width: 80px;
    height:auto;
  }

  .mv img {
    display: none;
  }

  .mv_sp img {
    width: 100%;
    height: auto;
  }

  .nav ul {
    width: 100%;
    margin: 0 auto;
    height: 20px;
  }

  .menu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: auto;
  }

  /*.nav li {
    width: 90%;
    margin: 0 5% 1em 5% ;
  }

  .nav li:first-child {
    width: 90%;
    margin: 0 5% 1em 5% ;
  }

  .nav li:last-child {
    width: 90%;
    margin: 0 5% 1em 5% ;
  }*/

  .nav li p {
    font-size: 1em;
  }

  .nav li:first-child {
    font-size: 1em;
  }

  .nav li:last-child {
    font-size: 1em;
  }

  .nav li:first-child p {
    padding: 42px 0;
  }
  .nav li:last-child p {
    padding: 34px 0;
  }

  /*.nav {
    display: none;
  }*/


  /* メインカラム */

  .contents {
    width: 90%;
    margin:0 5%;
  }

  .contents:after {
    content: "";
    display: block;
    clear: both;
  }

  .side {
    /*display: none;*/
    margin-bottom: 1em;
  }

  .main {
    float: left;
    width: 100%;
    margin-left: 0;
  }


  /* カラム */

  .row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .row:after {
    content: "";
    display: block;
    clear: both;
  }

  .span_1 {
    width: 100%;
    padding: 0;
  }

  .span_2 {
    width: 100%;
    padding: 0;
  }

  .span_3 {
    width: 100%;
    padding: 0;
  }

  .span_4 {
    width: 100%;
    padding: 0;
  }

  .span_5 {
    width: 100%;
    padding: 0;
  }

  .col_6 {
    width: 100%;
    padding: 0;
  }

  .span_7 {
    width: 100%;
    padding: 0;
  }

  .span_8 {
    width: 100%;
    padding: 0;
  }

  .span_9 {
    width: 100%;
    padding: 0;
  }

  .span_10 {
    width: 100%;
    padding: 0;
  }

  .span_11 {
    width: 100%;
    padding: 0;
  }

  .span_12 {
    width: 100%;
    padding: 0;
  }

  .span_0 {
    width: 100%;
  }

  .span_40 {
    width: 100%;
  }

  .span_50 {
    width: 100%;
  }

  .span_55 {
    width: 100%;
  }

  .span_60 {
    width: 100%;
  }

  .span_100 {
    width: 100%;
  }

  .sp_mb_20px {
    margin-bottom: 20px;
  }

  /* フッター */

  .footer-img {
    width: 100%;
    height: 54px;
    display: table;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    line-height: 0;
  }

  .footer-img img {
    width: 640px;
    height: auto;
    margin-left: -320px;
  }

  .img-cover {
    height: ;
  }

  .footer-inner {
    height: 54px;
  }

  /*.footer-cover {
    height: 54px;
  }*/

  footer p {
  text-align: center!important;
  color: #ffffff;
  padding-top:1.4em;
  font-size:0.9em;
}

}

/* ↑↑ common ↑↑ */



/*タイトル*/

h1 {
 font-size: 1.8em;
 color: #666;
 font-family: serif, Noto-serif;
}


/* contact */

.main_contact {
	width: 960px;
  margin:0 auto;
}

#contact_form {
	width: 960px;
	height: 750px;
	margin:0 auto;
	padding:30px 0 30px 0;
	background: url(../img/parallax_bg.jpg) no-repeat;
}

#formWrap {
	width:700px;
	margin:0 auto;
	margin-top:0px;
	color:#000022;
	line-height:120%;
	font-size:90%;
	background: rgba(255,255,255,0.75);
	padding: 3%;
	line-height: 2;
	font-weight: bold;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	/* border:1px solid #000022; */
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	/* background:#efefef; */
	text-align:left;
}

.formTable tr:first-child th {
  vertical-align: top;
}

#glo-navi_contact {
		width: 100%;
		height: 55px;
		margin-bottom: 30px;
		background-color: rgba(0,0,0,0.5);
		position: absolute;
		bottom: 911px;
}

.require {
	color: #ee0000;
}

.input-font {
	font-size:1.5em;
}

#formWrap th {
	font-weight: bold;
}

#formWrap h3 {
	font-size: 1.6em;
	font-family: 'Noto Serif Japanese', "リュウミン R-KL", Ryumin Regular KL, serif;
	margin-bottom:20px;
}



@media screen and (max-width:560px) {

	/*  */

	.article-box {
		float:left;
		width: 49%;
	}

	.article-box:first-child {
		margin-right: 1%;

	}

	.article-box:last-child {
		margin-left: 1%;
	}


}



@media screen and (max-width:559px) {

	/* インデックス */

  h1 {
   font-size: 1.4em;
  }

  .contact_header-inner {
    margin-bottom: 0px;
  }

  .contact_content {
    margin-bottom: 0px;
  }

  .contact_main {
  width: 100%;
  }

  #contact_form {
    width: 100%;
    height: auto;
    margin:0 auto;
    padding:3%;
    background: url(../img/parallax_bg_sp.jpg) no-repeat;
  }

  #formWrap {
    width: 100%;
    height: auto;
    margin:0 auto;
    margin-top:0px;
    color:#555;
    line-height:120%;
    font-size:68%;
  }

  #formWrap p {
  padding: 5px;
  }

  table.formTable{
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
  }
  table.formTable td,table.formTable th{
    /* border:1px solid #ccc; */
    padding:10px;
  }
  table.formTable th{
    width:40%;
    font-weight:normal;
    /* background:#efefef; */
    text-align:left;
  }

  #form-name {
  width:140px;
  }

  #form-tel {
  width:140px;
  }

  #form-mail {
  width:140px;
  }

  #form-man{

  }

  #form-hear {

  }

  #form-text {
  width:140px;
  }

  #form-button {
  width:;
  }

  .input-font {
  font-size:2em;
  }

}
