@charset "UTF-8";
/* layout
---------------------------------------------------------------------------- */
/* ---------------------------------
  html tags
---------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #000000;
  line-height: 1.5;
  font-size: 15px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 20px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #0068b7;
  cursor: pointer;
  text-decoration: none;
}
a > img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
a:hover > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

strong {
  font-weight: bold;
}

h1.img img, h2.img img, h3.img img, h4.img img {
  vertical-align: bottom;
}

/* ---------------------------------
  layout
---------------------------------- */
body {
  min-width: 1600px;
}
@media screen and (max-width: 1620px) {
  body {
    min-width: 0;
  }
}

.content {
  width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1620px) {
  .content {
    padding-left: 0;
    padding-right: 0;
    width: 96%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

#header {
  height: 50px;
}
#header .logo {
  margin-top: 10px;
  margin-right: 40px;
  float: left;
}
#header .logo-group {
  float: right;
  margin-top: 13px;
}
@media screen and (max-width: 900px) {
  #header .logo-group {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #header .logo-group {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #header .logo-group {
    display: none;
  }
}

#gnav {
  float: left;
}
#gnav a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #000000;
}
#gnav .fa {
  color: #888;
}
#gnav .depth1 > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 2;
  margin-right: 10px;
}
#gnav .depth1 > li > a {
  padding: 15px 10px 0;
  height: 35px;
}
#gnav .depth2 {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
#gnav .depth2 > li {
  display: block;
  border-bottom: 1px solid #c2c2c2;
}
#gnav .depth2 > li:last-child {
  border-bottom: none;
}
#gnav .depth2 > li a {
  display: block;
  font-size: 14px;
  padding: 8px 10px 8px 20px;
  position: relative;
  min-width: 150px;
}
#gnav .depth2 > li a .fa {
  position: absolute;
  left: 10px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  #gnav {
    display: none;
    float: none;
    width: 100%;
    background: #444;
    background: rgba(68, 68, 68, 0.9);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1) inset, 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50px;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 10;
  }
  #gnav .depth1 > li {
    display: block;
    margin: 0;
  }
  #gnav .depth1 > li > a {
    height: auto;
    font-weight: bold;
    padding: 10px 10px 8px;
    border-top: 1px solid #777;
  }
  #gnav .depth2 {
    border-top: 1px solid #777;
    display: block;
    position: static;
    background: none;
  }
  #gnav .depth2 > li {
    border-bottom: 1px solid #777;
  }
  #gnav a {
    display: block;
    color: #fff;
  }
  #gnav a .fa {
    display: none;
  }
}

#gnav-menu {
  display: none;
  float: right;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  #gnav-menu {
    display: block;
  }
}

#footer {
  border-top: 50px solid #cccccc;
  padding-top: 50px;
}
#footer .logo-group {
  display: none;
}
@media screen and (max-width: 480px) {
  #footer {
    border-top: 25px solid #cccccc;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #footer .logo-group {
    display: block;
    text-align: center;
  }
}

#fnav .depth1 > li {
  float: left;
  margin-bottom: 40px;
  margin-right: 20px;
  min-width: 150px;
}
#fnav .depth1 > li > a {
  font-size: 17px;
  color: #000000;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #fnav .depth1 > li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* pages
---------------------------------------------------------------------------- */
/* --- home --- */
.home .main-visual {
  height: 900px;
  min-width: 100%;
  position: relative;
  z-index: 1;
}
.home .main-visual .sp-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #000000;
}
.home .main-visual h1 {
  padding-top: 250px;
  color: #fff;
  font-weight: bold;
  font-size: 70px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.home .main-visual .sp-selected h1 {
  opacity: 1;
}
.home .main-visual .sp-layer {
  left: 0;
  right: 0;
}
.home .main-visual .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.home .main-visual .sp-horizontal .sp-next-arrow {
  right: 0;
}
.home .main-visual .sp-horizontal .sp-previous-arrow {
  left: 0;
}
.home .main-visual .sp-arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  padding: 20px 5px;
  text-align: center;
  height: 21px;
  line-height: 17px;
  cursor: pointer;
}
.home .main-visual .sp-arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.home .main-visual .sp-next-arrow:after,
.home .main-visual .sp-next-arrow:before,
.home .main-visual .sp-previous-arrow:after,
.home .main-visual .sp-previous-arrow:before {
  height: auto;
  width: auto;
  position: static;
  background: none;
}
.home .main-visual .sp-horizontal .sp-previous-arrow {
  left: 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
}
.home .main-visual .sp-horizontal .sp-previous-arrow:after {
  content: "\f104";
}
.home .main-visual .sp-horizontal .sp-next-arrow {
  right: 0;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 0 0 10px;
}
.home .main-visual .sp-horizontal .sp-next-arrow:after {
  content: "\f105";
}
@media screen and (max-width: 768px) {
  .home .main-visual {
    height: 500px;
  }
  .home .main-visual h1 {
    font-size: 50px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .home .main-visual {
    height: 360px;
  }
  .home .main-visual h1 {
    font-size: 26px;
    padding-top: 70px;
  }
  .home .main-visual .txt {
    bottom: 20px;
  }
}
.home .foot-visual {
  background: url('../images/home-foot-visual.png?1460191458') top center no-repeat;
  background-size: cover;
}
.home .foot-visual .content {
  display: table;
}
.home .foot-visual .txtbox {
  height: 680px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .home .foot-visual .txtbox {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .home .foot-visual .txtbox {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .home .foot-visual {
    background-size: inherit;
  }
}

/* --- form --- */

#form_a{

}

#form_a h3{
  font-size:24px;
  margin-bottom:25px;  
}

#form_a .txt{
  margin-left:36px;
}

@media screen and (max-width: 480px) {
#form_a .txt{
  margin-left:0;
}
}

#form_a .tel{
  margin-bottom:70px;
  
}

#form_a .tel{
  margin-left:35px;
  font-size: 24px;
  margin-bottom:70px;
  
}

@media screen and (max-width: 480px) {
#form_a .tel{
display: none;
}
}

@media screen and (min-width: 481px) {
#form_a .tel-sp{
display: none;

}
}


@media screen and (max-width: 480px) {
#form_a .tel-sp{
display: block;
font-size: 24px;
font-weight: bold;
  line-height:1.2;
  margin-bottom:30px;
}
}

#form_a .number{
  font-weight: bold;
  font-size:36px;  
}

@media screen and (max-width: 480px) {
#form_a .time-sp{
  font-size: 14px;
  font-weight: normal;
}
}


#form_a .time{
  font-size:12px;  
}
#form_a .form-table{
  margin-left:35px;
  }


@media screen and (max-width: 480px) {
#form_a .form-table{
  margin-left:0;
  }
}


#form_a table{
  width:100%;
  margin-bottom:20px;
}

@media screen and (max-width: 480px) {
#form_a table,
#form_a tbody,
#form_a tr,
#form_a th,
#form_a td {
display: block;
max-width: 98%; /*スマホ画面ほぼ一杯に広がる感じ*/
}
}



#form_a table tr{
}

#form_a table th{
  padding: 20px 20px 10px;
  width:20%;
  border-bottom:5px solid #ffffff;
  background: #d3cae7;
}

@media screen and (max-width: 480px) {
#form_a table th{
  padding: 10px 10px 10px 10px;
  width:100%;
  border-bottom:5px solid #ffffff;
  background: #d3cae7;
}
}


#form_a table td{
  width: 80%;
  padding: 10px;
  border-bottom:5px solid #ffffff;
}

@media screen and (max-width: 480px) {
#form_a table td{
  width: 100%;
  padding: 5px 10px 10px 0px;
  border-bottom:5px solid #ffffff;
}
}



#form_a table td input{
  width: 50%;
}
@media screen and (max-width: 480px) {
#form_a table td input{
  width:  100%;
}
}


#form_a table td textarea{
  width: 100%;
}
@media screen and (max-width: 480px) {
#form_a table td textarea{
  width: 100%;
}
}


#form_a .form-btn{
  margin-bottom:50px;
}

#form_a .form-confirm-txt{
  margin-left:35px;
}

@media screen and (max-width: 480px) {
#form_a .form-confirm-txt{
  margin-left:0;
}
}

#form_a .form-done-txt{
  margin-left:35px;
}

@media screen and (max-width: 480px) {
#form_a .form-done-txt{
  margin-left:0;
}
}


@media screen and (max-width: 480px) {
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 800px; /* 最大幅 */
    width: 100%;
    height: 100%;
}
}
