@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.6;
  letter-spacing: 0.6;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: 400;
  background: url(../images/common/bg_body.gif) center top;
  color: #fff; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #000;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.map li:last-child {
  display: none; }

.map li a {
  text-decoration: none; }

.policy h2 {
  border-bottom: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table td {
  margin-bottom: -1px !important;
  padding: 20px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

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

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: bold; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 640px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1000px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  .imgR, .imgL {
    max-width: 30% !important; } }

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.maximg img {
  max-width: 100% !important; }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important; }
  .fltR {
    float: none;
    width: 100% !important; } }

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important; }
  .sptar {
    text-align: right !important; }
  .sptac {
    text-align: center !important; } }

header#global_header {
  max-width: 100%;
  min-width: 100% !important; }

#main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (max-width: 640px) {
    #main {
      display: block; } }

#main #col_main {
  width: 73%;
  float: none;
  margin-left: 2%; }
  @media screen and (max-width: 640px) {
    #main #col_main {
      width: 100%;
      margin-left: 0; } }

#main #col_side1 {
  width: 27% !important;
  float: none;
  margin-top: 20px; }
  @media screen and (max-width: 640px) {
    #main #col_side1 {
      width: 100% !important;
      min-width: auto !important;
      max-width: 250px;
      margin: 20px auto 0; } }

footer#global_footer {
  min-width: 100% !important; }

header#global_header {
  max-width: 100%; }

#header {
  width: 100%;
  position: relative;
  z-index: 999; }
  @media screen and (max-width: 640px) {
    #header .flex_wrap {
      display: block; } }
  #header img {
    width: 100%; }
    @media screen and (max-width: 640px) {
      #header img {
        width: auto; } }
  @media screen and (max-width: 834px) {
    #header {
      padding: 65px 0 20px; } }
  #header .box1, #header .bg2 .box2, .bg2 #header .box2 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 39%; }
    @media screen and (max-width: 640px) {
      #header .box1, #header .bg2 .box2, .bg2 #header .box2 {
        width: 100%;
        max-width: 390px;
        margin: 0 auto; } }
  #header #logo {
    width: 18%; }
    @media screen and (max-width: 640px) {
      #header #logo {
        width: 30%;
        margin-right: 5px; } }
  #header .box2 {
    width: 42%; }
    @media screen and (max-width: 640px) {
      #header .box2 {
        width: 100%;
        max-width: 425px;
        margin: 10px auto 0; } }
    #header .box2 .sitecopy {
      color: #fff;
      text-align: left; }
      @media screen and (max-width: 834px) {
        #header .box2 .sitecopy {
          font-size: 10px; } }
    #header .box2 address {
      line-height: 1.2; }
    #header .box2 .box_inner {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .box2 .box_inner p:first-child {
        margin-top: 5px;
        margin-right: 10px; }
      #header .box2 .box_inner p:last-child a:hover {
        opacity: 1;
        cursor: default; }

#column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#nav_global {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: url(../images/common/navbg.png) center top repeat-x; }
  #nav_global ul {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      #nav_global ul li a:hover {
        opacity: 1; }

.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

@media screen and (max-width: 834px) {
  .pc {
    display: none; } }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

#main_image {
  margin-top: -55px;
  position: relative;
  z-index: 0;
  background: url(../images/common/mainbg.png) center top repeat-x; }
  @media screen and (max-width: 640px) {
    #main_image {
      margin-top: 0; } }

.mean-container {
  position: relative;
  z-index: 99999999; }

.mean-container .mean-bar {
  background: #000 !important;
  position: fixed !important;
  z-index: 9999999; }

.mean-container .mean-nav {
  background: #000 !important; }

#footer {
  background: url(../images/common/bg_footer.jpg) center bottom repeat-x; }
  @media screen and (max-width: 640px) {
    #footer {
      background: url(../images/common/bg_footer.jpg) center bottom/contain repeat-x; } }
  #footer .inner {
    background: url(../images/common/bg_footer_inner.png) center;
    padding: 20px 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }
    @media screen and (max-width: 640px) {
      #footer .inner {
        display: block; } }
    #footer .inner .pagetop {
      position: absolute;
      top: -30px;
      right: 0;
      z-index: 99999; }
    #footer .inner .nav {
      text-align: left;
      color: #fff; }
      @media screen and (max-width: 640px) {
        #footer .inner .nav {
          text-align: center; } }
      #footer .inner .nav a {
        text-decoration: none;
        color: #fff;
        display: inline-block; }
    @media screen and (max-width: 834px) {
      #footer .inner .box1, #footer .inner .bg2 .box2, .bg2 #footer .inner .box2 {
        margin-top: 10px; } }
    #footer .inner .box1 .box_inner, #footer .inner .bg2 .box2 .box_inner, .bg2 #footer .inner .box2 .box_inner {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 10px; }
      @media screen and (max-width: 640px) {
        #footer .inner .box1 .box_inner, #footer .inner .bg2 .box2 .box_inner, .bg2 #footer .inner .box2 .box_inner {
          max-width: 380px;
          margin: 10px auto 0; } }
    #footer .inner .box1 .copy, #footer .inner .bg2 .box2 .copy, .bg2 #footer .inner .box2 .copy {
      position: absolute;
      left: 0;
      bottom: 20px;
      color: #fff; }
      @media screen and (max-width: 834px) {
        #footer .inner .box1 .copy, #footer .inner .bg2 .box2 .copy, .bg2 #footer .inner .box2 .copy {
          font-size: 10px; } }
      @media screen and (max-width: 640px) {
        #footer .inner .box1 .copy, #footer .inner .bg2 .box2 .copy, .bg2 #footer .inner .box2 .copy {
          position: static; } }

#contents_wrap {
  padding: 0 0 100px; }
  @media screen and (max-width: 834px) {
    #contents_wrap {
      padding: 0 10px 80px; } }
  @media screen and (max-width: 640px) {
    #contents_wrap {
      padding: 0 10px 50px; } }

#contents {
  background: #202020;
  padding: 20px; }

/* TOP */
.sidemap {
  border: 5px solid #000 !important; }

.side_info {
  color: #fff; }

#left_7, #left_8 {
  text-align: center;
  margin-bottom: 10px; }

#left_9 a:hover {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 834px) {
  .pdtop {
    padding-top: 80px;
    margin-top: -80px; } }

.news {
  background: url(../images/top/bg_news.gif) center top/cover no-repeat;
  padding: 20px;
  position: relative; }
  .news:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(90%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.5) 90%);
    background: -o-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.5) 90%);
    background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.5) 90%); }
  .news .scroll {
    overflow-y: auto;
    max-height: 280px;
    position: relative;
    z-index: 99999; }
    .news .scroll .news_txt {
      border-bottom: 1px solid #999 !important;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .news .scroll .news_txt a {
        color: #cb4f4b; }
      .news .scroll .news_txt .box1, .news .scroll .news_txt .bg2 .box2, .bg2 .news .scroll .news_txt .box2 {
        width: 130px !important; }
      .news .scroll .news_txt .box2 {
        padding-right: 5% !important; }
        @media screen and (max-width: 640px) {
          .news .scroll .news_txt .box2 {
            padding-right: 0 !important; } }

/* 3列 */
.wrap1 {
  margin-left: -3.0303% !important; }
  @media screen and (max-width: 640px) {
    .wrap1 {
      margin-left: 0% !important; } }
  .wrap1 .box1, .wrap1 .bg2 .box2, .bg2 .wrap1 .box2 {
    float: left !important;
    width: 30.30303% !important;
    margin-left: 3.0303% !important; }
    @media screen and (max-width: 640px) {
      .wrap1 .box1, .wrap1 .bg2 .box2, .bg2 .wrap1 .box2 {
        margin-left: 0 !important; } }

.disnone {
  display: none; }

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

.bg1 {
  background: url(../images/top/catch_bg.jpg) center -5px no-repeat;
  background-size: contain;
  padding: 16% 20px 10% 35%; }
  @media screen and (max-width: 640px) {
    .bg1 {
      background: url(../images/top/catch_bg.jpg) center top no-repeat;
      background-size: contain;
      padding: 20% 20px 10% 35%; } }

.bg2 .box1, .bg2 .box2 {
  width: calc(100% / 2 - 1%);
  background: url(../images/top/bg_wine.jpg) center top/contain no-repeat;
  padding: 30% 3% 10% 3%; }

.bg2 .box2 {
  background: url(../images/top/bg_food.jpg) center top/contain no-repeat; }

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* title */
.h1txt {
  position: relative; }
  .h1txt:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/common/h1txtbg.png) center left no-repeat;
    z-index: 0;
    padding-top: 10px; }
  .h1txt h1 {
    border-bottom: 1px dotted #999;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    z-index: 99999; }
    .h1txt h1 span {
      font-size: 14px;
      color: #fbc3fe;
      font-weight: normal;
      display: inline-block;
      margin-left: 10px; }

.h2title {
  background: url(../images/common/bg_h3.gif) center top/contain no-repeat;
  padding: 1% 0 1% 5%;
  height: 40px; }
  @media screen and (max-width: 834px) {
    .h2title {
      background: #1a1a1a;
      border: 1px solid #555;
      padding: 10px 0 10px 15px;
      height: auto; } }
  @media screen and (max-width: 834px) {
    .h2title h2 {
      border-left: 4px solid #fa1f16;
      padding-left: 10px; } }
  .h2title h2 span {
    float: right;
    font-style: 13px;
    padding-right: 10px; }
    @media screen and (max-width: 640px) {
      .h2title h2 span {
        float: none;
        display: inline-block;
        width: 100%;
        padding-right: 0; } }

.menutitle h3 {
  background: #333333;
  border: 1px dotted #999;
  text-align: center;
  padding: 5px; }

.h3border h3 {
  display: inline-block;
  border-bottom: 3px dotted #fff;
  font-size: 20px;
  margin-bottom: 10px; }

.menuwrap dt, .menuwrap dd {
  background: none !important;
  border: none !important; }

.menuwrap dl {
  border-bottom: 1px dotted #999 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .menuwrap dl {
      display: block !important; } }

.menuwrap span {
  color: #999;
  padding-top: 5px;
  display: inline-block; }

.menuwrap dt {
  width: 70% !important; }
  @media screen and (max-width: 640px) {
    .menuwrap dt {
      width: 100% !important; } }

.menuwrap dd {
  width: 30% !important;
  text-align: right !important; }
  @media screen and (max-width: 640px) {
    .menuwrap dd {
      width: 100% !important;
      text-align: left !important;
      padding: 0 8px 8px !important; } }

.midori {
  color: #7fc96d !important; }

.kiro {
  color: #e0c049 !important; }

.ao {
  color: #257eb1 !important; }

.aka {
  color: #b1130c !important; }

.newstitle {
  background: -webkit-gradient(linear, left top, left bottom, from(#441300), to(#000));
  background: -webkit-linear-gradient(#441300, #000);
  background: -o-linear-gradient(#441300, #000);
  background: linear-gradient(#441300, #000);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative; }
  .newstitle h2 {
    background: url(../images/common/newsbg.png) 5px 5px no-repeat;
    padding: 15px 0 5px 25px;
    font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 20px;
    font-weight: bold;
    position: relative; }
    .newstitle h2:before {
      position: absolute;
      bottom: 5px;
      left: 150px;
      content: "what's new";
      color: #fff;
      font-size: 13px; }

/* common */
.pan1 a {
  display: inline-block;
  color: #999;
  text-decoration: none;
  background: url(../images/common/icon_home.gif) center left no-repeat;
  padding-left: 20px; }
  .pan1 a:hover {
    color: #fbccfe; }

.flex_wrap1 .box1, .flex_wrap1 .bg2 .box2, .bg2 .flex_wrap1 .box2 {
  width: calc(100% / 3 - 1%); }
  .flex_wrap1 .box1 img, .flex_wrap1 .bg2 .box2 img, .bg2 .flex_wrap1 .box2 img {
    border: 5px solid #fff; }

.imgborder1 img {
  border: 5px solid #fff; }

.menutable {
  background: url(../images/food/bg_omakase.jpg) center/cover no-repeat;
  padding: 20px; }
  .menutable div {
    background: rgba(0, 0, 0, 0.6);
    width: 50%;
    padding: 10px;
    line-height: 2;
    font-size: 12px; }
    @media screen and (max-width: 640px) {
      .menutable div {
        width: 100%; } }

.txtbg2 {
  background: url(../images/contents/bg_kodawari_message.jpg) center right/contain no-repeat;
  padding-right: 30%; }
  @media screen and (max-width: 640px) {
    .txtbg2 {
      padding-right: 33%; } }

.drinktxt h3 {
  max-width: 240px;
  display: inline-block; }

.drinktxt b {
  font-size: 25px; }

.width2 {
  width: calc(100% / 2 - 1%); }
  @media screen and (max-width: 640px) {
    .width2 {
      width: 100%; } }

.map_wrap {
  position: relative; }
  @media screen and (max-width: 834px) {
    .map_wrap .maximg {
      width: 13% !important; } }
  .map_wrap .point1 {
    position: absolute;
    left: 20%;
    bottom: 18%; }
    @media screen and (max-width: 834px) {
      .map_wrap .point1 {
        bottom: 18%; } }
  .map_wrap .point2 {
    position: absolute;
    left: 40%;
    bottom: 12%; }
    @media screen and (max-width: 834px) {
      .map_wrap .point2 {
        bottom: 5%; } }
  .map_wrap .point3 {
    position: absolute;
    left: 47%;
    bottom: 23%; }
    @media screen and (max-width: 834px) {
      .map_wrap .point3 {
        bottom: 20%; } }
  .map_wrap .point4 {
    position: absolute;
    right: 37%;
    top: 42%; }
    @media screen and (max-width: 834px) {
      .map_wrap .point4 {
        top: 38%;
        right: 40%; } }
  .map_wrap .point5 {
    position: absolute;
    right: 26%;
    top: 45%; }
    @media screen and (max-width: 834px) {
      .map_wrap .point5 {
        top: 45%;
        right: 25%; } }
  .map_wrap .point6 {
    position: absolute;
    right: 23%;
    top: 30%; }
    @media screen and (max-width: 834px) {
      .map_wrap .point6 {
        top: 25%;
        right: 20%; } }

.spark_1 {
  background: url(../images/wine/bg_spark_special.jpg) center top/contain no-repeat;
  padding: 5% 2% 20% 15%; }
  .spark_1 div {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.spark_2, .spark_3 {
  background: url(../images/wine/bg_red_special.jpg) center top/contain no-repeat;
  padding: 5% 2% 10% 15%; }
  .spark_2 span, .spark_3 span {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    margin-bottom: 10px; }

.spark_3 {
  background: url(../images/wine/bg_white_special.jpg) center top/contain no-repeat; }

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy h2 {
  border-left: 4px solid #000;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal; }

.policy-trriger {
  color: #000;
  cursor: pointer;
  text-decoration: underline; }

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 834px) {
    .policy-wrap {
      left: 0; } }
  .policy-wrap p {
    color: #333;
    line-height: 1.6; }
  .policy-wrap > div {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    opacity: 0;
    position: relative;
    padding: 20px;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #000;
    height: 60vh;
    -ms-overflow-y: scroll;
    overflow-y: scroll; }
    @media screen and (max-width: 834px) {
      .policy-wrap > div {
        width: 95%; } }
    .policy-wrap > div a {
      position: absolute;
      top: -4px;
      right: -4px;
      font-size: 2.4rem;
      font-weight: bold; }

.policy {
  text-align: left; }

.policy-text {
  font-size: 18px; }

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #000;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold; }

.policy p {
  margin: 10px 0 25px; }

.policy-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .policy-wrap.active > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

/*# sourceMappingURL=common_style.css.map */