@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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; }

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; }

/* 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; }

button {
  background: none;
  border: none; }

/* settings */
.article_next_prev ul li.gallery_link a img, .article_next_prev ul li.gallery_link a img:hover, section.content_home ul li a img, section.content_home ul li a:hover img, article.page_contact .form_contact .wpcf7-submit, article.page_contact .form_contact .wpcf7-submit:hover {
  -webkit-transition: ease 0.6s;
  -moz-transition: ease 0.6s;
  -o-transition: ease 0.6s;
  transition: ease 0.6s; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

body {
  font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #553221; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

a {
  color: #553221;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

button:focus {
  outline: none;
  background: #ddd; }

button:hover {
  cursor: pointer; }

input:focus {
  outline: 0;
  background-color: #ddd; }

textarea:focus {
  outline: 2px solid #553221; }

html, body {
  height: 100%;
  font-size: 10px;
  background: #fff; }

/* loading */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 9999; }
  #loader-bg #loading {
    display: none;
    width: 200.5px;
    height: 171.5px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #loader-bg #loading img {
      width: 100%; }
    #loader-bg #loading p {
      margin-top: 30px;
      font-size: 1.6rem;
      text-align: center;
      font-family: 'Average', serif;
      letter-spacing: .2em; }

body {
  padding: 0 32px; }
  @media only screen and (max-width: 499px) {
    body {
      padding: 0 16px; } }

.thumbs_noimage {
  background-color: #D6D3CF; }

/* header */
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 330px 0 0; }
  header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 360px 0 30px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    margin: 0;
    height: 66px; }
  @media only screen and (max-width: 1023px) {
    header {
      padding-right: 0; } }
  header h1 {
    text-align: center; }
    header h1 span.sublogo {
      margin-left: 6px; }
    header h1 img {
      width: 112px; }
  header nav.global_nav {
    margin-bottom: 60px; }
    header nav.global_nav ul {
      display: flex;
      justify-content: center;
      padding: 7px 0 0; }
      header nav.global_nav ul li {
        font-size: 1.8rem;
        font-family: 'Cormorant Garamond', serif;
        margin-left: 30px; }
        header nav.global_nav ul li:first-child {
          margin-left: 0; }
        header nav.global_nav ul li a {
          padding-left: 3px;
          letter-spacing: .05em; }
          header nav.global_nav ul li a.active {
            border-bottom: 3px solid #F7B9B9; }
          header nav.global_nav ul li a:hover {
            text-decoration: none;
            border-bottom: 1px solid; }
        header nav.global_nav ul li.outlink {
          padding-right: 15px;
          background: url(../img/outlink.svg) right 5px no-repeat transparent; }
    header nav.global_nav #nav_sp {
      position: fixed;
      top: 16px;
      right: 16px;
      padding: 8px 5px;
      background: url(../img/nav_sp.svg) 5px 8px no-repeat rgba(255, 255, 255, 0.7);
      display: none;
      min-width: 42px;
      min-height: 45px;
      text-indent: -9999px;
      z-index: -1; }
  @media only screen and (max-width: 767px) {
    header nav.global_nav ul {
      justify-content: space-around;
      flex-wrap: wrap; }
      header nav.global_nav ul li {
        font-size: 1.3rem;
        margin-left: auto; } }
  @media only screen and (max-width: 767px) {
    header {
      padding: 30px 0; }
      header nav.global_nav {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        position: fixed;
        background: transparent;
        top: 0;
        right: -180px;
        padding: 32px;
        height: 100%;
        width: 180px;
        z-index: 10; }
        header nav.global_nav.open {
          transform: translateX(-180px);
          background: rgba(0, 0, 0, 0.8); }
          header nav.global_nav.open #nav_sp {
            background-image: url(../img/nav_sp_close.svg);
            background-color: rgba(249, 249, 246, 0);
            z-index: 10000;
            min-width: 44px;
            min-height: 46px; }
        header nav.global_nav ul {
          flex-direction: column;
          padding: 0; }
          header nav.global_nav ul li {
            margin-bottom: 24px;
            text-align: left;
            margin-left: 0; }
            header nav.global_nav ul li:first-child {
              margin-left: 0; }
            header nav.global_nav ul li a {
              color: #fff; }
        header nav.global_nav #nav_sp {
          display: block; } }

.content_wrapper {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .content_wrapper {
      flex-direction: column; } }

section.cotent_area {
  background-color: #fAf8f2;
  flex-grow: 1;
  width: calc(100% - 330px); }
  @media only screen and (max-width: 767px) {
    section.cotent_area {
      width: 100%; } }

/*--------------------------------------
sidebar
----------------------------------------*/
.sidebar {
  display: flex;
  flex-direction: column;
  width: 330px;
  padding-left: 30px; }
  .sidebar h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    letter-spacing: 0.57px;
    margin-bottom: 20px; }
  @media only screen and (max-width: 1023px) {
    .sidebar {
      width: 240px; } }
  @media only screen and (max-width: 767px) {
    .sidebar {
      width: 100%;
      padding-left: 0;
      margin-top: 30px; } }
  .sidebar section.home_event {
    margin-bottom: 20px; }
    .sidebar section.home_event ul.home_event_list {
      list-style: none; }
      .sidebar section.home_event ul.home_event_list li {
        font-size: 1.4rem;
        line-height: 1.5em;
        margin-bottom: 20px;
        border-top: 1px solid #D8CFBC;
        padding-top: 20px; }
        .sidebar section.home_event ul.home_event_list li:last-child {
          padding-bottom: 20px;
          border-bottom: 1px solid #D8CFBC; }
        .sidebar section.home_event ul.home_event_list li .event_info {
          display: block;
          margin-bottom: 10px; }
        .sidebar section.home_event ul.home_event_list li span.event_status {
          display: inline-block;
          padding: 5px;
          font-size: 1rem;
          line-height: 1em;
          width: 60px;
          text-align: center;
          margin-right: 10px;
          box-sizing: border-box; }
          .sidebar section.home_event ul.home_event_list li span.event_status.open {
            background-color: #D13A4D;
            color: #fff; }
          .sidebar section.home_event ul.home_event_list li span.event_status.willopen {
            background-color: #fff;
            border: 1px solid #D13A4D;
            color: #D13A4D; }
          .sidebar section.home_event ul.home_event_list li span.event_status.closed {
            background-color: #eee; }
          @media only screen and (max-width: 1023px) {
            .sidebar section.home_event ul.home_event_list li span.event_status {
              display: block; } }
        .sidebar section.home_event ul.home_event_list li span.event_date_start {
          margin-right: 5px;
          font-size: 1.3rem; }
        .sidebar section.home_event ul.home_event_list li span.event_date_end {
          margin-left: 5px;
          font-size: 1.3rem; }
        .sidebar section.home_event ul.home_event_list li h3 {
          font-size: 1.5rem;
          margin-bottom: 8px;
          font-weight: bold; }
        .sidebar section.home_event ul.home_event_list li a.event_detail_link {
          display: block;
          margin-top: 5px;
          color: #D13A4D; }
        .sidebar section.home_event ul.home_event_list li a.event_desc {
          font-size: 1.3rem; }
    .sidebar section.home_event a.link_event_page {
      display: block;
      color: #D13A4D;
      width: 100%;
      text-align: right;
      font-size: 1.2rem; }
  .sidebar section.home_tweetlist a.twitter-timeline {
    width: 100%;
    box-sizing: border-box; }
  .sidebar section.sidebar_archive {
    position: fixed; }
    .sidebar section.sidebar_archive ul.sidebar_archive_list {
      list-style: none; }
      .sidebar section.sidebar_archive ul.sidebar_archive_list li {
        margin-bottom: 35px; }
        .sidebar section.sidebar_archive ul.sidebar_archive_list li a {
          font-family: 'Cormorant Garamond', serif;
          font-size: 1.8rem; }
          .sidebar section.sidebar_archive ul.sidebar_archive_list li a.active {
            border-bottom: 2px solid #F7B9B9; }
      @media only screen and (max-width: 767px) {
        .sidebar section.sidebar_archive ul.sidebar_archive_list {
          margin-top: 0; }
          .sidebar section.sidebar_archive ul.sidebar_archive_list li {
            margin-bottom: 0;
            border-bottom: 1px solid #D8CFBC;
            text-align: center; }
            .sidebar section.sidebar_archive ul.sidebar_archive_list li:first-child {
              border-top: 1px solid #D8CFBC; }
            .sidebar section.sidebar_archive ul.sidebar_archive_list li a {
              display: block;
              padding: 20px 0; } }
  .sidebar section.gallery_recent ul.gallery_recent_list {
    list-style: none; }
    .sidebar section.gallery_recent ul.gallery_recent_list li {
      border-top: 1px solid #D8CFBC;
      margin-bottom: 30px;
      padding-top: 30px; }
      .sidebar section.gallery_recent ul.gallery_recent_list li:last-child {
        border-bottom: 1px solid #D8CFBC;
        padding-bottom: 30px; }
      .sidebar section.gallery_recent ul.gallery_recent_list li a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 1.6rem; }
        .sidebar section.gallery_recent ul.gallery_recent_list li a span.recent_date {
          display: block;
          font-size: 1.2rem;
          margin-bottom: 10px; }
  .sidebar .sidebar_tweetlist {
    margin-bottom: 40px; }

/*--------------------------------------
Common Parts
----------------------------------------*/
section.content_archive {
  padding: 35px; }
  @media only screen and (max-width: 499px) {
    section.content_archive {
      padding: 20px; } }
  section.content_archive article h2 {
    font-size: 4rem;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 50px;
    margin-top: 20px; }

.article_share {
  display: flex;
  width: 100%;
  padding: 24px 0;
  margin-top: 30px;
  border-top: 1px dashed #D8CFBC; }
  .article_share h4 {
    font-size: 1.6rem; }
  .article_share ul li {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px; }
    .article_share ul li a {
      padding-left: 24px; }
    .article_share ul li.share_fb a {
      background: url(../img/icon_fb.svg) left center no-repeat; }
    .article_share ul li.share_tw a {
      background: url(../img/icon_tw.svg) left center no-repeat; }
    .article_share ul li.share_mail a {
      background: url(../img/icon_mail.svg) left center no-repeat; }

.article_next_prev {
  width: 100%;
  margin-top: 0px;
  margin-top: 35px; }
  @media only screen and (max-width: 499px) {
    .article_next_prev {
      margin-top: 20px;
      padding: 20px; } }
  .article_next_prev ul {
    display: flex;
    align-items: center; }
    .article_next_prev ul li {
      flex-grow: 1;
      font-size: 1.4rem;
      font-family: 'Cormorant Garamond', serif; }
      .article_next_prev ul li a {
        width: 100%;
        display: block; }
      .article_next_prev ul li.link_top {
        text-align: center; }
      .article_next_prev ul li.link_prev {
        text-align: right; }
      .article_next_prev ul li.gallery_link a img {
        height: 50px;
        opacity: 0.3; }
        .article_next_prev ul li.gallery_link a img:hover {
          opacity: 1; }
        @media only screen and (max-width: 1159px) {
          .article_next_prev ul li.gallery_link a img {
            height: 30px; } }
      .article_next_prev ul li.gallery_link.link_prev {
        position: absolute;
        top: 40vh;
        right: 30px;
        text-align: right; }
        @media only screen and (max-width: 1159px) {
          .article_next_prev ul li.gallery_link.link_prev {
            position: relative;
            top: 0;
            right: 0; } }
      .article_next_prev ul li.gallery_link.link_next {
        position: absolute;
        top: 40vh;
        left: 30px; }
        @media only screen and (max-width: 1159px) {
          .article_next_prev ul li.gallery_link.link_next {
            position: relative;
            top: 0;
            left: 0; } }

/*--------------------------------------
Home
----------------------------------------*/
section.content_home article {
  padding: 25px; }

section.content_home ul {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }
  section.content_home ul li {
    list-style: none;
    padding: 25px;
    width: 50%;
    max-width: 50%; }
    @media only screen and (max-width: 767px) {
      section.content_home ul li {
        width: 100%;
        max-width: 100%;
        padding: 15px; } }
    section.content_home ul li .gallery {
      display: block; }
    section.content_home ul li .img_horizontal {
      max-width: 100%;
      height: auto; }
    section.content_home ul li .img_vertical {
      max-height: calc((100vw - (300px + 90px + (35px * 2))) / 2);
      height: calc((100vw - (300px + 90px + (35px * 2))) / 2); }
    section.content_home ul li img {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      border: 6px solid #fff;
      box-sizing: border-box;
      box-shadow: 0 2px 29px 0 rgba(116, 102, 83, 0.3); }
    section.content_home ul li a {
      display: block;
      text-align: center; }
      section.content_home ul li a img {
        -webkit-backface-visibility: hidden; }
      section.content_home ul li a:hover img {
        opacity: .6;
        -webkit-backface-visibility: hidden; }
    section.content_home ul li:nth-child(2n) a {
      text-align: left; }

@media only screen and (max-width: 767px) {
  section.content_home article {
    padding: 0; } }

/*--------------------------------------
Gallery
----------------------------------------*/
section.content_gallery_single {
  position: relative;
  padding: 35px; }
  @media only screen and (max-width: 499px) {
    section.content_gallery_single {
      padding: 0px; } }
  section.content_gallery_single article {
    max-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 499px) {
      section.content_gallery_single article {
        padding: 20px; } }
    section.content_gallery_single article .gallery_single_img {
      text-align: center; }
      section.content_gallery_single article .gallery_single_img img {
        max-height: 75vh;
        max-width: 100%;
        border: 6px solid #fff;
        box-sizing: border-box;
        box-shadow: 0 2px 50px 0 rgba(116, 102, 83, 0.3);
        margin: 0 auto 50px auto; }
    section.content_gallery_single article h2 {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 2rem; }
    section.content_gallery_single article .gallery_single_content {
      margin-top: 30px; }
      section.content_gallery_single article .gallery_single_content p {
        font-size: 1.4rem;
        line-height: 1.5em;
        margin-bottom: 20px; }
      section.content_gallery_single article .gallery_single_content ul, section.content_gallery_single article .gallery_single_content ol {
        font-size: 1.4rem;
        margin-left: 1.5em;
        line-height: 1.3em;
        margin-bottom: 20px; }
        section.content_gallery_single article .gallery_single_content ul li, section.content_gallery_single article .gallery_single_content ol li {
          margin-bottom: 1em; }
      section.content_gallery_single article .gallery_single_content a {
        text-decoration: underline; }
        section.content_gallery_single article .gallery_single_content a:hover {
          opacity: .5; }
      section.content_gallery_single article .gallery_single_content blockquote {
        padding: 1em 1.5em;
        background-color: rgba(0, 0, 0, 0.05);
        margin-bottom: 20px; }

/*--------------------------------------
About
----------------------------------------*/
section.content_about article h3 {
  font-size: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px; }

section.content_about article p {
  font-size: 1.4rem;
  line-height: 1.5em; }

section.content_about article .about_profile, section.content_about article .about_site, section.content_about article .about_history {
  margin-bottom: 60px; }

section.content_about article .about_profile {
  display: flex; }
  @media only screen and (max-width: 499px) {
    section.content_about article .about_profile {
      flex-direction: column; } }
  section.content_about article .about_profile .profile_img {
    width: 140px;
    margin-right: 30px; }
    @media only screen and (max-width: 499px) {
      section.content_about article .about_profile .profile_img {
        margin-bottom: 20px; } }
    section.content_about article .about_profile .profile_img img {
      width: 100%; }
  section.content_about article .about_profile .profile_text h3 span {
    font-size: 1.4rem; }

section.content_about article .about_history h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  padding-top: 30px; }

section.content_about article .about_history p {
  margin-bottom: 30px;
  line-height: 2em; }

section.content_about article .about_history ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: 2em; }
  section.content_about article .about_history ul li {
    margin-right: 30px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.5em; }

section.content_about article .about_prize ul {
  margin-left: 2em; }
  section.content_about article .about_prize ul li {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.5em; }

/*--------------------------------------
Event
----------------------------------------*/
section.content_event h3 {
  font-size: 2rem;
  margin-bottom: 30px; }

section.content_event .event_list {
  border-top: 1px solid #D8CFBC;
  list-style: none; }
  section.content_event .event_list li {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D8CFBC;
    padding-top: 20px; }

section.content_event .event_list_img {
  max-width: 500px;
  background: #eee;
  margin-bottom: 30px; }
  section.content_event .event_list_img img {
    width: 100%; }

section.content_event .event_list_desc .event_info {
  margin-bottom: 20px; }
  section.content_event .event_list_desc .event_info .event_status {
    padding: 5px;
    background: #ddd;
    font-size: 1.2rem;
    margin-right: 15px;
    width: 60px;
    text-align: center; }
    section.content_event .event_list_desc .event_info .event_status.open {
      background-color: #D13A4D;
      color: #fff; }
    section.content_event .event_list_desc .event_info .event_status.willopen {
      background-color: #fff;
      border: 1px solid #D13A4D;
      color: #D13A4D; }
    section.content_event .event_list_desc .event_info .event_status.closed {
      background-color: #eee; }
  section.content_event .event_list_desc .event_info .event_date_start, section.content_event .event_list_desc .event_info .event_date_end {
    font-size: 1.4rem; }

section.content_event .event_list_desc p {
  font-size: 1.4rem;
  line-height: 1.5em; }

section.content_event .event_list_share ul li {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

/*--------------------------------------
Contact
----------------------------------------*/
article.page_contact h2 {
  margin-bottom: 0; }

article.page_contact .form_contact {
  max-width: 500px;
  margin: 0 auto; }
  article.page_contact .form_contact h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-left: -16px;
    margin-top: 60px; }
    article.page_contact .form_contact h3 span {
      font-size: 1.2rem;
      vertical-align: middle;
      margin-left: 8px;
      color: #D0011B; }
    @media only screen and (max-width: 499px) {
      article.page_contact .form_contact h3 {
        margin-left: 0; } }
  article.page_contact .form_contact input {
    width: 500px;
    margin-top: 16px;
    border: 0;
    border-bottom: 1px solid #553221;
    background: transparent;
    font-size: 1.6rem;
    padding: 8px 0; }
    article.page_contact .form_contact input:placeholder-shown {
      color: #888888; }
    article.page_contact .form_contact input::-webkit-input-placeholder {
      color: #888888; }
    article.page_contact .form_contact input:-moz-placeholder {
      color: #888888;
      opacity: 1; }
    article.page_contact .form_contact input::-moz-placeholder {
      color: #888888;
      opacity: 1; }
    article.page_contact .form_contact input:-ms-input-placeholder {
      color: #888888; }
    @media only screen and (max-width: 499px) {
      article.page_contact .form_contact input {
        width: 100%; } }
  article.page_contact .form_contact textarea {
    margin-top: 24px;
    border: 1px solid #553221;
    background: #fff;
    padding: 8px;
    font-size: 1.6rem; }
    @media only screen and (max-width: 499px) {
      article.page_contact .form_contact textarea {
        width: 100%;
        box-sizing: border-box; } }
  article.page_contact .form_contact .wpcf7-submit {
    display: block;
    width: 156px;
    border: 1px solid #553221;
    background: transparent;
    text-align: center;
    padding: 20px 0;
    font-size: 1.6rem;
    margin: 32px auto 0 auto; }
    article.page_contact .form_contact .wpcf7-submit:hover {
      background: #D13A4D;
      color: #fff;
      cursor: pointer; }
  article.page_contact .form_contact .wpcf7-not-valid-tip {
    color: #D0011B;
    margin-top: 8px; }
  article.page_contact .form_contact .wpcf7-mail-sent-ok {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center; }
  article.page_contact .form_contact .screen-reader-response {
    font-size: 1.6rem;
    margin-left: -1em; }

@media only screen and (max-width: 499px) {
  article.page_contact .section_contact {
    width: 100%;
    padding: 0 24px; }
    article.page_contact .section_contact input {
      width: 100%; }
    article.page_contact .section_contact textarea {
      width: 100%; } }

/* page 404 */
article.page_404 h2 {
  border-bottom: 0;
  font-family: "Yu Mincho", "YuMincho", serif; }
  article.page_404 h2 span {
    display: block;
    color: #aaa;
    font-size: 30px;
    margin-top: 17px;
    font-family: 'Average', serif; }
    @media only screen and (max-width: 499px) {
      article.page_404 h2 span {
        font-size: 20px; } }

article.page_404 p {
  margin-bottom: 200px; }
  @media only screen and (max-width: 499px) {
    article.page_404 p {
      margin-bottom: 20px; } }

/* footer */
footer {
  margin: 0 auto;
  display: flex;
  margin-top: 60px;
  padding-bottom: 32px; }
  footer .footer_left, footer .footer_right {
    flex-grow: 1; }
  footer .footer_left {
    text-align: left; }
    footer .footer_left .copyright {
      font-size: 1.4rem;
      font-family: 'Average', serif;
      letter-spacing: .15em;
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px; }
    footer .footer_left .btn-fb {
      display: inline-block;
      vertical-align: middle; }
  footer .footer_right {
    text-align: right; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.8 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    overflow: hidden; }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
    display: none; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
