@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top_wrapper {
  width: 100%;
}

.top_content:not(:last-child) {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 960px) {
  .top_content:not(:last-child) {
    margin-bottom: 120px;
  }
}

/* MV
----------------------------------------------*/
.mv_wrapper {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper {
    margin-bottom: 120px;
  }
}
.mv_wrapper .swiper_mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  height: calc(100svh - 104px);
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .swiper_mv {
    height: calc(100vh - 100px);
  }
}
.mv_wrapper .swiper_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv_wrapper .swiper_mv .mv_catch {
  position: absolute;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 0 6px #555;
  text-align: center;
  opacity: 0;
  z-index: 1;
  -webkit-animation: catch_fadein 2.5s ease-out forwards;
  animation: catch_fadein 2.5s ease-out forwards;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .swiper_mv .mv_catch {
    text-shadow: 0 0 10px #555;
  }
}
.mv_wrapper .swiper_mv .mv_catch .jp {
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper .swiper_mv .mv_catch .jp {
    font-size: 44px;
  }
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .swiper_mv .mv_catch .jp {
    font-size: 60px;
  }
}
.mv_wrapper .swiper_mv .mv_catch .en {
  font-size: 11px;
  letter-spacing: 0.075em;
  text-indent: 0.075em;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper .swiper_mv .mv_catch .en {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .swiper_mv .mv_catch .en {
    font-size: 22px;
    margin-top: 20px;
  }
}
.mv_wrapper picture {
  position: relative;
  z-index: 1;
}
.mv_wrapper a.scrolldown {
  position: absolute;
  left: 5%;
  bottom: 0;
  display: block;
  height: 70px;
  line-height: 1;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper a.scrolldown {
    left: 50%;
  }
}
.mv_wrapper a.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px #B4B4B4;
  z-index: 1;
  -webkit-animation: circlemove 2s ease-in-out infinite;
  animation: circlemove 2s ease-in-out infinite;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper a.scrolldown::before {
    box-shadow: 0 0 10px #B4B4B4;
  }
}
.mv_wrapper a.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 3px #B4B4B4;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper a.scrolldown::after {
    box-shadow: 0 0 5px #B4B4B4;
  }
}
.mv_wrapper a.scrolldown p {
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 0 10px #555;
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper a.scrolldown p {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 20px;
    margin-left: 0;
    transform: translateX(-50%);
  }
}

@-webkit-keyframes catch_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catch_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: -5px;
  }
}
/* Information
----------------------------------------------*/
ul.info_list {
  gap: 30px 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  ul.info_list {
    gap: 0 5%;
    margin-bottom: 50px;
  }
}
ul.info_list li {
  width: 100%;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  ul.info_list li {
    width: 30%;
  }
}
ul.info_list a {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  ul.info_list a {
    align-items: center;
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list a {
    display: block;
    position: relative;
  }
  ul.info_list a:hover img {
    transform: scale(1.1);
  }
  ul.info_list a:hover .info_list_txt {
    color: #bda570;
  }
  ul.info_list a:hover .post_category::before {
    background-color: #bda570;
  }
}
ul.info_list .info_thumb {
  width: 34%;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .info_thumb {
    width: calc(100% - 25px);
    overflow: hidden;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list img {
    transition: 0.3s;
  }
}
ul.info_list .info_list_txt {
  width: calc(66% - 15px);
}
@media print, screen and (min-width: 768px) {
  ul.info_list .info_list_txt {
    width: calc(66% - 25px);
  }
}
@media print, screen and (min-width: 960px) {
  ul.info_list .info_list_txt {
    width: 100%;
    transition: color 0.3s;
  }
}
ul.info_list .time_block {
  display: flex;
}
ul.info_list time {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
ul.info_list .post_category {
  position: relative;
  line-height: 1;
  padding-left: 15px;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 30px;
    padding-left: 0;
  }
}
ul.info_list .post_category::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #323232;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 25px;
    transition: background-color 0.3s;
  }
}
ul.info_list .post_category a, ul.info_list .post_category span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category a, ul.info_list .post_category span {
    font-size: 13px;
  }
}
ul.info_list .post_category a:not(:last-child), ul.info_list .post_category span:not(:last-child) {
  margin-right: 5px;
}
@media print, screen and (min-width: 960px) {
  ul.info_list .post_category a:not(:last-child), ul.info_list .post_category span:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7px;
  }
}
ul.info_list h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  ul.info_list h3 {
    font-size: 16px;
  }
}

/* バナー
----------------------------------------------*/
@media print, screen and (min-width: 960px) {
  .top_bnr {
    transition: opacity 0.3s;
  }
  .top_bnr:hover {
    opacity: 0.6;
  }
}

/* Wedding・Our Staff・Wedding Guide
----------------------------------------------*/
.top_col2 {
  flex-direction: column;
  gap: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .top_col2 {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.top_col2.row_reverse_tab {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 768px) {
  .top_col2 .top_col2_img {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_col2 .top_col2_text {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width: 960px) {
  .top_col2 .top_col2_text {
    width: calc(50% - 60px);
  }
}
.top_col2 .top_col2_text h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .top_col2 .top_col2_text h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.top_col2 .top_col2_text p {
  line-height: 2.5;
}
.top_col2 .top_col2_text .link_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .top_col2 .top_col2_text .link_btn {
    margin-top: 30px;
  }
}

/* お料理、ワイン、ケーキ
----------------------------------------------*/
.top_cuisine_area {
  background-color: #f8f7ef;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 960px) {
  .top_cuisine_area {
    padding: 120px 0;
    margin-bottom: 120px;
  }
}

.top_cuisine {
  flex-direction: column;
  gap: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .top_cuisine {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 40px 6%;
  }
}
@media print, screen and (min-width: 960px) {
  .top_cuisine {
    justify-content: space-between;
    gap: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top_cuisine li {
    position: relative;
    width: 47%;
    padding-bottom: 45px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_cuisine li {
    width: 29.7%;
    max-width: 400px;
  }
}
.top_cuisine .section_ttl {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 960px) {
  .top_cuisine .section_ttl {
    margin-bottom: 35px;
  }
}
.top_cuisine img {
  margin-bottom: 10px;
}
.top_cuisine p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .top_cuisine .link_btn {
    position: absolute;
    bottom: 0;
  }
}

/* Plan/Benefits
----------------------------------------------*/
.top_plan {
  overflow: hidden;
  margin-bottom: 30px;
}
.top_plan a {
  display: block;
}
@media print, screen and (min-width: 960px) {
  .top_plan a {
    transition: opacity 0.3s;
  }
  .top_plan a:hover {
    opacity: 0.6;
  }
  .top_plan a:hover img {
    transform: scale(1.1);
  }
}
.top_plan .top_plan_img {
  width: calc(100% - 15px);
  margin-left: auto;
}
@media print, screen and (min-width: 960px) {
  .top_plan .top_plan_img {
    width: calc(100% - 20px);
    overflow: hidden;
  }
}
@media print, screen and (min-width: 960px) {
  .top_plan .top_plan_img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
  }
}
.top_plan .top_plan_txt {
  position: relative;
  width: calc(100% - 15px);
  background-color: #fff;
  margin-top: -30px;
}
@media print, screen and (min-width: 960px) {
  .top_plan .top_plan_txt {
    width: calc(100% - 20px);
    margin-top: -50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_plan .top_plan_txt {
    width: 88%;
  }
}
@media print, screen and (min-width: 1400px) {
  .top_plan .top_plan_txt {
    margin-top: -55px;
  }
}
.top_plan .top_plan_txt h3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #bda570;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 15px 0;
}
@media print, screen and (min-width: 960px) {
  .top_plan .top_plan_txt h3 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1400px) {
  .top_plan .top_plan_txt h3 {
    font-size: 20px;
  }
}
.top_plan .top_plan_txt h3::after {
  content: "→";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background-color: #bda570;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 960px) {
  .top_plan .top_plan_txt h3::after {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}
.top_plan .top_plan_txt h3 span {
  width: calc(100% - 32px);
}
@media print, screen and (min-width: 960px) {
  .top_plan .top_plan_txt h3 span {
    width: calc(100% - 38px);
  }
}
.top_plan .top_plan_txt p {
  font-size: 12px;
  padding: 15px;
}
@media print, screen and (min-width: 960px) {
  .top_plan .top_plan_txt p {
    font-size: 14px;
    padding: 15px 20px;
  }
}

/* fair
----------------------------------------------*/
.top_fair_lead {
  max-width: 1150px;
  padding: 0 5%;
  margin: 0 auto 30px;
}
@media print, screen and (min-width: 768px) {
  .top_fair_lead {
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .top_fair_lead {
    padding: 0 30px;
    margin: 0 auto 50px;
  }
}

/* Hall
----------------------------------------------*/
.top_features_area {
  background-color: #f8f7ef;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 960px) {
  .top_features_area {
    padding: 120px 0;
    margin-bottom: 120px;
  }
}

.features_inner {
  max-width: 1660px;
  padding: 0 5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .features_inner {
    align-items: center;
  }
}
@media print, screen and (min-width: 960px) {
  .features_inner {
    padding: 0 30px;
  }
}
.features_inner .features_txt {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .features_inner .features_txt {
    width: calc(50% - 30px);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_inner .features_txt {
    width: 40%;
  }
}
@media print, screen and (min-width: 1300px) {
  .features_inner .features_txt.left {
    padding-left: calc((100% - 1350px) / 2);
  }
}
@media print, screen and (min-width: 1300px) {
  .features_inner .features_txt.right {
    padding-right: calc((100% - 1350px) / 2);
  }
}
.features_inner .features_txt.right .text_right {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .features_inner .features_txt.right .text_right {
    text-align: right;
  }
}
.features_inner .features_txt h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .features_inner .features_txt h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.features_inner .features_txt p {
  line-height: 2.5;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .features_inner .features_txt p {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .features_inner img {
    width: 50%;
  }
}

.features_report_lead {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .features_report_lead {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  .features_report_lead {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .features_report_lead p {
    width: calc(100% - 200px);
  }
}
@media print, screen and (min-width: 960px) {
  .features_report_lead p {
    width: calc(100% - 300px);
    margin-top: 10px;
  }
}

.report_lead {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .report_lead {
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .report_lead {
    margin-bottom: 50px;
  }
}

ul.report_list {
  gap: 30px 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  ul.report_list {
    gap: 40px 3.5%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list {
    gap: 50px 4%;
    margin-bottom: 50px;
  }
}
ul.report_list li {
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  ul.report_list li {
    width: 31%;
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list li {
    width: 22%;
  }
}
ul.report_list a {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  ul.report_list a {
    display: block;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list a {
    transition: 0.3s;
  }
  ul.report_list a:hover img {
    transform: scale(1.1);
  }
}
ul.report_list .new {
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #bda570;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 6px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  ul.report_list .new {
    font-size: 16px;
    padding: 8px;
  }
}
ul.report_list .report_thumb {
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  ul.report_list .report_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_thumb {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_thumb img {
    transition: 0.3s;
  }
}
ul.report_list .report_list_txt {
  width: calc(60% - 15px);
}
@media print, screen and (min-width: 768px) {
  ul.report_list .report_list_txt {
    width: 100%;
  }
}
ul.report_list .report_list_txt p {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_list_txt p {
    font-size: 14px;
  }
}
ul.report_list .report_list_txt h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 8px;
}
@media print, screen and (min-width: 960px) {
  ul.report_list .report_list_txt h3 {
    font-size: 16px;
  }
}

/* Restaurant Wedding
----------------------------------------------*/
.top_restaurant_wedding {
  flex-direction: column;
  gap: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .top_restaurant_wedding {
    flex-direction: row;
    align-items: stretch;
    gap: 0 6%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_restaurant_wedding li {
    position: relative;
    width: 47%;
    max-width: 540px;
    padding-bottom: 45px;
  }
}
.top_restaurant_wedding h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 960px) {
  .top_restaurant_wedding h3 {
    font-size: 24px;
  }
}
.top_restaurant_wedding img {
  margin-bottom: 15px;
}
.top_restaurant_wedding h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .top_restaurant_wedding h4 {
    font-size: 20px;
  }
}
.top_restaurant_wedding p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .top_restaurant_wedding p {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_restaurant_wedding .link_btn {
    position: absolute;
    bottom: 0;
  }
}

/* 衣装室アンジェリーナ
----------------------------------------------*/
.angelina_area {
  background-color: #f8f7ef;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .angelina_area {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 960px) {
  .angelina_area {
    padding-bottom: 60px;
  }
}

.top_angelina_ttl {
  position: relative;
  line-height: 1;
  text-align: center;
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .top_angelina_ttl {
    padding-top: 85px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_angelina_ttl {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_angelina_ttl {
    padding-top: 120px;
  }
}
.top_angelina_ttl span {
  position: absolute;
  top: -8px;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 36px;
}
@media print, screen and (min-width: 768px) {
  .top_angelina_ttl span {
    top: -15px;
    font-size: 70px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_angelina_ttl span {
    top: -20px;
    font-size: 86px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top_angelina_ttl span {
    top: -25px;
    font-size: 110px;
  }
}
.top_angelina_ttl h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .top_angelina_ttl h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_angelina_ttl h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

ul.angelina_img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 6%;
  max-width: 1720px;
  padding: 0 5%;
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 768px) {
  ul.angelina_img {
    gap: 40px 6%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.angelina_img {
    justify-content: space-between;
    gap: 0;
    padding: 0 30px;
  }
}
ul.angelina_img li {
  width: 47%;
}
@media print, screen and (min-width: 960px) {
  ul.angelina_img li {
    width: 23.3%;
    max-width: 400px;
  }
}

/* Q&A
----------------------------------------------*/
.faq_block dl:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .faq_block dl:not(:last-child) {
    margin-bottom: 50px;
  }
}
.faq_block dt {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #323232;
  padding: 10px 22px;
}
@media print, screen and (min-width: 960px) {
  .faq_block dt {
    font-size: 22px;
    padding: 10px 70px;
  }
}
.faq_block dt::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "Q. ";
}
@media print, screen and (min-width: 960px) {
  .faq_block dt::before {
    left: 40px;
  }
}
.faq_block dd {
  padding: 10px 22px;
}
@media print, screen and (min-width: 960px) {
  .faq_block dd {
    padding: 10px 70px;
  }
}

/* Instagram
----------------------------------------------*/
.instagram_block {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 960px) {
  .instagram_block {
    margin-bottom: 120px;
  }
}/*# sourceMappingURL=front.css.map */