@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
#pageHead {
  background-color: #de4c2c;
  text-align: center;
  padding: 20px; }
  #pageHead img {
    width: 154px; }

.page-pp .container {
  max-width: 800px;
  text-align: left; }
  .page-pp .container a {
    text-decoration: underline; }
.page-pp .pp-title {
  font-weight: 400;
  font-size: 1.1em; }

html {
  height: 100%; }

body {
  background-color: #fef9f9;
  width: 100%;
  margin: 0;
  min-height: 100%;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8em;
  color: #333; }
  @media (max-width: 991px) {
    body {
      font-size: 12px; } }

#headImage {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    #headImage {
      height: 500px; } }
  #headImage:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    z-index: 1; }
  #headImage:after {
    content: '';
    position: absolute;
    bottom: 20px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
    z-index: 2; }
  #headImage .main-v {
    position: absolute;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 991px) {
      #headImage .main-v {
        height: 150px; } }
  #headImage .main-txt {
    width: 80%;
    max-width: 500px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      #headImage .main-txt {
        max-width: 400px; } }

#container_video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }

#background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  background-color: #000; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }

.logo {
  width: 260px;
  max-width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none;
  margin: 0;
  padding: 0; }

p.title {
  text-align: center;
  font-size: 1.6em;
  letter-spacing: .1em;
  font-weight: 300;
  line-height: 1.2em;
  color: #de4c2c; }
  p.title span {
    display: block;
    font-size: 12px;
    padding: 10px 0 0;
    color: #de4c2c; }

.txt {
  text-align: center;
  max-width: 82%;
  margin: 0 auto;
  letter-spacing: 0.1em; }
  .txt span {
    font-weight: bold; }
  @media (max-width: 991px) {
    .txt {
      text-align: justify; } }

.bar {
  display: block;
  width: 30px;
  height: 2px;
  border: 0;
  background-color: #de4c2c; }

.bar-wide {
  display: block;
  width: 120px;
  height: 2px;
  border: 0;
  background-color: #f1f1f1; }
  @media (max-width: 991px) {
    .bar-wide {
      width: calc(100% - 40px); } }

.bar-white {
  display: block;
  width: 30px;
  height: 2px;
  border: 0;
  background-color: #FFF; }

span {
  display: inline-block; }

br.none {
  display: block; }
  @media (max-width: 991px) {
    br.none {
      display: none; } }

br.on {
  display: none; }
  @media (max-width: 767px) {
    br.on {
      display: block; } }

.btn-square {
  padding: 20px 20px;
  display: inline-block;
  border: 1px solid #333;
  background-color: transparent;
  line-height: 1em; }

.btn-square:hover {
  color: #FFF;
  background-color: #de4c2c; }

.bnr-btn:hover {
  opacity: .8; }

.movie-box {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .movie-box {
      max-width: 100%; } }

.cnv {
  background-image: url(../img/bg-cnv.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .cnv .cnv-btn a {
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out; }
    .cnv .cnv-btn a:hover {
      opacity: .8; }
  .cnv .name {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px 10px;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0; }
    .cnv .name span {
      font-size: 0.7em; }
  .cnv .info-box {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 15px 10px; }
    .cnv .info-box .info span {
      font-size: 0.8em;
      display: block; }
    .cnv .info-box .order {
      display: inline-block;
      border-radius: 30px;
      padding: 5px 25px;
      background-color: #FFF;
      color: #333;
      font-weight: 300; }
  .cnv .full .name {
    background-color: #eb6101; }
  .cnv .full .price {
    background-color: #eb6101; }
  .cnv .full .info-box {
    background-color: #f07201; }
  .cnv .solo .name {
    background-color: #745399; }
  .cnv .solo .info-box {
    background-color: #8763ab; }
  .cnv .card .name {
    background-color: #165e83; }
  .cnv .card .info-box {
    background-color: #1b6f96; }
  .cnv .present-btn {
    margin: 0 auto;
    text-align: center; }
    .cnv .present-btn a {
      background-color: #165e83;
      color: #FFF;
      border-radius: 30px;
      display: inline-block;
      padding: 10px 30px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
      -webkit-tap-highlight-color: transparent;
      transition: .3s ease-out; }
      .cnv .present-btn a:hover {
        opacity: .8; }
      .cnv .present-btn a i {
        margin-right: 10px; }

#kimonocard .left {
  text-align: left;
  margin: 0;
  padding: 0;
  background-image: url(../img/img-card.jpg);
  background-size: cover;
  background-position: right center;
  min-height: 320px; }
  @media (max-width: 991px) {
    #kimonocard .left {
      min-height: 0; } }
  #kimonocard .left img {
    display: none;
    width: 100%; }
    @media (max-width: 991px) {
      #kimonocard .left img {
        display: block; } }
#kimonocard .right {
  padding: 50px 0;
  background-color: #de4c2c;
  color: #FFF; }
  #kimonocard .right p.title {
    color: #FFF; }
  #kimonocard .right p.txt {
    text-align: justify; }
  #kimonocard .right span {
    color: #FFF; }
  #kimonocard .right .cnv-btn a {
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    max-width: 82%;
    margin: 0 auto; }
    #kimonocard .right .cnv-btn a:hover {
      opacity: .8; }
  #kimonocard .right .name {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px 10px;
    font-weight: 300;
    font-size: 1.2em;
    margin: 0; }
    #kimonocard .right .name span {
      font-size: 0.7em; }
  #kimonocard .right .info-box {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px 15px 10px; }
    #kimonocard .right .info-box .info span {
      font-size: 0.8em;
      display: block; }
    #kimonocard .right .info-box .order {
      display: inline-block;
      border-radius: 30px;
      padding: 5px 25px;
      background-color: #FFF;
      color: #333;
      font-weight: 300; }
  #kimonocard .right .full .name {
    background-color: #eb6101; }
  #kimonocard .right .full .price {
    background-color: #eb6101; }
  #kimonocard .right .full .info-box {
    background-color: #f07201; }
  #kimonocard .right .solo .name {
    background-color: #745399; }
  #kimonocard .right .solo .info-box {
    background-color: #8763ab; }

.menu-image {
  position: relative;
  padding: 0; }
  .menu-image img {
    width: 70%;
    margin: 0;
    padding: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 991px) {
      .menu-image img {
        width: 100%; } }
  .menu-image .txt-box {
    position: absolute;
    width: 35%;
    z-index: 1;
    right: 0;
    top: 50px; }
    @media (max-width: 991px) {
      .menu-image .txt-box {
        position: static;
        margin-top: -20px;
        width: 100%;
        padding: 0 30px; } }
    .menu-image .txt-box p {
      text-align: justify; }
    .menu-image .txt-box .spe-title {
      color: #013574;
      font-size: 3em;
      letter-spacing: .1em;
      line-height: 1.2em; }
      @media (max-width: 991px) {
        .menu-image .txt-box .spe-title {
          font-size: 2.5em;
          text-align: center; } }
      .menu-image .txt-box .spe-title span {
        display: block;
        font-size: 12px;
        padding: 10px 0 0;
        font-weight: 300; }

.ceremony-image {
  position: relative;
  padding: 0;
  text-align: right; }
  .ceremony-image img {
    width: 70%;
    margin: 0;
    padding: 0;
    z-index: -1; }
    @media (max-width: 991px) {
      .ceremony-image img {
        width: 100%; } }
  .ceremony-image .txt-box {
    position: absolute;
    width: 35%;
    z-index: 1;
    left: 0;
    top: 50px; }
    @media (max-width: 991px) {
      .ceremony-image .txt-box {
        position: static;
        margin-top: -20px;
        width: 100%;
        padding: 0 30px; } }
    .ceremony-image .txt-box p {
      text-align: justify; }
    .ceremony-image .txt-box .spe-title {
      color: #013574;
      font-size: 3em;
      letter-spacing: .1em;
      line-height: 1.2em;
      text-align: right; }
      @media (max-width: 991px) {
        .ceremony-image .txt-box .spe-title {
          font-size: 2.5em;
          text-align: center; } }
      .ceremony-image .txt-box .spe-title span {
        display: block;
        font-size: 12px;
        padding: 10px 0 0;
        font-weight: 300; }

#vietnam {
  background-color: #84b9cb;
  color: #FFF; }
  #vietnam .title {
    color: #FFF; }

#technic {
  background-color: #97c8d6;
  color: #FFF; }
  #technic .title {
    color: #FFF; }

#info {
  background-color: #97c8d6;
  color: #FFF; }
#info .title {
  color: #FFF; }

.pr-card {
  box-sizing: border-box;
  background-color: #FFF;
  overflow: hidden;
  text-align: left;
  color: #333;
  border-radius: 5px; }

.pr-txt {
  padding: 5px 20px 15px; }
  .pr-txt p {
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: justify; }
  .pr-txt a {
    text-decoration: underline; }
    .pr-txt a:hover {
      color: #999;
      text-decoration: none; }

.pr-title {
  text-align: center;
  padding: 20px 0 0;
  font-weight: bold; }

.pr-price {
  text-align: center;
  color: #666;
  padding: 0 0 10px; }
  .pr-price span {
    font-size: 0.7em; }

.pr-link a {
  display: block;
  text-align: center;
  background-color: #f4f0e9;
  padding: 5px;
  border-radius: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 0.9em;
  color: #de4c2c;
  text-decoration: underline; }

#contact .contact-tel {
  text-align: center; }
  #contact .contact-tel img {
    width: 60%;
    max-width: 222px;
    margin-bottom: 10px; }
  #contact .contact-tel .com-name {
    font-size: 1.1em; }
  #contact .contact-tel .tel {
    font-size: 2em; }
    #contact .contact-tel .tel i {
      margin-right: 5px; }
  #contact .contact-tel .mail {
    font-size: 0.8em; }
  #contact .contact-tel .hanbai {
    font-size: .8em; }
  #contact .contact-tel .hanbai-name span {
    font-size: .8em; }
#contact dd {
  text-align: left; }
#contact .radiobutton, #contact .ducc {
  padding-left: 0; }
  #contact .radiobutton li, #contact .ducc li {
    text-align: left; }
    #contact .radiobutton li input, #contact .ducc li input {
      width: 15px; }

#contact-footer {
  background-color: #de4c2c;
  color: #FFF; }
  #contact-footer img {
    width: 135px; }
  #contact-footer .footer-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px; }
    @media (max-width: 767px) {
      #contact-footer .footer-links {
        flex-direction: column;
        align-items: center; } }
    #contact-footer .footer-links a {
      display: inline-block;
      margin: 10px; }
      #contact-footer .footer-links a:hover {
        text-decoration: underline;
        color: #ccc; }

footer {
  background-color: #de4c2c; }
  footer a {
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #de4c2c; }
  footer .totop {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-top: 15px;
    left: 50%;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  footer .copy {
    font-size: 0.7em;
    padding: 5px 0;
    color: #FFF; }

#thanks-page {
  text-align: center; }
  #thanks-page img {
    max-width: 250px;
    width: 80%;
    margin: 0 auto; }
  #thanks-page h1 {
    font-size: 1.4em;
    line-height: 1.8em; }