@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400';
.meiryo, .menu-nav-pagein li.menu_nav_item a > span {
  font-family: Meiryo  , "メイリオ"; }

/**
 * Fontサイズのプロパティ設定用 mixin。
*/
/**
 * radiusサイズのプロパティ設定用 mixin。
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * 色設定用 mixin。
 *
 * $property : パラメータ (ex. background)
 * $background : 背景色
 * $opacity : 透明度
 * $mix : RGBに変換
 * $blend : ブレンドモード パラメータは以下を参照
 * ブレンドモードはIEは対応してません
 * Keyword values
 * mix-blend-mode: normal;
 * mix-blend-mode: multiply;
 * mix-blend-mode: screen;
 * mix-blend-mode: overlay;
 * mix-blend-mode: darken;
 * mix-blend-mode: lighten;
 * mix-blend-mode: color-dodge;
 * mix-blend-mode: color-burn;
 * mix-blend-mode: hard-light;
 * mix-blend-mode: soft-light;
 * mix-blend-mode: difference;
 * mix-blend-mode: exclusion;
 * mix-blend-mode: hue;
 * mix-blend-mode: saturation;
 * mix-blend-mode: color;
 * mix-blend-mode: luminosity;
 * Global values
 * mix-blend-mode: initial;
 * mix-blend-mode: inherit;
 * mix-blend-mode: unset;
*/
/*
  text drop shadow
*/
/* IEハック用mixin */
.meiryo, .menu-nav-pagein li.menu_nav_item a > span {
  font-family: Meiryo  , "メイリオ"; }

/**
 * Fontサイズのプロパティ設定用 mixin。
*/
/**
 * radiusサイズのプロパティ設定用 mixin。
*/
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * 色設定用 mixin。
 *
 * $property : パラメータ (ex. background)
 * $background : 背景色
 * $opacity : 透明度
 * $mix : RGBに変換
 * $blend : ブレンドモード パラメータは以下を参照
 * ブレンドモードはIEは対応してません
 * Keyword values
 * mix-blend-mode: normal;
 * mix-blend-mode: multiply;
 * mix-blend-mode: screen;
 * mix-blend-mode: overlay;
 * mix-blend-mode: darken;
 * mix-blend-mode: lighten;
 * mix-blend-mode: color-dodge;
 * mix-blend-mode: color-burn;
 * mix-blend-mode: hard-light;
 * mix-blend-mode: soft-light;
 * mix-blend-mode: difference;
 * mix-blend-mode: exclusion;
 * mix-blend-mode: hue;
 * mix-blend-mode: saturation;
 * mix-blend-mode: color;
 * mix-blend-mode: luminosity;
 * Global values
 * mix-blend-mode: initial;
 * mix-blend-mode: inherit;
 * mix-blend-mode: unset;
*/
/*
  text drop shadow
*/
/* IEハック用mixin */
.gothic {
  font-family: "century_cgothic","meiryo", "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif, "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic"; }

.cgothic {
  font-family: "century_cgothic"; }

.meiryo, .menu-nav-pagein li.menu_nav_item a > span {
  font-family: Meiryo  , "メイリオ"; }

.avenir {
  font-family: Avenir; }

.weight400 {
  font-weight: 400; }

.menu-nav-pagein {
  margin: 3em auto; }
  .menu-nav-pagein li {
    list-style: none;
    padding-left: 3em;
    padding-right: 3em; }
    @media all and (max-width: 767px) {
      .menu-nav-pagein li {
        padding-left: 5px;
        padding-right: 5px; } }
    @media all and (max-width: 767px) {
      .menu-nav-pagein li.menu_nav_item {
        margin-bottom: 3em; } }
    @media all and (max-width: 767px) {
      .menu-nav-pagein li.menu_nav_item a {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto; } }
    .menu-nav-pagein li.menu_nav_item a figure {
      margin-bottom: 16px; }
      @media all and (max-width: 767px) {
        .menu-nav-pagein li.menu_nav_item a figure {
          max-width: 280px;
          margin: 0 auto 13px; } }
    .menu-nav-pagein li.menu_nav_item a > p {
      text-align: center;
      color: #b5374b;
      font-size: 18px; }
      @media all and (max-width: 767px) {
        .menu-nav-pagein li.menu_nav_item a > p {
          font-size: 16px; }
          .menu-nav-pagein li.menu_nav_item a > p:after {
            content: ">";
            margin-left: 0.5em; } }
    .menu-nav-pagein li.menu_nav_item a > span {
      display: none;
      text-align: center;
      border-top: 1px solid #b5374b;
      padding-top: 0.5em;
      color: #565656;
      font-size: 14px; }
      @media all and (max-width: 767px) {
        .menu-nav-pagein li.menu_nav_item a > span {
          font-size: 14px;
          border-top: none; } }
    .menu-nav-pagein li.menu_nav_item a.current, .menu-nav-pagein li.menu_nav_item a:hover, .menu-nav-pagein li.menu_nav_item a:active {
      text-decoration: none;
      display: block; }
      .menu-nav-pagein li.menu_nav_item a.current figure, .menu-nav-pagein li.menu_nav_item a:hover figure, .menu-nav-pagein li.menu_nav_item a:active figure {
        margin-bottom: 0px;
        -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2) !important;
        -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2) !important;
        margin-bottom: 1em; }
      .menu-nav-pagein li.menu_nav_item a.current > p, .menu-nav-pagein li.menu_nav_item a.current > span, .menu-nav-pagein li.menu_nav_item a:hover > p, .menu-nav-pagein li.menu_nav_item a:hover > span, .menu-nav-pagein li.menu_nav_item a:active > p, .menu-nav-pagein li.menu_nav_item a:active > span {
        display: block; }
      @media all and (max-width: 767px) {
        .menu-nav-pagein li.menu_nav_item a.current > p:after, .menu-nav-pagein li.menu_nav_item a:hover > p:after, .menu-nav-pagein li.menu_nav_item a:active > p:after {
          font-family: FontAwesome;
          content: "\f107";
          margin-left: 0.5em; } }
      @media all and (max-width: 767px) {
        .menu-nav-pagein li.menu_nav_item a.current > span, .menu-nav-pagein li.menu_nav_item a:hover > span, .menu-nav-pagein li.menu_nav_item a:active > span {
          border-top: 1px solid #b5374b; } }

.bgYe {
  background: #fff7e8; }

.home-title {
  color: #b5374b;
  font-size: 36px; }

.mv, .page-privacy {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .mv, .page-privacy {
      height: 120px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .mv, .page-privacy {
      height: 213px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .mv, .page-privacy {
      height: 213px; } }
  @media screen and (min-width: 1200px), not screen {
    .mv, .page-privacy {
      height: 213px; } }
  @media all and (min-width: 767px) {
    .mv, .page-privacy {
      border-bottom: 6px solid rgba(74, 26, 0, 0.58); } }
  .mv > figure, .page-privacy > figure {
    position: relative; }
    @media screen and (max-width: 767px) {
      .mv > figure, .page-privacy > figure {
        height: 120px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .mv > figure, .page-privacy > figure {
        height: 213px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .mv > figure, .page-privacy > figure {
        height: 213px; } }
    @media screen and (min-width: 1200px), not screen {
      .mv > figure, .page-privacy > figure {
        height: 213px; } }
    .mv > figure img, .page-privacy > figure img {
      position: absolute;
      bottom: 0; }

@font-face {
  font-family: "century_cgothic";
  src: url("/wp-content/themes/vinitalia/fonts/CenturyGothic/07558_CenturyGothic.eot") format("embedded-opentype"), url("/wp-content/themes/vinitalia/fonts/CenturyGothic/07558_CenturyGothic.woff") format("woff"), url("/wp-content/themes/vinitalia/fonts/CenturyGothic/07558_CenturyGothic.woff2") format("woff2"), url("/wp-content/themes/vinitalia/fonts/CenturyGothic/07558_CenturyGothic.ttf") format("truetype"); }

@font-face {
  font-family: "meiryo";
  src: url("/wp-content/themes/vinitalia/fonts/meiryo/meiryo.eot") format("embedded-opentype"), url("/wp-content/themes/vinitalia/fonts/meiryo/meiryo.woff") format("woff"), url("/wp-content/themes/vinitalia/fonts/meiryo/meiryo.woff2") format("woff2"), url("/wp-content/themes/vinitalia/fonts/meiryo/meiryo.ttf") format("truetype"); }

.page-privacy .mv > figure.mv-mobile, .page-privacy .page-privacy > figure.mv-mobile {
  background: url(/wp-content/themes/vinitalia/images/privacy/mv-xs.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

#privacy {
  padding-bottom: 3em;
  text-align: left; }
  #privacy h3.ttl {
    text-align: center;
    margin: 0;
    color: #b5374b;
    font-weight: 300;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #privacy h3.ttl {
        padding-top: 1.5em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #privacy h3.ttl {
        padding-top: 3em; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #privacy h3.ttl {
        padding-top: 3em; } }
    @media screen and (min-width: 1200px), not screen {
      #privacy h3.ttl {
        padding-top: 3em; } }
    @media screen and (max-width: 767px) {
      #privacy h3.ttl {
        padding-bottom: 1.5em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #privacy h3.ttl {
        padding-bottom: 50px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #privacy h3.ttl {
        padding-bottom: 70px; } }
    @media screen and (min-width: 1200px), not screen {
      #privacy h3.ttl {
        padding-bottom: 70px; } }
    @media screen and (max-width: 767px) {
      #privacy h3.ttl {
        font-size: 2em; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #privacy h3.ttl {
        font-size: 2em; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #privacy h3.ttl {
        font-size: 2.2em; } }
    @media screen and (min-width: 1200px), not screen {
      #privacy h3.ttl {
        font-size: 2.2em; } }
  #privacy .offer-detail {
    margin: 3em auto 6em; }
    @media screen and (max-width: 767px) {
      #privacy .offer-detail {
        width: 100%; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      #privacy .offer-detail {
        width: 90%; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #privacy .offer-detail {
        width: 740px; } }
    @media screen and (min-width: 1200px), not screen {
      #privacy .offer-detail {
        width: 740px; } }
    @media all and (max-width: 767px) {
      #privacy .offer-detail {
        padding-left: 15px;
        padding-right: 15px; } }
    #privacy .offer-detail > h3 {
      border-bottom: 1px solid #5f5f5f;
      padding-bottom: 0.5em;
      padding-left: 1em;
      padding-right: 1em; }
      @media screen and (max-width: 767px) {
        #privacy .offer-detail > h3 {
          font-size: 16px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #privacy .offer-detail > h3 {
          font-size: 18px; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        #privacy .offer-detail > h3 {
          font-size: 18px; } }
      @media screen and (min-width: 1200px), not screen {
        #privacy .offer-detail > h3 {
          font-size: 18px; } }
      @media all and (max-width: 767px) {
        #privacy .offer-detail > h3 {
          padding-left: 15px;
          padding-right: 15px; } }
    #privacy .offer-detail > p {
      margin-bottom: 0;
      line-height: 1.7;
      padding-left: 1em;
      padding-right: 1em; }
      @media screen and (max-width: 767px) {
        #privacy .offer-detail > p {
          font-size: 12px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        #privacy .offer-detail > p {
          font-size: 14px; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        #privacy .offer-detail > p {
          font-size: 14px; } }
      @media screen and (min-width: 1200px), not screen {
        #privacy .offer-detail > p {
          font-size: 14px; } }
      @media all and (max-width: 767px) {
        #privacy .offer-detail > p {
          padding-left: 15px;
          padding-right: 15px; } }
