@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500&display=swap');*/
/* mixin */
/*:root { --bg:linear-gradient(142deg, rgba(229, 219, 188, 1) 0%, rgba(229, 219, 188, 0.45) 100%); }
html,body { background:var(--bg);}*/
/*	common
---------------------------------*/
body {
  background: linear-gradient(90deg, #e5dcbc 0%, #f0ead9 100%);
  font-family: "Zen Old Mincho", serif;
  /*background: linear-gradient(142deg, rgba(229, 219, 188, 1) 0%, rgba(229, 219, 188, 0.45) 100%);*/
  font-weight: 400;
  color: #333333;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 850px) {
    body {
      font-size: 14px; } }

/* link */
a {
  color: #333333;
  text-decoration: none;
  transition: .4s; }
  a:hover {
    transition: .4s;
    text-decoration: none; }

a:active, a:focus {
  outline: none; }

/* figure */
img {
  max-width: 100%;
  height: auto;
  display: block; }

/* heading */
/* fadein */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block !important; }
  @media screen and (max-width: 850px) {
    .block_p {
      display: none !important; } }

.block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .block_s {
      display: block !important; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 850px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline_s {
      display: inline !important; } }

.inline-block_p {
  display: inline-block !important; }
  @media screen and (max-width: 850px) {
    .inline-block_p {
      display: none !important; } }

.inline-block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline-block_s {
      display: inline-block !important; } }

.anc {
  margin-top: -0px;
  padding-top: 0px; }
  @media screen and (max-width: 850px) {
    .anc {
      margin-top: -0px;
      padding-top: 0px; } }

.wrapper {
  position: relative;
  overflow: hidden; }
  .wrapper:before {
    content: "";
    transition: 0.5s; }

.inner {
  padding: 0 40px;
  max-width: 1180px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 850px) {
    .inner {
      padding: 0 20px; } }

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  padding: 40px; }
  @media screen and (max-width: 850px) {
    .header {
      padding: 20px; } }
  .header__inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .header__logo {
    display: block;
    box-sizing: border-box;
    width: 190px; }
    @media screen and (max-width: 850px) {
      .header__logo {
        width: 100px; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: 185px; }
    @media screen and (max-width: 850px) {
      .header__list {
        display: none; } }
  .header__li {
    writing-mode: vertical-rl;
    letter-spacing: 3px; }
  .header__link1 {
    position: relative;
    top: -8px; }
  .header__linkInner {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    /* 縦並びの中で横表示 */ }
  .header__linkInner1 {
    position: relative;
    margin-bottom: -15px; }

.mv {
  margin-top: 250px; }
  @media screen and (max-width: 850px) {
    .mv {
      margin-top: 100px; } }
  .mv__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .mv__ttl {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px; }
    @media screen and (max-width: 850px) {
      .mv__ttl {
        font-size: 18px;
        letter-spacing: 1px; } }
  .mv__txt {
    font-size: 14px; }
    @media screen and (max-width: 850px) {
      .mv__txt {
        font-size: 13px; } }
  .mv__enTxt {
    font-family: "century-gothic";
    letter-spacing: 1px;
    font-size: 12px; }
    @media screen and (max-width: 850px) {
      .mv__enTxt {
        font-size: 10px;
        padding-bottom: 20px; } }
  .mv__left {
    margin-bottom: 20px; }

.slides {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .slides__slide {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%; }
  .slides .slides__slide .slick-list,
  .slides .slides__slide .slick-track,
  .slides .slides__slide .slides__slideInner {
    height: 100%; }
  .slides__slideInner {
    width: 490px;
    margin-right: 5px; }
    @media screen and (max-width: 850px) {
      .slides__slideInner {
        width: 200px; } }
    .slides__slideInner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

.waveCover {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10; }

.waveCover--top {
  top: 0; }

.waveCover--btm {
  bottom: 0;
  transform: rotate(180deg); }

.menu-button {
  width: 70px;
  height: 70px;
  background: url("../img/open.svg") no-repeat;
  background-size: 70px;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 1001; }
  @media screen and (max-width: 850px) {
    .menu-button {
      top: 20px;
      right: 20px;
      background-size: 35px;
      width: 35px;
      height: 35px; } }

.menu-button.active {
  background: url("../img/close.svg") no-repeat;
  background-size: 70px; }
  @media screen and (max-width: 850px) {
    .menu-button.active {
      background-size: 35px; } }

.spMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #877316;
  background: linear-gradient(142deg, #877316 0%, #4d4002 100%);
  padding: 40px;
  box-sizing: border-box;
  z-index: 1000;
  color: #fff;
  overflow: auto; }
  @media screen and (max-width: 850px) {
    .spMenu {
      padding: 40px 20px; } }
  .spMenu__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .spMenu__li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
    @media screen and (max-width: 850px) {
      .spMenu__li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 0.5px solid #FFF; } }
  .spMenu__link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    padding: 0 10px; }
  .spMenu__span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "century-gothic"; }
  .spMenu__dl {
    margin: 0; }
  .spMenu__dt {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer; }
  .spMenu__dd {
    font-size: 18px;
    margin-left: 15px;
    margin-top: 5px;
    display: none; }

.topAbout {
  position: relative;
  padding: 200px 0; }
  @media screen and (max-width: 850px) {
    .topAbout {
      padding: 80px 0; } }
  .topAbout__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 850px) {
      .topAbout__wrap {
        display: block; } }
    .topAbout__wrap:before {
      content: "";
      background: url("../img/ttl_topabout.svg") no-repeat;
      width: 911.45px;
      height: 124.05px;
      background-size: 911.45px;
      position: absolute;
      left: -130px;
      top: -40px; }
      @media screen and (max-width: 850px) {
        .topAbout__wrap:before {
          content: none; } }
  .topAbout__ttl {
    font-size: 22px;
    font-weight: 400; }
    @media screen and (max-width: 850px) {
      .topAbout__ttl {
        font-size: 18px;
        line-height: 1.6;
        margin: 20px 0 0 0; } }
  .topAbout__txt {
    line-height: 2.625;
    margin: 50px 0; }
    @media screen and (max-width: 850px) {
      .topAbout__txt {
        line-height: 2;
        margin: 30px 0; } }
  .topAbout__img {
    width: calc(50vw + 0px);
    margin-right: calc(-50vw + 0px);
    padding-right: 50px;
    padding-top: 50px; }
    @media screen and (max-width: 850px) {
      .topAbout__img {
        width: 100%;
        padding-right: 0;
        padding-top: 40px; } }
  .topAbout__box {
    width: 50%;
    padding-right: 50px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 850px) {
      .topAbout__box {
        width: 100%;
        padding: 0; } }
  .topAbout__enTxt {
    font-family: "century-gothic";
    font-size: 12px;
    letter-spacing: 1px; }
    @media screen and (max-width: 850px) {
      .topAbout__enTxt {
        font-size: 10px; } }

.topMenu {
  position: relative;
  background: #E5DABB;
  padding: 0px 0 300px 0; }
  @media screen and (max-width: 850px) {
    .topMenu {
      padding: 0 0 120px; } }
  .topMenu__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .topMenu__li {
    width: calc(100%/4); }
    @media screen and (max-width: 850px) {
      .topMenu__li {
        width: calc(100%/2); } }
  .topMenu__link {
    height: 455px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .4s; }
    @media screen and (max-width: 850px) {
      .topMenu__link {
        height: 200px; } }
    .topMenu__link:hover {
      opacity: 0.6;
      transition: .4s; }
    .topMenu__link:before {
      content: "";
      background: #000;
      opacity: 0.2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .topMenu__link img {
      display: block;
      width: 251.67px;
      margin: 0 auto 10px; }
      @media screen and (max-width: 850px) {
        .topMenu__link img {
          width: 150px;
          margin: 0 auto; } }
  .topMenu__ttl {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    display: block; }
    @media screen and (max-width: 850px) {
      .topMenu__ttl {
        font-size: 16px; } }
  .topMenu__box {
    position: relative; }
  .topMenu__link1 {
    background: url("../img/bg_greeting.jpg") center no-repeat;
    background-size: cover; }
  .topMenu__link2 {
    background: url("../img/bg_system.jpg") center no-repeat;
    background-size: cover; }
  .topMenu__link3 {
    background: url("../img/bg_gallery.jpg") center no-repeat;
    background-size: cover; }
  .topMenu__link4 {
    background: url("../img/bg_viproom.jpg") center no-repeat;
    background-size: cover; }

.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 11;
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .marquee {
      margin-bottom: 80px; } }

.track {
  display: flex;
  width: max-content;
  animation: marq 20s linear infinite;
  /* ←速度はここで調整 */
  will-change: transform; }

.track img {
  display: block;
  width: 2125px; }
  @media screen and (max-width: 850px) {
    .track img {
      width: 1000px; } }

/* 右→左に等速スクロール */
@keyframes marq {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
.topRecruit {
  background: url("../img/bg_recruit.png") center top no-repeat #FFF;
  background-size: cover;
  position: relative; }
  .topRecruit .inner {
    padding: 300px 0 100px; }
    @media screen and (max-width: 850px) {
      .topRecruit .inner {
        padding: 80px 20px 50px; } }
  .topRecruit__box {
    max-width: 460px;
    margin: auto;
    position: relative;
    z-index: 11; }
    @media screen and (max-width: 850px) {
      .topRecruit__box {
        margin-top: 50px; } }
  .topRecruit__enTtl {
    max-width: 373.61px;
    margin: 0 0 10px; }
    @media screen and (max-width: 850px) {
      .topRecruit__enTtl {
        max-width: 200px; } }
  .topRecruit__ttl {
    font-size: 20px;
    font-weight: 400; }
  .topRecruit__subTtl {
    font-weight: 400;
    font-size: 18px;
    margin: 50px 0 30px; }
  .topRecruit__enTxt {
    font-family: "century-gothic";
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 30px; }
    @media screen and (max-width: 850px) {
      .topRecruit__enTxt {
        font-size: 10px; } }
  .topRecruit__img1 {
    width: 265px;
    position: absolute;
    left: 40px;
    top: -200px;
    z-index: 100; }
  .topRecruit__img2 {
    width: 234px;
    position: absolute;
    right: 40px;
    top: 100px; }
  .topRecruit__btmImg {
    background: url("../img/bg_recruit.png") center top no-repeat #FFF;
    background-size: cover; }

.commonBtn {
  letter-spacing: 1px; }
  .commonBtn img {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: -3px;
    width: 30px; }

.topAccess {
  position: relative; }
  .topAccess__box {
    background: #F1ECDB;
    position: absolute;
    left: 40px;
    top: -40px;
    padding: 50px; }
    @media screen and (max-width: 850px) {
      .topAccess__box {
        position: static;
        padding: 50px 20px; } }
    .topAccess__box a {
      text-decoration: underline;
      display: inline-block; }
  .topAccess iframe {
    width: 100%;
    height: 800px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }
    @media screen and (max-width: 850px) {
      .topAccess iframe {
        height: 350px; } }
  .topAccess__enTtl {
    max-width: 344px; }
    @media screen and (max-width: 850px) {
      .topAccess__enTtl {
        max-width: 200px; } }
  .topAccess__ttl {
    font-size: 20px;
    font-weight: 400; }
  .topAccess__txt {
    font-size: 18px;
    line-height: 2;
    margin: 50px 0; }
    @media screen and (max-width: 850px) {
      .topAccess__txt {
        margin: 20px 0;
        font-size: 14px; } }

.topNews {
  padding: 200px 40px;
  position: relative;
  background: url("../img/bg_recruit.png") center top no-repeat #FFF;
  background-size: cover; }
  @media screen and (max-width: 850px) {
    .topNews {
      padding: 80px 20px; } }
  .topNews__picWrap {
    display: block;
    height: 250px; }
    @media screen and (max-width: 850px) {
      .topNews__picWrap {
        height: auto; } }
  .topNews__pic {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .topNews__pic img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 850px) {
        .topNews__pic img {
          transform: none;
          position: static;
          width: 100%;
          display: block; } }
  .topNews__enTtl {
    width: 286.47px;
    margin: 0 auto; }
    @media screen and (max-width: 850px) {
      .topNews__enTtl {
        width: 150px; } }
  .topNews__ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #E2DED4; }
  .topNews__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0 0; }
  .topNews__li {
    width: calc(100%/3 - 10px);
    margin-right: 15px; }
    @media screen and (max-width: 850px) {
      .topNews__li {
        width: 100%;
        margin: 0 0 20px; } }
    .topNews__li:nth-of-type(3n) {
      margin-right: 0; }
  .topNews__detail {
    padding: 10px; }
  .topNews__subTtl {
    font-size: 18px; }
    @media screen and (max-width: 850px) {
      .topNews__subTtl {
        font-size: 16px; } }

.footer__inner {
  background: url("../img/bg_footer.jpg") center no-repeat;
  background-size: cover;
  padding: 100px 0 50px; }
  @media screen and (max-width: 850px) {
    .footer__inner {
      padding: 80px 0; } }
.footer .inner {
  max-width: 900px;
  color: #FFF; }
  .footer .inner a {
    color: #FFF; }
.footer__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 850px) {
    .footer__wrap {
      display: block; } }
.footer__left {
  max-width: 340px; }
  @media screen and (max-width: 850px) {
    .footer__left {
      max-width: 100%; } }
.footer__right {
  max-width: 360px; }
  @media screen and (max-width: 850px) {
    .footer__right {
      max-width: 100%; } }
.footer__logo {
  width: 257.15px;
  margin: 0 0 40px; }
  @media screen and (max-width: 850px) {
    .footer__logo {
      margin: 0 auto 20px;
      width: 200px; } }
.footer__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: -10px; }
  @media screen and (max-width: 850px) {
    .footer__list {
      bottom: auto;
      border-top: 1px solid #FFF;
      margin: 20px 0 0;
      padding: 20px 0 0; } }
.footer__li {
  margin: 0 20px 10px 0;
  letter-spacing: 1px; }
  @media screen and (max-width: 850px) {
    .footer__li {
      margin: 10px 10px 0 0; } }
.footer__copy {
  background: #FFF;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
  font-size: 12px;
  color: #85939A; }
  @media screen and (max-width: 850px) {
    .footer__copy {
      font-size: 10px;
      padding: 10px 0; } }

.kasoHeader {
  height: 525px;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 80px; }
  @media screen and (max-width: 850px) {
    .kasoHeader {
      height: 200px;
      padding-bottom: 20px;
      margin-bottom: 50px; } }
  .kasoHeader__bg {
    position: absolute;
    right: 0;
    height: 100%;
    width: calc(100%/2 + 300px);
    background: #CCC; }
    @media screen and (max-width: 850px) {
      .kasoHeader__bg {
        width: calc(100% - 145px); } }
  .kasoHeader__bgPrice {
    background: url("../img/bg_price.jpg") center no-repeat;
    background-size: cover; }
  .kasoHeader__bgGreeting {
    background: url("../img/bg_greeting2.jpg") center no-repeat;
    background-size: cover; }
  .kasoHeader__bgGallery {
    background: url("../img/bg_gallery2.jpg") center no-repeat;
    background-size: cover; }
  .kasoHeader__bgRecruit {
    background: url("../img/bg_recruit2.jpg") center no-repeat;
    background-size: cover; }
  .kasoHeader__bgNo8 {
    background: url("../img/bg_no8.jpg") center no-repeat;
    background-size: cover; }
  .kasoHeader__bgNews {
    background: url("../img/bg_news.jpg") center no-repeat;
    background-size: cover; }
  .kasoHeader__inner {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 1180px;
    padding: 0 40px;
    margin: auto; }
    @media screen and (max-width: 850px) {
      .kasoHeader__inner {
        padding: 0 20px; } }
  .kasoHeader__enTtl {
    width: 534.31px;
    margin: 0 0 20px; }
    @media screen and (max-width: 850px) {
      .kasoHeader__enTtl {
        margin: 0 0 10px;
        width: 220px; } }
  .kasoHeader__ttl {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
    color: #FFF;
    background: #887416;
    padding: 0 15px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    background: none;
    padding: 0;
    color: #887416;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .kasoHeader__ttl {
        font-size: 15px; } }
  .kasoHeader__ttlBee {
    background: none;
    color: #000 !important;
    letter-spacing: 1px;
    padding: 0; }

.priceLead {
  margin-bottom: 100px; }
  @media screen and (max-width: 850px) {
    .priceLead {
      margin-bottom: 70px; } }
  .priceLead__ttl {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .priceLead__ttl {
        font-size: 18px; } }
  .priceLead__txt {
    line-height: 2;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .priceLead__txt {
        font-size: 14px; } }
  .priceLead__box {
    max-width: 600px;
    margin: auto; }

.priceRoom {
  position: relative;
  background: #E5DABB; }
  @media screen and (max-width: 850px) {
    .priceRoom {
      padding-bottom: 80px; } }
  .priceRoom__inner {
    z-index: 15;
    padding-top: 70px; }
    @media screen and (max-width: 850px) {
      .priceRoom__inner {
        padding-top: 0; } }
  .priceRoom__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .priceRoom__left, .priceRoom__right {
    width: calc(100%/2); }
    @media screen and (max-width: 850px) {
      .priceRoom__left, .priceRoom__right {
        width: 100%; } }
  .priceRoom__left {
    max-width: 470px;
    padding-right: 50px; }
    @media screen and (max-width: 850px) {
      .priceRoom__left {
        padding: 0;
        width: 100%; } }
  .priceRoom__right {
    padding-top: 50px; }
    @media screen and (max-width: 850px) {
      .priceRoom__right {
        padding-top: 30px; } }
  .priceRoom__ttl {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .priceRoom__ttl {
        font-size: 18px; } }
  .priceRoom__txt {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 40px; }
    @media screen and (max-width: 850px) {
      .priceRoom__txt {
        font-size: 14px; } }
    @media screen and (max-width: 850px) {
      .priceRoom__txt {
        margin-bottom: 20px; } }
  .priceRoom__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    margin-bottom: -1px;
    padding: 30px;
    align-items: center;
    line-height: 1.6; }
    @media screen and (max-width: 850px) {
      .priceRoom__dl {
        padding: 15px; } }
  .priceRoom__ttlEn {
    width: 480.46px;
    margin: 0 0 20px; }
    @media screen and (max-width: 850px) {
      .priceRoom__ttlEn {
        width: 280px; } }
  .priceRoom__dt {
    width: 100px; }
    @media screen and (max-width: 850px) {
      .priceRoom__dt {
        width: 80px; } }
  .priceRoom__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 850px) {
      .priceRoom__dd {
        padding-left: 10px; } }
  .priceRoom__sTxt {
    font-size: 12px;
    margin-top: 20px; }

.vipRoom {
  padding: 100px 0 150px; }
  @media screen and (max-width: 850px) {
    .vipRoom {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .vipRoom__wrap {
    flex-direction: row-reverse; }
  .vipRoom__left {
    padding-left: 50px;
    padding-right: 0; }
    @media screen and (max-width: 850px) {
      .vipRoom__left {
        padding: 0; } }

.roomNumberBee {
  margin-bottom: 200px; }
  @media screen and (max-width: 850px) {
    .roomNumberBee {
      margin-bottom: 80px; } }

.message .priceRoom__left {
  max-width: 100%; }

.gallery {
  position: relative;
  background: #E5DABB;
  padding-bottom: 80px; }
  @media screen and (max-width: 850px) {
    .gallery {
      padding-bottom: 70px; } }
  .gallery__inner {
    z-index: 15;
    padding-top: 70px; }
    @media screen and (max-width: 850px) {
      .gallery__inner {
        padding-top: 0; } }
  .gallery__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px; }
  .gallery__enTtl {
    width: 457.25px; }
    @media screen and (max-width: 850px) {
      .gallery__enTtl {
        width: 280px;
        margin-bottom: 20px; } }
  .gallery__ttl {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 850px) {
      .gallery__ttl {
        font-size: 18px; } }
    @media screen and (max-width: 850px) {
      .gallery__ttl {
        margin-bottom: 20px; } }
  .gallery__txt {
    line-height: 2;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .gallery__txt {
        font-size: 14px; } }
  .gallery__slides, .gallery__slides2, .gallery__slides3, .gallery__slides4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .gallery__slides, .gallery__slides2, .gallery__slides3, .gallery__slides4 {
        margin-bottom: 10px; } }
  .gallery__slide {
    width: 320px;
    margin-right: 20px; }
    @media screen and (max-width: 850px) {
      .gallery__slide {
        width: 200px;
        margin-right: 10px; } }

.gallery.galleryMiddle {
  background: none;
  padding: 80px 0 100px; }
  @media screen and (max-width: 850px) {
    .gallery.galleryMiddle {
      padding-bottom: 70px; } }

.galleryBtm {
  margin-bottom: 200px; }
  @media screen and (max-width: 850px) {
    .galleryBtm {
      margin-bottom: 80px; } }

.btn2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: url("../img/btnarrow.svg") right 30px center no-repeat #7A6512;
  border: 2px solid #7A6512;
  background-size: 40px;
  color: #FFF;
  width: 550px;
  margin: 0 auto 200px;
  height: 140px;
  font-size: 20px;
  padding: 0 40px;
  box-sizing: border-box;
  letter-spacing: 2px;
  align-items: center;
  line-height: 1.6;
  font-size: 22px;
  transition: .4s; }
  @media screen and (max-width: 850px) {
    .btn2 {
      width: calc(100% - 40px);
      margin: 0 auto 80px;
      font-size: 14px;
      padding: 20px;
      height: 100px;
      background: url("../img/btnarrow.svg") right 25px center no-repeat #7A6512;
      background-size: 25px;
      letter-spacing: 1px; } }
  .btn2:hover {
    background: url("../img/btnarrow_hv.svg") right 30px center no-repeat #FFF;
    background-size: 40px;
    color: #7A6512; }
    @media screen and (max-width: 850px) {
      .btn2:hover {
        background: url("../img/btnarrow_hv.svg") right 25px center no-repeat #FFF;
        background-size: 25px; } }

.recruitLead {
  margin-bottom: 0; }

.recruitDetail {
  background: url("../img/bg_recruit3.jpg") center top;
  background-size: 1400px;
  padding: 150px 0; }
  @media screen and (max-width: 850px) {
    .recruitDetail {
      padding: 70px 0 80px;
      background-size: 100%; } }
  .recruitDetail__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 150px; }
    @media screen and (max-width: 850px) {
      .recruitDetail__wrap {
        display: block;
        margin-bottom: 80px; } }
  .recruitDetail__wrap2 {
    margin-bottom: 0px; }
  .recruitDetail__box {
    width: calc(100%/2 - 20px); }
    @media screen and (max-width: 850px) {
      .recruitDetail__box {
        width: 100%;
        margin-bottom: 70px; } }
    @media screen and (max-width: 850px) {
      .recruitDetail__box:last-of-type {
        margin-bottom: 0; } }
  .recruitDetail__dl {
    background: #FFF;
    padding: 20px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #707070;
    margin-top: -1px;
    border-bottom: 1px solid #707070;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .recruitDetail__dl {
        padding: 20px 10px;
        display: block; } }
  .recruitDetail__dt {
    width: 80px;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .recruitDetail__dt {
        font-size: 14px;
        background: #DEDEDE;
        padding: 2px 0;
        text-align: center;
        width: 100%;
        margin-bottom: 10px; } }
  .recruitDetail__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 850px) {
      .recruitDetail__dd {
        padding: 0; } }
  .recruitDetail__pic {
    margin-bottom: 50px; }
    @media screen and (max-width: 850px) {
      .recruitDetail__pic {
        margin: 0 auto 30px;
        max-width: calc(100% - 40px); } }
  .recruitDetail__enTtl {
    max-width: 522px;
    margin: 0 auto 10px; }
  .recruitDetail__subTtl {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 850px) {
      .recruitDetail__subTtl {
        font-size: 18px; } }
  .recruitDetail__subTtl2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 850px) {
      .recruitDetail__subTtl2 {
        margin-bottom: 20px; } }
  .recruitDetail__li {
    text-indent: -1em;
    padding-left: 1em; }
  .recruitDetail__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 30px auto 0; }
  .recruitDetail__btnLi {
    width: calc(100%/2 - 10px); }
    @media screen and (max-width: 850px) {
      .recruitDetail__btnLi {
        width: calc(100%/2 - 5px); } }
  .recruitDetail__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding: 10px 0;
    letter-spacing: 1px;
    box-sizing: border-box; }
    @media screen and (max-width: 850px) {
      .recruitDetail__btn {
        font-size: 14px; } }
  .recruitDetail__btnLine {
    background: #02B902; }
  .recruitDetail__btnTel {
    background: #7A6510; }
  .recruitDetail__boxInner {
    margin-bottom: 70px; }
    .recruitDetail__boxInner:last-of-type {
      margin-bottom: 0; }
  .recruitDetail__txt {
    line-height: 2;
    font-size: 16px; }
    @media screen and (max-width: 850px) {
      .recruitDetail__txt {
        font-size: 14px; } }
  .recruitDetail__subTtl3 {
    font-size: 22px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 400; }
    @media screen and (max-width: 850px) {
      .recruitDetail__subTtl3 {
        font-size: 20px;
        margin-bottom: 40px; } }
    .recruitDetail__subTtl3:before {
      content: "";
      width: 75px;
      position: absolute;
      left: 0;
      bottom: -20px;
      width: 50px;
      height: 1px;
      background: #333333; }

.no8 {
  background: url("../img/bg_no8_2.jpg") center top;
  background-size: 1400px; }

.no8Cont {
  margin-bottom: 150px;
  position: relative; }
  @media screen and (max-width: 850px) {
    .no8Cont {
      margin-bottom: 80px; } }
  .no8Cont__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px; }
    @media screen and (max-width: 850px) {
      .no8Cont__wrap {
        margin: 0; } }
  @media screen and (max-width: 850px) {
    .no8Cont__wrap2 {
      flex-direction: column-reverse; } }
  .no8Cont__wrap3 {
    margin-bottom: 40px; }
    @media screen and (max-width: 850px) {
      .no8Cont__wrap3 {
        margin-bottom: 0; } }
  .no8Cont__box {
    width: calc(100%/2);
    padding: 0 30px;
    position: relative; }
    @media screen and (max-width: 850px) {
      .no8Cont__box {
        padding: 0;
        width: 100%; } }
  .no8Cont__txt {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 40px; }
    @media screen and (max-width: 850px) {
      .no8Cont__txt {
        font-size: 14px; } }
    @media screen and (max-width: 850px) {
      .no8Cont__txt {
        margin-bottom: 20px; } }
  .no8Cont__txt2 {
    position: relative;
    top: 40px; }
    @media screen and (max-width: 850px) {
      .no8Cont__txt2 {
        position: static; } }
  .no8Cont__ttl {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    letter-spacing: 2px; }
    @media screen and (max-width: 850px) {
      .no8Cont__ttl {
        font-size: 18px; } }
    @media screen and (max-width: 850px) {
      .no8Cont__ttl {
        padding-top: 10px; } }
  .no8Cont__ttlInner {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 20px; }
  .no8Cont__enTtl1 {
    width: 340.8px;
    position: absolute;
    left: -50px;
    top: 0; }
    @media screen and (max-width: 850px) {
      .no8Cont__enTtl1 {
        position: static;
        width: 240.8px; } }
  .no8Cont__enTtl2 {
    width: 424.04px;
    position: absolute;
    right: 40px;
    top: 0; }
    @media screen and (max-width: 850px) {
      .no8Cont__enTtl2 {
        position: static;
        max-width: 300px; } }
  .no8Cont__enTtl3 {
    width: 537.23px;
    position: absolute;
    right: 40px;
    top: 0; }
    @media screen and (max-width: 850px) {
      .no8Cont__enTtl3 {
        position: static;
        max-width: 300px; } }
  .no8Cont__enTtl4 {
    width: 195.49px;
    margin-bottom: -90px; }
    @media screen and (max-width: 850px) {
      .no8Cont__enTtl4 {
        margin-bottom: 0;
        width: 150px; } }
  .no8Cont__sTxt {
    font-size: 14px; }
  .no8Cont__pic {
    margin-top: 90px;
    display: block;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 850px) {
      .no8Cont__pic {
        margin: 30px 0 20px; } }
    .no8Cont__pic img {
      display: block;
      max-width: 320px;
      float: right; }
      @media screen and (max-width: 850px) {
        .no8Cont__pic img {
          max-width: 150px; } }
  .no8Cont__dl {
    background: none;
    border-width: 0.5px;
    margin-top: -0.5px; }
  .no8Cont__sTxt {
    margin-top: 20px;
    font-size: 12px; }

.news {
  margin-bottom: 150px; }
  @media screen and (max-width: 850px) {
    .news {
      margin-bottom: 80px; } }
  .news__inner {
    max-width: 900px;
    padding: 50px;
    background: #FFF; }
    @media screen and (max-width: 850px) {
      .news__inner {
        padding: 20px; } }
  .news__ttl {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px; }
    @media screen and (max-width: 850px) {
      .news__ttl {
        font-size: 18px; } }
  .news__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #7A6510;
    color: #FFF;
    padding: 10px 0;
    letter-spacing: 1px;
    box-sizing: border-box;
    max-width: 300px;
    margin: 40px auto 0; }
    @media screen and (max-width: 850px) {
      .news__btn {
        font-size: 14px; } }

.pagination {
  text-align: center;
  text-align: center;
  font-size: 17px;
  margin-top: 60px; }

.qa {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 200px; }
  @media screen and (max-width: 850px) {
    .qa {
      margin-bottom: 80px;
      padding: 0 20px; } }
  .qa__dl {
    margin-bottom: 20px; }
  .qa__dd {
    display: none;
    font-size: 16px;
    padding: 0 20px 0 50px; }
    @media screen and (max-width: 850px) {
      .qa__dd {
        font-size: 14px; } }
  .qa__dt {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    padding: 10px;
    background: url("../img/q.svg") left top 10px no-repeat;
    background-size: 35px;
    padding-left: 50px; }
    @media screen and (max-width: 850px) {
      .qa__dt {
        font-size: 16px; } }
  .qa__dl {
    border-bottom: 0.5px solid #333333;
    padding-bottom: 20px; }

.qa2 {
  margin-bottom: 0;
  padding: 150px 40px 0;
  max-width: 1180px; }
  @media screen and (max-width: 850px) {
    .qa2 {
      padding-top: 80px;
      margin-bottom: 0; } }

.instaBtns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  right: 125px;
  top: 50px; }
  @media screen and (max-width: 850px) {
    .instaBtns {
      right: 65px;
      top: 23px;
      left: auto; } }
  .instaBtns li {
    width: 35px;
    margin-right: 10px; }
    @media screen and (max-width: 850px) {
      .instaBtns li {
        width: 30px; } }
    .instaBtns li:last-of-type {
      margin-right: 0px; }
    .instaBtns li a {
      display: block; }

.qa3 {
  margin-top: 100px; }
  @media screen and (max-width: 850px) {
    .qa3 {
      margin-top: 60px; } }
