/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #eee;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

/*button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #007acc;
}*/

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}

.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
  color: #007acc;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #686868;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
  box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
  box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
  display: none;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

.main-navigation {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}

.main-navigation a {
  color: #1a1a1a;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f432";
}

.site-header .main-navigation + .social-navigation {
  margin-top: 1.75em;
}

.site-footer .social-navigation {
  margin-bottom: 1.75em;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -0.4375em;
}

.social-navigation li {
  float: left;
  margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  color: #1a1a1a;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}

.social-navigation a:before {
  content: "\f415";
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
  color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
  content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
  content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
  content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
  content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
  content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}

.post-navigation {
  border-top: 4px solid #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
  clear: both;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin: 0 7.6923% 3.5em;
}

.post-navigation a {
  color: #1a1a1a;
  display: block;
  padding: 1.75em 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.post-navigation .post-title {
  display: inline;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
  color: #007acc;
}

.post-navigation div + div {
  border-top: 4px solid #1a1a1a;
}

.pagination {
  border-top: 4px solid #1a1a1a;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0 7.6923% 2.947368421em;
  min-height: 56px;
  position: relative;
}

.pagination:before,
.pagination:after {
  background-color: #1a1a1a;
  content: "";
  height: 52px;
  position: absolute;
  top:0;
  width: 52px;
  z-index: 0;
}

.pagination:before {
  right: 0;
}

.pagination:after {
  right: 54px;
}

.pagination a:hover,
.pagination a:focus {
  color: #1a1a1a;
}

.pagination .nav-links {
  padding-right: 106px;
  position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}

.pagination .nav-links:before {
  content: "\f429";
  right: -1px;
}

.pagination .nav-links:after {
  content: "\f430";
  right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}

.pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}

.pagination .current {
  display: inline-block;
  font-weight: 700;
}

.pagination .prev,
.pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #007acc;
  color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
  outline: 0;
}

.pagination .prev {
  right: 54px;
}

.pagination .prev:before {
  content: "\f430";
  left: -1px;
  top: -1px;
}

.pagination .next {
  right: 0;
}

.pagination .next:before {
  content: "\f429";
  right: -1px;
  top: -1px;
}

.image-navigation,
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}

.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
  border-top: 4px solid #1a1a1a;
  margin-bottom: 3.5em;
  padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}

.widget .widget-title:empty {
  margin-bottom: 0;
}

.widget-title a {
  color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.5625;
  padding: 0;
  text-align: center;
}

.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
}

.widget_calendar tbody a {
  background-color: #007acc;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
  margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
  margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.615384615;
  margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
  margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  line-height: 1;
  margin: 0 0.1875em 0.4375em 0;
  padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
  list-style-type: none;
  margin-left: 0;
}

.tagcloud ul li {
  display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #007acc;
  color: #007acc;
  outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
  background-color: #fff;
}

.site-inner {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
}

.site-content {
  word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.site-main {
  margin-bottom: 3.5em;
}

.site-main > :last-child {
  margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
  padding: 2.625em 7.6923%;
}

.site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-branding {
  margin: 0.875em auto 0.875em 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  max-width: 180px;
}

.site-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
  margin: 0;
}

.site-branding .site-title a {
  color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
  color: #007acc;
}

.wp-custom-logo .site-title {
  margin-top: 0.608695652em;
}

.site-description {
  color: #686868;
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.0769230769;
  margin: 0.538461538em 0 0;
}

.menu-toggle {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #1a1a1a;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 1.076923077em 0;
  padding: 0.769230769em;
}

.no-js .menu-toggle {
  display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  border-color: #007acc;
  color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.menu-toggle:focus {
  outline: 0;
}

.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}

.header-image {
  clear: both;
  margin: 0.875em 0;
}

.header-image a {
  display: block;
}

.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
  margin-bottom: 3.5em;
  position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}

.entry-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1em;
}

.entry-title a {
  color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #007acc;
}

.post-thumbnail {
  display: block;
  margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
  display: block;
}

.no-sidebar .post-thumbnail img {
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-content,
.entry-summary {
  border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-top: 3.5em;
  margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
  letter-spacing: 0.140625em;
  text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
  font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
  font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body:not(.search-results) .entry-summary {
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4736842105;
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
  margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
  padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.4736842105em;
  padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
  border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
  margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
  margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
  margin-bottom: 0;
}

.more-link {
  white-space: nowrap;
}

.author-info {
  border-color: inherit;
  border-style: solid;
  border-width: 1px 0 1px 0;
  clear: both;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.author-avatar .avatar {
  float: left;
  height: 42px;
  margin: 0 1.75em 1.75em 0;
  width: 42px;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.entry-content .author-title {
  clear: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  margin: 0;
}

.author-bio {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  overflow: hidden;
}

.author-link {
  white-space: nowrap;
}

.entry-footer {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-top: 2.1538461538em;
}

.entry-footer:empty {
  margin: 0;
}

.entry-footer a {
  color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #007acc;
}

.entry-footer > span:not(:last-child):after {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.entry-footer .avatar {
  height: 21px;
  margin: -0.1538461538em 0.5384615385em 0 0;
  width: 21px;
}

.sticky-post {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}

.sticky .posted-on,
.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-header {
  border-top: 4px solid #1a1a1a;
  margin: 0 7.6923% 3.5em;
  padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
  border-top: 0;
  padding-top: 0;
}

.page-title {
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
}

.taxonomy-description {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.taxonomy-description p {
  margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 1.8461538462em;
  line-height: 1.6923076923em;
  margin-right: 0.3076923077em;
  text-align: center;
  width: 1.8461538462em;
}

.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #007acc;
  border-color: transparent;
  color: #fff;
}

.page-links > .page-links-title {
  border: 0;
  color: #1a1a1a;
  height: auto;
  margin: 0;
  padding-right: 0.6153846154em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.75em;
}

.entry-caption {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

.content-bottom-widgets {
  margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
  margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473684211;
  margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
  margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
  border-top: 4px solid #1a1a1a;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-top: 1.217391304em;
}

.comments-title {
  margin-bottom: 1.217391304em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #d1d1d1;
  padding: 1.75em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
}

.comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}

.bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.comment-metadata {
  margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #007acc;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 2.1538461538em;
  padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0;
}

.comment-form {
  padding-top: 1.75em;
}

.comment-form label {
  color: #686868;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 0.5384615385em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 2.1538461538em;
}

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: #007acc;
  font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
  padding: 0 7.6923% 1.75em;
}

.site-info {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.site-info a {
  color: #686868;
}

.site-info a:hover,
.site-info a:focus {
  color: #007acc;
}

.site-footer .site-title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}

.site-footer .site-title:after {
  content: "\002f";
  display: inline-block;
  font-family: Montserrat, sans-serif;
  opacity: 0.7;
  padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
  border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
  margin-bottom: 3.5em;
  padding: 0 7.6923%;
}

.widecolumn .mu_register {
  width: auto;
}

.widecolumn .mu_register .mu_alert {
  background: transparent;
  border-color: #d1d1d1;
  color: inherit;
  margin-bottom: 3.5em;
  padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
  margin-top: 0;
}

.widecolumn h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.2173913043;
  margin-bottom: 1.2173913043em;
}

.widecolumn p {
  margin: 1.75em 0;
}

.widecolumn p + h2 {
  margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
  color: #686868;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  text-transform: uppercase;
}

.widecolumn .mu_register label {
  margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
  font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

.widecolumn .mu_register #blogname {
  margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
  margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
  font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
  margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
  body:not(.custom-background-image):before,
  body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  body:not(.custom-background-image):before {
    top: 0;
  }

  body:not(.custom-background-image).admin-bar:before {
    top: 46px;
  }

  body:not(.custom-background-image):after {
    bottom: 0;
  }

  .site {
    margin: 21px;
  }

  .site-main {
    margin-bottom: 5.25em;
  }

  .site-header {
    padding: 3.9375em 7.6923%;
  }

  .site-branding {
    margin-top: 1.3125em;
    margin-bottom: 1.3125em;
  }

  .custom-logo {
    max-width: 210px;
  }

  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }

  .site-description {
    display: block;
  }

  .menu-toggle {
    font-size: 16px;
    font-size: 1.0rem;
    margin: 1.3125em 0;
    padding: 0.8125em 0.875em 0.6875em;
  }

  .site-header-menu {
    margin: 1.3125em 0;
  }

  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }

  .header-image {
    margin: 1.3125em 0;
  }

  .pagination {
    margin: 0 23.0769% 4.421052632em 7.6923%
  }

  .post-navigation {
    margin-bottom: 5.25em;
  }

  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }

  .pagination .page-numbers {
    display: inline-block;
  }

  .site-main > article {
    margin-bottom: 5.25em;
  }

  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 23.0769%;
  }

  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }

  .entry-content blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote,
  .comment-content blockquote {
    margin-left: -1.473684211em;
  }

  .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote blockquote,
  .comment-content blockquote blockquote {
    margin-left: 0;
  }

  .entry-content ul,
  .entry-summary ul,
  .comment-content ul,
  .entry-content ol,
  .entry-summary ol,
  .comment-content ol {
    margin-left: 0;
  }

  .entry-content li > ul,
  .entry-summary li > ul,
  .comment-content li > ul,
  .entry-content blockquote > ul,
  .entry-summary blockquote > ul,
  .comment-content blockquote > ul {
    margin-left: 1.25em;
  }

  .entry-content li > ol,
  .entry-summary li > ol,
  .comment-content li > ol,
  .entry-content blockquote > ol,
  .entry-summary blockquote > ol,
  .comment-content blockquote > ol {
    margin-left: 1.5em;
  }

  .comment-author {
    margin-bottom: 0;
  }

  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
  }

  .comment-list .children > li {
    padding-left: 1.75em;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 3.5em;
  }

  .comments-area,
  .widget,
  .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em;
  }

  .sidebar,
  .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }

  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em;
  }

  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em;
  }
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px;
  }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
  .site-header {
    padding-right: 4.5455%;
    padding-left: 4.5455%;
  }

  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .main-navigation {
    margin: 0 -0.875em;
  }

  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
  }

  .main-navigation .primary-menu > li {
    float: left;
  }

  .main-navigation a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
  }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #007acc;
  }

  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }

  .main-navigation ul ul ul {
    top: -1px;
  }

  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0;
  }

  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }

  .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }

  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }

  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }

  .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }

  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }

  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 2.25em;
  }

  .main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
  }

  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }

  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }

  .site-content {
    padding: 0 4.5455%;
  }

  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }

  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .pagination,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }

  .sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
  }

  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }

  .widget .widget-title {
    margin-bottom: 1.3125em;
  }

  .widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table {
    margin-bottom: 1.6153846154em;
  }

  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0;
  }

  .widget blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
    padding-left: 1.0625em;
  }

  .widget blockquote cite,
  .widget blockquote small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }

  .widget th,
  .widget td {
    padding: 0.5384615385em;
  }

  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }

  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }

  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }

  .widget input[type="date"],
  .widget input[type="time"],
  .widget input[type="datetime-local"],
  .widget input[type="week"],
  .widget input[type="month"],
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="tel"],
  .widget input[type="number"],
  .widget textarea {
    padding: 0.4615384615em 0.5384615385em;
  }

  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }

  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }

  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }

  .widget h4,
  .widget h5,
  .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em;
  }

  .widget .alignleft {
    margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
  }

  .widget .alignright {
    margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
  }

  .widget .aligncenter {
    margin-bottom: 1.6153846154em;
  }

  .widget_calendar td,
  .widget_calendar th {
    line-height: 2.6923076923;
    padding: 0;
  }

  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em;
  }

  .widget input[type="search"].search-field {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }

  .widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px;
  }

  .widget button.search-submit {
    padding: 0;
    width: 35px;
  }

  .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
  }

  .textwidget h1 {
    margin-top: 1.8260869565em;
  }

  .textwidget h2 {
    margin-top: 2.2105263158em;
  }

  .textwidget h3 {
    margin-top: 2.625em;
  }

  .textwidget h4 {
    letter-spacing: 0.153846154em;
  }

  .textwidget h4,
  .textwidget h5,
  .textwidget h6 {
    margin-top: 3.2307692308em;
  }

  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }

  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0;
  }

  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.5455% 3.5em;
  }

  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-info {
    margin: 0.538461538em auto 0.538461538em 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  .no-sidebar .entry-header,
  .no-sidebar .entry-content,
  .no-sidebar .entry-summary,
  .no-sidebar .entry-footer,
  .no-sidebar .comments-area,
  .no-sidebar .image-navigation,
  .no-sidebar .post-navigation,
  .no-sidebar .pagination,
  .no-sidebar .page-header,
  .no-sidebar .page-content,
  .no-sidebar .content-bottom-widgets {
    margin-right: 15%;
    margin-left: 15%;
  }

  .widecolumn {
    padding-right: 15%;
    padding-left: 15%;
  }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
  .site-main {
    margin-bottom: 7.0em;
  }

  .site-header {
    padding: 5.25em 4.5455%;
  }

  .site-branding,
  .site-header-menu,
  .header-image {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }

  .custom-logo {
    max-width: 240px;
  }

  .image-navigation {
    margin-bottom: 3.230769231em;
  }

  .post-navigation {
    margin-bottom: 7.0em;
  }

  .pagination {
    margin-bottom: 5.894736842em;
  }

  .widget {
    margin-bottom: 4.307692308em;
  }

  .site-main > article {
    margin-bottom: 7.0em;
  }

  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  .post-thumbnail {
    margin-bottom: 2.625em;
  }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em;
  }

  .entry-content h2,
  .entry-summary h2,
  .comment-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
  }

  .entry-content h4,
  .entry-summary h4,
  .entry-intro h4,
  .comment-content h4 {
    letter-spacing: 0.131578947em;
  }

  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em;
  }

  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }

  .comments-area,
  .sidebar,
  .content-bottom-widgets .widget-area,
  .widecolumn {
    margin-bottom: 7.0em;
  }

  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }

  body:not(.search-results) article:not(.type-page) .entry-content {
    float: right;
    width: 71.42857144%;
  }

  body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%;
    width: -webkit-calc(60% - 1.4736842105em);
    width: calc(60% - 1.4736842105em);
  }

  body:not(.search-results) article:not(.type-page) img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }

  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer {
    float: left;
    margin-top: 0.1538461538em;
    width: 21.42857143%;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }

  .single .byline,
  .full-size-link,
  body:not(.search-results).group-blog .byline,
  body:not(.search-results) .entry-format,
  body:not(.search-results) .cat-links,
  body:not(.search-results) .tags-links,
  body:not(.search-results) article:not(.sticky) .posted-on,
  body:not(.search-results) article:not(.type-page) .comments-link,
  body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
  }

  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    margin-right: -100%;
    margin-left: 34.99999999%;
    width: 50.00000001%;
  }

  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    margin-right: -100%;
    margin-left: 15%;
    width: 15%;
  }
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
  body:not(.search-results) .entry-summary {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin-bottom: 1.826086957em;
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -0.913043478em;
  }

  body:not(.search-results) .entry-summary p,
  body:not(.search-results) .entry-summary address,
  body:not(.search-results) .entry-summary hr,
  body:not(.search-results) .entry-summary ul,
  body:not(.search-results) .entry-summary ol,
  body:not(.search-results) .entry-summary dl,
  body:not(.search-results) .entry-summary dd,
  body:not(.search-results) .entry-summary table {
    margin-bottom: 1.5217391304em;
  }

  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 0.956521739em;
  }

  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.52173913em;
  }

  body:not(.search-results) .entry-summary blockquote {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.5217391304;
    margin: 0 0 1.5217391304em;
    padding-left: 1.347826087em;
  }

  body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
    margin-left: -1.52173913em;
  }

  body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0;
  }

  body:not(.search-results) .entry-summary blockquote cite,
  body:not(.search-results) .entry-summary blockquote small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.8421052632;
  }

  body:not(.search-results) .entry-summary th,
  body:not(.search-results) .entry-summary td {
    padding: 0.3043478261em;
  }

  body:not(.search-results) .entry-summary pre {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    padding: 1.75em;
  }

  body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.5217391304em;
    padding: 0.3043478261em;
  }

  body:not(.search-results) .entry-summary h1 {
    margin-top: 2.121212121em;
    margin-bottom: 1.060606061em;
  }

  body:not(.search-results) .entry-summary h2 {
    margin-top: 2.5em;
    margin-bottom: 1.25em;
  }

  body:not(.search-results) .entry-summary h3 {
    margin-top: 3.043478261em;
    margin-bottom: 1.52173913em;
  }

  body:not(.search-results) .entry-summary h4,
  body:not(.search-results) .entry-summary h5,
  body:not(.search-results) .entry-summary h6 {
    margin-top: 3.684210526em;
    margin-bottom: 1.842105263em;
  }

  body:not(.search-results) .entry-summary h1:first-child,
  body:not(.search-results) .entry-summary h2:first-child,
  body:not(.search-results) .entry-summary h3:first-child,
  body:not(.search-results) .entry-summary h4:first-child,
  body:not(.search-results) .entry-summary h5:first-child,
  body:not(.search-results) .entry-summary h6:first-child {
    margin-top: 0;
  }

  body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
  }

  body:not(.search-results) .entry-summary .alignright {
    margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
  }

  body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.5217391304em;
  }
}


/**
 * 15.0 - Print
 */

@media print {
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .social-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link {
    display: none;
  }

  body,
  blockquote cite,
  blockquote small,
  pre,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6,
  .entry-content .author-title {
    font-size: 12pt;
  }

  blockquote {
    font-size: 14.25pt;
  }

  .site-title,
  .page-title,
  .comments-title,
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .widecolumn h2 {
    font-size: 17.25pt;
  }

  .site-description {
    display: block;
  }

  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 21pt;
  }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }

  .site-description,
  .author-bio,
  .entry-footer,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-metadata,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font-size: 9.75pt;
  }

  body,
  .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }

  body,
  blockquote cite,
  blockquote small,
  .site-branding .site-title a,
  .entry-title a,
  .comment-author {
    color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }

  blockquote,
  .page-header,
  .comments-title {
    border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  }

  blockquote,
  .site-description,
  body:not(.search-results) .entry-summary,
  body:not(.search-results) .entry-summary blockquote,
  .author-bio,
  .entry-footer,
  .entry-footer a,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    color: #686868 !important; /* Make sure color schemes don't affect to print */
  }

  code,
  hr {
    background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }

  pre,
  abbr,
  acronym,
  table,
  th,
  td,
  .author-info,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  }

  a {
    color: #007acc !important; /* Make sure color schemes don't affect to print */
  }

  .entry-content a,
  .entry-summary a,
  .taxonomy-description a,
  .comment-content a,
  .pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
  }

  .site {
    margin: 5%;
  }

  .site-inner {
    max-width: none;
  }

  .site-header {
    padding: 0 0 1.75em;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }

  .site-main {
    margin-bottom: 3.5em;
  }

  .entry-header,
  .entry-footer,
  .page-header,
  .page-content,
  .entry-content,
  .entry-summary,
  .post-thumbnail,
  .comments-area {
    margin-right: 0;
    margin-left: 0;
  }

  .post-thumbnail,
  .site-main > article {
    margin-bottom: 3.5em;
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }

  .site-footer,
  .widecolumn {
    padding: 0;
  }
}



.top_img {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.top_movie {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
}

#topVideo {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.top_img_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/04/mask.png);
    background-color: rgba(0, 0, 0, 0.53);
}

.hd_memu_area {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    animation-delay: 800ms;
    animation-name: fadeInDown;
    z-index: 100;
    box-shadow: #bfbfbf 0 0 4px;
}

.hd_logo {
    width: 265px;
    transition: 0.2s;
}

.hd_navi li a:hover {
    color: #838383;
}

.hd_navi li a {
    color: #000;
    transition: 0.2s;
}

.hd_navi li {
    float: left;
    list-style: none;
    font-size: 13px;
    margin-left: 40px;
    font-weight: bold;
}

.hd_navi {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -300px;
}

.hd_mail {
    position: fixed;
    top: 0;
    right: 0;
    width: 240px;
    background-color: #000;
    height: 160px;
    text-align: center;
    animation-delay: 1500ms;
    animation-name: fadeInRight;
    z-index: 1000;
    transition: 0.2s;
}

.hd_mail_area a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hd_mail_pic {
    width: 35px;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: 10px;
}

.hd_mail_text {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.hd_mail_area {
    position: relative;
    padding-top: 45px;
    padding-bottom: 40px;
}

.hd_mail:hover {
    background-color: #ccc;
}

.top_img_text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45vh;
    color: #fff;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 12px;
    animation-delay: 2200ms;
    animation-name: fadeIn;
}

.top_img_text span {
    display: block;
    font-size: 14px;
    letter-spacing: 4px;
    margin-top: 20px;
}

a.sc_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  animation-delay: 2900ms;
  animation-name: fadeIn;
}

a.sc_btn {
    padding-top: 70px;
    color: #fff;
}
a.sc_btn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

#blog_sec {
    background-color: #1e1e1e;
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/04/mask.png);
    padding: 100px 50px;
    margin-top: -50px;
}

.top_blog_ul {
    text-align: center;
    overflow: hidden;
    width: 90%;
    margin: auto;
}

.top_blog_ul li {
    width: 32%;
    float: left;
    margin: 5px;
    position: relative;
    overflow: hidden;
}

.blog_pic_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 2, 2, 0.64);
    transition: 0.2s;
}

.blog_pic img {
    width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.top_blog_ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.top_blog_ul li:hover .blog_pic_mask {
    background-color: rgba(2, 2, 2, 0.21);
}

.bolg_text_area {
    position: absolute;
    top: 4.1vw;
    left: 0;
    width: 100%;
    color: #fff;
}

.blog_num {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 10px;
}

.top_blog_ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog_date {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
}

.blog_title {
    margin-bottom: 10px;
}

.ft_area {
    width: 1100px;
    margin: auto;
    padding-top: 70px;
    position: relative;
    padding-bottom: 60px;
}

.ft_logo {
    width: 190px;
    margin-bottom: 10px;
}

.ft_com_name {
    font-size: 15px;
    margin-bottom: 20px;
}

.ft_com_info li {
    list-style: none;
    font-size: 13px;
}

.ft_menu li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 7px;
}

.ft_menu a {
    color: #000;
}

.ft_menu_01 {
    position: absolute;
    top: 70px;
    left: 510px;
    border-left: dotted 1px #a7a7a7;
    padding-left: 30px;
    padding-top: 6px;
}

.ft_menu_02 {
    position: absolute;
    top: 70px;
    left: 690px;
    border-left: dotted 1px #a7a7a7;
    padding-left: 30px;
    padding-top: 6px;
}

.ft_com_info {
    margin-bottom: 30px;
}

address {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}

.gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    animation-delay: 3600ms;
    animation-name: fadeIn;
}

.top_img_text span:first-child {
    font-size: 19px;
    font-weight: bold;
}

.top_img_02 {
    position: relative;
}

.story01 {
  background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/04/blog_01_pagetitle.png);
}

.page_title_pic {
    background-size: cover;
    height: 500px;
    background-position: center;
}

.page_title_mask {
    position: absolute;
    width: 100%;
    height: 500px;
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/04/mask.png);
    background-color: rgba(0, 0, 0, 0.51);
}

.page_title_area {
    position: absolute;
    top: 220px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.page_title_sub {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.page_title_h1 {
    font-size: 32px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-weight: normal;
}

.wrap {
    width: 1000px;
    margin: auto;
}

.page_area {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.s_h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #4039bd;
}

.s_text {
    font-size: 14px;
    line-height: 3;
    font-family: sanserif;
}
.s01_01_LR {
    margin-bottom: 80px;
    animation-delay: 800ms;
    animation-name: fadeInUp;
}

.s01_02_L {
  width: 47%;
  float: left;
}
.s01_02_R {
    width: 40%;
    float: right;
}
.s01_02_LR {
    overflow: hidden;
    animation-delay: 800ms;
    animation-name: fadeInUp;
}

.s01_01_R {
    width: 60%;
}

.ft_menu li span img {
    width: 10px;
    margin-left: 10px;
    margin-top: -1px;
}

.h1_en {
    font-size: 140px;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-weight: 500;
    margin-top: 100px;
    margin-left: 60px;
}

.h1_en_area {
    position: relative;
    color: #3a37bd;
}

.h1_en_border.is-show {
    position: absolute;
    width: 98%;
    background-color: #000;
    height: 3px;
    top: 150px;
    left: 0;
}

.h1_en_border {
    transition: 0.8s;
    position: absolute;
    width: 0px;
    background-color: #000;
    height: 3px;
    top: 150px;
    left: 0;
}

.contact_form_area {
    width: 700px;
    margin: auto;
}

.contact_text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
    text-align: center;
}

.hissu {
    color: #f82020;
}

.kara {
    margin: 0 10px;
}

.contact_dl {
    margin: 0;
}

.contact_dl dt {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #eee;
    border: none;
    width: 100%;
    line-height: 2.5;
    font-size: 16px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: none;
    background-color: #eee;
    width: 100%;
}

#sosin {
    text-align: center;
}

#sosin input {
    background-color: #CF2628;
    font-size: 15px;
    color: #fff;
    border: none;
    padding: 13px 44px;
}

.contact_dl {
    margin-bottom: 50px;
}

footer {
    border-top: solid 1px #c3c3c3;
}

.no_link {
    color: #928a8a;
}

.page_area_small {
    width: 900px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.plicy p {
    font-size: 14px;
}

.ft_com_info a {
    color: #333;
}

.hd_logo:hover {
    opacity: 0.7;
}

.junbi {
    font-size: 15px;
}

.junbi span {
    margin-left: 20px;
}

.story_page_li_L {
  width: 300px;
  float: left;
}
.story_page_li_R {
    float: right;
    width: 600px;
}
.story_page_ul li {
    overflow: hidden;
    position: relative;
    padding: 40px 30px 30px;
    transition: 0.2s;
    animation-delay: 500ms;
    animation-name: fadeInUp;
}
.story_page_ul li:hover {
    opacity: 0.8;
    box-shadow: 12px 21px 36px 0 rgba(0,0,0,.15);
    -webkit-transform: translate3d(0, -15px, 1px);
    transform: translate3d(0, -15px, 1px);

}
.story_page_li_num {
    position: absolute;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-size: 40px;
    top: 0px;
    left: 40px;
    text-shadow: #fff 0px 0px 3px;
}
.story_page_ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.story_page_li_date {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-size: 14px;
    color: #3a37bd;
    margin-bottom: 10px;
}

.story_page_li_text {
    font-size: 13px;
    line-height: 2.4;
}

.story_page_li_en span {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    color: #605f5f;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 1px 20px;
    background: #3a37bd;
    color: #fff;
}

.story_page_li_en {
    margin-bottom: 7px;
}

.story02 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/04/blog_02_pagetitle.png);
}

.arrow_L {
  width: 320px;
  float: left;
  position: relative;
}
.arrow_area {
    overflow: hidden;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    margin-top: 60px;
}
.arrow_img img {
  width: 70px;
}
.arrow_img span {
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.arrow_img {
  margin-bottom: 10px;
}
.arrow_text {
  font-size: 14px;
}
.arrow_L a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow_L:hover {
  opacity: 0.7;
}

.arrow_R {
  width: 320px;
  float: right;
  position: relative;
  text-align: right;
}
.arrow_img span {
  margin-right: 20px;
}
.arrow_R a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow_R:hover {
  opacity: 0.7;
}

.story03 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/04/blog_03_pagetitle.png);
}

.s03_01_LR {
  overflow: hidden;
}
.s03_pic {
    margin-bottom: 40px;
}
.s03_01 {
    width: 310px;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 20px;
}
.s03_03 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.s03_04 {
    width: 130px;
    margin: 0 auto 20px;
}
.s03_05 {
    text-align: center;
    font-weight: bold;
    color: #a2a2a2;
    margin-bottom: 10px;
}
.yasuda_table {
    width: 460px;
    margin: 0 auto 30px;
    border: none;
    font-size: 13px;
}
.yasuda_table th {
    border-right: none;
    width: 150px;
    padding-left: 10px;
}
.yasuda_table td {
    border-right: none;
}
.s03_06 {
    text-align: center;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 3;
}
.s04_pic_01 {
    width: 70%;
    margin-bottom: 30px;
}
.s04_pic_02 {
    width: 90%;
    margin-bottom: 30px;
}
.pc_br {
    display: block;
}
.s05_pic_01 {
   margin-bottom: 80px;
}
.s04_pic_03 {
    margin-bottom: 50px;
}
.story04 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/05/blog_04_pagetitle.png);
}
.story05 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/05/blog_05_pagetitle.png);
}
.story06 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/11/blog_6_pagetitle.png);
}
.story07 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/08/blog_07_pagetitle.png);
}
.story08 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/09/blog_08_pagetitle.png);
}
.story09 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/09/blog_09_pagetitle.png);
}
.story10 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/09/blog_10_pagetitle.png);
}
.story11 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/09/blog_11_pagetitle.png);
}
.story12 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/09/blog_12_pagetitle.png);
}
.story13 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/11/blog_13_pagetitle.png);
}
.story14 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/02/blog_14_pagetitle.png);
}
.story15 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/03/blog_15_pagetitle.png);
}
.story16 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/03/blog_16_pagetitle.png);
}
.story17 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/03/blog_17_pagetitle.png);
}
.story17 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/04/blog_17_pagetitle.png);
}
.story18 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/04/blog_18_pagetitle.png);
}

.story19 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/08/houseplan02.png);
}

.story20 {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/09/story-20-top.jpg);
}

.s05_pic_ul li {
    list-style: none;
    margin-bottom: 20px;
}
.keyword_box {
    display: inline-block;
    margin: 50px 5px 20px 5px;
    padding: 7px 14px;
    text-align: center;
    border: solid 1.5px #c5c5c5;
    border-radius: 5px;
    font-size: 12px;
}
.daiwa_plan {
    width: 20%;
    margin: 100px auto 0;
}
.daiwa_madori {
    margin: 0 auto 120px;
}
.madori_keyword {
    justify-content: space-between;
    text-align: center;
}
.keyword_text {
    margin: 0;
}
.s_title {
    font-size: 25px;
    font-weight: bold;
    text-indent: -15px;
    margin: 40px 0px 20px;
}
.s_h2 br {
    display: none;
}
.madori_textbox {
    margin-bottom: 120px;
}
.daiwa_visit {
    margin: 110px auto 0;
    width: 12%;
}
.daiwa_visitpoint_box {
    margin: 50px 0 70px;
    text-align: center;
}
.daiwa_visitpoint {
    font-size: 26px;
    font-weight: bold;
}
.daiwa_visit01_box {
    overflow: hidden;
    margin-bottom: 20px;
}
.daiwa_visit01_l {
    float: right;
    width: 54%;
}
.daiwa_visit01_r {
    float: left;
    width: 40%;
}
.daiwa_visit_p {
    margin: 0;
    font-size: 40px;
    font-family: 'Impact',sans-serif;
    letter-spacing: 3px;
}
.daiwa_visit_p::after {
    display: block;
    background-color: black;
    content: "";
    width: 45px;
    height: 3px;
}
.daiwa_visit_p span {
    font-size: 60px;
}
.word_text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    margin: 0 0 40px;
}
.word_text_s {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 3px;
}
.daiwa_visit_title {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 20px;
}
.daiwa_visit02_box {
    overflow: hidden;
    margin-bottom: 20px;
}
.daiwa_visit02_l {
    float: left;
    width: 600px;
}
.daiwa_visit02_r {
    float: right;
    width: 320px;
}
.word_box {
    width: 790px;
    overflow: hidden;
    margin: 0 auto 120px;
}
.word_l {
    width: 125px;
    display: inline-block;
    vertical-align: bottom;
}
.word_r {
    width: 650px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 20px;
}
.word_r p {
    margin: 0;
}
.daiwa_visit_bg {
    overflow: hidden;
}
.s_text span {
    font-size: 21px;
    font-weight: bold;

}
.location_sec01.fadeInUp.wow {
    position: relative;
}
.location_sec01.fadeInUp.wow {
    width: 100%;
}
.sec01_h1 span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #fff;
    letter-spacing: 3px;
}
.bg_img {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/11/outline.png);
}
.bg_img.houseplan {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/08/houseplan02.png);
}
.monotone-table {
    width: 900px;
    margin: 40px auto;
}
.monotone-table {
    border-collapse: separate;
    border-spacing: 2px;
    border: none;
    color: #000;
}
.monotone-table caption {
    margin-bottom: 1px;
    text-align: center;
    border-bottom: 4px solid #000;
    padding: 50px;
    font-size: 36px;
/*    font-weight: bold;*/
    letter-spacing: 4px;
    line-height: 38px;
}
.monotone-table caption span {

    font-size: 16px;
/*    font-weight: bolder;*/

}
.monotone-table th {
    padding: 20px;
    background: url(/casa_series/daiwa2-I/wp-content/uploads/2018/11/21_1.gif);
    border: none;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 0 1px #FFF;
    width: 15%;
}
.monotone-table td {
    padding: 20px;
    border-bottom: 1px solid #000;
    text-align: left;
    vertical-align: baseline;
    width: 40%;
}
.gouchi span::before {
    content: "";
    width: 60px;
    height: 0.6px;
    margin: 0 0.5em;
    background-color: #aeaeae;
    display: inline-block;
    vertical-align: middle;
}
tr {
    letter-spacing: 2px;
}
.s01_01_LR.wow.daiwaplan {
    text-align: center;
    padding: 50px 0 100px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 38px;
}
.daiwaplan_title {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-weight: 500;
    position: relative;
/*    font-style: italic;*/
}
.page_area.daiwa_content::before {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 27rem;
    color: #f7f8f8;
    position: absolute;
bottom: 38%;
    left: 24%;
    z-index: -1;
}
.page_area.daiwa_content::before {
    content: 'HOUSEPLAN';
    transform: translate(0,-50%);
}
.daiwaplan_title span::after {
    content: '';
    width: 45px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,0);
}
.s01_01_LR.wow.daiwaplan span {
    font-size: 16px;
    font-style: normal;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.daiwaplan_box {
    text-align: center;
    font-size: 18px;
    line-height: 2.5;
    letter-spacing: 3px;
}
.ChangeElem_Btn {
    border-radius: 0;
    width: 16%;
    font-size: 14px;
    height: 55px;
    letter-spacing: 2px;
    background-color: #0000;
    color: #000;
    border-bottom: 1px solid;
    transition: .3s;
    font-weight: normal;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.ChangeElem_Btn:hover {
  color: black;
  background: unset;
  border-bottom: solid #4139bd 3px;
}

.ChangeElem_Btn.sold {
    pointer-events: none;
    vertical-align: -7px;
}


.ChangeElem_Btn.space {
    vertical-align: -7px;
}


.ChangeElem_Btn.is-active {
    border-bottom: 3px solid #4139bd;
}

.ChangeElem_Panel {
    display: none;
    list-style: none;
}
.daiwaplan_tabbox {
    position: relative;
}
.sold_out {
    position: absolute;
    background-color: rgba(59, 65, 152, 0.95);
    height: 750px;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 70px;
    text-align: center;
    padding-top: 300px;
    margin-top: 30px;
    line-height: 1;
}
.sold_out span {
    font-size: 30px;
    letter-spacing: 15px;
}
.daiwaplan_tabbox_s {
    padding: 40px;
    overflow: hidden;
}
.daiwaplan_tabbox_l img {
    margin-bottom: 30px;
}
.daiwaplan_tabbox_s {
    padding: 50px;
    overflow: hidden;
}
.daiwaplan_tabbox_l {
    float: left;
    width: 271px;
    margin-right: 20px;
}
.number_color {
    color: #3b4198;
}
.daiwaplan_tabbox_r img {
    float: right;
    width: 600px;
}
.daiwaplan_tabbox_l p {
    font-size: 13px;
    text-align: justify;
}
.daiwaplan_point {
    margin-bottom: 20px;
    font-size: 17px;
  font-weight: normal;
}
.daiwaimg {
    overflow: hidden;
    padding: 0 50px;
}
.daiwaimg li {
    float: left;
    width: 33.3%;
}
.daiwatag {
    text-align: center;
    font-size: 13px;
    margin: 30px 0 50px;
}
.daiwaimg li {
    list-style: none;
}
.ChangeElem_Btn_Content {
    margin-top: 70px;
}
.architect_area {
    background-color: #efefef;
}
.architect_box0 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.architect_text {
    text-align: center;
    font-size: 14px;
    margin: 0 0 60px;
    line-height: 30px;
}
.architect_title {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: normal;
}
.architect_box {
    overflow: hidden;
}
.architect_l {
    float: left;
    width: 50%;
}
.architect_r {
    float: right;
    width: 50%;
    padding-left: 60px;
}
.pro_box {
    overflow: hidden;
}
.pro_box_l {
    float: left;
}
.pro_box {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.architect_name span {
    font-size: 14px;
    margin-left: 22px;
}
.architect_table th {
    width: 15%;
    border: none;
    font-size: 14px;
}
.architect_table {
    border: none;
}
.architect_table td {
    font-size: 14px;
    width: 80%;
    border: none;
}
.pro_text {
    text-align: justify;
  line-height: 2.2;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.architect_pro {
    margin-top: 18px;
    font-weight: normal;
}
.pro_box_r {
    float: right;
    width: 30%;
}
.plan_area {
    width: 1000px;
    margin: 0 auto 120px;
}
.architect_name {
    border-bottom: solid 1.5px;
    font-size: 30px;
    margin: 25px 0 40px;
    border-bottom: solid 1.5px;
}
.pro_text {
    font-size: 15px;
}
.plan_title {
    text-align: center;
    margin-top: 100px;
    font-size: 24px;
    letter-spacing: 3px;
}

.soldout-title {
    font-size: 32px;
    margin: 90px 0 30px 0;
    text-align: center;
    color: #a41717;
}
.soldout-txt {
    margin-bottom: 80px;
    line-height: 2.4;
    font-size: 16px;
    text-align: center;
}

/* コンセプト *//* コンセプト *//* コンセプト *//* コンセプト */
.concept_title {
    letter-spacing: 3px;
    font-weight: normal;
}
.bg_img.houseconcept {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/01/concept0.png);
}
.page_area.daiwa_content_2::before {
    content: 'CONCEPT';
    transform: translate(0,-50%);
}
.beginning {
    font-size: 24px;
    font-weight: normal;
}
.s01_01_LR.wow.mgnb {
    margin: 20px;
}
.page_area.daiwa_content_2::before {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 27rem;
    color: #f7f8f8;
    position: absolute;
    top: 3.3%;
    left: 24%;
    z-index: -1;
}
.concept_area {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.concept_box {
    position: absolute;
    background-color: white;
    padding: 20px 50px;
    width: 650px;
    top: 0px;
}
.concept_box h2 {
    letter-spacing: 3px;
}
.concept_text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
}
.concept_area img {
    margin: 100px;
}
.concept_box2 {
    background-color: #2c167b;
    color: white;
    padding: 80px 200px;
    position: relative;
    height: 250px;
}
.view {
    width: 100%;
}
.viewbox {
    width: 1100px;
    margin: 0 auto;
}
.viewtext_l {
    float: left;
    width: 45%;
}
.viewtext_r {
    float: right;
    width: 55%;
}
.concept_title.white {
    letter-spacing: 3px;
    line-height: 2;
}
.concept_bgc {
    background-color: #efefef;
}
.concept_box2 img {
    position: absolute;
    bottom: -6px;
    right: 30px;
    width: 300px;
}
.concept_box3 {
    width: 1100px;
    margin: 0 auto;
}
.concept_title.center {
    letter-spacing: 3px;
    text-align: center;
}
.concept_bgc {
    padding: 80px 0;
}
.concept_title.center {
    letter-spacing: 3px;
    text-align: center;
    line-height: 2.5;
}
.viewtext_r p {
    line-height: 2;
}
.point p {
    text-align: center;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-size: 24px;
    margin: 30px 0;
    font-weight: bold;
    letter-spacing: 2px;
}
.point li {
/*    font-weight: bold;*/
    margin: 20px 0;
    letter-spacing: 2px;
}
.concept_r {
    float: right;
    width: 35%;
    text-align: justify;
    padding-left: 40px;
}
.concept_l {
    float: left;
    width: 60%;
}
.concept_sbox {
    margin: 60px 0 90px;
    overflow: hidden;
}
.concept_r.imgbox {
    width: 65%;
}
.concept_l.textbox {
    width: 35%;
    text-align: justify;
    padding-right: 20px;
}
.point {
    counter-reset: number;
    list-style-type: none !important;
}
.point li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #000;
    color: white;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    left: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.point li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}
.concept_bgc {
    position: relative;
    margin-bottom: 200px;
}
.concept_4img {
    margin-bottom: 50px;
}
.concept_box3.corde {
    border: solid 1px #b79550;
    padding: 40px;
    position: absolute;
    background-color: white;
    width: 1100px;
    bottom: 220px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.corde_l {
    float: left;
    width: 60%;
    padding-left: 55px;
    text-align: justify;
}
.corde_r {
    float: left;
    width: 36%;
}
.corde_l .corde_title {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    color: #b79550;
    border-bottom: solid 1px;
    letter-spacing: 1px;
}
.corde_l h3 {
    margin: 3px 0 20px;
}
.corde_l p {
    margin: 0;
}
.madori_btn {
    width: 100%;
}
.button03 {
    display: block;
    width: 400px;
    height: 70px;
    line-height: 4;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: black;
    border-radius: 44px;
    margin: 270px auto 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.button03:hover {
    background-color: #626262;
    color: white;
}
.point p {
    border-bottom: solid;
    width: 65px;
    margin: 0 auto 12px;
    font-size: 20px;
    padding: 0;
}
.concept_sbox p {
    line-height: 30px;
}
/* ロケーション *//* ロケーション *//* ロケーション *//* ロケーション */
.location_area {
    width: 1200px;
    margin: 0 auto;
}
.location_title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 2.5;
    letter-spacing: 3px;
  font-weight: normal;
}

.location_text {
    text-align: center;
    margin-bottom: 60px;
}
.location_sbox {
    overflow: hidden;
    margin: 15px 0 100px;
}
.locationbox_text {
    font-size: 14px;
}
.location_l {
    float: left;
    width: 80%;
}
.location_r {
    float: right;
    width: 10%;
}
.page_area.daiwa_content_3::before {
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 27rem;
    color: #f7f8f8;
    position: absolute;
    top: 4.8%;
    left: 24%;
    z-index: -1;
}
.page_area.daiwa_content_3::before {
    content: 'LOCATION';
    transform: translate(0,-50%);
}
.bg_img.houselocation {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/01/location.png);
}
.location_box2 {
    overflow: hidden;
}
.location_table caption {
    padding: 10px;
/*    background: url(/casa_series/daiwa2-I/wp-content/uploads/2018/11/21_1.gif);*/
/*    text-shadow: 0 1px #FFF;*/
    text-align: center;
    font-size: 17px;
    letter-spacing: 5px;
    background: #eee;

}
.location_table {
    width: 47%;
    float: left;
    margin: 10px 0px 8px 20px;
    border-bottom: solid 1px #eee;
}
.location_table th {
    font-size: 14px;
    border-right: none;
    width: 25%;
    padding: 0;
}
.location_table td {
    border-bottom: solid 1px #eee;
    font-size: 12px;
    text-align: left;
    padding-left: 22px;
}
.none_border td {
    border-bottom: none;
}
.none_border th {
    border-bottom: none;
}
.location_box2 {
    margin: 0 auto;
    width: 1000px;
}
.locationtable_box {
    overflow: hidden;
}
.ggmap {
    margin: 40px auto;
}
.location_table td span {
    font-size: 16px;
}
.sp{
display:none!important;
}
/*  ストーリー#14*/
.cordinate_l {
    float: left;
    width: 40%;
}
.cordinate_r {
    float: right;
    width: 60%;
}
.cordinate_l {
    text-align: center;
}
.cordinate_r {
    padding-left: 60px;
}
.cordinate_text {
    font-size: 14px;
}
.cordinate_title {
    margin: 20px 0;
    font-size: 26px;
}
.taste_number {
    width: 30%;
}
.perth {
    margin-bottom: 20px;
}
.cordinate_box1 {
    overflow: hidden;
}
.cordinate_l2 {
    float: left;
    width: 60%;
}
.cordinate_r2 {
    float: right;
    width: 40%;
}
.cordinate_r2 {
    text-align: center;
}
.cordinate_l2 {
    padding-right: 60px;
}
.cordinate_box1 {
    margin: 80px 0;
}
.ic_box {
    border: solid 1px;
    padding: 30px;
}
.ic_innerbox {
    overflow: hidden;
}
.ic_pic {
    width: 80%;
}
.ic_text2 {
    font-size: 14px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 20px 0;
}
.cordinate_box1 {
    margin: 100px 0;
}
.ic_box {
    border: solid 1px;
    padding-bottom: 50px;
}
.ic_l {

    float: left;
    width: 20%;
    text-align: center;
}
.ic_r {
    float: right;
    width: 80%;
    padding-left: 40px;
}
.ic_text span {
    font-weight: bold;
}
.ic_text {
    margin-bottom: 10px;
}
.ic_name {
    font-weight: bold;
    margin: 5px 0;
}
.ic_name span {
    font-size: 10px;
    font-family: 'EB Garamond', serif;
}
.ic_text {
    font-size: 14px;
}
.ic_text span {
    font-size: 16px;
}
.ic_title {
    text-align: center;
    font-size: 28px;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
}
.ic_stitle {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.ic_title {
    margin: 0;
}
.ic_works {
margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'Baskerville','Times New Roman',sans-serif;
}
.whitebox {
    background-color: white;
    width: 40%;
    position: relative;
    margin-left: 30%;
    bottom: -50px;
}
.ic_innerbox {
    padding: 40px 20px 0px;
}
.ic_name {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cordinate_text {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: justify;
}
.ic_stitle {
    font-weight: bold;
}
.ic_title2 {
    font-size: 14px;
}
.kiso_pic {
    margin-bottom: 110px;
}
.kiso_box {
    padding: 40px;
    border: solid 1px black;
}
.kiso_box {
    padding: 40px;
    border: solid 1px black;
    margin: -70px 0 110px;
}
.kiso_box img {
    width: 10%;
}
.kiso_box p {
    float: right;
    width: 85%;
    font-size: 13px;
    text-align: justify;
    line-height: 2;
}
.zyouto_float p {
    width: 60%;
    float: left;
}
.zyouto_float img {
    margin-bottom: 20px;
}
.zyouto_float {
    overflow: hidden;
}
.zyoto_pic {
    margin-bottom: 20px;
}
.s_text.textcenter.bold {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.kouzou_float {
    overflow: hidden;
}
.kouzou_title.clr {
    background-color: #091659;
    color: white;
}
.kouzou_box2 {
    border: solid 1px #091659;
    margin-bottom: 60px;
}
.kouzou_box1 {
    border: solid 1px #c2c2c2;
    float: left;
    width: 400px;
    padding-bottom: 40px;
}
.kouzou_title {
    background-color: #c2c2c2;
    line-height: 50px;
    text-align: center;
    font-family: ヒラギノ明朝 ProN W3;
    color: white;
}
.kouzou_purasu {
    float: left;
    margin: 200px 50px;
}
.zyoto_pic1 {
    margin: 30px 0 60px;
}
.kouzou_yazirushi {
    margin-left: 450px;
}
.kouzou_text.bold {
    font-family: ヒラギノ明朝 ProN W3;
    padding: 20px 0 0 40px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.kouzouimg {
    width: 60%;
    margin: 0 auto;
}
.kouzouimg.cs {
    width: 25%;
    margin-left: 80px;
}
.kouzou_box1 li {
    font-family: ヒラギノ明朝 ProN W3;
    padding: 0 40px 0 40px;
    list-style: none;
    font-size: 14px;
    line-height: 2;
}
.s_text.bold {
    font-size: 16px;
}
.kouzou_box2 li {
    font-family: ヒラギノ明朝 ProN W3;
    padding-left: 40px;
    list-style: none;
    font-size: 14px;
    line-height: 2;
}
.kouzou_box2 {
    overflow: hidden;
    padding-bottom: 40px;
}
.kouzou_cs_float img {
    float: left;
}
.kouzou_cs_float {
    overflow: hidden;
}
.kouzou_cs_float img {
    margin-right: 80px;
}
.kouzou_cs_float li {
    margin-right: 70px;
}
.zyoto_zentou {
    margin: 40px auto;
}
.s_text.textcenter {
    margin-bottom: 50px;
}
.zyouto_imag {
    text-align: center;
}

.s_text a {
    color: #6688ce;
}

.plan_area h3 {
    padding: 30px 0 0;
    margin-bottom: -20px;
   font-size: 14px;
   font-weight: normal;
   text-align: center;
}

.videoiWh {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.62);
}

.move {
    margin-bottom: 50px;
}

/* story 19 */

.st19 {
    text-align: center;
}

.s_h2_sub {
    margin: 0;
    color: #333;
    font-size: 14px;
}

.s19-text {
  margin: 0 auto;
    width: 700px;
    text-align: justify;
    line-height: 32px;
    letter-spacing: .08em;
}

.mg100 {
    margin: 50px auto;
}

.s19-plan {
    width: 500px;
}

.s19-img {
    width: 800px;
}

.mail.hobtn.btn {

    display: inline-block;
    position: relative;
    margin: 0 auto 15px;
        margin-right: auto;
    width: 300px;
    line-height: 4.3;
    padding: 0;
    height: 60px;
    z-index: 100;
    font-size: 14px !important;

}

.reserve.hobtn.btn {

    display: inline-block;
    position: relative;
    margin: 0 auto 15px;
    width: 300px;
    line-height: 4.3;
    padding: 0;
    height: 60px;
    z-index: 100;
    font-size: 14px !important;

}

button.ChangeElem_Btn {
    display: inline-block;
    vertical-align: bottom;
}

@media (max-width: 750px) {

.s19-text {
    width: 87%;
  line-height: 2.3;
}

.s19-plan {
    width: 90%;
}

.mg100 {
    margin: 40px auto;
}

.mg5 {
    margin: 5px auto;
}
}
/* story 19 */


/**************************************************************************************************************************
========================  SP CSS ========================  SP CSS ========================  SP CSS ========================
**************************************************************************************************************************/


@media (max-width: 750px) {

.pc{
display:none!important;
}

.sp{
display:block!important;
}

.plan_area h3 {
    padding: 30px 0 0;
    margin-bottom: -20px;
   font-size: 14px;
   font-weight: normal;
   text-align: center;
}


.sp_hd_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
}

.top_img_area {
    padding: 2%;
}

.drawer-nav {
    z-index: 100000;
}

.drawer-hamburger {
    z-index: 10000000;
}

.drawer-menu li {
    text-align: center;
    font-size: 14px;
    line-height: 3;
}

.sp_menu_title {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.drawer-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sp_menu_title span {
    border-bottom: solid 1px;
    padding: 10px 25px;
}

.sec_top {
    width: 100%;
    margin-top: 50px;
  padding: 0 20px;
}

.drawer-menu a {
    display: block;
    font-weight: bold;
    color: #333;
}

.top_img_text {
    top: 30vh;
    font-size: 15px;
    letter-spacing: 4px;
    width: 90%;
    left: 5%;
}

.top_img_text span {
    font-size: 13px;
}

a.sc_btn {
    left: 47%;
}

#blog_sec {
    margin-top: 0;
    padding: 10% 5%;
}

.top_blog_ul li {
    width: 100%;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
}

.bolg_text_area {
    top: 11vw;
}

.blog_title {
    font-weight: bold;
    font-size: 15px;
}

.blog_num {
    font-size: 15px;
}

.gotop {
    width: 12%;
}

footer {
    margin-top: 0;
}

.ft_area {
    width: 100%;
    padding: 30px 5%;
}
  
.ft_logo {
    width: 50%;
    margin: 0 auto 13px;
    position: relative;
    left: -4%;
}

.ft_com_name {
    text-align: center;
    font-size: 13px;
}

.ft_com_info {
    font-size: 12px;
    text-align: center;
}

.ft_menu li {
    font-size: 12px;
    float: left;
    margin-right: 11px;
}

.ft_menu_01 {
    position: static;
    border-left: none;
    border-top: solid 1px;
    padding-left: 0;
    padding-top: 20px;
    overflow: hidden;
}

.ft_menu_02 {
    position: static;
    overflow: hidden;
    border-left: none;
    padding-left: 0;
}

address {
    text-align: center;
    margin-top: 20px;
}

.top_img_text {
    animation-delay: 800ms;
}

a.sc_btn {
    animation-delay: 1400ms;
}

.sp_mail_btn img {
    width: 20px;
}
.sp_mail_btn {
    position: fixed;
    background-color: #000;
    width: 45px;
    top: 11px;
    right: 58px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
}

.sp_mail_btn a {
    display: block;
}

.h1_en {
    margin: 0;
}

.sp_hd_logo_02 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
}

.h1_en {
    font-size: 35px;
    padding-top: 80px;
    padding-left: 4%;
    margin-bottom: 20px;
}

.h1_en_border.is-show {
    top: 40px;
}

.page_area_small {
    padding: 4%;
        padding-bottom: 4%;
    width: 100%;
    padding-bottom: 60px;
}

.plicy p {
    font-size: 12px;
}

.h1_en_border {
    top: 40px;
}

.wrap {
    width: 100%;
}

.page_area {
    padding: 4% 4% 80px;
}

.page_title_pic {
    position: relative;
    top: 70px;
    height: 250px;
    margin-bottom: 100px;
}

.page_title_mask {
    height: 250px;
}

.page_title_area {
    top: 50px;
    width: 90%;
    left: 5%;
}

.page_title_sub {
    font-size: 18px;
}

.page_title_h1 {
    font-size: 23px;
}

.page_title_date {
    font-size: 14px;
}

.s_h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.s_text {
    font-size: 14px;
    line-height: 2;
}

.s01_01_R {
    width: 100%;
}

.s01_01_LR {
    margin-bottom: 50px;
}

.s01_02_L {
    width: 100%;
}

.s01_02_R {
    width: 100%;
}

#sitemap_list li {
    margin-right: 0;
}

.junbi {
    text-align: center;
}

.junbi span {
    display: block;
    margin-left: 0;
}

.story_page_li_L {
  width: 100%;
}
.story_page_ul li {
    padding: 20px;
    margin-bottom: 30px;
}
.story_page_li_num {
  top: -16px;
  left: 0;
}
.story_page_li_L {
    width: 100%;
    margin-bottom: 10px;
}
.story_page_li_R {
    width: 100%;
}
.story_page_li_h2 {
    font-size: 19px;
    margin-top: -6px;
}
.story_page_li_date {
  font-size: 12px;
}
.story_page_li_more {
    border: solid 1px #333;
    font-size: 14px;
    text-align: center;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    line-height: 2;
    width: 90%;
    margin: auto;
}
.contact_form_area {
    width: 100%;
}

.top_img {
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2018/04/blog_top_01_inner.png);
    background-size: cover;
}
  
.story_page_ul li:hover {
    transform: initial;
}
  
.arrow_R {
    width: 100%;
    text-align: center;
}
  
.arrow_L {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.s03_01_L {
    width: 100%;
}
.s03_01_R {
    width: 100%;
}
.s03_01_L {
    width: 100%;
    padding: 20px 15%;
}
.s03_02 {
    letter-spacing: 1.5px;
    line-height: 2;
}

.s03_01 {
    width: 100%;
    padding: 0 10%;
}

.yasuda_table {
    width: 100%;
}

.yasuda_table th {
    width: 80px;
}

.pc_br {
    display: none;
}

.s03_06 {
    letter-spacing: 1px;
}

.s03_06 .sp {
    display: inline-block !important;
}

.s04_pic_01 {
    width: 100%;
}

.s04_pic_02 {
    width: 100%;
}

.top_blog_ul {
    width: 100%;
}

.s05_pic_01 {
    margin-bottom: 30px;
}

.s04_pic_03 {
    margin-bottom: 30px;
}

.s05_pic_ul li {
    margin-bottom: 10px;
}
.daiwa_madori {
    margin: 0px auto 50px;
}
.madori_keyword {
    display: block;
    font-size: 12px;
}
.daiwa_plan {
    margin: 80px auto 30px;
    width: 35%;
}
.keyword_box {
    float: left;
    margin: 3px 3px;
    border: solid 1px #c5c5c5;
    padding: 5px;
    font-size: 12px;
}
.s_h2 br {
    display: block;
}
.madori_keyword {
    margin: 20px 0px;
}
.s_title {
    font-size: 20px;
    font-weight: bold;
    text-indent: -10px;
    margin: 20px 0;
}
.madori_textbox {
    margin-bottom: 90px;
}
    .daiwa_visit {
    margin: 60px auto 0;
    width: 20%;
}
    .daiwa_visitpoint_box {
    margin: 30px 0 0;
    text-align: center;
}
    .daiwa_visitpoint {
    font-size: 21px;
    font-weight: bold;
}
    .daiwa_visit01_r {
    float: none;
    width: 100%;
}
    .daiwa_visit01_l {
    float: none;
    width: 100%;
}
    .daiwa_visit02_r {
    float: none;
    width: 100%;
}
    .daiwa_visit02_l {
    float: none;
    width: 100%;
}
    .word_text br {
    display: none;
}
.word_text {
    text-align: justify;
}
    .word_box {
    overflow: hidden;
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
}
.word_l {
    width: 65px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.word_r {
    width: 260px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    text-align: justify;
}
    .word_text_s {
    font-size: 10px;
    line-height: 2;
    letter-spacing: 2px;
}
    .word_text_s br {
    display: contents;
}
    .daiwa_visitpoint_box p {
    margin: 0;
}
    .daiwa_visit_p {
    margin: 10px 0 0;
    font-size: 30px;
}
    .daiwa_visit_p span {
    font-size: 50px;
}
    .page_title_h1.s {
    font-size: 22px;
}
    .page_title_h1.s span {
    font-size: 14px;
}
.s_h2.s {
    font-size: 22px;
}
    .s_text span {
    font-size: 18px;
}
    .daiwa_visit_title {
    font-size: 22px;
}
    .monotone-table caption {
    margin-bottom: 1px;
    text-align: center;
    border-bottom: 4px solid #000;
    padding: 50px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 38px;
    width: 92%;
    margin: 0 auto -13px;
}
    .monotone-table caption span {
    font-size: 12px;
}
    .monotone-table {
    font-size: 12px;
}
    .monotone-table {
    width: 100%;
}
    .page_title_pic.bg_img {
    margin-bottom: 30px;
}
    .monotone-table caption {
    font-size: 24px;
    padding: 20px;
}
    .gouchi span::before {
    content: "";
    width: 30px;
    height: 0.8px;
    margin: 0 0.5em;
    background-color: #aeaeae;
    display: inline-flex;
    vertical-align: middle;
}
    .monotone-table {
    border-spacing: 0;
}
    .monotone-table caption {
    border-bottom: none;
}
    .monotone-table th {
    width: 100%;
    display: block;
    padding: 4px 10px;
    border: solid 1px #ccc;
}
    .monotone-table td {
    width: 100%;
    display: block;
    padding: 4px 10px;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: none;
}
    .monotone-table tr:last-child td {
    border-bottom: solid 1px #ccc;
}
.daiwaplan_box {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 3;
    margin-bottom: 50px;
}
    .s01_01_LR.wow.daiwaplan {
    font-size: 24px;
    margin-top: 20px;
margin-bottom: 0;
}
    .s01_01_LR.wow.daiwaplan span {
    font-size: 12px;
}
.ChangeElem_Btn {
    width: 31.33%;
    height: 45px;
    font-size: 12px;
}
.sold_out {
    height: 100%;
    font-size: 50px;
    padding-top: 320px;
    margin-top: 0;
    line-height: 1.5;
}
.sold_out span {
    font-size: 25px;
    letter-spacing: 12px;
}
.daiwaplan_tabbox_l {
    float: none;
    width: 100%;
}
    .daiwaplan_tabbox_s {
    padding: 0;
}
.daiwaplan_tabbox_r img {
    float: right;
    width: 100%;
    padding-bottom: 20px;
}
.daiwaplan_tabbox_l img {
    width: 100%;
    margin-bottom: 10px;
}
.daiwaplan_tabbox_l p {
    font-size: 12px;
}
.daiwatag {
    text-align: center;
    font-size: 11px;
    margin: 10px;
    padding: 0 13px;
}
    .daiwaplan_title span::after {
    bottom: 7px;
}
    .daiwaplan_title {
    font-size: 30px;
    padding: 20px;
}
    .page_area.daiwa_content::before {
    display: none;
}
    .s01_01_LR.wow.daiwaplan {
    padding: 20px;
}
.daiwaplan_tabbox {
    padding: 13px;
}
    .daiwaimg li {
    width: 100%;
}
        .horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  display: -ms-flexbox;
  display: flex; 
}
.horizontal_scroll {
    padding-bottom: 13px;
}
.horizontal_scroll > li {
    width: 100%;
    min-width: 230px;
}
.horizontal_scroll img {
vertical-align: bottom; 
}
.horizontal_scroll > li:last-child {
  padding-right: 5px; 
}
.horizontal_scroll > li:last-child {
    padding-right: 0; 
} 
.daiwaplan_point {
    font-size: 18px;
    text-align: center;
    margin: 20px 10px 20px;
    line-height: 2;
}
    .daiwaplan_tabbox_l p {
    margin-bottom: 0;
}
    .daiwaplan_title span::after {
    width: 35px;
}
    .architect_box0 {
    width: 100%;
}
    .architect_title {
    letter-spacing: 2px;
    font-size: 18px;
}
    .architect_r {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 12px;
}
.architect_name {
    font-size: 17px;
    margin: 10px auto 20px;
    width: 64%;
    border-bottom: none;
}
    .architect_name span {
    font-size: 10px;
    margin-left: 22px;
}
    .pro_box_r {
    float: none;
    margin: 10px auto;
    width: 50%;
}
.architect_table th {
    width: 22%;
    border-bottom: solid 2px;
    font-size: 12px;
}
.architect_table td {
    font-size: 12px;
    width: 80%;
    border-bottom: solid 1px;
}
    .architect_table {
    margin: 15px 0;
}
    .pro_text {
    font-size: 12px;
}
    .architect_l {
    float: none;
    width: 100%;
}
    .pro_box_l {
    float: none;
    text-align: center;
}
    .plan_area {
    width: 100%;
}
    .architect_area {
    background-color: #f6f6f6;
    padding: 4%;
}
    .ChangeElem_Btn_Content {
    margin: 20px 0;
}
    .plan_area {
    width: 100%;
    padding: 4%;
}
    .plan_title {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 2px;
}
    .page_area.daiwa_content {
    padding-bottom: 0;
}
    .architect_box0 {
    padding: 40px 0;
}
    .architect_text {
    margin-bottom: 20px;
}
    .plan_area {
    margin: 0 auto 40px;
}
.architect_text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
    text-align: justify;
}   
/* コンセプト *//* コンセプト *//* コンセプト *//* コンセプト *//* コンセプト */
    .s01_01_LR.wow.mgnb {
    margin-bottom: 30px;
}
.beginning {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
}
.page_area.daiwa_content_2#content {
    margin-top: 40px;
    margin-bottom: 30px;
}
.page_area.daiwa_content_2::before {
    display: none;
}
    .page_area.daiwa_content_2#content {
    padding: 0;
    width: 100%;
}
.concept_box {
    width: 100%;
    padding: 4%;
    background: none;
    position: static;
}   
.concept_area {
    width: 100%;
}   
.concept_box h2 {
    letter-spacing: 2px;
    font-size: 18px;
}   
    .concept_text {
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
}
    .concept_title.white {
    letter-spacing: 2px;
    line-height: 2;
    font-size: 18px;
}
    .concept_box2 {
    padding: 4%;
}
.concept_box2 {
    padding: 4%;
    width: 100%;
    height: 230px;
}
    .concept_area img {
    width: 100%;
    margin: 0;
}
    .viewbox {
    width: 100%;
}
    .viewtext_r {
    width: 100%;
    z-index: 2;
    position: relative;
}
.concept_box2 img {
    position: absolute;
    bottom: -4px;
    right: 2px;
    width: 200px;
    z-index: 1;
}
    .concept_text.white {
    text-align: justify;
}
    .viewtext_l {
    width: 100%;
    padding: 0;
    text-align: left;
}
    .concept_r {
    width: 100%;
    padding: 0;
}
    .concept_r .concept_title {
    font-size: 16px;
}
    .concept_box3 {
    width: 100%;
    padding: 4%;
}
.point {
    width: 100%;
    margin: 0;
    padding: 10px;
}
.point p {
    border-bottom: solid;
    width: 65px;
    margin: 0 auto 12px;
    font-size: 20px;
    padding: 0;
}
    .point li {
    margin: 0 10px;
    font-size: 14px;
    letter-spacing: 1px;
}
    .concept_l {
    width: 100%;
}
.concept_sbox {
    margin: 0;
}
.concept_l.textbox {
    width: 100%;
    padding: 0;
}
    .concept_r.imgbox {
    width: 100%;
}   .concept_box3 {
    padding-bottom: 0;
}
    .concept_box3.corde {
    margin: -110px auto 0;
}
.concept_box3.corde {
    padding: 20px;
    width: 92%;
    overflow: hidden;
    position: static;
    margin-top: -110px;
    margin-bottom: 30px;
}
    .corde_l {
    width: 100%;
    padding: 0;
}
    .corde_l h3 {
    margin: 3px 0 10px;
    font-size: 16px;
}
    .corde_r {
    width: 100%;
}
    .concept_l.textbox h3 {
    font-size: 16px;
}
    .concept_bgc {
    padding: 20px 0;
}
.concept_bgc {
    padding: 20px 0 130px;
    margin-bottom: 0;
    position: static;
}
    .concept_text.mgn {
    margin: 10px 0;
}
.button03 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 30px;
}
    .concept_4img {
    margin-bottom: 0;
}
    .concept_title.center {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0;
}
    .kuwari {
    margin-bottom: 20px;
}
    .concept_sbox p {
    line-height: 25px;
}
    .concept_text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
}
    .viewtext_r p {
    margin: 10px auto;
}
/* ロケーション *//* ロケーション *//* ロケーション *//* ロケーション */
.page_area.daiwa_content_3.content::before {
    display: none;
}   
.location_area {
    width: 100%;
}   
.location_title {
    font-size: 18px;
    margin: 20px 0;
    line-height: 2;
}
    .location_text {
    margin: 0;
    font-size: 14px;
    text-align: justify;
}
    .location_box1 {
    margin-top: -20px;
}
    .location_r {
    float: right;
    width: 25%;
}
    .locationbox_text {
    font-size: 11px;
}
    .location_l {
    float: left;
    width: 70%;
}
    .location_sbox {
    margin: 10px 0 0;
}
    .location_box2 {
    width: 100%;
}
    .location_table {
    width: 100%;
    margin: 10px 0;
}
    .location_table caption {
    font-size: 14px;
}
        .location_table td {
    font-size: 12px;
}
.location_table td {
    font-size: 12px;
    width: 165px;
    padding-left: 12px;
}
.location_table th {
    font-size: 12px;
    width: 60px;
    padding: 0;
}   
    .location_table td span {
    font-size: 12px;
}
    .ggmap {
height: 0;
overflow: hidden;
padding-bottom: 130%;
position: relative;
    margin: 10px auto;
}
.ggmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
    .location_sec01.fadeInUp.wow {
    position: static;
}
.cordinate_l {
    float: none;
    width: 100%;

}
    .cordinate_r {
    float: none;
    width: 100%;
    padding: 0;
}
.cordinate_box1 {
    margin: 10px 0 40px;
}
    .cordinate_l2 {
    padding: 0;
    width: 100%;
}
    .cordinate_r2 {
    float: none;
    width: 100%;
}
    .ic_l {
    width: 100%;
}
    .ic_r {
    width: 100%;
    padding: 0;
}
    .ic_box {
    border: solid 1px;
    padding: 0;
}
    .ic_pic {
    width: 50%;
}
    .ic_title {
    line-height: 1;
}
    .whitebox {
    background-color: white;
    width: 80%;
    position: relative;
    margin-left: 10%;
    bottom: -20px;
}
.ic_l {
    margin: 50px 0 10px;
}
    .ic_text {
    font-size: 12px;
}
    .ic_text span {
    font-size: 14px;
}
    .ic_box {
    padding: 4%;
}
    .ic_innerbox {
    padding: 0;
}
    .ic_title {
    font-size: 22px;
}
    .ic_stitle {
    text-align: center;
    font-size: 14px;
    margin-bottom:50px;
}
.ic_stitle {
    margin: 5px auto 20px;
    font-weight: bold;
    font-size: 14px;
}
    .ic_text2 {
    font-size: 12px;
}
    .cordinate_title {
    font-size: 18px;
        margin: 15px 0;
}
    .perth {
    width: 70%;
}
    .ic_box {
    margin-top: -40px;
}
    .kiso_pic {
    margin-bottom: 40px;
}
.kiso_box {
    text-align: center;
    padding: 10px;
    margin: -20px 0 40px;
    height: 230px;
}
.kiso_box img {
    width: 25%;
}
    .kiso_box p {
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
}
    .zyouto_float p {
    width: 100%;
}
.zyouto_float img {
    float: none;
    margin-bottom: 20px;
}
    .zyoto_text.sp {
    font-size: 12px;
}
    .kouzou_box1 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.kouzou_img {
    margin-left: 20px;
}
    .kouzou_text.bold {
    padding: 15px 0 0 20px;
    font-size: 14px;
}
    .kouzou_box1 li {
    font-size: 12px;
    padding-left: 20px;
}
    .kouzou_box2 li {
    font-size: 12px;
    padding-left: 20px;
}
    .kouzou_yazirushi {
    margin: 0;
}
    .kouzou_purasu.sp {
    float: none;
    margin: 0 auto;
}
.kouzou_box1 {
    margin-bottom: 0;
}
    .kouzou_yazirushi.sp {
    margin: 0 auto;
}
    .kouzou_cs_float img {
    float: none;
}
    .kouzou_box2 li {
    font-size: 12px;
    padding: 0 15px 0 15px;
    margin: 0;
}
    .kouzou_box2 {
    padding-bottom: 20px;
}
    .kouzou_box1 li {
    font-size: 12px;
    padding: 0 15px 0 15px;
}
    .kouzou_box2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
    .kouzou_title {
    margin-bottom: 10px;
}
    .kouzouimg.cs {
    width: 60%;
    margin: 0 auto;
}
    .s_text.textcenter {
   margin-bottom: 20px;
}



.ChangeElem_Btn.sold {
    vertical-align: -6px;
}

.ChangeElem_Btn.space {
    vertical-align: -6px;
}

.soldout-title {
    margin: 50px 0 30px 0;
    font-size: 25px;
}
.soldout-txt {
    line-height: 2;
    font-size: 14px;
}


}

















/**************************************************************************************************************************
========================  renewal CSS ========================  renewal CSS ========================  
**************************************************************************************************************************/

header{
  top: 0;
}
.hd_memu_area {
    display: none;
}

.hd_mail {
    display: none;
}

.top_img {
    display: none;
}

.main-hd{
    display: none;
}

.gotop {
    display: none;
}

body{
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

p{
    font-size: 14px;
}

a{
    color: #fff;
    transition: .3s;
}


h1 img {
    width: 150px;
    object-fit: contain;
}

a:hover{
    color: #fff;
}

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding:15px 0 0px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.hidden{
    transform: translateY(-100%) scale(1.025);
    opacity: 0;
    filter: blur(5px);
}

.logo-link{
    display: block;
    transition: .3s;
}

.logo-link:hover{
    opacity: .5;
}

.hd-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 2%;
    max-width: 1400px;
    margin: 0px 43%;
    width: 57%;
}

.hd-top .brand-logo {
    padding: 0;
}

.txt {
    line-height: 2.2;
}

.hd-top-copy {
    margin: 0;
    font-size: 13px;
    text-align: right;
}

.hd-btm {
    display: flex;
    align-items: center;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.hd-list {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0 30px;
    margin: 0 auto;
}

.hd-item {
    text-align: center;
    width: 70px;
}

.hd-item a {
    color: #000;
    font-size: 12px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.hd-item a::after {
    position: absolute;
    bottom: -9px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #3900c6;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.hd-item a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.hd-item:last-child{
    margin-right: 0;
}

.hd-item:nth-child(7n) {
    margin-right: 1vw;
}

.hd-item span {
    display: block;
    font-size: 11px;
    line-height: 1;
}

.btn-item{
    display: flex;
}

.video {
    position: fixed;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: all 2s;
    z-index: -5;
    background-color: #222;
}

#bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -100;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    background: url('poster.jpg') no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
}

/*.top_img_mask {
    z-index: -1;
}*/

.mainttl {
  position: relative;
    width: 100%;
    height: 100vh;
}

.mainttl h2 {
    position: absolute;
    top: 40%;
    right: 0;
    margin: 60px auto 0;
    max-width: 600px;
    width: 70%;
    transform: translateY(-50%) scale(1);
    transition: all 1s;
    z-index: 0;
    left: 0;
}

.top-txt-img {
  position: absolute;
  left: 3vw;
  width: 10%;
  bottom: 3vw;
  transition: all 1s;
  min-width: 100px;
  max-width: 150px;
}

.top-price-img {
    width: 230px;
    position: absolute;
    right: 2vw;
    bottom: 4vw;
}

#price {
    background: #ffe200;
    padding-bottom: 5px;
}

.info-price {
    margin: 0;
    padding: 10px 0;
}

.info-price img {
    width: 300px;
    margin: 0px auto;
    display: block;
}

#merit {
    background: #2a1b71;
}

/*スクロール効果*/

.scrollView h2{
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-50%) scale(1.025);
}

.scrollView .top-txt-img{
    opacity: 0;
    filter: blur(5px);
    transform:  scale(1.025);
}

/* ----- 背景の上に表示させたいコンテンツ ----- */

.main{
    position: relative; /*必ず必要*/
    z-index: 2; /*必ず必要*/
    margin: auto;
    padding-top: 50px;
    color: #fff;
    text-align:center;
}

.mainbg {
    background: url(/casa_series/daiwa2-I/wp-content/uploads/2019/09/daiwa-top-bg2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background: url(/casa_series/daiwa2-I/wp-content/uploads/2019/10/daiwa_panorama.gif);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-size: cover;
    background-position: center;
}

/* ----- 背景の上に表示させたいコンテンツ ----- */

.inner {
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.h2{
    margin-bottom: 20px;
    font-family: 'Baskerville','Times New Roman',sans-serif;
    font-size: 48px;
    font-weight: normal;
}

.h3 {
    font-size: 50px;
    font-weight: normal;
}

.fo10 {
  font-size: 12px;
  margin-bottom: 10px;
}

.f30 {
    font-size: 30px;
}

.sm-date {
    font-size: 0.6em;
    margin-left: 5px;
}

.op-font {
    line-height: 1.5;
}

#main .reserve {
    width: 400px;
    height: auto;
}

#main{
    position: relative;
}

/* -------------------- #info -------------------- */


#info .f10 {
    margin: 0;
}

#info .f30 {
   margin-bottom: 20px;
}


#concept .txt {
    line-height: 2.5;
}

.main .link {
    margin-right: 10px;
}

#concept .concept-more:hover .arrow {
    width: 100px;
}

.arrow {
    display: inline-block;
    width: 75px;
    height: 1px;
    position: relative;
    transform: translateY(-2px);
    transition: all .8s;
        transition-duration: 0.8s;
    transition-duration: .8s;
}

.arrow-line {
    height: 1px;
    background-color: #FFF;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.arrow-line2 {
    width: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

#info,
#concept,
#story{
    padding: 100px 0 70px;
}

.btn-box {
    width: 600px;
    margin: 0 auto;
    display: flex;
}


/* -------------------- .blog -------------------- */


.blog-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.blog-list li {
    position: relative;
    flex-basis: 25%;
    overflow: hidden;

}

.blog_pic img {
    object-fit: cover;
    width: 100%;
    height: 23vw;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    overflow: hidden;
}

.blog-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.blog-list li:hover .blog_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-list li:hover .blog-mask {
    background: linear-gradient(-45deg, #3D00CBC4 , rgba(0, 92, 255, 0.18));
    background: -webkit-linear-gradient(-45deg, #3D00CBC4 , rgba(0, 92, 255, 0.18));
    background: linear-gradient(-45deg, #3D00CBC4 , rgba(0, 92, 255, 0.18));
    background: -ms-linear-gradient(-45deg, #3D00CBC4, rgba(0, 92, 255, 0.18));
}

@media all and (-ms-high-contrast: none){
  .blog-list li:hover .blog-mask{
    background: #2f20a2;
    opacity: 0.4;
  }
}



.blog-list li:hover .blog-text{
    opacity: 1;
}

.blog-text{
    position: absolute;
    top: 5px;
    left: 20px;
    opacity: 0;
}

.blog-num {
    font-size: 40px;
    display: inline;
}

.blog-date {
    font-size: 11px;
    margin-top: -15px;
}

.blog-title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s;
    -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
      line-height: 1.2;
}

.blog-list li:hover .blog-title {
    opacity: 1;
}

.read-more {
    border: 1px solid #fff;
    display: inline-block;
    line-height: 4;
    width: 300px;
}

.read-more:hover {
    background: #fff;
    color: #000 !important;
}

/* -------------------- #content -------------------- */

#content {
    margin-top: 100px;
}

#content .inner {
    max-width: 1024px;
}

.content-menu {
    list-style: none;
}

.content-menu li {
    margin-bottom: 200px;
}

.content-menu li a{
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.content-menu li:nth-child(2n) a{
    flex-direction : row-reverse
}

.menu-l {
    width: 670px;
    overflow: hidden;
    cursor: pointer;
}

.menu-l img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.content-menu li:hover .menu-l img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#content .content-menu li:hover .arrow {
    width: 135px;
}

.menu-r {
    max-width: 410px;
    width: 40.0391%;
    text-align: justify;
    z-index: 100;
    margin-left: -5vw;
    text-shadow: black 0 0 15px;
}

.content-menu li:nth-child(2n) .menu-r{
    margin-right: -5vw;
    margin-left: 0;
}

.img-area {
    background: url(/casa_series/daiwa2-I/wp-content/uploads/2019/09/daiwa-img.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 300px;
}



/* -------------------- #reserve-area -------------------- */


#reserve-area {
    padding: 7vw;
    color: #fff;
    background: #23303c;
}

.flow dt {
    display: flex;
    align-items: center;
    padding: 8px;
    font-weight: normal;
    font-size: 17px;
}

.flow dt:before, .flow dt:after {
    content: "";
    flex-grow: 1;
    height: 1px; /* 線の太さを変えたいときはここを変える */
    background: #fff; /* 線の色を変えたいときはここを変える */
    margin:0 .7em; /* 文字と線の余白用 なくても良い */
}

.flow dd {
    margin: 0;
}

.flow-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.flow-list li {
    width: 25%;
    padding: 3%;
}

.flow-num {
    margin: 0;
    color: #fff;
}

.flow-num span {
    font-size: 20px;
    margin-left: 2px;
    color:#e30079;
}

.flow-img {
    width: 60px;
    margin: 20px;
}

.flow-ttl {
    font-size: 18px;
    margin-bottom: 5px;
}

.flow-ex {
    font-size: 12px;
    text-align: justify;
}

.flow-list li:nth-of-type(n+2)::before {
    content: "";
    position: absolute;
    top: 45%;
    left: -5px;
    width: 25px;
    height: 25px;
    background: url(/casa_series/daiwa2-I/wp-content/uploads/2019/05/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.flow-list li:nth-of-type(n+2) {
    position: relative;
}

#reserve-area .f30 {
    margin-bottom: 10px;
}

.blackBtn {
    display: inline-block;
    width: 400px;
    padding: 20px;
    margin-top: 20px;
    background: #000;
}

.blackBtn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


/* -------------------- footer -------------------- */


#test-ft{
    display: block;
    position: absolute;
    width: 100%;
}

.menubr {
    width: 100%;
    background: #000;
}

.menubr-list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.menubr-item {
    z-index: 100;
    text-align: center;
    padding: 0 1%;
    font-size: 14px;
    transition: .3s;
}

.menubr-item:hover {
    opacity: .7;
}

.menubr-item span {
    display: block;
    font-size: 11px;
}

#contact-box {
    width: 100%;
    padding: 0 50px;
    background: #fff;

}

#contact-box #main .hobtn{
    margin: unset;
}

#contact-box .mail.hobtn.btn {
    margin-right: 10px ;
}

#contact-box p{
    margin-bottom: 10px;
    text-align: center;
}

#contact-box .contact-txt{
    margin: 0;
    line-height: 1.8;
}

.contact-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
}

.contact-inner div{
    flex-basis: 35%;
}

#contact-box .left {
    text-align: center;
}

 #contact-box .right {
    text-align: center;
    margin-bottom: 30px;
}

#contact-box .left a {
    font-size: 40px;
}

.contact-container .left a:hover {
    transition: 0.3s;
    color: #dbae42;
}

.store-info {
    font-size: 12px;
}

.tel-link{
    color: #000;
    position: relative;
}

.tel-link:hover {
    color: #000;
    opacity: .5;
}

.tel-link::before {
    content: "";
    background-image: url(/casa_series/daiwa2-I/wp-content/uploads/2019/05/tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    background-position: center;
    left: -45px;
    top: -2px;
}

/* -------------------- pagetop -------------------- */

.pagetop {
    background: #c5c5c5;
    text-align: center;
}

.pagetop a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: 0.3s;
}
.pagetop a:hover {
    background: #686868;
    color: #fff;
}


/* -------------------- footer -------------------- */


.ft-upper {
    background: #000;
    padding: 50px;
}

.ft-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft-l img {
    width: 160px;
}

.ft-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.ft-item:not(:last-child){
    margin-right: 20px
}

.ft-item a {
    font-size: 12px;
    text-align: center;
}

.ft-item a:hover,
.ft-sub a:hover {
    opacity: .5;
}

.ft-lower {
    padding: 26px 0;
        padding-bottom: 26px;
    padding-bottom: 26px;
    text-align: center;
    background-color: #fff;
}

.ft-sub {
    text-align: right;
    font-size: 11px;
    margin-top: 10px;
}


.brand-copy {
    font-size: 11px;
    text-align: center;
    margin: 0;
}

.brand-logo {
    width: 130px;
    margin: 0 auto;
    padding: 8px 0 20px;
}

.copyright {
    font-size: 10px;
    color: #a5a5a5;
    margin: 0;
}

.brand-logo:hover {
    opacity: 0.6;
    transition: 0.3s;
}

header .brand-logo:hover{
    opacity: unset;
}

/* -------------------- hover -------------------- */



.hd-list .mail,
.hd-list .reserve {
    display: inline-block;
    width: 140px;
    height: 27px;
    line-height: 2.1;
    color: #fff;
    font-size: 12px;
}

.reserve.btn:hover{
    color: #fff;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 0 10px 0 rgb(124, 111, 255);
    filter: brightness(1.1);
}

#main #info .reserve,
#main #info .mail {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #fff !important;
    line-height: 4;
}

#main #info .mail{
    margin-right: 20px;
}

#header .reserve.btn,
#header .mail.btn{
    position: relative;
    transition:0.5s;
    width: 130px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.reserve.btn:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    transition:0.5s;
    background: linear-gradient(-135deg,#794CBD, #2F33BD);
    background: -moz-linear-gradient(-135deg,#794CBD, #2F33BD);
    background: -webkit-linear-gradient(-135deg,#794CBD, #2F33BD);
    background: -ms-linear-gradient(-135deg,#794CBD, #2F33BD);
}

.reserve.btn:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    background: linear-gradient(-135deg,#2F33BD, #794CBD);
    background: -moz-linear-gradient(-135deg,#2F33BD, #794CBD);
    background: -webkit-linear-gradient(-135deg,#2F33BD, #794CBD);
    background: -ms-linear-gradient(-135deg,#2F33BD, #794CBD);
}

.reserve.btn:hover:before{
    opacity:0;
}


.mail.btn:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    transition:0.5s;
    background: linear-gradient(-135deg, #787878, #DADADA);
    background: -moz-linear-gradient(-135deg, #787878, #DADADA);
    background: -webkit-linear-gradient(-135deg, #787878, #DADADA);
    background: -ms-linear-gradient(-135deg, #787878, #DADADA);
}


.mail.btn:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    z-index:-2;
    left:0;
    background:linear-gradient(-135deg, #DADADA , #787878);
    background: -moz-linear-gradient(-135deg, #DADADA , #787878);
    background: -webkit-linear-gradient(-135deg, #DADADA , #787878);
    background: -ms-linear-gradient(-135deg, #DADADA , #787878);
}

.mail.btn:hover:before{
    opacity:0;
}

.mail.btn:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 0 0 10px 0px rgb(117, 117, 117);
    color: #fff;
}

#main .hobtn {
    display: inline-block;
    position: relative;
    margin: 0 auto 15px;
    width: 300px;
    line-height: 4.3;
    padding: 0;
    height: 60px;
    z-index: 100;
    font-size: 14px!important;
}

.concept-more {
    display: inline-block;
    margin-left: 80px;
}

.link:hover{
    opacity: .8;
}

.menu-r:hover + .arrow {
    transform: translateX(20px);
}


.blog-list a:hover .blog-list img::before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.blog-list img::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
    -moz-transition: opacity 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition: opacity 0.6s cubic-bezier(0.28, 0.11, 0.32, 1);
    z-index: 100;
}




/* ------------------------------
   sp menu
------------------------------ */

ul#menu {
    list-style-type : none;
    background : #ffffff;
    opacity : 0.9;
    position : fixed;
    left : 0px;
    top: 55px !important;/*変更*/
    z-index : 990;
    padding: 30px 100px 50px;
    display : none;
}

ul#menu li {
    text-align : center;
}

ul#menu li a {
    text-decoration : none;
    display : block;
    padding : 10px 0;
}

ul#menu li a:hover {
    background : #a9a9a9;
    opacity : 0.7;
}


div#sp-icon {
    width: 70px;
    height: 60px;
    position: fixed;
    right: 0px;
    top: -3px;
    z-index: 1000000;
}

div#sp-icon:hover {
    cursor : pointer;
}

div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
    display : inline-block;
    width : 30px;
    height : 2px;
    background : #333;
    transition-property : transform;
    transition-duration : 0.3s;
}

div#sp-icon span {
    position : absolute;
    left : 50%;
    top : 50%;
    transform : translate( -50%, -50% );
}

div#sp-icon span:before {
    content : "";
    position : absolute;
    transform : translateY( -10px ) rotate( 0deg );
}

div#sp-icon span:after {
    content : "";
    position : absolute;
    transform : translateY( 10px ) rotate( 0deg );
}


div.sp-close span {
    background : transparent !important;
}

div.sp-close span:before {
    transform : rotate( 45deg ) !important;
}

div.sp-close span:after {
    transform : rotate( -45deg ) !important;
}

/* 追加分 */


ul#menu {
    margin: 0;
}

header.sp {
    height: auto;
    min-height: 55px;
    background: #fff;
}

.hd-in{
    padding: 10px;
}

.hd-l a {
    display: block;
}

.hd-item a {
    color: #000;
}

.hd-item:last-child a.hd-shiryo {
    margin-bottom: 10px;
}

.hd-l img {
    width: 25%;
}


/* ------------------------------
   nav sp menu
------------------------------ */


#side-contact {
    position: fixed;
    z-index: 1000;
    bottom: -100px;
    left: 0;
    width: 100%;
    
}
.nav-list {
    margin: 0;
    padding: 10px 4px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background: #fff;
}

.nav-item {
    width: calc(100%/4);
    padding: 0 3px;
}

.retina {
    width: 20px;
}

.nav-item a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 10px;
    text-align: center;
}

.nav-item a img {
    margin: 0 auto;
    width: 15px;
}

.out {
    color: #0d513e;
    border: 1px solid #0d513e;
    transition: 0.2s;
}

.out:hover {
    color: #fff;
    background-color: #0d513e;
}

.tel {
    color: #08226b;
    border: 1px solid #08226b;
    transition: 0.2s;
}

.tel:hover {
    color: #fff;
    background-color: #08226b;
}

nav .mail {
    color: #c68a00;
    border: 1px solid #c68a00;
    transition: 0.2s;
}

.mail:hover {
    color: #fff;
    background-color: #c68a00;
}

.visit {
    color: #5a5a5a;
    border: 1px solid #5a5a5a;
    transition: 0.2s;
}

.visit:hover {
    color: #fff;
    background-color: #5a5a5a;
}

/*アイコン*/

.nav-icon {
    position: relative;
    display: block;
    width: 15px;
    height: 17px;
    margin: -3px auto 1px;
    background-size: 15px 17px;
}

.nav-icon img {
    display: none!important;
}

.out .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/out-off.png);
}

.tel .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/tel-off.png);
}

.mail .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/mail-off.png);
}

.visit .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/visit-off.png);
}



.out:hover .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/out-on.png);
}

.tel:hover .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/tel-on.png);
}

.mail:hover .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/mail-on.png);
}

.visit:hover .nav-icon {
    background-image: url(/casa_series/yamanoue5-1/wp-content/uploads/2019/04/visit-on.png);
}

.brand-area {
    margin-bottom: 70px;
}

.kakunin.btn {
    background: #000;
}


.sp {
    display: none;
}

.fotorama__arr--prev {
   left: 60px;
}


/**************************************************************************************************************************
========================  SP CSS ========================  SP CSS ========================  SP CSS ========================
**************************************************************************************************************************/

@media (max-width: 750px) {


.pc{
display:none!important;
}

.sp{
display:block!important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.h2{
    font-size: 30px;
}

.h3 {
    font-size: 28px;
}

p {
    font-size: 12px;
}
/*.main {
    padding-top: 200px;
}*/


.s19-text{

  font-size:14px;
  letter-spacing: 0.4px;
}

.s_h2_sub{
  font-size: 12px;
}

.img-area {

    height: 150px;

}

.hd-item {
    width: unset;
}

.mainbg{
  margin-top: 50px;
  background: unset;
  background-size: unset;
  background-repeat: unset;
}

.h2 .sp {
    padding: 40px 10px;
    position: absolute;
  top: 0;
}

.top-txt-img { 
    width: 22vw;
    top: 10vh;
    right: 2%;
}

.mainttl h2 {
    width: 53vw;
    max-width: inherit;
    margin:0;
    width: 100%;
    transform: unset;
    position: unset;
}

.f30 {
    font-size: 20px;
}

.btn-box {
    display: unset;
}

#main #info .btn {
    width: 80%;
    margin: 0;
}

#main #info .mail.btn {
    margin-bottom: 15px;
}

#concept .txt {
    margin-bottom: 30px;
}

#content .inner {
    margin: 0;
    width: 100%;
}

.content-menu li {
    margin: 0;
}

.content-menu li a{
    position: relative;
    display: block;
    width: 100%;
}

.menu-l {
    width: 100%;
}

.content-thum {
    object-fit: cover;
    width: 100%;
    height: 60vw;
}

.menu-r {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 5vw;
}
/*
#content .blog-mask {
    background: #000;
    opacity: .2;
}*/

.txt {
    margin-bottom: 0;
}

.flow {
    margin-top: 30px;
}

.flow-list {
    padding: 0 20px;
}

.flow-list li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 auto 10;
}

.flow-list--l {
    width: 28%;
   margin-right: 2%;
}

.flow-list--r {
    width: 70%;
    text-align: left;
}

.flow-img {
    margin: 0;
    width: 60%;
}

.flow-ttl {
    font-size: 14px;
    margin: 0;
}

.flow-ex {
    font-size: 12px;
    text-align: justify;
    line-height: 1.5;
}

.flow-list li:nth-of-type(n+2)::before {
    display: none;

}

.tel-link {
    margin-left: 20px;
}

.ft-upper {
    padding: 4vw;
}

.ft-box {
    display: unset;
}

.ft-l {
    text-align: center;
}

.ft-l img {
    width: 100px;
}

.pagetop a {
    padding: 10px;
}

.blog-list {
    padding: 4vw;
}

.blog-list li {
    flex-basis: 50%;
}

.blog_pic img {
    height: 46vw;
}

.info-merit {
    width: 200px;
    margin: 0 auto;
    padding: 20px 0px 40px;
}

.blog-list {
    margin-bottom: 20px;
}

#contact-box .left a {
    font-size: 35px;
}

.blog-text {
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    opacity: 1;
}

.blog-title {
    font-size: 12px;
}

#reserve-area {
    padding: 60px 7vw;
}

.content-menu li{
    position: relative;
}

.content-menu li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000003d;
    top: 0;
    left: 0;
}

.content-menu li:hover::after {
  background: unset;
}

#test-ft .ft-lower {
    padding-bottom: 90px;
}

#main .hobtn {
    width: 100%;
}

.blog-mask {
    background: linear-gradient(-45deg, #25007BC9 , rgba(0, 92, 255, 0.18));
    background: -webkit-linear-gradient(-45deg, #25007BC9 , rgba(0, 92, 255, 0.18));
    background: linear-gradient(-45deg, #25007BC9 , rgba(0, 92, 255, 0.18));
    background: -ms-linear-gradient(-45deg, #25007BC9 , rgba(0, 92, 255, 0.18));
}

.blog-title {
  opacity: 1;
}

.blog-list li:hover .blog-mask {
    background: unset;
}

ul#menu {
    padding: 0;
}

.hd-item {
    width: 50%;
    float: left;
}

ul#menu li a{
    padding: 20px 0;
}

.hd-item a::after {
    display: none;
}

.hd-item:nth-child(odd)  {
    border-right: 1px solid #aeaeae;
}

.hd-item {
    border-bottom: 1px solid #aeaeae;
}

.hd-item:nth-child(5n+X){
    border-bottom: none;
}

#test #main .btn{
    width: 100%;
}

.inner{
    width: 100%;
}

#info {
    padding: 20px 7vw 0;
}


#contact-box {
    padding: 0 7vw;
}

.mainttl {
    height: unset;
}
}



/* ------------------------------
  来場予約
------------------------------ */

tr{
  letter-spacing: 0;
}

.privacy-area {
    width: 100%;
    height: 150px;
    overflow: scroll;
    border: 1px dotted #c5c5c5;
    line-height: 1.8;
    margin-top: 40px;
    padding: 10px;
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
}

.privacy-area h3 {
    font-size: 16px;
    font-weight: bold;
}


.privacy-area h4 {
    font-size: 14px;
}



input::placeholder {
  color: #c0c0c0;
}


body.page-id-1143 footer,
body.page-id-1143 header,
body.page-id-163 footer,
body.page-id-163 header,
body.page-id-159 footer,
body.page-id-159 header,
body.page-id-186 footer,
body.page-id-186 header,
body.page-id-190 footer,
body.page-id-190 header,
body.page-id-192 footer,
body.page-id-192 header{
    display: none;
}

#request,
#confirm,
#thanks{
    font-family: noto;
}

.contact-ttl {
    margin: 60px auto 30px;
    width: 350px;
    color: #000;
}

.contact-ttl img {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.contact-ttl p {
    display: inline-block;
    font-size: 21px;
}


.contact-txt {
    margin-bottom: 20px;
    line-height: 1;
}

.contact-item {
    width: 100%;
    background: #eee;
    padding: 10px 0px 10px 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.5;
}

.contact-item:first-child {

    padding-left: 0 !important;

}
.contact-list {
    width: 500px;
    margin: 0 auto;
    list-style: none;
    display: flex;
}
.contact-item span {
    background: #4d4d4d;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 5px;
    margin-right: 10px;
}
.contact-item.act {
    background: #929292;
    color: #fff;
}

.contact-item li:last-child:before,
.contact-item li:last-child:after{
    display:none;
}
.contact-item::before,
.contact-item::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.contact-item::before{
    top: -0.6px;
    right: -16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 21.5px 0 21.5px 1em;
    z-index: 10;
}
.contact-item::after{
    top: -0.6px;
    right: -15px;
    border-style: solid;
    border-color: transparent transparent transparent #eee;
    border-width:21.5px 0 21.5px 1em;
    z-index: 10;
}
.contact-item li.act{
    background: #9bbb30;
    font-weight: bold;
}
.contact-item.act::after{
    border-color: transparent transparent transparent #929292;
}

.request-container {
    background: #fff;
    max-width: 800px;
    margin: 30px auto 0;
    padding: 50px;
    font-family: noto;
    font-size: 14px;
    line-height: 2.5;
/*    border: 1px solid #c5c5c5;
    box-shadow: 0px 10px 10px rgba(177, 177, 177, 0.4);*/
}

.request_table th {
    width: 30%;
    background: #eee;
    border: 1px solid #c5c5c5;
    padding: 11px !important;
    font-weight: normal;
}

.request_table td {
    border: 1px solid #c5c5c5;
    padding: 15px;
}

#zip,#zip1 {
  width: 100px;
  display: inline-block;
}

.td_subtext.confirm_none {
  display: block;
}

.td_subtext {
  display: block;
}

.inbl span {
    display: inline-block;
}

.hissu {
    display: inline;
    background: #e44126;
    padding: 3px;
    font-size: 11px;
    color: #fff;
    margin-left: 5px;
}

.nin {
    display: inline;
    background: #ccc;
    padding: 3px;
    font-size: 11px;
    color: #fff;
    margin-left: 5px;
}

.ninni {
    display: inline;
    background: #939393;
    padding: 3px;
    font-size: 11px;
    color: #fff;
    margin-left: 5px;
}

.send-btn {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
}

.send-btn .btn {
  display: flex;
  font-weight: normal;
}

.kakunin {
    margin: 0 auto;
    display: inherit;
}

.modoru {
    margin-right: 10px;
}

.soushin {
    background: #dbae42;
    color: #000;
}

.contact-txt {
  font-size: 13px;
  text-align: center;
  margin-bottom: 50px;
}


.thankstxt-box {
    max-width: 700px;
    margin: 50px auto;
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
}

.thanks-txt span {
    font-size: 20px;
    display: inline-block;
}


.date.hasDatepicker {
  width: 45%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

.time {
   border: 1px solid #ccc;
    border-radius: 0;
    padding: 8px 20px 8px 10px;
    font-size: 16px;
}

.ui-datepicker td:nth-child(4) {
       filter: brightness(30%);
      pointer-events: none;
}



@media (max-width: 750px) {


.pc{
display:none!important;
}

.sp{
display:block!important;
}

body.page-id-1143 header,
body.page-id-1143 header,
body.page-id-159 header,
body.page-id-186 header,
body.page-id-190 header,
body.page-id-192 header,
body.page-id-156 nav,
body.page-id-163 nav,
body.page-id-159 nav,
body.page-id-186 nav,
body.page-id-190 nav,
body.page-id-192 nav{
    display: none!important;
}



.contact-list {
  width: 100%;
  padding: 0 5vw;
}

.request-container {
  max-width: inherit;
  padding: 30px 5vw;
}

.contact-txt {
  margin-bottom: 20px;
}

.td_subtext {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.request_table th {
  width: 100%;
  display: block;
  padding: 0px 5px !important;
  border-bottom: none;
}

.request_table td {
  width: 100%;
  display: block;
}

.mwform-radio-field-text {
  font-size: 13px;
}

.request-container {
    border: none;
    box-shadow: inherit;
}

.privacy-area {
    height: 100px;
    margin-top: 20px;
}

.ft-list {
    justify-content: space-around;
}

.ft-item {
    padding: 5px 0;
}

.ft-item:not(:last-child) {
    margin-right: 0;
}

.ft-item a {
    font-size: 11px;
}


  .date.hasDatepicker {
    width: 100%;
      margin-bottom: 10px;
  } 
  .time {
    width: 100%;
  }
  
}




/* ------------------------------
  フォトギャラリー
------------------------------ */


.fotorama__arr--next {
  left: 90%;
}




.sp2 {
  display:none;
}


.fotorama__caption__wrap {
  width: 78.7%;
}

@media only screen and (max-width: 500px) {

  .fotorama__arr--prev {
    left: 0px;
}
  
  .sp2 {
  display:block;
}
  
.fotorama__nav--thumbs {
    top: 65px;
   margin: 0;
}
  .fotorama__caption {
    top: 220px;
  }
  .fotorama__caption__wrap {
    width: 100% ;
    text-align: left;
    background: #000;
  }
  .fotorama__wrap {
          padding-bottom: 120px;
       padding-top: 40px !important;
  }
    

  div.controlWrap {
    height: 100px;
     -webkit-overflow-scrolling: touch;
  }
.fotorama__arr--prev {
  left: 0% !important ;
}


  .fotorama__img {
      height: 268.5px;
      object-fit: cover;

  }

.move {

    margin-bottom: 20px;
    padding: 10px;

}
	
img.top-img2.sp {
    width: 100%!important;
}

  
}
