@charset "UTF-8";
/* line 5, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 43, ../scss/style.scss */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

/* line 49, ../scss/style.scss */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: 70px;
}
@media screen and (max-width: 768px) {
  /* line 49, ../scss/style.scss */
  html {
    scroll-padding-top: 50px;
  }
}

/* line 59, ../scss/style.scss */
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  width: 100%;
  color: #444;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

/* line 79, ../scss/style.scss */
html {
  font-size: 62.5%;
}

/* line 83, ../scss/style.scss */
body.author {
  background: #fff;
}

/* line 88, ../scss/style.scss */
input, textarea {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

/* line 92, ../scss/style.scss */
a {
  text-decoration: none;
  color: #444;
}

/* line 97, ../scss/style.scss */
a[href^="tel:"] {
  cursor: default;
}

/* line 101, ../scss/style.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 107, ../scss/style.scss */
ul {
  list-style: none;
}

/* p, h1,h2,h3,h4,h5,dt{
  letter-spacing: 0.1em;
} */
/* line 115, ../scss/style.scss */
h1, h2, h3, h4, h5, dt {
  font-weight: normal;
}

/* line 120, ../scss/style.scss */
p {
  line-height: 1;
}

/* line 124, ../scss/style.scss */
li {
  list-style: none;
}

/* line 128, ../scss/style.scss */
.text_underline {
  text-decoration: underline;
}

/* line 132, ../scss/style.scss */
.en {
  font-family: "Arapey", serif;
}

/* line 136, ../scss/style.scss */
.min {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", 'HGS明朝', "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* line 140, ../scss/style.scss */
table {
  border-collapse: collapse;
}

/* a img{
  @include transition(all 0.5s);
}

a:hover img{
  opacity: 0.7;
} */
/* line 170, ../scss/style.scss */
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
}

/* フォントサイズをpxとremを同時記述 https://www.radia.jp/archives/20　
@include font-size(18);　と適用するとこに書けばよい。 */
/*背景retina対応 (参考url:https://qiita.com/soheikitada/items/bc71997c6f1be6ba9b4d)*/
/* h1,h2,h3,h4,h5{
  @extend %bold_font;
} */
/* -------------------------------

hidden

------------------------------- */
/* line 444, ../scss/style.scss */
.pc_v {
  display: block;
}

/* line 448, ../scss/style.scss */
.sp_v {
  display: none;
}

/* line 453, ../scss/style.scss */
.pc_v_sp_small {
  display: block;
}

/* line 457, ../scss/style.scss */
.sp_v_sp_small {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 462, ../scss/style.scss */
  .pc_v {
    display: none !important;
  }

  /* line 465, ../scss/style.scss */
  .sp_v {
    display: block !important;
  }
}
@media only screen and (max-width: 414px) {
  /* line 471, ../scss/style.scss */
  .pc_v_sp_small {
    display: none !important;
  }

  /* line 475, ../scss/style.scss */
  .sp_v_sp_small {
    display: block !important;
  }
}
/* line 482, ../scss/style.scss */
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  /* line 482, ../scss/style.scss */
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ---------------------

iOSでのデフォルトスタイルをリセット

--------------------- */
/* line 496, ../scss/style.scss */
input[type="text"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 500, ../scss/style.scss */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
/* line 508, ../scss/style.scss */
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
/* line 511, ../scss/style.scss */
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ------------------------------

会話css

------------------------------ */
/*——————–
 吹き出しを作る
——————–*/
/* 全体のスタイル */
/* line 527, ../scss/style.scss */
.kaiwa {
  margin-bottom: 2em;
}

/* 左画像 */
/* line 531, ../scss/style.scss */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}
@media only screen and (max-width: 768px) {
  /* line 531, ../scss/style.scss */
  .kaiwa-img-left {
    width: 40px;
    height: 40px;
  }
}

/* 右画像 */
/* line 543, ../scss/style.scss */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
}
@media only screen and (max-width: 768px) {
  /* line 543, ../scss/style.scss */
  .kaiwa-img-right {
    width: 40px;
    height: 40px;
  }
}

/* line 554, ../scss/style.scss */
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 3px solid #aaa;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  /* line 554, ../scss/style.scss */
  .kaiwa figure img {
    border-width: 2px;
  }
}

/* line 566, ../scss/style.scss */
.single-voice .kaiwa figure img {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* 画像の下のテキスト */
/* line 573, ../scss/style.scss */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 12px;
  text-align: center;
  position: relative;
  bottom: 0;
  line-height: 1.3;
}

/* 左からの吹き出しテキスト */
/* line 582, ../scss/style.scss */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f2f2f2;
  margin-right: 0;
  float: left;
}
@media only screen and (max-width: 768px) {
  /* line 582, ../scss/style.scss */
  .kaiwa-text-right {
    margin-left: 60px;
    padding: 20px 8px;
  }
}

/* 右からの吹き出しテキスト */
/* line 600, ../scss/style.scss */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-left: 0;
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 600, ../scss/style.scss */
  .kaiwa-text-left {
    margin-right: 60px;
    padding: 20px 8px;
  }
}

/* line 615, ../scss/style.scss */
.text_box .kaiwa-text-right p,
.text_box .kaiwa-text-left p {
  margin-bottom: 1em;
}

/* line 620, ../scss/style.scss */
.text_box .kaiwa-text-right p:last-child,
.text_box .kaiwa-text-left p:last-child,
p.kaiwa-text:last-child {
  margin-bottom: 0;
}

/* 左の三角形を作る */
/* line 626, ../scss/style.scss */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f2f2f2;
  top: 15px;
  left: -20px;
}

/* line 634, ../scss/style.scss */
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f2f2f2;
  top: 15px;
  left: -19px;
}

/* 右の三角形を作る */
/* line 643, ../scss/style.scss */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}

/* line 650, ../scss/style.scss */
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #f2f2f2;
  top: 15px;
  right: -19px;
}

/* 回り込み解除 */
/* line 659, ../scss/style.scss */
.kaiwa:after, .kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

/* ------------------------------

 ハンバーガーメニュー

------------------------------ */
/* line 671, ../scss/style.scss */
#sp_navi, #shop_sp_navi {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 678, ../scss/style.scss */
  #shop_sp_navi {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    left: 0;
    top: 50px;
    background: #444;
    z-index: 999;
    color: #fff;
    box-sizing: border-box;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  /* line 695, ../scss/style.scss */
  #shop_sp_navi .sp_navi_container_inner {
    padding: 25px 15px;
    padding: 2.5rem 1.5rem;
  }
  /* line 699, ../scss/style.scss */
  #shop_sp_navi a {
    background: #fff;
  }

  /* line 705, ../scss/style.scss */
  .shop_sp_tit {
    color: #fff;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }

  /* line 712, ../scss/style.scss */
  #sp_navi {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100% - 50px);
    left: 0;
    top: 50px;
    text-align: center;
    background: #5c2d91;
    z-index: 999;
    color: #fff;
    box-sizing: border-box;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    overflow: hidden;
  }
  /* line 731, ../scss/style.scss */
  #sp_navi .sp_navi_container_inner {
    padding: 15px 0;
  }
  /* line 735, ../scss/style.scss */
  #sp_navi .btn_area.sp_navi_facebook {
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  /* line 740, ../scss/style.scss */
  #sp_navi .btn_area.sp_navi_facebook .btn_ico {
    width: auto;
  }
  /* line 746, ../scss/style.scss */
  #sp_navi a {
    color: #fff;
  }
  /* line 750, ../scss/style.scss */
  #sp_navi a.btn.white {
    color: #5c2d91;
  }
  /* line 754, ../scss/style.scss */
  #sp_navi .top_fv_tel {
    display: block;
    background: #fff;
    color: #5c2d91;
    padding: 15px;
    box-sizing: border-box;
  }
  /* line 763, ../scss/style.scss */
  #sp_navi .top_fv_tel dl + p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
  }
  /* line 768, ../scss/style.scss */
  #sp_navi .top_fv_tel dl dd {
    font-size: 50px;
    font-size: 5rem;
    margin: 10px 0px;
    margin: 1rem 0rem;
  }
  /* line 773, ../scss/style.scss */
  #sp_navi .top_fv_tel dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 777, ../scss/style.scss */
  #sp_navi .tel_hour {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 783, ../scss/style.scss */
  #sp_navi .top_fv_tel a {
    display: block;
    max-width: 280px;
    margin: auto;
  }
  /* line 789, ../scss/style.scss */
  #sp_navi .footer_sns .btn_shadow {
    height: 52px;
  }
  /* line 793, ../scss/style.scss */
  #sp_navi .btn_shadow.facebook a.inner,
  #sp_navi .btn_shadow.line a.inner {
    padding: 0;
  }
  /* line 798, ../scss/style.scss */
  #sp_navi .top_fv_net_reservation {
    margin-top: 15px;
  }
  /* line 802, ../scss/style.scss */
  #sp_navi .footer_sns .a_reservation_ico {
    margin-right: 0;
  }
  /* line 806, ../scss/style.scss */
  #sp_navi .footer_sns {
    justify-content: space-between;
    margin-top: 15px;
  }
  /* line 811, ../scss/style.scss */
  #sp_navi .footer_sns > .btn_area {
    width: calc((100% - 10px) / 2);
  }

  /* line 816, ../scss/style.scss */
  .sp_navi_container_inner {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 822, ../scss/style.scss */
  .sp_navi_ul {
    border-bottom: 1px solid #ddd;
  }

  /* line 826, ../scss/style.scss */
  .sp_navi_ul > li {
    width: 100%;
  }

  /* line 830, ../scss/style.scss */
  .sp_navi_ul > li {
    margin-top: 25px;
  }

  /* line 834, ../scss/style.scss */
  .sp_navi_ul > li li {
    width: 50%;
  }

  /* line 838, ../scss/style.scss */
  .sp_navi_tel {
    position: relative;
  }

  /* line 842, ../scss/style.scss */
  .sp_navi_ul li a {
    display: block;
    padding: 15px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* line 857, ../scss/style.scss */
  .sp_navi_ul li a:after {
    content: '';
    position: absolute;
    background: url(../img/common/ico_arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }

  /* line 871, ../scss/style.scss */
  .sp_navi_ul > li li:nth-child(even) a {
    border-right: none;
  }

  /* line 875, ../scss/style.scss */
  .sp_navi_padding {
    padding: 15px;
    box-sizing: border-box;
  }

  /* line 880, ../scss/style.scss */
  .open #sp_navi {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  /* line 885, ../scss/style.scss */
  .open_shop #shop_sp_navi {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  /* line 890, ../scss/style.scss */
  .open .fix_ico_open {
    display: none;
  }

  /* line 894, ../scss/style.scss */
  .open .fix_ico_close,
  .open_shop .fix_ico_close_shop {
    display: block;
  }

  /* line 899, ../scss/style.scss */
  .open_shop .fix_ico_shop {
    display: none;
  }

  /**/
  /* line 905, ../scss/style.scss */
  #fix_header {
    height: 50px;
    padding: 0;
  }

  /* line 909, ../scss/style.scss */
  .fix_header_sp_btn.sp_v {
    display: flex !important;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* line 915, ../scss/style.scss */
  .fix_header_sp_btn.sp_v > div {
    width: 50px;
    height: 50px;
    position: relative;
  }
  /* line 919, ../scss/style.scss */
  .fix_header_sp_btn.sp_v > div img {
    cursor: pointer;
  }

  /* line 923, ../scss/style.scss */
  .fix_header_sp1 {
    background: #444;
  }

  /* line 926, ../scss/style.scss */
  .fix_header_sp2 {
    background: #b7328e;
  }

  /* line 929, ../scss/style.scss */
  .fix_header_sp3 {
    background: #5c2d91;
  }

  /* .fix_header_reservation_sp{
    background: $light_purple;
  }
  .fix_header_menu_sp{
    background: $theme_color;
  } */
  /* line 938, ../scss/style.scss */
  .fix_ico_close, .fix_ico_close_shop {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }

  /* line 944, ../scss/style.scss */
  .fix_header_logo {
    margin-right: 0;
    margin-left: 10px;
  }

  /* line 950, ../scss/style.scss */
  .sp_navi_ul2 li a {
    display: block;
    padding: 15px 0;
  }
}
/* ハンバーガーメニュー end */
/* ---------------------

start 

--------------------- */
@media only screen and (max-width: 768px) {
  /* line 964, ../scss/style.scss */
  html {
    font-size: 52.5%;
  }
}
@media only screen and (max-width: 414px) {
  /* line 964, ../scss/style.scss */
  html {
    font-size: 48.5%;
  }
}

/* line 973, ../scss/style.scss */
body {
  background: url(../img/common/bg_texture.jpg);
}
@media only screen and (max-width: 768px) {
  /* line 973, ../scss/style.scss */
  body {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

/* line 981, ../scss/style.scss */
.wrap_index {
  max-width: 800px;
  width: 100%;
  margin: auto;
  position: relative;
}

/* line 988, ../scss/style.scss */
.fv_img {
  height: 100vh;
  width: 100%;
  background: url(../img/fv.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/* line 998, ../scss/style.scss */
#fv2 .fv_img {
  background: url(../img/fv2.jpg);
  background-size: cover;
  background-position: center;
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 1006, ../scss/style.scss */
#fv2 .fv_img h2 {
  margin-top: 20%;
  text-align: right;
}

/* line 1011, ../scss/style.scss */
.fv_img h2 {
  width: 80%;
  max-width: 530px;
}

/* line 1018, ../scss/style.scss */
.btn_toform {
  padding: 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

/* line 1025, ../scss/style.scss */
.access_inner {
  padding: 30px 0;
  text-align: center;
  line-height: 1.5;
}

/* line 1031, ../scss/style.scss */
.access_inner p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* line 1037, ../scss/style.scss */
.access_inner p span {
  font-size: 24px;
}

/* line 1041, ../scss/style.scss */
.access_inner a {
  color: blue;
  text-decoration: underline;
}

/* line 1046, ../scss/style.scss */
.black_oval {
  background: #333;
  color: yellow;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 30px;
}

/* line 1055, ../scss/style.scss */
.padding_box {
  padding: 0 10px;
  box-sizing: border-box;
}

/* line 1060, ../scss/style.scss */
#kuwari_kajio2,
#access,
#id_form {
  margin-top: 50px;
}

/* line 1066, ../scss/style.scss */
#id_form .black_oval {
  color: #fff;
  margin-bottom: 20px;
  width: 240px;
  padding: 10px 0;
}

/* line 1073, ../scss/style.scss */
#mailform input[type="text"], #mailform textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  width: 100% !important;
}

/* line 1080, ../scss/style.scss */
#mailform textarea {
  height: 200px !important;
}

/* line 1084, ../scss/style.scss */
table.mailform tr th, table.mailform tr td {
  font-size: 16px !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 1084, ../scss/style.scss */
  table.mailform tr th, table.mailform tr td {
    width: 100% !important;
    display: block !important;
  }
}

/* line 1093, ../scss/style.scss */
table.mailform tr th {
  width: 250px !important;
}
@media only screen and (max-width: 768px) {
  /* line 1093, ../scss/style.scss */
  table.mailform tr th {
    width: 100% !important;
    display: block !important;
    border-bottom: none !important;
    padding-bottom: 5px !important;
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1104, ../scss/style.scss */
  table.mailform tr td {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
  }
}

/* line 1111, ../scss/style.scss */
#mailform .address_no input[type="text"] {
  width: 120px !important;
  margin-right: 10px;
}

/* line 1116, ../scss/style.scss */
#mailform .address_no input[type="button"] {
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #555;
  background: #f2f2f2;
  font-size: 12px;
  cursor: pointer;
}

/* テストです */
/* line 1127, ../scss/style.scss */
.privacy_txt1 p {
  font-size: 16px !important;
}

/* line 1131, ../scss/style.scss */
.privacy_txt1 {
  overflow: auto;
  height: 200px;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  border: 1px solid darkgray;
}

/* line 1140, ../scss/style.scss */
.attention {
  line-height: 1.3;
  color: red !important;
  font-size: 12px !important;
  font-weight: bold;
  display: block !important;
}

/* line 1149, ../scss/style.scss */
#mailform input[type="checkbox"] {
  display: none;
}

/* line 1153, ../scss/style.scss */
#mailform label {
  cursor: pointer;
}

/* line 1158, ../scss/style.scss */
#mailform label {
  position: relative;
  padding-left: 33px;
}

/* line 1163, ../scss/style.scss */
#mailform label:before {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 2px solid #AAAAAA;
}

/* line 1174, ../scss/style.scss */
#mailform .mwform-checkbox-field-text:after {
  width: 10px;
  height: 5px;
  border: 2px solid red;
  content: '';
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 6px;
  top: 6px;
  border-top: none;
  border-right: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

/* line 1192, ../scss/style.scss */
#mailform input[type="checkbox"]:checked ~ .mwform-checkbox-field-text:after {
  opacity: 1;
}

/* line 1196, ../scss/style.scss */
.wrap_check {
  margin: 40px 0;
}

/* line 1200, ../scss/style.scss */
.wrap_submit input {
  cursor: pointer;
  max-width: 450px;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  background: #ca6f39;
  color: #fff;
  font-weight: bold;
}

/* line 1213, ../scss/style.scss */
.required:after {
  content: '必須';
  font-size: 11px;
  margin-right: 10px;
  font-weight: bold;
  background: red;
  color: #fff;
  padding: 5px 7px;
  left: 10px;
  top: -2px;
  position: relative;
  border-radius: 3px;
}

/* line 1227, ../scss/style.scss */
footer {
  background: #849174;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

/* line 1234, ../scss/style.scss */
footer p {
  line-height: 1.5;
}

/* line 1238, ../scss/style.scss */
footer a {
  color: #fff;
}

/* line 1242, ../scss/style.scss */
.footer_logo img {
  width: 55%;
  max-width: 295px;
}

/* line 1249, ../scss/style.scss */
.wrap_thanks {
  margin-top: 50px;
  max-width: 800px;
  margin: 50px auto 0;
}

/* line 1255, ../scss/style.scss */
.wrap_thanks footer {
  margin-top: 80px;
}

/* line 1259, ../scss/style.scss */
.thanks_area_txt {
  text-align: center;
  padding: 10px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  /* line 1259, ../scss/style.scss */
  .thanks_area_txt {
    text-align: left;
  }
}

/* line 1268, ../scss/style.scss */
.thanks_area_txt p {
  line-height: 2;
}

/* line 1272, ../scss/style.scss */
.thanks_area_txt h2 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* line 1279, ../scss/style.scss */
.thanks_contact {
  border: 1px solid #ddd;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin: 20px auto;
}

/* line 1288, ../scss/style.scss */
.btn_txt {
  background: #000;
  color: #fff;
  max-width: 300px;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 15px 0;
}

/* line 1300, ../scss/style.scss */
.fv_img h2 {
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -moz-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  opacity: 0;
}

/* line 1308, ../scss/style.scss */
#fv2 .fv_img h2 {
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -moz-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
}

/* line 1314, ../scss/style.scss */
.fv_img h2.anim,
#fv2 .fv_img h2.anim {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1320, ../scss/style.scss */
#tokuten {
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}
