@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,400italic,700,900);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #000;
  font: 400 16px/24px "Lato", ;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: none; }

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

h3, h4, h5 {
  color: #333333; }

h1 {
  color: #FFF;
  font: 400 74px/36px "Great Vibes", sans-serif;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
   }

h2 {
  font: 400 72px/72px "Lato", sans-serif;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: italic; }

h3 {
  font: 900 2.25em/2.25em "Lato", sans-serif;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 2.7px;
  line-height:1.5;
  text-transform: uppercase; 
font-size: calc(112.5% + 0.5vw) 
}

h4 {
  font: 900 24px/24px "Lato", sans-serif;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height:1.2;
  letter-spacing: 1.8px; }

h5 {
  font: 18px/20px "Lato", sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

h4 a:hover, h5 a:hover {
  color: #ad5a55; }
h4 a:active, h5 a:active {
  color: #8c4743; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
  line-height:1.2;
   }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
  line-height:1.2; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

address {
  color: #ad5a55;
  font: 700 14px/20px "Lato", sans-serif; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + p, img + h4 {
  margin-top: 31px; }

p + .phone-btn {
  margin-top: 53px; }

h3 + h5 {
  margin-top: 20px; }

.thumb + h5 {
  margin-top: 25px; }

h4 + p {
  margin-top: 15px; }

h5 + p {
  margin-top: 7px; }

* + .btn {
  margin-top: 35px; }

img + .off, * + .line {
  margin-top: 75px; }

.row__off, .flex-list + .flex-list__md, * + .mailform {
  margin-top: 45px; }

.row__off-1 {
  margin-top: 140px; }

/*---------------------------------------------------
		contents
----------------------------------------------------*/
.index .contents {
  overflow: hidden; }
.index #movie {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  margin-bottom: 70px; }
  .index #movie video {
    width: 100%; }
  .index #movie .play_icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px; }
@media screen and (max-width: 768px) {
  .index #movie {
    margin-bottom: 8%; }
    .index #movie .play_icon {
      top: 30%;
      width: 80px; } }
.index #mov_modal_wrap {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none; }
  .index #mov_modal_wrap #mov_modal_close_wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer; }
  .index #mov_modal_wrap #mov_modal_close {
    position: relative; }
  .index #mov_modal_wrap #mov_modal_close:before,
  .index #mov_modal_wrap #mov_modal_close:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ccc; }
  .index #mov_modal_wrap #mov_modal_close:before {
    transform: rotate(45deg); }
  .index #mov_modal_wrap #mov_modal_close:after {
    transform: rotate(-45deg); }
  .index #mov_modal_wrap #mov_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .index #mov_modal_wrap #mov_wrap > div {
      position: relative;
      width: 80%; }
    .index #mov_modal_wrap #mov_wrap #modal_movie {
      position: absolute;
      top: 0;
      left: 0; }
    .index #mov_modal_wrap #mov_wrap #mov_modal_frame {
      border: 1px solid #000; }
      .index #mov_modal_wrap #mov_wrap #mov_modal_frame iframe {
        display: block; }
.index .movie_text {
  margin-bottom: 20%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2; }
@media screen and (max-width: 768px) {
  .index .movie_text {
    font-size: 1.2rem; } }


/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_slogan {
    font: 900 14px/14px "Lato", sans-serif;
    color: #FFF;
    text-transform: lowercase; }

/*==================  Backgrounds  ======================*/
.bg-default {
  background: #eeebe4; }

.bg-default-1 {
  background: #f7f7f7; }

.bg-default-2 {
  background: #8E141A; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #FFF;
  background: #8E141A;
  font: 900 18px/18px "Lato", sans-serif;
  text-transform: uppercase;
  padding: 27px 52px 28px 48px; }
  .btn:hover {
    background: #333333; }
  .btn:active {
    background: #1a1a1a; }

.btn__md {
  border: solid 2px #ad5a55;
  padding: 25px 50px 26px 46px; }
  .btn__md:hover {
    background: rgba(173, 90, 85, 0.5); }
  .btn__md:active {
    background: rgba(173, 90, 85, 0.2); }

.phone-btn {
  display: inline-block;
  position: relative;
  font: 900 61px/61px "Lato", sans-serif;
  min-width: 770px;
  border: solid 2px #FFF;
  padding: 38px 0 42px 60px; }
  .phone-btn:before {
    position: absolute;
    content: '\f095';
    font-family: "FontAwesome";
    font-size: 66px;
    line-height: 66px;
    top: 50%;
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 122px; }
  .phone-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ad5a55; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================     Center     ======================*/
.center {
  text-align: center; }

/*==================     ToTop     ======================*/
.toTop {
  font-size: 37px;
  line-height: 37px;
  color: #ad5a55;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #777;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #FFF; }
  .parallax p.indent {
    font-size: 24px;
    line-height: 28px; }
  .parallax .title-wr h3, .parallax .title-wr h5 {
    color: #FFF; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

@media (max-width: 767px) {
  .parallax p.indent {
    font-size: 20px;
    line-height: 24px; } }
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #FFF;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(173, 90, 85, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AD5A55', endColorstr='#80AD5A55')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AD5A55', endColorstr='#80AD5A55');
      zoom: 1; }
    .thumb:hover .thumb_overlay:before {
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg); }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center; }
  header .brand {
    padding-bottom: 52px; }
  header .gradient {
    padding-top: 156px; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding: 0px 0 75px; }

.well-1 {
  padding: 10px 0 60px; }
  .well-1__off {
    padding-bottom: 72px; }
  .well-1__off-1 {
    padding-bottom: 73px; }

.well-2 {
  padding: 15px 0 15px; }

.well-3 {
  padding: 99px 0 88px; }

.well-4 {
  padding: 5px 0 5px; }

/*==================     Indent    ======================*/
.indent {
  padding: 0 200px; }

/*==================    Title Wrap   ======================*/
.title-wr {
  text-align: center; }
  .title-wr h5 {
    padding: 0 80px;
    text-transform: none;
    color: #777777;
	line-height:1.5;
    letter-spacing: 0; }

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 71%;
  margin: 0 auto; }
  .flex-list li {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .flex-list li img {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .flex-list li a:hover img {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  @media (max-width: 767px) {
    .flex-list, .flex-list li {
      display: block; }
    .flex-list li + li {
      margin-top: 20px; } }

.flex-list__md {
  width: 41%; }

/*==================   Img Wrap   ======================*/
.img-wr {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 8px #FFF; }

.img-wr__md {
  border-color: #e5e5e5; }

/*==================   Unir Wrap   ======================*/
.unit-wr {
  position: relative;
  text-align: right;
  padding-right: 40px;
  padding-left: 70px;
  z-index: 0; }
  .unit-wr h4 + p {
    margin-top: 8px; }
  .unit-wr img {
    position: absolute;
    top: -32px;
    left: 99%;
    z-index: 1; }

.unit-wr__md {
  text-align: left;
  padding-left: 37px;
  padding-right: 70px; }
  .unit-wr__md img {
    left: auto;
    right: 100%; }

/*==================   Line   ======================*/
.line {
  position: relative;
  z-index: 0; }
  .line:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    z-index: 0;
    background: #d6d6d6;
    top: 40px;
    left: 50%;
    margin-left: -2px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0; }
footer:after {
  clear: both; }
footer .privacy, footer .social {
  float: left; }
footer address {
  float: right; }
footer .privacy {
  color: #333333;
  font-size: 14px; }
footer .privacy, footer address {
  display: inline-block;
  margin-top: 10px; }
footer .social {
  padding-left: 126px; }

/*==================   Social   ======================*/
.social > li {
  display: inline-block; }
  .social > li a {
    display: inline-block;
    font-size: 22px;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #FFF;
    background: #333333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .social > li a:hover {
      background: #ad5a55; }
    .social > li a:active {
      background: #8c4743; }
  .social > li + li {
    margin-left: 4px; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  .indent {
    padding: 0 30px; }

  .title-wr h5 {
    padding: 0 20px; }

  h4 {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.8px; }

  h5 {
    letter-spacing: 0; }

  .unit-wr {
    padding-left: 0; }
    .unit-wr img {
      left: 95%; }

  .unit-wr__md {
    padding-right: 0;
    padding-left: 35px; }
    .unit-wr__md img {
      left: auto;
      right: 95%; }

  .flex-list {
    width: 100%; }

  .flex-list__md {
    width: 75%; }

  footer .social {
    padding-left: 50px; } }
@media (max-width: 991px) {
  h4 {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.5px; }

  .phone-btn {
    min-width: 100%; }
    .phone-btn:before {
      left: 75px; }

  .title-wr h5 {
    padding: 0; }

  .line:before {
    display: none; }

  footer {
    text-align: center; }
    footer .privacy, footer .social, footer address {
      float: none; }
    footer .social {
      padding-left: 0; }
    footer .social, footer address {
      margin-top: 20px; } }
@media (max-width: 767px) {
  h2 {
    font-size: 57px;
    line-height: 57px; }

  .indent {
    padding: 0; }

  .phone-btn {
    font-size: 40px;
    line-height: 40px; }
    .phone-btn:before {
      font-size: 45px;
      line-height: 45px;
      left: 50%;
      transform: translateY(-40%) translateX(-500%); }

  header .gradient {
    padding-top: 50px; }

  [class*='well'] {
    padding: 10px 0; }

  .well-bottom {
    padding-bottom: 100px; }

  .row__off, .row__off-1, * + .mailform {
    margin-top: 0; }

  img + .off-1 {
    margin-top: 30px; }

  .unit-wr {
    padding: 0;
    text-align: center; }
    .unit-wr img {
      position: static; }

  .flex-list + .flex-list__md {
    margin-top: 20px; } }
@media (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 40px; }

  .phone-btn {
    font-size: 27px;
    line-height: 24px;
    padding-left: 30px; }
    .phone-btn:before {
      font-size: 27px;
      line-height: 24px;
      transform: translateY(-40%) translateX(-540%); } }
	  
	  /* ===========================
--- Contact
============================ */

.form-wrapper {
	background: #f9f9f9;
	padding: 40px;
	 border-radius: 6px;
}


form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	letter-spacing: 1px;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 4px;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fefefe;
	color: #FFFEEC;
}

form#contact-form input,form#contact-form select {
	height: 40px;
}

form#contact-form button {
	border-radius: 4px;
	height: 40px;
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	background: #fff;
}
section th, section td  { padding: 10px;}
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
    .demo02
----------------------------------------------------*/
.demo02 th  {width: 100%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo02 { 
	margin: 0 -10px; }
    .demo02 th,.demo02 td{
        width: 100%;
        display: block;
        border-top: none;
		
    }
    .demo02 tr:first-child th   { border-top: 1px solid #bbb; }
}

.h-obi {
background: #8E141A;
padding: 10px 0px;
}
	
.box1 {
    padding: 0.5em 1em;
    margin: 1em 0;
    font-weight: bold;
    border: solid 1px #000000;
	font-size: 25px;
	width: 50%;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
.example {/*親div*/
  position: relative;
  }

.example p {
  position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 3.5em;/*サイズ2倍*/
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  top: 25%;
  right: 10%;
	text-shadow:2px 2px 5px #000000;
  }

.example img {
  width: 100%;
  }
.f-taxt {
color: #fff;
	font-size: 14px;
	}
@media screen and (max-width: 430px) {
.example {/*親div*/
  position: relative;
  }

.example p {
  position: absolute;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 18px;/*サイズ2倍*/
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  top: 25%;
  right: 10%;
	text-shadow:2px 2px 5px #000000;
  }

.example img {
  width: 100%;
  }
.h-obi img {
width: 90%;
}
h4{
	font-size: 20px;
	line-height: 1.5;
}
.container2{
	padding-top: 20px;
	width: 95%;
}
	.obi {
  color: #8E141A;/*文字色*/
  border: solid 1px #8E141A;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.3em;/*角丸*/
	font-size:18px;
	margin-bottom: 0px;
	letter-spacing: 5px;
}
.container2 img {
	width: 85%;
	}

.box1 {
	font-size: 16px;
	margin-top: 0px;
	width: 100%;
}

	}
