@charset "UTF-8";
/*
Theme Name: windvoice
Theme URI:
Author:
Author URI:
Description:
Version: 0.1
*/
/* ================================================== COMMON ================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

::-moz-selection {
  background: #9A6D61;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #9A6D61;
  color: #fff;
  text-shadow: none;
}

p {
  color: #333;
  line-height: 1.6;
  word-wrap: break-word;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  color: #00e;
}

a:hover {
  color: #12924b;
}

.fsS {
  font-size: 12px;
  font-size: 1.2rem;
}

.fsM {
  font-size: 14px;
  font-size: 1.4rem;
}

.fsL {
  font-size: 18px;
  font-size: 1.8rem;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

/* 属性セレクタを使って、拡張子によって表示させるアイコンを追加 */
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.img-fit {
  width: 100%;
  height: auto;
}

.img-auto {
  width: auto;
  height: auto;
}

.fltR, .thumbR {
  float: right;
}

.fltL, .thumbL {
  float: left;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaB {
  vertical-align: bottom;
}

.thumbR {
  margin-left: 3.33333%;
}

.thumbC {
  margin: 0 auto;
}

.thumbL {
  margin-right: 3.33333%;
}

.thumbR, .thumbC, .thumbL {
  margin-bottom: 3.33333%;
}

.ofh {
  overflow: hidden;
}

.ofa {
  overflow: auto;
}

.inline-block {
  display: inline-block;
}

video {
  max-width: 100%;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.clear {
  clear: both;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .cf {
  zoom: 1;
}

/* IE7 */
*:first-child + html .cf {
  zoom: 1;
}

.screen-reader-text {
  display: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.alignright {
  float: right;
  margin: .5em 0 1.5em 30px;
}

.alignleft {
  float: left;
  margin: .5em 30px 1.5em 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

/*
http://qiita.com/gatespace/items/cdff541981f7cffddfab

.page-content, entry-content は投稿及び固定ページの本文部分。
.mceContentBody はビジュアルエディタ用。
このクラスの中に入れておくことでヘッダーやフッターサイドバー（ウィジェット）は影響受けない。
*/
.page-content,
.entry-content,
.mceContentBody {
  /* Headings */
  /* Blockquotes */
  /* Tables */
  /* Definition Lists */
  /* Unordered Lists (Nested) */
  /* Ordered List (Nested) */
  /* Anchor Tag (aka. Link) */
  /* Preformatted Tag */
}

.gallery-caption {
  display: none;
}

@media (max-width: 767px) {
  .page-template-page-title .container {
    width: auto !important;
    margin-top: 44px !important;
  }
}

.alignfull {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}

body.okayNav-loaded {
  overflow-x: hidden;
}

.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.okayNav ul {
  /* We want two navigations - one hidden and one visible */
  float: left;
  margin: 0;
  line-height: 1;
}

.okayNav a {
  /* Links general styling */
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}

.okayNav__nav--visible li {
  display: inline-block;
  padding: 0 20px;
}

.okayNav__nav--visible a {
  /* Link styling for the visible part of the nav */
  color: #fff;
  display: block;
  transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--visible a:hover {
  color: #fff;
}

/* Link styling for the off-screen part of the nav */
.okayNav__nav--invisible {
  position: fixed;
  top: 47px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.okayNav__nav--invisible a {
  color: #333;
  background: #fff;
  width: 240px;
  display: block;
  padding: 15px;
}

.okayNav__nav--invisible.nav-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.okayNav__nav--invisible.nav-right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.okayNav__nav--invisible.transition-enabled {
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Kebab icon */
.okayNav__menu-toggle {
  position: relative;
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
  width: 40px;
  height: 20px;
  float: left;
  z-index: 1;
  top: 0px;
}

.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.okayNav__menu-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  height: 4px;
  width: 4px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}

.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}

.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0;
}

.okayNav__menu-toggle.icon--active {
  /* Kebab icon when off-screen nav is open */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.okayNav__menu-toggle.icon--active span {
  background: #fff;
}

.wpcf7-response-output {
  margin: 0 0 1em !important;
  padding: 0.2em 1em !important;
}

.wpcf7-validation-errors {
  border: 2px solid red !important;
}

.home .hs2_1 {
  overflow: hidden;
  text-align: center;
}
.home .hs2_1 span {
  position: relative;
}
.home .hs2_1 span:before, .home .hs2_1 span:after {
  border-top: 1px solid #999999;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
}
.home .hs2_1 span:before {
  margin-right: 0.5em;
  right: 100%;
}
.home .hs2_1 span:after {
  left: 100%;
  margin-left: 0.5em;
}

.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6,
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
  clear: both;
  margin: 1em 0;
  font-weight: bold;
}
.hentry h1,
.contents h1,
.page-content h1,
.entry-content h1,
.mceContentBody h1 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.hentry h2,
.contents h2,
.page-content h2,
.entry-content h2,
.mceContentBody h2 {
  margin: 20px 0;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5;
}
.hentry h3,
.contents h3,
.page-content h3,
.entry-content h3,
.mceContentBody h3 {
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 30px 10px 10px;
  margin: 0 auto;
}
.hentry p,
.contents p,
.page-content p,
.entry-content p,
.mceContentBody p {
  margin: 1em 0;
  line-height: 1.5;
}
.hentry img.wp-post-image,
.contents img.wp-post-image,
.page-content img.wp-post-image,
.entry-content img.wp-post-image,
.mceContentBody img.wp-post-image {
  width: 100%;
}
.hentry .gallery,
.contents .gallery,
.page-content .gallery,
.entry-content .gallery,
.mceContentBody .gallery {
  overflow: auto;
}
.hentry .appbtns,
.contents .appbtns,
.page-content .appbtns,
.entry-content .appbtns,
.mceContentBody .appbtns {
  text-align: center;
  margin: 1em;
  overflow: auto;
}
.hentry .appbtns li,
.contents .appbtns li,
.page-content .appbtns li,
.entry-content .appbtns li,
.mceContentBody .appbtns li {
  display: inline-block;
  margin-bottom: 10px;
}
.hentry .appbtns a,
.contents .appbtns a,
.page-content .appbtns a,
.entry-content .appbtns a,
.mceContentBody .appbtns a {
  display: block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .hentry h1,
  .contents h1,
  .page-content h1,
  .entry-content h1,
  .mceContentBody h1 {
    font-size: 2.25rem;
  }
  .hentry h2,
  .contents h2,
  .page-content h2,
  .entry-content h2,
  .mceContentBody h2 {
    font-size: 32px;
  }
}

.single .post {
  margin: 80px 0 40px;
}

hr {
  position: absolute;
  width: 100%;
  border: 1px solid red;
  z-index: 100000;
}

#top-mainimg {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#gallery-1 {
  height: 150px;
}

#gallery-1 .gallery-item {
  width: auto !important;
}

.inner .gallery {
  position: relative;
  margin: -12px;
  padding-top: 12px;
}

.gallery-item {
  float: left;
  text-align: center;
}
.gallery-item img {
  width: auto;
  height: 100px;
}

@media (max-width: 414px) {
  .gallery-item {
    width: 33.33333%;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .gallery-item {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .gallery-item {
    width: 16.66667%;
  }
}
.gallery-caption {
  margin-left: 0;
}

.disabled {
  display: none;
}

.owl-stage {
  height: 150px;
  margin: 0px auto;
}

.owl-stage-outer {
  width: 100%;
  overflow: hidden;
}

.owl-stage-outer .gallery-item {
  width: auto !important;
}

#box-fixed {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 10px;
  color: #fff;
  text-align: left;
  z-index: 100;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#box-fixed a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
}
#box-fixed a.current, #box-fixed a:hover {
  text-decoration: underline;
}

.admin-bar #box-fixed, .admin-bar .okayNav__nav--invisible, .admin-bar {
  margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar #box-fixed, .admin-bar .okayNav__nav--invisible, .admin-bar {
    margin-top: 46px !important;
  }
}
.inner {
  padding: 3.33333%;
}

.box__inner {
  padding: 15px;
  background-color: #fff;
}
.box__scroll {
  overflow-y: scroll;
  height: 305px;
}
@media (max-width: 575px) {
  .box__news {
    margin-bottom: 15px;
  }
}

#contents {
  position: relative;
}

.content__top {
  padding: 45px 0;
}
.content__top:nth-child(odd) {
  background-color: #fafaff;
}

@media (min-width: 769px) {
  .content__top {
    padding: 90px 0;
  }
  .content__top:nth-child(odd) {
    background-color: #fafaff;
  }
}
.page-content {
  margin-bottom: 45px;
}

.last {
  margin-bottom: 0;
}

#contents__subnav {
  text-align: center;
  padding: 0 0 30px;
}
#contents__subnav ul {
  display: inline-block;
}
#contents__subnav li {
  display: inline-block;
  padding: 0 5px;
}
#contents__subnav li a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee;
  text-decoration: none;
}

#g-footer {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

.news__date {
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 14px;
  margin: 10px 0 5px;
}
.news__ttl {
  font-weight: bold;
}
.news__ttl .new {
  color: red;
}
.news__excerpt p {
  font-weight: normal;
  margin: 0;
}

.wpcf7-text, textarea {
  font-size: 16px;
  width: 100%;
}

.wpcf7-list-item {
  display: block;
}

@media (min-width: 415px) {
  #wpcf7-f1809-o1 {
    width: 500px;
    margin: 0 auto;
  }
}
.post p {
  line-height: 2;
}

.page .container {
  margin-top: 70px;
}
@media (min-width: 415px) {
  .page .container {
    margin-top: 100px;
  }
}

.page-contact .container,
.page-otayori form .container {
  max-width: 640px;
}
.page-contact p,
.page-otayori form p {
  text-align: inherit;
}
.page-contact footer,
.page-otayori form footer {
  border-top: 1px solid #ddd;
  text-align: center;
  margin-bottom: 5px;
}
.page-contact label,
.page-otayori form label {
  display: block;
}
.page-contact label .taR,
.page-otayori form label .taR {
  display: block;
}
.page-contact .form-ttl,
.page-otayori form .form-ttl {
  font-weight: bold;
}
.page-contact .required,
.page-otayori form .required {
  color: red;
}

.page-otayori textarea[name*='your-message'] {
  height: 6em;
}

@media (min-width: 992px) {
  .page-otayori form {
    width: 70%;
    margin: 0 auto;
  }
}
#recaptchaContainer {
  transform: scale(0.958);
  transform-origin: 0 0;
}

.grecaptcha-badge {
  margin: 15px auto;
}

.page-otayori .container {
  margin-top: 44px !important;
}
