@charset "UTF-8";
/*!
Theme Name: manzaikyokai2018new
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: manzai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

manzaikyokai is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

max - 41823b

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
a {
  color: #ed5204;
}

a:visited {
  color: #694008;
}

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

.mgtop4 {
  margin-top: 4px;
}

.mgbottom4 {
  margin-bottom: 4px;
}

.pdtop4 {
  padding-top: 4px;
}

.pdtb1 {
  padding: 1rem 0;
}

.mgtop8 {
  margin-top: 8px;
}

.mgbottom8 {
  margin-bottom: 8px;
}

.pdtop8 {
  padding-top: 8px;
}

.pdtb2 {
  padding: 2rem 0;
}

.mgtop12 {
  margin-top: 12px;
}

.mgbottom12 {
  margin-bottom: 12px;
}

.pdtop12 {
  padding-top: 12px;
}

.pdtb3 {
  padding: 3rem 0;
}

.mgtop16 {
  margin-top: 16px;
}

.mgbottom16 {
  margin-bottom: 16px;
}

.pdtop16 {
  padding-top: 16px;
}

.pdtb4 {
  padding: 4rem 0;
}

.mgtop20 {
  margin-top: 20px;
}

.mgbottom20 {
  margin-bottom: 20px;
}

.pdtop20 {
  padding-top: 20px;
}

.pdtb5 {
  padding: 5rem 0;
}

.mgtop24 {
  margin-top: 24px;
}

.mgbottom24 {
  margin-bottom: 24px;
}

.pdtop24 {
  padding-top: 24px;
}

.pdtb6 {
  padding: 6rem 0;
}

.mgtop28 {
  margin-top: 28px;
}

.mgbottom28 {
  margin-bottom: 28px;
}

.pdtop28 {
  padding-top: 28px;
}

.pdtb7 {
  padding: 7rem 0;
}

.mgtop32 {
  margin-top: 32px;
}

.mgbottom32 {
  margin-bottom: 32px;
}

.pdtop32 {
  padding-top: 32px;
}

.pdtb8 {
  padding: 8rem 0;
}

.mgtop36 {
  margin-top: 36px;
}

.mgbottom36 {
  margin-bottom: 36px;
}

.pdtop36 {
  padding-top: 36px;
}

.pdtb9 {
  padding: 9rem 0;
}

.mgtop40 {
  margin-top: 40px;
}

.mgbottom40 {
  margin-bottom: 40px;
}

.pdtop40 {
  padding-top: 40px;
}

.pdtb10 {
  padding: 10rem 0;
}

.mgtop44 {
  margin-top: 44px;
}

.mgbottom44 {
  margin-bottom: 44px;
}

.pdtop44 {
  padding-top: 44px;
}

.pdtb11 {
  padding: 11rem 0;
}

.mgtop48 {
  margin-top: 48px;
}

.mgbottom48 {
  margin-bottom: 48px;
}

.pdtop48 {
  padding-top: 48px;
}

.pdtb12 {
  padding: 12rem 0;
}

.mgtop52 {
  margin-top: 52px;
}

.mgbottom52 {
  margin-bottom: 52px;
}

.pdtop52 {
  padding-top: 52px;
}

.pdtb13 {
  padding: 13rem 0;
}

.mgtop56 {
  margin-top: 56px;
}

.mgbottom56 {
  margin-bottom: 56px;
}

.pdtop56 {
  padding-top: 56px;
}

.pdtb14 {
  padding: 14rem 0;
}

.mgtop60 {
  margin-top: 60px;
}

.mgbottom60 {
  margin-bottom: 60px;
}

.pdtop60 {
  padding-top: 60px;
}

.pdtb15 {
  padding: 15rem 0;
}

.mgtop64 {
  margin-top: 64px;
}

.mgbottom64 {
  margin-bottom: 64px;
}

.pdtop64 {
  padding-top: 64px;
}

.pdtb16 {
  padding: 16rem 0;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background: url(images/paperbk1.jpg);
  color: #444;
  font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}

@media print {
  body {
    overflow: visible !important;
  }
}
#main {
  padding-bottom: 13rem;
}

#secondary {
  padding-bottom: 10.5rem;
}

footer {
  position: absolute;
  width: 100%;
  height: 10.5rem;
  bottom: 0;
  overflow: hidden;
}

.cover-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background: url(images/front1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.cover-box .bkRGBA {
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
.cover-box .bkRGBA .cover-box-cont {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 786px) {
  .cover-box {
    display: none;
  }
}

.p-top-icon {
  max-width: 9rem;
  margin: 0.8rem auto;
}
@media screen and (max-width: 786px) {
  .p-top-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 786px) {
  .f-icon-big {
    max-width: 7rem;
    margin: 0.5rem auto;
  }
}
@media screen and (min-width: 992px) {
  .f-icon-big {
    max-width: 8rem;
    margin: 0.5rem auto;
  }
}
@media screen and (min-width: 1180px) {
  .f-icon-big {
    max-width: 9rem;
    margin: 0.5rem auto;
  }
}
@media screen and (min-width: 1280px) {
  .f-icon-big {
    max-width: 9rem;
    margin: 0.8rem auto;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 786px) {
  .for-sm {
    display: block;
  }
}

#topicons a img {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
#topicons a img:hover {
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.ti-icon-big {
  max-width: 14rem;
  margin: 1rem 1rem 2rem 1rem;
}

.wh100 {
  width: 100%;
}

.fl-right {
  float: right;
}

.marg-center {
  margin: 0 auto;
}

.pcpd-8 {
  padding: 0 0.8rem;
}
@media screen and (max-width: 786px) {
  .pcpd-8 {
    padding: 0;
  }
}

/**
 * header
 * ----------------------------------------------------------------------------
 */
.top-door {
  position: relative;
  width: 100%;
  padding-top: 18%;
  -moz-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.35) inset, 0 -6px 3px -3px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.35) inset, 0 -6px 3px -3px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.35) inset, 0 -6px 3px -3px rgba(0, 0, 0, 0.35) inset;
}
.top-door .in-door-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.top-door .in-door-box h1 {
  display: none;
  margin-left: 0.8rem;
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 1px 2px 3px #000;
}
@media screen and (max-width: 786px) {
  .top-door .in-door-box h1 {
    font-size: 1.7rem;
  }
}

.is-fixed {
  position: fixed;
  top: 1rem;
  left: 0;
  z-index: 2;
  width: 100%;
}

.site-header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #ffe9a8;
  background-image: url(images/headfootbg.png);
  background-repeat: repeat-x;
  width: 100%;
  padding-top: 1.1rem;
}

.site-header-logo {
  display: none;
}
@media screen and (max-width: 786px) {
  .site-header-logo {
    display: block;
    position: fixed;
    top: 1.1rem;
    left: 0px;
    z-index: 1000;
    background-color: #ffe9a8;
    width: 100%;
    text-align: center;
  }
  .site-header-logo img {
    max-height: 5rem;
    padding: 1rem 0;
  }
}

.site-header-pr {
  background-color: #ffe9a8;
  background-image: url(images/headfootbg.png);
  background-repeat: repeat-x;
  width: 100%;
  padding: 1.1rem 0;
  color: #694008;
}
.site-header-pr .site-branding {
  padding-top: 1rem;
}
.site-header-pr .ti-icon-head {
  max-width: 10rem;
  margin: 1rem 2rem 0 2rem;
}

.prt-content {
  font-size: 14px;
}
.prt-content .col-prt {
  margin-left: 2rem;
}

.prt-btn {
  display: block;
}
@media screen and (max-width: 786px) {
  .prt-btn {
    display: none;
  }
}

.site-header {
  position: fixed;
  top: 1.1rem;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background-color: #ffe9a8;
  color: #694008;
}
@media screen and (max-width: 786px) {
  .site-header {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .site-header {
    padding-left: 1rem !important;
  }
}
.site-header .pd-0 {
  padding-right: 0 !important;
}
@media screen and (max-width: 992px) {
  .site-header .pd-0 {
    padding-right: 1rem !important;
  }
}
.site-header .site-branding {
  padding-top: 1rem;
}
.site-header .ti-icon-head {
  max-width: 8rem;
  margin: 0;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 992px) {
  .site-header .ti-icon-head {
    max-width: 8rem;
  }
}
@media screen and (min-width: 1180px) {
  .site-header .ti-icon-head {
    max-width: 12rem;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .ti-icon-head {
    max-width: 14rem;
  }
}
.site-header .ti-icon-head:hover {
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.site-header .f-icon-head {
  max-height: 1rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .site-header .f-icon-head {
    max-height: 1.1rem;
  }
}
@media screen and (min-width: 1180px) {
  .site-header .f-icon-head {
    max-height: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .f-icon-head {
    max-height: 1.4rem;
  }
}
.site-header .top-msg {
  text-align: center;
  padding: 0.8rem 0.8rem 0.5rem 0.4rem;
  font-size: 0.7rem;
}
@media screen and (min-width: 992px) {
  .site-header .top-msg {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1180px) {
  .site-header .top-msg {
    font-size: 0.8rem;
  }
}
.site-header .headul {
  float: right;
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .site-header .headul {
    margin: 1rem 0 0 0;
  }
}
@media screen and (min-width: 1180px) {
  .site-header .headul {
    margin: 2rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .headul {
    margin: 2.8rem 0 0 0;
  }
}
.site-header .headul li {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .site-header .headul li {
    margin-right: 0.4rem;
  }
}
@media screen and (min-width: 1180px) {
  .site-header .headul li {
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .headul li {
    margin-right: 0.8rem;
  }
}
.site-header .headul li:last-child {
  margin-right: 0;
}
.site-header .headul li a {
  -moz-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
}
.site-header .headul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.site-header .headul li .dropdown-menu {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
  background-color: #ffe9a8;
}
.site-header .headul li .dropdown-menu li {
  display: block;
  width: 100%;
}
.site-header .headul li .dropdown-menu li a {
  display: block;
  color: #ed5204;
  padding: 0.2rem;
  font-size: 0.9rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
.site-header .headul li .dropdown-menu li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
  background-color: #ed5204;
  color: #fff;
}

.no-btn {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.no-btn:hover {
  cursor: pointer;
}

#content {
  padding-top: 6.1rem;
}
#content .top-door {
  background: center top 40% / cover no-repeat;
  background-size: cover;
}
@media screen and (min-width: 786px) {
  #content .top-door {
    background: center top 25% / cover no-repeat;
  }
}
@media screen and (min-width: 786px) {
  #content {
    padding-top: 6.75rem;
  }
}
@media screen and (min-width: 992px) {
  #content {
    padding-top: 6.75rem;
  }
}
@media screen and (min-width: 1180px) {
  #content {
    padding-top: 8.15rem;
  }
}
@media screen and (min-width: 1280px) {
  #content {
    padding-top: 8.75rem;
  }
}

@media screen and (max-width: 786px) {
  #content-top {
    padding-top: 6.1rem;
  }
}

#navToggle {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 1000;
}

@media (min-width: 576px) {
  #navToggle {
    right: 1rem;
    top: 1rem;
  }
}
@media (min-width: 768px) {
  #navToggle {
    top: 3rem;
    right: 3rem;
  }
}
#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #000;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0;
}

#navToggle span:nth-child(2) {
  top: 11px;
}

#navToggle span:nth-child(3) {
  top: 22px;
}

.mt-dialog {
  width: auto;
  margin: 0px !important;
  float: right;
  right: 0;
  width: 100% !important;
}

.mt-content {
  background-color: rgba(3, 0, 76, 0.5) !important;
  border-radius: 0rem !important;
  width: 100% !important;
}

.mt-body {
  padding: 0px !important;
}
.mt-body .mid-box {
  padding: 1.8rem 0 !important;
  background-color: rgba(170, 170, 170, 0.9) !important;
  width: 100%;
}
.mt-body .mid-box:after {
  content: "";
  display: block;
  clear: both;
}
.mt-body .mid-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mt-body .mid-box ul li {
  display: block;
  margin: 0;
  padding: 0.4rem 0;
  text-align: center;
}
.mt-body .mid-box ul li img {
  max-height: 1.5rem;
}
.mt-body .mid-box ul li a {
  -moz-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  cursor: pointer;
}
.mt-body .mid-box ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mt-body .closeimg {
  width: 4.2rem;
  margin: 2.3rem auto;
  cursor: pointer;
  padding: 1rem;
  border: 1px #fff solid;
  transition: 0.2s;
  transform: rotateZ(0deg);
}
.mt-body .closeimg:hover {
  transform: rotateZ(10deg);
}

@media (min-width: 768px) {
  .md-dialog {
    margin: 5rem 0px 0px 0px !important;
  }

  .md-content {
    padding: 5rem;
  }

  .md-body {
    padding: 0px !important;
  }
  .md-body .mid-box {
    padding: 5rem;
  }
  .md-body .mid-box:after {
    content: "";
    display: block;
    clear: both;
  }
  .md-body .mid-box p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .md-body .closeimg {
    margin-top: 5rem;
  }
}
/**
 * footer
 * ----------------------------------------------------------------------------
 */
#footer_copy {
  display: block;
  font-size: 0.7rem;
}

.site-footer-prt {
  background-color: #ffe9a8;
  background-image: url(images/headfootbg.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding: 0.5rem 0 1.2rem 0;
  color: #694009;
  text-align: center;
}

.site-footer {
  background-color: #ffe9a8;
  background-image: url(images/headfootbg.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 1.2rem;
  color: #694009;
  text-align: center;
}
.site-footer .snsul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .snsul li {
  display: inline-block;
  margin: 2rem 1rem 1rem 1rem;
}
.site-footer .snsul li a img {
  -moz-transition: ease-in-out 0.1s;
  -o-transition: ease-in-out 0.1s;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}
.site-footer .snsul li a img:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.site-footer .snsicon {
  max-width: 3.5rem;
}

.site-footer .widget-area,
.sidebar .site-footer {
  text-align: left;
}

.site-footer a {
  color: #fff;
}

.site-footer .widget a {
  color: #fff;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  color: #fff;
}

.site-info {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0px 0;
  width: 100%;
}

.news_list_thumb {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}

.news_item_photo {
  width: 9rem;
  height: 9rem;
  background: #fff;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid #eee;
  padding: 0.1rem;
}
.news_item_photo a img {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.news_item_photo a img:hover {
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 786px) {
  .news_item_photo {
    float: initial;
    margin: 0 auto;
  }
}

.home_news_title {
  float: none;
  width: 93%;
}
@media screen and (max-width: 786px) {
  .home_news_title {
    width: 100%;
    padding: 1.5rem;
  }
}
.home_news_title .headline {
  font-weight: bold;
  line-height: 2rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 786px) {
  .home_news_title .headline {
    line-height: 1.5rem;
    font-size: 0.9rem;
  }
}
.home_news_title span {
  font-size: 0.8rem;
}
.home_news_title .date {
  color: #777;
  font-size: 0.8rem;
}
.home_news_title a {
  color: #222;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home_news_title a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #444;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home_news_title a:hover::after {
  width: 100%;
}

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

.txtcenter {
  text-align: center !important;
}

#content {
  width: 100%;
}

.syozoku-icon, .oshirase-icon {
  margin-left: 3rem;
}

.manzaidaikoshin-icon, .otoiawase-icon {
  margin-right: 3rem;
}

.koen-icon {
  margin-left: 1.8rem;
}

.okaimono-icon {
  margin-left: 1rem;
}

.kyokai-icon {
  margin-right: 1.8rem;
}

.kyuji-icon {
  margin-right: 3rem;
}

/* ----------------------------------------------------------------------
 page builder
---------------------------------------------------------------------- */
.pb_layout {
  margin: 0 0 3rem 0;
}

.pb_layout_content {
  position: relative;
}

.pb_layout_image img {
  display: block;
}

.pb_layout_desc p:last-child, .pb_layout_desc p:only-child {
  margin: 0;
  font-size: 0.8rem;
}

.pb_layout .image_top .pb_layout_image {
  margin: 0 0 10px 0;
}

.pb_layout .image_bottom .pb_layout_image {
  margin: 15px 0 0 0;
}

/* 1column */
.pb_layout1 .pb_layout_headline {
  font-size: 220%;
  line-height: 180%;
}

/* 2column */
.pb_layout2 .pb_layout_content {
  width: 50%;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  float: left;
}

.pb_layout2 .pb_layout_content:last-child {
  float: right;
}

.pb_layout2 .pb_layout_headline {
  font-size: 180%;
  line-height: 180%;
}

/* 3column */
.pb_layout3 .pb_layout_content {
  width: 33%;
  width: -webkit-calc(100% / 3 - 40px);
  width: -moz-calc(100% / 3 - 40px);
  width: calc(100% / 3 - 40px);
  float: left;
  margin: 0 60px 0 0;
}

.pb_layout3 .pb_layout_content:last-child {
  float: right;
  margin: 0;
}

.pb_layout3 .pb_layout_headline {
  font-size: 150%;
  line-height: 180%;
}

/* 4column */
.pb_layout4 .pb_layout_content {
  width: 25%;
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
  float: left;
  margin: 0 40px 0 0;
}

.pb_layout4 .pb_layout_content:last-child {
  float: right;
  margin: 0;
}

.pb_layout4 .pb_layout_headline {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

/* imglist */
.pb_image_list {
  margin: 0 0 100px 0 !important;
  padding: 0 !important;
}

.pb_image_list li {
  list-style-type: none;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
}

.pb_image_list li img {
  display: block;
  width: 100%;
  height: auto;
}

.pb_image_list.image_num1 li {
  width: 100%;
}

.pb_image_list.image_num2 li {
  width: 50%;
}

.pb_image_list.image_num3 li {
  width: 33.333333%;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}

.pb_image_list.image_num4 li {
  width: 25%;
}

.pb_image_list.image_num5 li {
  width: 20%;
}

.pb_image_list.image_num6 li {
  width: 16.666666%;
  width: -webkit-calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: calc(100% / 6);
}

/* Catchphrase */
.pb_catchphrase {
  text-align: center;
  margin: 0 0 80px 0;
}

.pb_catchphrase h4 {
  line-height: 180%;
  margin: 0 0 20px 0 !important;
}

/* Google map */
.pb_google_map {
  margin: 0 0 80px 0;
}

.pb_google_map iframe {
  width: 100%;
  height: 350px;
}

/* slider */
.pb_slider_wrap {
  width: 100%;
  position: relative;
  margin: 0 0 80px 0;
}

.pb_slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  text-align: center;
}

.pb_slider .item img {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
}

.pb_slider_nav {
  width: 100%;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  margin: 0;
}

.pb_slider_nav .item {
  margin: 0 10px 0 0;
  cursor: pointer;
  background: #000;
  display: block;
  position: relative;
}

.pb_slider_nav .item:after {
  content: "";
  box-shadow: inset 0 0 0 0 transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pb_slider_nav .item.slick-current:after {
  box-shadow: inset 0 0 0 7px rgba(0, 0, 0, 0.5);
}

/* slider allow */
.slick-arrow {
  border: none;
  height: 60px;
  width: 60px;
  overflow: hidden;
  text-indent: -400px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-prev {
  background: rgba(0, 0, 0, 0.5) url(img/common/slider_arrow1.png) no-repeat 23px;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.slick-next {
  background: rgba(0, 0, 0, 0.5) url(img/common/slider_arrow2.png) no-repeat 25px 23px;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.slick-arrow:hover {
  background-color: #000;
}

/* tab */
.pb_tab_wrap {
  margin: 0 0 80px 0;
}

.pb_tab {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
  bottom: -1px;
  clear: both;
}

.pb_tab li {
  float: left;
  list-style-type: none;
  margin: 0 -1px 0 0;
  padding: 0;
}

.pb_tab li a {
  display: block;
  border: 1px solid #ccc;
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  background: #fbfbfb;
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

.pb_tab li a.active, .pb_tab li a.active:hover {
  border-bottom: 1px solid #fff;
  background: #fff;
}

.pb_tab li a:hover {
  background: #eee;
}

.pb_tab_contents .pb_tab_content {
  display: none;
}

.pb_tab_contents {
  border: 1px solid #ccc;
  z-index: 1;
  padding: 30px 30px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pb_tab_contents .headline {
  font-size: 200%;
  margin: 0 0 30px 0;
}

.pb_layout_image {
  overflow: hidden;
}
.pb_layout_image img {
  margin: 0 auto;
}
.pb_layout_image a img {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.pb_layout_image a img:hover {
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.type-page .entry-header {
  display: none;
}

.entry-content table {
  margin: 0 0 24px 0;
}
.entry-content table td, .entry-content table th {
  border: 1px solid #bbb;
  padding: 10px 15px 7px;
  line-height: 2.2;
  background: #fff;
}
.entry-content table th {
  background: #ddd;
  font-weight: normal;
}
.entry-content .p-name {
  font-size: 2rem;
}

.koen {
  clear: both;
  margin-bottom: 1.5rem;
}
.koen .koenbox {
  display: block;
  border: 1px dotted #ccc;
  height: 100%;
  padding: 0.6rem;
}
.koen .koenbox img {
  max-width: 5rem;
  margin-right: 0.6rem;
  float: left;
}
.koen .koenbox .koenbox-txt {
  float: left;
  line-height: 1.5rem;
}
.koen .koenbox .koenbox-txt .subti {
  color: #666;
  font-size: 0.8rem;
}
.koen .koenbox .koenbox-txt .kti {
  font-weight: bold;
}
.koen .koenbox .koenbox-txt .kcont {
  font-size: 0.9rem;
}
.koen .koenbox a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.koen .koenbox:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.a-right {
  text-align: right;
}

.nav-links {
  margin: 2rem 0;
}

.btn-outline-mnzi {
  color: #694008;
  background-image: none;
  background-color: transparent;
  border-color: #694008;
}
.btn-outline-mnzi:hover {
  color: #ffe9a8;
  background-color: #694008;
  border-color: #694008;
}
.btn-outline-mnzi.focus, .btn-outline-mnzi:focus {
  -moz-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-outline-mnzi.disabled, .btn-outline-mnzi:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-mnzi.active, .btn-outline-mnzi:active, .show > .btn-outline-mnzi.dropdown-toggle {
  color: #ffe9a8;
  background-color: #694008;
  background-color: #694008;
}

.breadcrumbs {
  font-size: 0.9rem;
  padding: 0.5rem 0;
}
.breadcrumbs .fa-home {
  font-size: 1.1rem;
}

.page-title {
  color: #694008;
  font-size: 1.5rem;
  border-bottom: 3px #694008 solid;
  padding: 0 0 4px 4px;
  margin-bottom: 2rem;
}

.entry-content .row {
  line-height: 1.8rem;
}
.entry-content .row .summary-inner-h2 {
  font-size: 1.2rem;
}
.entry-content .row h3 {
  font-size: 1.3rem;
}
.entry-content .row h3 b {
  font-weight: 400 !important;
}

/*
.entry-content .row p {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 0.95rem;
}
*/

#daikoshin {
  line-height: 2rem;
}
#daikoshin h4 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
#daikoshin .koshin-top {
  text-align: right;
  font-size: 1.3rem;
}
#daikoshin .koshin-top img {
  margin-top: 0.8rem;
  max-width: 10rem;
}
#daikoshin .koshin-txt {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  #daikoshin .koshin-txt {
    font-size: 0.8rem;
  }
}
#daikoshin .koshin-img {
  width: 100%;
  padding-top: 42%;
  background: top center /cover no-repeat;
  background-size: cover;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pcmgleft {
  margin-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  .pcmgleft {
    margin-left: initial;
  }
}

.prt_hd, .prt_dv {
  width: 90%;
  margin: 0 auto;
}

.perform-entry .perform-h1 {
  background: url(images/syozoku.png) no-repeat;
  margin: 0;
  padding: 0 0 0 3.2rem;
  line-height: 2.8rem;
  background-size: 3rem;
  font-size: 1.4rem;
  text-shadow: 2px 2px 3px #999;
}
@media screen and (min-width: 768px) {
  .perform-entry .perform-h1 {
    padding: 0 0 0 7rem;
    line-height: 6.2rem;
    background-size: 6.5rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1180px) {
  .perform-entry .perform-h1 {
    font-size: 3.6rem;
  }
}
.perform-entry table {
  font-size: 14px;
}

#daikoshin h1 {
  background: url(images/manzaidaikoshin.png) no-repeat;
  margin: 0 0 1rem 0;
  padding: 0 0 0 3.2rem;
  line-height: 2.8rem;
  background-size: 3rem;
  font-size: 1.3rem;
  text-shadow: 2px 2px 3px #999;
}
@media screen and (min-width: 768px) {
  #daikoshin h1 {
    padding: 0 0 0 7rem;
    line-height: 6.2rem;
    background-size: 6.5rem;
    font-size: 2.6rem;
    margin-left: -0.5rem;
  }
}
@media screen and (min-width: 1180px) {
  #daikoshin h1 {
    font-size: 3.6rem;
  }
}

.p-sns {
  margin: 1rem 0 0 0;
}
.p-sns ul {
  float: left;
  list-style: none;
  margin: 0 0 0 0.8rem;
  padding: 0;
}
.p-sns ul li {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0;
}
.p-sns ul li a {
  color: #ed5204;
  overflow: hidden;
  position: relative;
  font-size: 0.7rem;
  text-align: center;
  padding-top: 0.25rem;
  display: block;
  width: 5rem;
  height: 5rem;
  border: solid 1px #ed5204;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.p-sns ul li a:visited {
  color: #ed5204;
}
.p-sns ul li a i {
  font-size: 4.5rem;
}
.p-sns ul li a:hover {
  background-color: #ed5204;
  color: #ffe9a8;
}
.p-sns ul li a:hover .eff-txt {
  bottom: 0;
}
.p-sns ul li:last-child {
  margin-right: 0;
}
.p-sns ul .eff-txt {
  width: 100%;
  height: 1.5rem;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  position: absolute;
  -moz-transition: bottom 0.2s ease;
  -o-transition: bottom 0.2s ease;
  -webkit-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #ed5204;
  background: #fff;
  z-index: 1;
  font-size: 0.7rem;
  padding: 0;
  margin: 0;
}

.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
}

.required-contactform7 {
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.unrequired-contactform7 {
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.table-contactform7 th {
  font-weight: bold;
}

.table-contactform7 input,
.table-contactform7 textarea {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea {
  width: 100%;
  margin: 5px 10px 10px 5px;
}

@media screen and (min-width: 900px) {
  .table-contactform7 th {
    width: 28%;
  }
}
@media screen and (max-width: 900px) {
  .table-contactform7 {
    display: block;
  }

  .table-contactform7 tbody,
  .table-contactform7 tr {
    display: block;
    width: 100%;
  }

  .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
  }

  .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none !important;
  }
}
figure.snip1384 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  padding: 1rem;
  border: 1px #ccc solid;
}
@media screen and (max-width: 786px) {
  figure.snip1384 {
    float: initial;
    margin: 0 auto;
  }
}

figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1384 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}

figure.snip1384 h3,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

figure.snip1384 h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}

figure.snip1384 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

figure.snip1384 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

figure.snip1384:hover h3,
figure.snip1384.hover h3,
figure.snip1384:hover p,
figure.snip1384.hover p,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

figure.snip1384 h3 span {
  font-size: 0.8rem;
  font-weight: 400;
}
.entbox{
  margin-bottom :3rem;
}
.entbox .title{
  text-align:center;
}


@media screen and (max-width: 786px) {
  .ltxt{
    font-size: 0.8em;
  }
}
