@charset "utf-8";

/*
Theme Name: hanataku.net
Theme URI:
Description:  hanataku.net
Version: 1.0
Author: hanataku
Tags:
*/

/*===========■COMMON=============*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
  color: inherit !important;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  max-width: 100%;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */
/*
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
*/

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*======================================
	clear
=======================================*/

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.clearfix {
  zoom: 1;
}

/*======================================
	align
=======================================*/

.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*======================================
	WP EDITOR
=======================================*/

.wp-caption {
  text-align: center;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  padding-top: 5px;
  font-style: italic;
}

.editor .wp-caption img {
  margin-bottom: 10px;
}

/*======================================
	COMMON
=======================================*/

body {
  /*
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, fantasy, sans-serif;
	*/
  font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, YuMincho,
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W3", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", serif;
}

a,
a:hover {
  text-decoration: none;
  color: #111;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select.form-control {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
}

/* ============ BX-SLIDER ============= */

.bx-slider {
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 40px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #a89e8f none repeat scroll 0 0;
  border-radius: 8px;
  display: block;
  height: 13px;
  margin: 0 15px;
  outline: 0 none;
  text-indent: -9999px;
  width: 13px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #917955 none repeat scroll 0 0;
}

/* ============ BG ============= */

.btn {
  transition: all 0.3s ease 0s;
  opacity: 1;

  letter-spacing: 0.03rem;
  text-indent: 0.03rem;
}

.btn-primary {
  color: #fff;
}

.btn-white,
.btn-light {
  color: #555 !important;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-rose:focus,
.btn-rose:hover,
.btn-rose:active,
.btn-mosgreen:focus,
.btn-mosgreen:hover,
.btn-mosgreen:active {
  color: #fff;
}

.btn.color1 {
  background-color: #b5aea2;
}
.btn.color2 {
  background-color: #fff;
  color: #767064;
}
.btn.color3 {
  background-color: #f5f5f5;
  color: #767064;
  border: 1px solid #eee;
}
.btn.color3:hover {
  background-color: #eee;
  color: #767064;
  border: 1px solid #e5e5e5;
}
.btn.big {
  padding: 13px;
  font-size: 16px;
}

.btn:hover {
  opacity: 0.9;
  border-radius: 6px;
}
.btn.color2:hover {
  background-color: #fff;
  color: #999;
}

.btn.btn-zip {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  text-indent: 0.3em;
}

a:hover,
a:active,
a:focus {
  text-decoration: inherit;
  color: inherit;
  outline: none;
}

html {
}

body {
  padding-top: 120px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body.page-id-868,
body.home {
  padding-top: 0;
}
.bb {
  border-bottom: 1px solid #ccc;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p70 {
  padding-top: 6%;
  padding-bottom: 6%;
}

.p100 {
  padding-top: 10%;
  padding-bottom: 10%;
}
.p0 {
  padding: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.no-image {
  background-color: #f0f0f0;
  color: #bbb;
  padding: 30% 0;
  text-align: center;
}
.acf-map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
body.page-id-868 .acf-map,
body.home .acf-map {
  border: none;
  margin: 0;
  height: 200px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.lazy-load,
.lazy-loaded {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.lazy-loaded {
  opacity: 1;
}

.content-main {
}
.page-header {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.article-header {
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
}
.article-title {
  margin-bottom: 20px;
}
.article-header p {
  font-size: 18px;
}
#header-home {
  background-color: #fff;
}
#header-home .container {
}
.menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 72;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s cubic-bezier(1, 0, 0, 1) all;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#menu-contact {
}

html.menu-contact-on #menu-contact {
  transform: scale(1);
  opacity: 1;
  width: 100%;
  height: 100%;
}

#menu-contact > .inner {
  padding: 6%;
  text-align: center;
}

#menu-contact > .inner > img.logo-menu {
  text-align: center;
  display: block;
  margin: 0 auto 5%;
  width: 150px;
}
#menu-contact > .inner > .menu-tel > img {
  margin-top: 10px;
}
#menu-contact > .inner > .menu-fax {
  margin-top: 2%;
}

#menu-contact > .inner > .menu-fax > a {
  border: 1px solid #ccc;
  padding: 3px 12px;
  margin-top: 10px;
  display: inline-block;
  background-color: #c6bcad;
  color: #fff;
}

#menu-contact > .inner > ul {
  margin: 3% 5%;
}
#menu-contact > .inner > ul > li {
  margin: 10px auto;
  width: 300px;
}
#menu-contact > .inner > ul > li > a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-indent: -0.2em;
  border: 1px solid #ccc;
}

#menu-contact > .inner > ul > li > a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #c6bcad;
}

#menu-contact > .inner > ul > li > small {
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
  margin-top: -7px;
  letter-spacing: 0.1em;
}

#menu-main {
}

html.menu-main-on #menu-main {
  transform: scale(1);
  opacity: 1;
}

#menu-main > .inner {
  padding: 6%;
  text-align: center;
}

#menu-main > .inner > img.logo-menu {
  text-align: center;
  display: block;
  margin: 0 auto 5%;
  width: 140px;
}
#menu-main > .inner > .menu-tel > img {
  margin-top: 10px;
}

#menu-main > .inner > ul {
  margin: 3%;
}

#menu-main > .inner > ul > li > a {
  font-size: 16px;
  padding: 7px;
  display: block;
  text-indent: -0.2em;
}

#menu-main > .inner > ul > li > a:hover {
  text-decoration: underline;
}

.menu-close {
  position: absolute;
  left: 5%;
  top: 5%;
  cursor: pointer;
}
#menu-contact .menu-close {
  position: absolute;
  left: auto;
  right: 5%;
  top: 5%;
}

.media img {
  max-width: none;
}

#nav-page #logo {
  text-align: center;
}

#nav-page ul > li > a {
  padding: 12px 0;
  display: block;
  font-size: 12px;
}
#page-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.page-header {
  background-color: #eee;
  margin: 0;
}
.page-header > h1 {
  color: #fff;
  padding: 7%;
}

#home-copy {
  position: fixed;
  margin-top: -10px;
}

#copy1 {
  transition: all 1.2s ease-in-out;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -ms-filter: blur(50px);
  -o-filter: blur(50px);
  filter: blur(50px);
  opacity: 0;
  transform: scale(0.9, 0.9);
  margin-top: 60px;
}

#copy1.on {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  margin-top: -30px;
}

#copy2 {
  position: absolute;
  transform: scale(0.9, 0.9);
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -ms-filter: blur(50px);
  -o-filter: blur(50px);
  filter: blur(50px);
  margin-top: -120px;
}

#copy2.on {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
  margin-top: -30px;
}

#wedding-bouquet {
  position: relative;
}

#wedding-bouquet-text {
  max-width: 20em;
}
#wedding-bouquet h1 {
  font-size: 18px;
  margin-bottom: 25px;
}

#wedding-bouquet p {
  max-width: 340px;
  margin-bottom: 30px;
}

#wedding-bouquet-img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

#wedding-haired h2 {
  font-size: 18px;
  margin-bottom: 40px;
}

#wedding-haired-slider img {
  border-radius: 8px;
}
#wedding-haired-text {
  margin: 0 0 0 auto;
  max-width: 24em;
}

#wedding-haired-text h2 {
  font-size: 16px;
}
#wedding-haired-text h3 {
  margin-bottom: 5%;
}
#wedding-haired p {
  margin-bottom: 3%;
}

#wedding-venue h2 {
  font-size: 18px;
  letter-spacing: 0.5em;
  margin-bottom: 0;
}

#wedding-venue {
  background-color: #000;
}
#wedding-venue-title {
  background-color: #fff;
}
#wedding-venue .inner {
  padding-bottom: 70px;
}
#wedding-venue-slider {
  margin: -3.5% auto 40px;
  max-width: 900px;
  position: relative;
}

#wedding-venue-slider .bx-controls.bx-has-pager {
  bottom: 7px;
  position: absolute;
  right: 23px;
  z-index: 70;
}

#wedding-venue-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
  border-radius: 0;
  background-color: #fff;
}
#wedding-venue-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #c6bdad;
}

#wedding-venue-slider .bx-caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  z-index: 2;
}
#wedding-venue-slider img {
  border-radius: 8px;
}
#wedding-option {
}

#wedding-haired-slider .bx-controls.bx-has-pager {
  bottom: 7px;
  position: absolute;
  right: 23px;
  z-index: 70;
}

#wedding-haired-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
  border-radius: 0;
  background-color: #fff;
}
#wedding-haired-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #c6bdad;
}

#wedding-haired-slider .bx-caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  z-index: 2;
}
#wedding-haired-slider img {
  border-radius: 8px;
}

#wedding-venue .inner > p {
  margin: 0px auto 40px;
  color: #fff;
}

#wedding-venue .inner > .btn {
}

#wedding-order h3 {
  font-size: 18px;
  margin-bottom: 50px;
}
#wedding-order-content img {
  margin-bottom: 15px;
}
#wedding-order-content h3 {
  margin-bottom: 20px;
}

#wedding-contact {
  background-image: url(/images/bg-wedding-contact.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

#wedding-contact h1 {
  font-size: 26px;
  margin-bottom: 30px;
}
.wedding-contact {
  margin-bottom: 20px;
}
.wedding-contact strong {
  font-size: 16px;
  color: #898277;
  display: block;
  margin-bottom: 15px;
}
.wedding-contact a.tel img {
  width: 295px;
  display: block;
  margin-bottom: 10px;
}

.wedding-contact small {
  font-size: 14px;
}

#page-wedding .page-header {
  background-image: url(/images/bg-page-header-wedding.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 45px 0;
}

#page-ikekomi .page-header {
  background-image: url(/images/bg-page-header-ikekomi.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#page-ikekomi .page-header h1 {
  color: #111;
}

#ikekomi-flow h3 {
  margin-bottom: 30px;
  font-size: 32px;
}

#ikekomi-flow h4 {
  font-size: 24px;
  color: #898277;
  margin: 0 0 1.5%;
}

#ikekomi-flow h4 small {
  border: 1px solid #898277;
  color: #898277;
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: top;
}

#ikekomi-flow .col-md-7 {
  padding-left: 50px;
}

#ikekomi-flow section {
  margin-bottom: 30px;
}
#ikekomi-flow img {
  margin-bottom: 20px;
}
#ikekomi-event {
  background-color: #111;
  color: #fff;
}
#ikekomi-event h1 {
  display: inline-block;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
}
#ikekomi-event-text {
  margin: 0;
  max-width: 380px;
  padding-top: 12%;
  text-align: justify;
}
#ikekomi-event .btn {
  margin-top: 30px;
}

#ikekomi-event .bx-controls.bx-has-pager {
  bottom: 7px;
  position: absolute;
  right: 25px;
  z-index: 70;
}

#ikekomi-event .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
  border-radius: 0;
  background-color: #fff;
}
#ikekomi-event .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #c6bdad;
}

#ikekomi-event-slider .bx-caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  z-index: 2;
}

#ikekomi-contact strong {
  font-weight: normal;
}
#ikekomi-contact h1,
#ikekomi-order h2 {
  margin-bottom: 20px;
}
#ikekomi-order h2 {
  font-size: 24px;
}
#ikekomi-contact strong {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

#ikekomi-order ol {
  counter-reset: number; /* 名前を付けたカウンターをリセット */
  list-style: none; /* olが数字を付けることをキャンセル */
  margin: 0;
  padding: 0;
}

#ikekomi-order ol li:before {
  /* カウンタ（数字になる部分） */
  counter-increment: number; /* 任意の名前を付けて！ */
  content: counter(number); /* 名前を付けたカウンターを呼び出し */
  /* 色を変えたり、背景画像を敷いたり！自由自在！ */
  padding: 10px;
  background-color: #bfbfbf;
  color: #fff;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 0.8;
  text-align: center;
  font-size: 18px;
  margin-right: 14px;
  letter-spacing: 0;
}

#ikekomi-order li {
  font-size: 16px;
  line-height: 50px;
}

#ikekomi-list .row > div {
  margin-bottom: 30px;
  text-align: center;
}
#ikekomi-list img {
  margin-bottom: 15px;
  display: block;
}

#ikekomi-list .btn {
  margin-top: 40px;
}

#ikekomi-contact .btn {
  margin-top: 40px;
}

#gift-order-form {
  background-color: #ebe7e0;
  padding-bottom: 8%;
}
#gift-order-for label {
  letter-spacing: 0.1em;
}

#gift-order-form .article-header h2 {
  font-size: 18px;
}
#gift-order-form .article-header p {
  font-size: 14px;
}
#gift-order-form .article-header {
  border-bottom: none;
}
#gift-order-for h3 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 5px;
}

#gift-delivery {
}

#gift-delivery table {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

#gift-delivery table th,
#gift-delivery table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px 10px;
  font-size: 18px;
}
#gift-delivery table td span {
  font-size: 14px;
}

#gift-delivery h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
#gift-episode h3 {
  margin-bottom: 20px;
}

#gift-order-form-inner {
  background-color: #fff;
  margin: 0 auto;
  max-width: 960px;
  padding: 2% 4%;
  width: 92%;
}
#gift-episode .btn {
  margin-top: 3%;
}
.gift-order-fieldset {
  margin-bottom: 5%;
}
.gift-order-fieldset > .container-fluid > .row,
.gift-order-fieldset > .container-fluid > #order-form-destination > .row {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
#gift-order-for.gift-order-fieldset > .container-fluid > .row {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.gift-order-fieldset > .container-fluid > .row:last-child {
  border-bottom: none;
}
.gift-order-fieldset > legend {
  background-color: #eee;
  padding: 7px 15px;
}

.form-control.calendar.flatpickr-input {
  background-color: #fff;
}

#gift-order-form footer {
  padding: 3% 0;
}
#gift-order-form-inner .row .radio:first-child {
  margin-top: 0;
}

.fieldset input,
.fieldset .input-group {
  margin-bottom: 10px;
}

#gift-form-submit {
  padding: 4% 0;
}

label.required,
label.any {
  display: block;
}

.required::before {
  background-color: #efa560;
  color: #fff;
  content: "Required";
  float: right;
  font-family: sans-serif;
  font-size: 10px;
  margin-left: 10px;
  margin-top: 0.5rem;
  padding: 3px 10px;
  font-weight: normal;
}
.any::before {
  background-color: #aaa;
  color: #fff;
  content: "optional";
  float: right;
  font-family: sans-serif;
  font-size: 10px;
  margin-left: 10px;
  margin-top: 0.5rem;
  padding: 3px 10px;
  font-weight: normal;
}

#gift-slider > div {
  height: 410px;
}
#gift-slider-1 {
  background-image: url(/images/img-gift-slider-1.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

#gift-slider-1 .slider-text {
}
#gift-slider-1 .slider-text h1 {
  margin-bottom: 20px;
}
#gift-slider-1 .slider-text p {
  font-size: 16px;
  line-height: 2;
}
#gift-slider-2 {
  background-image: url(/images/img-gift-slider-2.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
#gift-slider-2 .slider-text {
  color: #fff;
}
#gift-slider-2 .slider-text h1 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.6;
}
#gift-slider-2 .slider-text p {
  font-size: 16px;
  line-height: 2;
}

#gift-slider-3 {
  background-image: url(/images/img-gift-slider-3.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

#gift-slider-3 .slider-text {
}

#gift-slider-3 .slider-text h1 {
  color: #727272;
  margin-bottom: 30px;
}
#gift-slider-3 .slider-text > p {
  font-size: 16px;
  line-height: 2;
  color: #727272;
}

#page-school .page-header {
  background-image: url(/images/bg-page-header-school.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#page-school .page-header h1 {
  color: #fff;
  padding: 15% 0;
}

#school-page-header span {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
}

#school-program {
  background-image: url(/images/bg-school-program.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#school-program-next2 {
  background-color: #fff;
  padding: 50px;
  max-width: 860px;
  margin: 0 auto;
}
#school-program-next h1 {
  font-size: 28px;
  margin-bottom: 5%;
}
#school-program-next h2 {
  font-size: 24px;
  margin-bottom: 5%;
}
#school-program-next-img {
  margin-bottom: 5%;
}
#school-program-next th {
  white-space: nowrap;
  padding-right: 20px;
}
#school-program-next th,
#school-program-next td {
  padding-bottom: 0.7em;
  padding-top: 0.7em;
}

#school-program-next2 th,
#school-program-next2 td {
  padding-bottom: 0.7em;
  padding-top: 0.7em;
  font-size: 12px;
  font-weight: normal;
}

#school-program-next2 th {
  letter-spacing: 1em;
  width: 70px;
}

#school-program-next2 h3 {
  margin-bottom: 5%;
}
#school-program-next2 h3 small {
  display: block;
  margin-bottom: 15px;
}

.school-program-inner {
  background-color: #fff;
  padding: 50px;
  min-height: 590px;
}
.school-program-inner h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.school-program-inner table {
  margin-bottom: 0;
}

#school-teacher h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.5em;
}
#school-teacher h1 span {
  display: block;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
}
#school-teacher h1 small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

.school-teacher h4 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5em;
  text-align: center;
  text-indent: 0.25em;
}
.school-teacher h4 span {
  display: block;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
}
.school-teacher h4 small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  text-indent: 0.1em;
}

.school-teacher p {
  text-align: justify;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  max-width: 280px;
}

.school-teacher-profile {
}

#img-school-teacher {
  float: left;
  margin-right: 30px;
  border-radius: 50%;
}
#school-teacher h1 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  margin-top: 15px;
}
.img-school-teacher {
  border-radius: 50%;
  width: 200px;
  display: block;
  margin: 0 auto 20px;
}
#title-school-teacher-profile {
  font-size: 20px;
  color: #c6bcad;
  margin-bottom: 10px;
  margin-top: 20px;
}

.link-school-teacher-profile a {
  color: #c6bcad;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
  text-decoration: underline;
}
#title-school-teacher {
  padding: 2% 0;
}

#school-plan {
  background-color: #f5f5f5;
  background-color: #dfd7cb;
}

#school-plan-system {
  display: table;
  width: 100%;
}

#school-plan-system .plan {
  display: table-cell;
  padding: 15px 0;
}

#school-plan-system .plan .inner {
  background-color: #fff;
  padding: 30px 40px;
}

#school-plan-system #plan-threemonth.plan {
  padding: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transform: scale(1);
}

#school-plan-system .plan h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}
.schhol-plan-name {
  font-size: 32px;
  font-weight: normal;
}
#school-plan-system dt {
  margin-bottom: 10px;
}
#school-plan-system dt strong {
  letter-spacing: 0.1em;
  font-weight: normal;
}

#school-plan-system dd {
  padding: 12px 0;
  border-top: 1px solid #eee;
  font-size: 16px;
  margin: 0;
}
#school-plan-system .school-plan-price {
  font-size: 28px;
}
.school-plan-price small {
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
}
.plan .btn {
  width: 80%;
}
#school-program-list h2 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}
#school-program-list li a > div.row > div {
  padding-top: 1em;
  padding-bottom: 1em;
}
#school-program-list li time {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.icon-open {
  background-color: #c6bcad;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-right: 1em;
  padding: 2px 5px;
  text-align: center;
  width: 160px;
}
.icon-close {
  background-color: #eee;
  display: inline-block;
  font-size: 12px;
  margin-right: 1em;
  padding: 2px 5px;
  text-align: center;
  width: 160px;
}
.school-program-inner .btn {
  margin-top: 30px;
}

.list-school-img {
  margin-bottom: inherit;
  display: inline-block;
  margin-right: 1em;
}
.list-school-table {
  margin-bottom: 5%;
}

.list-school-table > tbody > tr > th {
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1em;
  padding: 1em 1em 1em 2em;
}
.list-school-table > tbody > tr > td {
  padding: 1em 2em;
}

#school-past-list {
  background-color: #f5f1ed;
}

#page-header {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0;
  z-index: 71;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s ease-in-out all;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
#page-logo img {
  width: 90px;
  transition: 0.5s ease-in-out all;
  margin-top: 1px;
}

#page-header.small {
  height: 96px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#page-header.small #page-logo img {
  width: 74px;
}

#page-header.small #btn-menu-main {
  top: 9px;
}

#page-header.small #page-logo {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  padding-top: 12px;
}

#page-header.small #nav-page ul > li > a {
  padding: 9px 0;
}

#btn-menu-main {
  cursor: pointer;
  height: 43px;
  left: 25px;
  padding: 7px 0 0;
  position: absolute;
  top: 16px;
  width: 60px;
  transition: 0.5s ease-in-out all;
}
#btn-menu-main:hover {
  background-color: #c6bcad;
}
#btn-menu-main .bar {
  background-color: #c6bcad;
  height: 3px;
  margin: 5px auto;
  width: 33px;
}
#btn-menu-main:hover .bar {
  background-color: #fff;
}

#btn-menu-contact {
  color: #898277;
  border: 1px solid #c6bcad;
  cursor: pointer;
  font-size: 12px;
  padding: 11px 0;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 16px;
  width: 120px;
  letter-spacing: 0.1em;
  transition: 0.5s ease-in-out all;
}
#btn-menu-contact:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #c6bcad;
}

#page-header.small #btn-menu-contact {
  top: 12px;
  padding: 7px 0;
  width: 120px;
}

#page-aboutus .page-header {
  background-image: url(/images/bg-page-header-aboutus.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5%;
  text-align: left;
}
#page-aboutus .page-header h1 {
  color: #333;
  margin-bottom: 25px;
  margin-top: 0;
}
.aboutus-sakuhin {
  max-width: 480px;
}
.aboutus-sakuhin img {
  margin-bottom: 30px;
}
.aboutus-sakuhin .row {
  margin-left: -6px;
  margin-right: -6px;
}
.aboutus-sakuhin .row > div {
  padding-left: 6px;
  padding-right: 6px;
}

#aboutus-yukoh {
  background-color: #000;
  background-image: url(/images/bg-aboutus-yukoh.png);
  background-position: 40% center;
  background-repeat: no-repeat;
  color: #fff;
}
#aboutus-yukoh h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: normal;
}
#aboutus-yukoh h3 small {
  margin-left: 30px;
  font-size: 18px;
}

.aboutus-text > p {
  margin-bottom: 20px;
  max-width: 480px;
  text-align: justify;
}

#aboutus-kaori {
  background-color: #f9f2e9;
  background-image: url(/images/bg-aboutus-kaori.jpg);
  background-position: 50% 0;
  color: #000;
  background-repeat: no-repeat;
}

#aboutus-kaori h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: normal;
}
#aboutus-kaori h3 small {
  margin-left: 30px;
  font-size: 18px;
}

#page-aboutus .section-header h1 {
  margin-bottom: 20px;
  margin-top: 0;
}

.section-header {
  margin-bottom: 3%;
}

#aboutus-page-header h1 {
}
#aboutus-page-header p {
  font-size: 16px;
}
#page-aboutus .section-header p {
  font-size: 18px;
}

#aboutus-philosophy-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
#aboutus-philosophy section {
  background-color: #eee;
  padding: 10px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}

#philosophy-1 {
  background-image: url(/images/bg-philosophy-1.jpg);
}

#philosophy-2 {
  background-image: url(/images/bg-philosophy-2.jpg);
}

#philosophy-3 {
  background-image: url(/images/bg-philosophy-3.jpg);
}

#aboutus-philosophy section .inner {
  background-color: #fff;
  padding: 40px;
}

#aboutus-philosophy h2 {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}

#aboutus-philosophy section .inner > p {
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}

#aboutus-philosophy section .inner img {
  display: block;
  margin: 10px auto 20px;
}
#school-concept h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
#school-concept h2 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
}

#school-concept p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#archive-topics .article-post:last-child {
  border-bottom: none;
}
.article-single-topics {
  padding-bottom: 80px;
}

#nav-topics h3 {
  margin-bottom: 20px;
}

#nav-topics ul {
  margin-bottom: 40px;
}

.list-topic {
  border-bottom: 1px solid #eee;
  line-height: 1.2;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.list-school {
  border-bottom: 1px solid #eee;
  line-height: 1.2;
}

.list-school small {
  display: block;
  margin-bottom: 5px;
}

.list-school th {
  font-weight: normal;
  letter-spacing: 2em;
  width: 8em;
}

.list-school-past {
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}
.list-school-past:last-child {
  border-bottom: none;
}
.list-school-past a {
  padding: 2% 3%;
  display: block;
  background-color: #fff;
}
.list-school-past time {
  margin-right: 1em;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.list-school-past img {
  width: 100px;
}
.list-school-past .no-image {
  width: 100px;
}
#nav-topics li strong {
  display: block;
}

.post-body img {
  border: 1px solid #ffffff;
  box-shadow:
    5px 5px 2px 2px rgba(0, 0, 0, 0.05),
    10px 10px 4px 4px rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-top: 20px;
  transition: 0.3s ease-in-out all;
}
.post-body img.alignright {
  margin-left: 30px;
  margin-right: -30px;
}

.post-body img + img,
.post-body img + img + img {
  margin-left: 0;
}

.post-body img:hover {
}

article.article-post:first-child {
  padding-top: 0;
}

.post-header {
  margin-bottom: 20px;
}

#school-archive-header h1 > span {
  display: block;
  font-size: 50%;
  margin-bottom: 5px;
}

.single-school header {
}
.single-school header > h1 > span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.single-school-body h1 {
  margin-bottom: 3%;
}
.single-school-body table {
  margin-top: 20px;
}
.single-school-body .table th {
  width: 26%;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
  vertical-align: middle;
  background-color: #f5f5f5;
}

.single-school-body .table th,
.single-school-body .table td {
  font-size: 12px;
  padding: 11px 20px;
}
.single-school-body .table td > p:last-child {
  margin-bottom: 0;
}

.single-school-form h2 span {
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}
.single-school-form .row {
  margin-bottom: 20px;
}
.single-school-form input[type="submit"] {
  height: auto;
}
.single-school-form-header {
  margin-bottom: 40px;
}
.single-school-form-header > h2 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 3%;
}
.single-school-form-body {
  max-width: 820px;
  margin: 0 auto;
}
.single-school-form-body .btn {
  margin: 5% auto 0;
  display: block;
}
.single-school-map {
  margin-bottom: 40px;
}

#logo-home {
  margin-bottom: 30px;
  margin-left: 4px;
  margin-top: -25px;
  width: 180px;
}

#header-home {
}
#header-home h1 {
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  font-weight: normal;
  margin-top: 0;
}
#header-home h1 span {
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0.2em;
}

#header-home-tel {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

#header-home-link span {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
#header-home-link span#header-home-link-fax {
  margin-top: 10px;
}
#header-home-link a {
  font-size: 11px;
  display: inline-block;
  padding: 1px 19px;
  border: 1px solid #c6bcad;
}

#header-home-link-shop {
  margin-bottom: 7px;
  background-color: #c6bcad;
  color: #fff;
  margin-right: 20px;
  display: block;
}

#header-home-link small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
#header-home-link-contact {
}
body.page-id-868 #page-header,
body.home #page-header {
  position: absolute;
  top: -200px;
}

#home-main-image {
  background-color: #111;
  background-image: url(/images/img-main-image.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
}
#img-home-main {
  opacity: 0;
}
#tubular-container {
  z-index: -2 !important;
}
#tubular-shield {
  z-index: -1 !important;
}

.bg-home-mothersday {
  background-image: url(/images/bg_home_mothersday.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10rem 0;
}

.bg-home-obon {
  background-image: url(/images/bg_home_obon.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10rem 0;
}

.bg-home-gift {
  background-image: url(/images/bg_home_gift.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 7rem 0 12rem;
}
.bg-home-thewreath {
  background-image: url(/images/bg_home_thewreath.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 6rem 0;
}

.home-section-mothersday {
  height: 42rem;
}

#home-wedding {
  background-color: #eee;
  color: #fff;
  position: relative;
}
#home-wedding {
  height: 700px;
}

#home-wedding .inner {
  width: 45%;
  max-width: 580px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.071);
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.3);
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 6%;
  text-align: justify;
}

#home-wedding-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}
#home-wedding-copy-inner {
  background-image: url(/images/bg-home-wedding-copy.png);
  background-repeat: no-repeat;
  width: 500px;
  padding: 70px 70px 30px;
}
#home-wedding-copy-inner img {
  margin-bottom: 30px;
}
#home-wedding-copy-inner h2 {
  margin-bottom: 20px !important;
}
#home-wedding-copy-inner .btn {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#home-wedding-copy-bottom {
  background-color: #fff;
  width: 500px;
  padding: 30px 70px;
  color: #727272;
}

#home-wedding-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
}
#home-wedding-slider > div {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#home-wedding-slider-1 {
  background-image: url(/images/bg-home-wedding-1.jpg);
}
#home-wedding-slider-2 {
  background-image: url(/images/bg-home-wedding-2.jpg);
  position: absolute;
  top: 0;
}
#home-wedding-slider-3 {
  background-image: url(/images/bg-home-wedding-3.jpg);
  position: absolute;
  top: 0;
}

#home-wedding h2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 10px;
}
#home-wedding p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
#home-wedding p {
  margin-bottom: 20px;
}

#home-wedding a > img {
  margin-bottom: 20px;
}
#home-wedding span {
  margin-top: 20px;
  font-weight: 100;
}
#title-home-wedding {
  margin-bottom: 20px;
}

#header-home-nav li a {
  font-size: 16px;
  letter-spacing: 0.4em;
}

.list-vertical > li {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
}
.list-vertical > li > a {
  padding: 0 5px;
  display: block;
}
#home-works {
  background-color: #fff;
}
#home-works .h2 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#title-home-works {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 6px 40px;
  margin-top: 20px;
}

#home-works-inner {
  max-width: 1240px;
  padding: 0 50px 20px;
  margin: 0 auto;
}

#home-works-inner {
}
.home-works-panel > a {
  background-color: #000;
  display: block;
  overflow: hidden;
}

.home-works-panel {
  margin-bottom: 30px;
  position: relative;
}

.home-works-panel img {
  transition: 0.5s ease-in-out all;
  opacity: 0.8;
}
.home-works-panel:hover img {
  opacity: 1;
}
.home-works-panel div {
  bottom: 45%;
  color: #fff;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-indent: 0.3em;
  opacity: 1;
  transition: 0.3s linear opacity;
}
.home-works-panel:hover div {
  opacity: 0;
}
.btn-home-contents {
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}
.btn-home-contents img {
  width: 110px;
}
.btn-home-contents a {
  display: block;
  padding: 20px;
  border: 1px solid #fff;
  margin: 10px auto 0;
}
.btn-home-contents a:hover,
.btn-home-contents.on a {
  border: 1px solid #ccc;
}
#home-school {
  background-image: url(/images/bg-home-school.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 8% 10%;
}
#home-school.home-school-test {
  background-image: url(/images/bg-home-school-movie.png);
  background-position: 50% 50%;
  -webkit-background-size: auto;
  background-size: auto;
  padding: 10%;
}
#home-school img {
  transition: 0.5s ease-in-out all;
  box-shadow: inset 0 0 1px #c6bcad;
}
#home-school img:hover {
  box-shadow: inset 0 0 50px #c6bcad;
}
#home-topics {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
#home-topics img {
  margin-bottom: 15px;
}
#home-topics ul {
  margin-bottom: 20px;
  max-width: 720px;
}

#home-topics h2 {
  font-size: 26px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
#home-topics h2 > span {
  font-size: 14px;
  display: block;
  padding-top: 15px;
}
#home-topics ul > li {
  margin-bottom: 2px;
}
#home-topics ul > li time {
  margin-right: 20px;
}
#home-topics ul > li > a {
  color: #fff;
}

#home-topics ul > li > a > strong {
  font-weight: normal;
  text-decoration: underline;
}

#btn-home-topics {
  background-color: #fff;
  color: #000;
  margin-top: 20px;
}
#btn-home-topics:hover {
  opacity: 0.8;
}
#home-blog {
  background-color: #fff;
}
#title-home-blog {
  color: #666;
  font-size: 24px;
  letter-spacing: 0.5em;
  margin-bottom: 15px;
  text-align: center;
  text-indent: 0.25em;
}

#home-blog li > a {
  padding: 0.5rem 0;
  display: block;
}
#home-blog li > a > time {
  margin-right: 10px;
}

.icon-tax {
  display: inline-block;
  margin-right: 15px;
}
.icon-tax a {
  background-color: #c6bcad;
  color: #fff;
  font-size: 10px;
  padding: 3px 20px;
}

#home-facebook {
  background-image: url(/images/bg-home-facebook.jpg);
  background-position: 50% 50%;
}

#home-facebook-left {
  background-color: rgba(255, 255, 255, 0.871);
}
#home-facebook-left .inner {
  padding: 10%;
}
#home-facebook-left .inner > h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

#home-facebook-left .fb-like {
  margin-bottom: 30px;
}
#home-facebook-right {
  background-color: rgba(255, 255, 255, 0.62);
}
#home-facebook-right .inner {
  margin: 0 auto;
  width: 500px;
}
.page-footer {
}

#page-footer-nav > h5 {
  letter-spacing: 0.2em;
  color: #999;
}
#page-footer-nav ul {
}
#page-footer-nav ul > li {
  line-height: 1.8;
}
.page-footer-nav ul > li > a {
  padding: 3px 0;
  display: block;
}
.page-footer-nav ul > li > a:hover {
  text-decoration: underline;
}

.page-footer-nav > ul a:hover {
  text-decoration: underline;
}

.works-img-thumb img {
  display: block;
}

.works-img-thumb {
}
.works-img-thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: -moz-linear-gradient(
    -135deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: -webkit-linear-gradient(
    -135deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: linear-gradient(
    -165deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=1 );
  top: 0;
  left: 0;
  opacity: 1;
}

.works-img-thumb img {
}

.works-img-thumb img:hover {
}
.works-post .post-body {
  margin-top: 20px;
}
#archive-works {
  background: #f7f5f4;
}
#archive-works > .container-fluid {
  max-width: 1440px;
  padding: 3%;
}
.flex-container {
  display: flex;
}
#archive-works .flex-container {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}

.works-post {
  flex-basis: 46%;
}

.mothersday-img {
  position: relative;
}

.mothersday-ep-01 .ttl-ep {
  position: absolute;
  top: 34%;
  left: 19%;
}

.mothersday-ep-02 .ttl-ep {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.mothersday-ep-03 .ttl-ep {
  position: absolute;
  top: 26%;
  right: 10%;
  margin: auto;
}

.mothersday-ep-04 .ttl-ep {
  position: absolute;
  top: 40%;
  right: 18%;
  margin: auto;
}

@media (min-width: 1240px) {
  .works-post {
    flex-basis: 30%;
  }
}
@media (max-width: 900px) {
  .works-post {
    flex-basis: 100%;
    padding: 0 3%;
  }
}
.works-post > .inner {
  margin: 0 auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  max-width: 540px;
  margin-bottom: 10%;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
}

.works-post .inner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.works-post-data {
  position: absolute;
  bottom: 3%;
  left: 5%;
  color: #fff;
}
.works-post-data strong {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-weight: inherit;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.works-post .post-data {
  position: absolute;
  bottom: 0;
  display: none;
}
.post-tags .post-tag {
  display: inline-block;
  margin-right: 7px;
}

.works-post-data .post-time {
  display: none;
}

.works-post-data ul {
  margin-bottom: 0;
}

.post-tags .post-tag > a {
  border: 1px solid #c6bcad;
  display: inline-block;
  padding: 1px 7px;
  border-radius: 4px;
  color: #898277;
  font-size: 9px;
  letter-spacing: 0.1em;
}
.post-tags .post-tag > a:before {
  content: "\f323";
  font-family: "dashicons";
  vertical-align: bottom;
  margin-right: 2px;
}

.post-tags .post-tag > a:hover {
  background-color: #898277;
  color: #fff;
}

.post-time {
  font-size: 12px;
  margin-bottom: 5px;
}
.tax-description {
  font-size: 14px;
}

#works-archive-header h1 > small {
  display: block;
  font-size: 18px;
  padding-top: 18px;
}
.archive-header {
  padding: 3%;
  margin-bottom: 5%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #c3bdb1;
  color: #fff;
}
.archive-header h1 {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 0;
}
.archive-header .posts-data {
  margin-bottom: 0;
  margin-top: 20px;
}

#nav-works li {
  margin-bottom: 30px;
}
#nav-works .media-object {
  width: 64px;
  height: 64px;
}

#page-company .page-header {
  background-image: url(/images/bg-page-header-company.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#footer-bar {
  background: #000000;
  color: #fff;
  padding: 10px 20px;
}
#footer-bar a {
  color: #fff;
  padding: 5px;
}

#wedding-bouquet .bx-slider a {
  display: none;
}
#wedding-bouquet .bx-controls.bx-has-pager {
  bottom: 7px;
  position: absolute;
  right: 23px;
  z-index: 70;
}

#wedding-bouquet .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
  border-radius: 0;
  background-color: #fff;
}
#wedding-bouquet .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #c6bdad;
}

#wedding-bouquet-slider {
  position: relative;
}
#wedding-bouquet-slider .bx-caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  z-index: 2;
}

#wedding-option {
}

#wedding-option-img {
  font-size: 0;
}
#wedding-option-img > img {
  max-width: calc(25% - 1px);
  margin: 0;
  display: inline-block;
  margin-right: 1px;
  box-sizing: content-box;
  background-color: #c6bdad;
  opacity: 0.5;
}
#wedding-option-img {
  overflow: hidden;
}
#wedding-option > .container-fluid {
  padding: 0;
}
#wedding-option-text {
  padding: 7% 5%;
}

#wedding-option-text > dl {
  max-width: 20em;
}

#wedding-option-text > dl > dt {
  font-size: 20px;
  margin-bottom: 5%;
}
#single-works h1 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 4%;
}
#single-works .post-body {
  margin-bottom: 3%;
}
.works-text {
  position: relative;
  padding-bottom: 80px;
}
.single-post-link {
  bottom: 0;
  left: 0;
  padding: 15px;
  position: absolute;
  margin: 0 15px;
  right: 0;
}
.single-post-link a {
  display: block;
}
#aboutus-outline table > tbody > tr:first-child > td,
#aboutus-outline table > tbody > tr:first-child > th {
  border: none;
}
#aboutus-history table > tbody > tr:first-child > td,
#aboutus-history table > tbody > tr:first-child > th {
  border: none;
}

#page-contact .page-header {
  background-image: url(/images/bg-page-header-contact.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5%;
  text-align: left;
}

#page-contact .page-header h1 {
  color: #111;
}

#contact-form {
  background-color: #f5f5f5;
}
#contact-form .article-header {
  border-bottom: none;
}

#contact-form-inner {
  background-color: #fff;
  margin: 0 auto;
  max-width: 960px;
  padding: 2% 4%;
  width: 92%;
  margin-bottom: 7%;
  border: 1px solid #eee;
}

#contact-form-inner .row {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.single-school-curriculum > div {
  margin: 0 auto 3%;
  max-width: 640px;
}

.wedding-contact > img {
  display: block;
  max-width: 320px;
  margin-bottom: 7px;
}

#page-404 .page-header {
  background-image: url(/images/bg-page-header-contact.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7% 0;
  text-align: left;
}

#page-404 .page-header h1 {
  color: #666;
}
#page-404 .page-header h1 small {
  display: block;
  margin-top: 15px;
  font-size: 20px;
}
.tax-works_type .archive-header,
.post-type-archive-works .archive-header {
  margin-bottom: 0;
}
.works-archive-nav {
  margin-bottom: 3%;
  padding: 1% 0;
  background-color: #fafafa;
  text-align: center;
}
.works-archive-nav fieldset {
  width: 680px;
  margin: 0 auto;
}

.works-archive-nav legend {
  float: left;
  display: block;
  width: 50%;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0;
}

.works-archive-nav select {
  width: 50%;
  float: right;
}

#gift-order-confirm-table {
  padding: 20px;
}

.topics-form fieldset {
  position: relative;
  margin-top: 70px;
}

.topics-form label {
  font-size: 12px;
  margin-top: 5%;
  margin-bottom: 2%;
}

.topics-form label:first-of-type {
  margin-top: 0;
}

.topics-form .form-control {
}

.topics-form legend {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -35px;
  background: none;
  left: 0;
}

.topics-form #gift-order-for h3 {
  font-size: 14px;
}
.maw30rem {
  max-width: 30rem;
}

.p-3p {
  padding: 8%;
}

.home-section-ikekomi .inner {
  padding: 5%;
}
.home-section-mothersday {
  position: relative;
}
.home-section-mothersday-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 30rem;
  margin: 0 auto;
}

.home-section-mothersday-greeting {
}

.h-100vh {
  height: 100vh;
}

.py-30vh {
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.maw-1440 {
  max-width: 1120px;
  margin: 0 auto;
}

.lh-lg {
  line-height: 1.6;
}
.bg-wall-light {
  background-image: url(/images/gift/bg_wall_light.png);
  -webkit-background-size: 64px 64px;
  background-size: 64px 64px;
}

.input-group-text {
  background-color: #fff;
}
.form-control {
  letter-spacing: 0.08rem;
}
.form-control::placeholder {
  letter-spacing: 0.08rem;
  font-weight: normal;
}

.input-group > .wpcf7-form-control-wrap {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.form-control[readonly] {
  background-color: inherit;
}

.motherday-kimochi {
  min-height: 360px;
}

.w120px {
  width: 120px;
}

.font-forum {
  font-family: "Forum", cursive;
}

@media (max-width: 1200px) {
  #home-main-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-color: inherit;
    background-repeat: no-repeat;
  }

  #aboutus-yukoh {
    background-position: 40% center;
  }
  #aboutus-page-header p {
    text-align: justify;
  }

  #aboutus-philosophy-inner h2 {
    margin-top: 0;
  }

  #aboutus-philosophy section {
    margin: 0 auto 30px;
    max-width: 640px;
    padding: 10px;
  }

  #aboutus-philosophy section .inner > p {
    margin: 0 auto;
    max-width: 440px;
    text-align: justify;
  }

  .works-img-thumb {
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    width: auto;
  }

  #archive-works .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }
  #ikekomi-event-text {
    margin: 0 auto;
    max-width: 540px;
    padding-top: 5%;
    text-align: center;
  }
  #ikekomi-event {
    margin-top: 5%;
  }
  #ikekomi-event-slider {
    margin-top: -10%;
  }

  #home-blog .row > div:first-child > ul {
    margin-bottom: 0;
  }

  .motherday-kimochi {
    min-height: inherit;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  body {
    padding-top: 83px;
  }
  .h1,
  h1 {
    font-size: 28px;
  }

  #header-home > .container {
    width: 90%;
  }

  #wedding-bouquet-text {
    max-width: none;
  }
  #wedding-bouquet p {
    max-width: none;
  }
  #home-facebook .container {
    width: 640px;
  }

  #home-facebook-left .inner {
  }
  #home-facebook-right .inner {
  }

  #copy1,
  #copy2 {
    left: 0;
  }

  #logo-home {
    width: 140px;
  }

  #header-home h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #header-home-tel {
    margin-bottom: 10px;
  }

  #header-home-tel {
    font-size: 11px;
  }

  #header-home-nav li a {
    font-size: 14px;
    letter-spacing: 0.4em;
  }
  .list-vertical > li > a {
    padding: 0 7px;
  }

  #home-blog .row > div:first-child > ul {
    margin-bottom: 0;
  }

  #page-footer-nav .row > div:first-child > ul {
    margin-bottom: 0;
  }

  #home-wedding {
    height: 590px;
  }

  #home-wedding .inner {
    max-width: 600px;
    padding: 6%;
    width: 46%;
    margin: 10px auto;
  }

  #home-wedding-slider {
    height: 590px;
  }
  #home-wedding-slider > div {
    height: 590px;
  }
  #aboutus-page-header p {
    text-align: justify;
  }

  #page-aboutus .page-header h1 {
    font-size: 28px;
  }

  #page-aboutus .section-header p {
    font-size: 16px;
    margin-bottom: 5%;
  }

  #page-header {
    height: 84px;
  }
  #page-header.small {
    height: 60px;
  }

  .archive-header h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .post-header {
    margin-bottom: 7%;
    text-align: center;
  }

  .post-body {
  }

  .post-body p {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    text-align: justify;
  }

  .post-body .topics-form p {
    max-width: none;
  }

  .post-body img.alignright,
  .post-body img.alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #nav-topics {
    padding: 50px 15px;
  }
  #nav-topics h3,
  #nav-topics h4 {
    margin-top: 0;
  }

  #archive-topics .article-post:last-child {
    border-bottom: 1px solid #ccc;
  }

  .school-program-inner {
    min-height: inherit;
    margin-bottom: 5%;
  }

  #img-school-teacher {
    width: 150px;
  }

  #school-teacher h1 small {
    margin-bottom: 15px;
  }

  #ikekomi-list .row > div {
    margin-bottom: 30px;
    display: block;
  }

  .proposal-section {
    margin: 0 auto;
    max-width: 420px;
  }

  .proposal-section p {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .proposal-section a > img {
    opacity: 0.7;
    transform: scale(1);
  }

  .proposal-section a > div {
    opacity: 1;
  }

  #home-main-image {
    background-color: #111;
    background-image: url(/images/img-main-image.jpg);
    -webkit-background-attachment: scroll;
    background-attachment: scroll;
    background-position: 50% 0;
    -webkit-background-size: 150% auto;
    background-size: 150% auto;
  }

  #gift-slider > div {
    height: 300px;
  }
  #gift-slider-1 {
    background-image: url(/images/img-gift-slider-1.jpg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #gift-slider-1 .slider-text {
  }
  #gift-slider-1 .slider-text h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #gift-slider-1 .slider-text p {
    font-size: 14px;
    line-height: 2;
  }
  #gift-slider-2 {
    background-image: url(/images/img-gift-slider-2.jpg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #gift-slider-2 .slider-text {
    color: #fff;
  }
  #gift-slider-2 .slider-text h1 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  #gift-slider-2 .slider-text p {
    font-size: 14px;
    line-height: 2;
  }

  #gift-slider-3 {
    background-image: url(/images/img-gift-slider-3.jpg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #gift-slider-3 .slider-text {
    font-size: 24px;
  }

  #gift-slider-3 .slider-text h1 {
    color: #727272;
    margin-bottom: 30px;
    font-size: 20px;
  }
  #gift-slider-3 .slider-text > p {
    font-size: 14px;
    line-height: 2;
    color: #727272;
  }

  #wedding-order-content h4 {
    text-align: left;
  }

  #wedding-order-content .row .row {
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #wedding-order-content .row .row h4 {
    margin-top: 0;
  }

  #wedding-order-content .row img {
    margin-bottom: 0;
  }

  .wedding-contact small {
    font-size: 12px;
  }
  #wedding-venue-slider {
    max-width: 90%;
  }

  #wedding-bouquet-text,
  #wedding-haired-text,
  #wedding-order-content .row > div {
    max-width: 420px;
    margin: 0 auto;
  }

  #wedding-bouquet-text > img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
  }

  #wedding-bouquet h1 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  #wedding-haired-text > img,
  #wedding-haired-text > img {
    display: block;
    margin: 0 auto;
  }
  #wedding-haired-slider {
    margin-bottom: 7%;
  }

  #wedding-haired-text h2 {
    font-size: 14px;
    text-align: center;
  }

  #wedding-haired-text h3 {
    margin: 0 auto 5%;
    text-align: center;
  }

  .post-body iframe {
    max-width: 100%;
    margin-top: 3%;
  }

  .post-body img {
    margin-bottom: 25px;
    margin-left: 0;
  }

  #single-works h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px;
  }

  #single-works .post-tags {
    text-align: center;
  }

  #single-works .post-body {
    text-align: center;
  }

  .single-post-link {
    margin: 0 auto;
  }

  #nav-works {
    max-width: 90%;
    margin: 0 auto;
  }

  .img-school-teacher {
    float: none;
    margin-right: 30px;
    border-radius: 50%;
    width: 200px;
    display: block;
    margin: 0 auto 20px;
  }

  #title-school-teacher {
    margin-top: 40px;
    margin-bottom: 0% !important;
  }

  .link-school-teacher-profile {
    width: 100%;
    float: none;
    text-align: center;
  }
  .link-school-teacher-profile a {
    width: 100%;
    float: none;
    padding: 15px 0;
    text-align: center;
  }
  .topics-form legend {
    text-align: center;
  }

  #home-wedding-copy-inner,
  #home-wedding-copy-bottom {
    margin: auto;
    max-width: 90%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .md-m-100p {
    width: 100%;
  }

  #wedding-contact {
    background-position: 55% 0;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }

  body {
    padding-top: 60px;
  }
  .p70 {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .p50 {
    padding-bottom: 5%;
    padding-top: 5%;
  }

  html.menu-main-on,
  html.menu-contact-on {
    overflow-y: hidden;
    height: 100%;
  }

  html.menu-main-on body,
  html.menu-contact-on body {
    overflow: hidden;
    height: 100%;
  }

  #aboutus-philosophy-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  #btn-menu-main {
    left: 10px;
  }

  #page-footer-nav ul > li {
    border-bottom: 1px solid #ddd;
    line-height: 2;
  }

  #page-footer-nav ul > li > a {
    padding: 5px 20px;
    display: block;
    width: 100%;
  }

  #ikekomi-list .row > div {
    margin: 0 auto 5%;
    text-align: center;
  }
  #ikekomi-list img {
    margin: 0 auto 15px;
  }

  #btn-menu-contact {
    border: 1px solid #c6bcad;
    color: #898277;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: absolute;
    padding: 2px 10px;
    right: 15px;
    top: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
  }

  #page-header.small #btn-menu-contact {
    padding: 5px 6px;
    right: 15px;
    top: 13px;
    width: auto;
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1.2;
  }

  body.home #page-header {
    position: fixed;
    top: 0;
  }

  #home-facebook-right .inner {
    padding: 5% 0;
  }
  #home-facebook-left .inner {
    padding: 5% 0;
  }
  .fb-page {
    width: 100% !important;
  }

  #home-facebook .container {
    width: 100%;
  }

  #fb-root {
    display: none;
  }

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

  #home-wedding {
    background-color: #000;
    background-image: none;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
  }
  #home-wedding {
    height: 520px;
  }
  #home-wedding .inner {
    margin: 10px auto;
    max-width: 600px;
    padding: 10%;
    width: 88%;
  }
  #home-wedding-copy h2 {
    text-align: justify;
  }
  #home-wedding-copy .btn {
    font-size: 12px;
  }

  #home-wedding-copy-bottom {
    padding: 20px 12%;
    margin: auto;
  }
  #home-wedding-slider {
    height: 520px;
  }
  #home-wedding-slider > div {
    height: 520px;
  }
  #home-wedding-slider-1 {
    background-image: url(/images/bg-xs-home-wedding-1.jpg);
  }
  #home-wedding-slider-2 {
    background-image: url(/images/bg-xs-home-wedding-2.jpg);
  }
  #home-wedding-slider-3 {
    background-image: url(/images/bg-xs-home-wedding-3.jpg);
  }

  #home-works h1 {
    font-size: 20px;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
  .section-header p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 12px;
  }

  #home-works-inner {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 10px 20px;
  }

  .home-works-panel {
    margin-bottom: 12px;
    height: 100px;
    overflow: hidden;
  }

  #home-blog ul {
    padding: 0;
  }

  #home-topics h2 {
    font-size: 18px;
  }

  #title-home-works {
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 1px 40px;
    font-size: 12px;
  }

  #home-blog {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  #home-blog li > a {
    display: block;
    padding: 10px 0;
  }
  #home-blog li > a > .icon-tax {
    display: none;
  }

  #home-facebook-left {
    padding: 8% 5%;
  }

  #home-facebook-right {
    display: none;
  }

  .page-footer {
    padding: 8% 0;
  }
  .page-footer dl {
    clear: both;
    margin-bottom: 0;
  }
  .page-footer dt {
    color: #999;
    float: none;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .page-footer dd {
    margin-bottom: 10px;
    margin-left: 0;
  }

  #home-topics ul > li {
    margin-bottom: 15px;
  }
  #home-topics ul > li time {
    display: block;
    font-size: 10px;
    margin-right: 20px;
  }

  #home-topics h2 > span {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 15px;
  }

  #home-wedding span {
    font-size: 10px;
    font-weight: 100;
    margin-top: 20px;
  }

  #page-header #page-logo img {
    width: 74px;
  }
  #page-header #btn-menu-main {
    top: 9px;
  }

  #page-header #page-logo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  #page-header {
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  #copy1,
  #copy2 {
    left: 0;
    width: 58px;
  }
  #school-concept h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
  }
  #school-concept p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 400px;
  }

  #school-program-next2 {
    max-width: 86%;
    padding: 10px 20px;
  }
  #school-program-next2 .btn {
    font-size: 12px;
    letter-spacing: normal;
  }
  .school-program-inner {
    background-color: #fff;
    min-height: inherit;
    padding: 5%;
  }
  .link-school-teacher-profile a {
    letter-spacing: normal;
  }
  #school-program-list li a {
    padding: 1em;
  }

  #page-aboutus .page-header {
    background-image: none;
    text-align: center;
  }

  #aboutus-page-header p {
    font-size: 12px;
    text-align: justify;
  }

  #aboutus-philosophy-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  #aboutus-philosophy section .inner {
    background-color: #fff;
    padding: 8%;
  }

  #page-aboutus .section-header p {
    font-size: 14px;
    margin-bottom: 5%;
  }

  #aboutus-yukoh {
    background-color: #000;
    background-image: none;
    background-position: 40% center;
    background-repeat: no-repeat;
    color: #fff;
  }
  #aboutus-philosophy p {
    font-size: 12px;
  }
  #aboutus-yukoh h3,
  #aboutus-kaori h3 {
    font-size: 28px;
  }
  #aboutus-kaori h3 small,
  #aboutus-yukoh h3 small {
    display: block;
    font-size: 12px;
    margin-left: 0;
    margin-top: 7px;
  }

  .aboutus-text > p {
    font-size: 12px;
  }

  #aboutus-kaori {
    background-image: none;
    color: #333;
  }

  .archive-header h1 {
    font-size: 20px;
  }

  .post-body img {
    margin-left: 0;
  }

  #page-wedding .page-header {
    background-image: url("images/bg-page-header-wedding.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .article-title {
    font-size: 24px;
    margin: 0 auto 5%;
    line-height: 1.4;
  }

  .article-header p {
    font-size: 14px;
    margin-bottom: 0;
  }

  #wedding-bouquet-text > img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
  }

  #wedding-bouquet h1 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  #wedding-bouquet-text,
  #wedding-haired-text {
    font-size: 12px;
    margin: 0 auto;
    max-width: 86%;
  }

  #wedding-haired-text > img,
  #wedding-haired-text > img {
    display: block;
    margin: 0 auto;
  }
  #wedding-haired-text h3 {
    font-size: 20px;
    margin-bottom: 5%;
    text-align: center;
  }
  #wedding-haired-text h2 {
    font-size: 14px;
    text-align: center;
  }

  #wedding-haired-slider {
    margin-bottom: 10%;
  }

  #wedding-venue .inner {
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 5%;
  }

  #wedding-venue-title {
    background-color: #fff;
    padding: 25px 5%;
  }

  #wedding-venue h2 {
    font-size: 14px;
    letter-spacing: 0.5em;
    margin-bottom: 0;
  }

  #wedding-venue-slider {
    margin: -3.5% auto 5%;
  }

  #wedding-venue .inner > p {
    color: #fff;
    font-size: 12px;
    margin: 0 auto 5%;
    text-align: left;
    width: 90%;
  }

  #wedding-contact h1 {
    text-align: center;
  }

  .wedding-contact strong {
    color: #898277;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
  }

  .wedding-contact small {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }

  #wedding-contact {
    background-image: none;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  #wedding-bouquet-text,
  #wedding-haired-text,
  #wedding-order-content .row > div,
  #wedding-contact .row {
    max-width: 400px;
    margin: 0 auto;
  }

  #gift-episode img {
    width: 60px;
    margin-bottom: 10px;
  }

  #gift-episode .media-body {
    font-size: 10px;
    text-align: justify;
  }

  #gift-episode strong {
    display: block;
    font-size: 14px;
    margin: 0 auto 5px;
  }

  #gift-episode-list-xs {
    margin: 0 auto;
    width: 90%;
  }

  #gift-order-form .article-header {
    border-bottom: medium none;
    margin: 0 auto;
    width: 90%;
  }
  #page-company .page-header h1,
  #page-school .page-header h1,
  #page-ikekomi .page-header h1,
  #page-wedding .page-header h1 {
    margin: 0;
    font-size: 20px;
    padding: 10% 0;
  }
  #page-school .page-header h1 {
    color: #111;
  }
  #page-company .page-header,
  #page-school .page-header,
  #page-ikekomi .page-header {
    padding: 0;
  }

  #page-school .page-header {
    background-image: none;
  }

  #gift-slider > div {
    height: auto;
  }

  #gift-slider .slider-text {
  }

  body.home {
    padding-top: 60px;
  }

  #home-copy {
    margin-top: 15px;
  }
  #header-home h1 {
    margin-bottom: 15px;
  }

  #header-home-link span {
    font-size: 10px;
  }

  #header-home-tel > img {
    margin-top: 5px;
    display: block;
  }

  #menu-main,
  #menu-contact {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #menu-main > .inner > img.logo-menu {
    margin: 0 auto 8%;
    width: 100px;
  }

  #gift-slider {
    display: none;
  }

  .tax-works_type .archive-header,
  .post-type-archive-works .archive-header {
    margin-bottom: 0;
  }
  .works-archive-nav {
    margin-bottom: 3%;
    padding: 1% 0;
    background-color: #fafafa;
    text-align: center;
  }
  .works-archive-nav fieldset {
    margin: 15px auto;
    padding: 2% 5% 0;
    width: 100%;
  }

  .works-archive-nav legend {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
  }

  .works-archive-nav select {
    width: 300px;
    float: none;
    margin: 0 auto;
  }

  #works-archive-header h1 > small {
    display: block;
    font-size: 14px;
    padding-top: 5px;
  }
  .works-post {
    padding: 0;
  }
  .works-post .inner {
    margin-bottom: 8%;
  }
  .works-post-data strong {
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 5px 0;
  }
  .works-post-data small p {
    font-size: 11px;
  }
  .works-post > .inner {
  }

  #single-works {
    padding-top: 4%;
  }
  #single-works h1 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
  }

  .post-body {
    padding: 20px;
  }

  .wedding-contact > img {
    max-width: 100%;
  }
  .wedding-contact {
    margin-top: 20px;
  }

  .table-xs-block,
  .table-xs-block tbody,
  .table-xs-block tr,
  .table-xs-block th,
  .table-xs-block td {
    display: block;
    width: 100% !important;
  }

  .table-xs-block th {
    font-size: 10px;
  }

  .table-xs-block th,
  .table-xs-block td {
    padding: 0;
  }

  .single-school header > h1 > span {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
  }

  .single-school-body h1 {
    font-size: 24px;
    margin-bottom: 3%;
  }

  .single-school-body .table th,
  .single-school-body .table td {
    border: medium none;
  }

  .single-school-form-header > h2 {
    font-size: 20px;
  }

  .single-school-form h2 span {
    font-size: 12px;
    font-weight: normal;
  }

  .single-school-information h2 {
    font-size: 20px;
  }

  .title-list-school {
    font-size: 24px;
  }

  .list-school th {
    border: none !important;
    margin-bottom: 10px;
  }

  .list-school td {
    margin-left: auto;
    margin-right: auto;
    border: none;
    margin-bottom: 20px;
  }

  .list-school-past h4 {
    font-size: 16px;
  }
  .list-school-past img,
  .list-school-past .no-image {
    font-size: 11px;
    width: 80px;
  }
  .icon-open .icon-close {
    font-size: 10px;
  }
  .list-school-past time {
    margin-bottom: 5px;
  }

  #menu-contact > .inner > img.logo-menu {
    margin: 8% auto 11%;
  }
  #menu-contact > .inner > ul > li {
    margin: 0 auto 7%;
    width: 100%;
    max-width: 300px;
  }
  #menu-contact > .inner > ul > li > a {
    padding: 4.5% 0;
    background: #f5f5f5;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: none;
  }

  #nav-topics {
    margin: 0 auto;
  }

  .topics-form {
  }

  .post-body p {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    text-align: justify;
  }

  .bg-home-mothersday {
    background-image: url("/images/bg_home_mothersday_mobile@2x.jpg");
    padding: 5rem 0;
    height: 45rem;
  }

  .bg-home-obon {
    background-image: url(/images/bg_home_obon_mobile.jpg);
    padding: 20rem 0 2rem;
  }

  .bg-home-thewreath {
    background-image: url("/images/thewreath/bg_home_thewreath_mobile.jpg");
    padding: 6rem 0;
    height: 50rem;
  }

  .bg-home-gift {
    background-image: url(/images/bg_home_gift_mobile.jpg);
    padding: 7rem 0;
    height: 50rem;
  }

  #home-wedding-copy-inner {
    margin: 0 auto;
  }

  #gift-episode-list img {
    width: 240px;
    float: left;
    margin-right: 20px;
  }

  #gift-episode-list strong {
    text-align: left;
  }

  #gift-episode-list section {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
}

@media (max-width: 768px) {
  .row-xs {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row > div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .py-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .logo-page-footer {
    width: 80px;
  }

  .bg-home-mothersday {
    height: 50rem;
  }

  .ttl-home-motherday-01 {
    max-width: 60%;
  }
  .ttl-home-motherday-02 {
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 11px;
  }
}

.bg-beige {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(243, 238, 234) 0%,
    rgb(255, 255, 255) 47%,
    rgb(239, 238, 234) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(243, 238, 234) 0%,
    rgb(255, 255, 255) 47%,
    rgb(239, 238, 234) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(243, 238, 234) 0%,
    rgb(255, 255, 255) 47%,
    rgb(239, 238, 234) 100%
  );
}

.wrm-v {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.2rem;
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  .wrm-v {
    writing-mode: horizontal-tb;
  }
}

.grecaptcha-badge {
  display: none;
}
