@charset "UTF-8";
/*!
Theme Name: ff18
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: ff18
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.

ff18 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
// # Widgets
# Content
	## Posts and pages
	## Comments
// # Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+SC');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #535353;
  font-family: 'I-OTF明朝オールドPro R', '游明朝', 'Yu Mincho', YuMincho, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin: 0;
  padding: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 14px;
  font-size: 0.875rem;
}

*,
*: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;
  padding: 0;
}

ul {
  list-style: none;
}

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: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #535353;
  text-decoration: underline;
}
a:visited {
  color: #535353;
}
a:hover,
a:focus,
a:active {
  color: #535353;
  opacity: 0.5;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

a,
a:before,
a img,
a figure,
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  transition: all 0.2s ease-out;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#site-navigation ul {
  padding: 1em;
}
#site-navigation ul li {
  margin: 0 0 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 812px) {
  #site-navigation ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}
#site-navigation ul li .ja {
  font-family: 'I-OTF明朝オールドPro R';
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 812px) {
  #site-navigation ul li .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#site-navigation .btn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#site-navigation .btn a {
  display: block;
  padding: 0.5em;
  color: #535353;
  border: 2px solid #e6e6e6;
}
#site-navigation .btn a .lead {
  color: #888;
}
#site-navigation .btn img {
  margin-right: 0.5em;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.rbr {
  display: inline-block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.container {
  width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 812px) {
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
}

.site-content {
  padding-bottom: 6em;
}

.site-branding {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3em;
  margin: 0.5em 0;
  padding: 0 1em;
}
.site-branding .site-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}

.pc-slide,
.sp-slide {
  opacity: 0;
  transition: opacity 1s linear;
}

.pc-slide.slick-initialized,
.sp-slide.slick-initialized {
  opacity: 1;
}

.mv {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media (width <=600px) {
  .mv {
    min-height: 76vh;
    position: relative;
  }
}
/* @media screen and (max-width: 1440px) { */
/* @media (width <=1440px) {
  .mv {
    max-height: 778px;
  }
} */
/* @media (1024px <= width <=1440px) {
  .mv {
    max-height: 778px;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    max-height: 551px;
  }
}
@media screen and (max-width: 812px) {
  .mv {
    width: 100%;
    max-height: 681px;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    width: 100%;
    max-height: 950px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mv {
    width: 100%;
    max-height: 419px;
    height: 100%;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    max-height: 785px;
  }
}
@media screen and (max-width: 425px) {
  .mv {
    width: 100%;
    max-height: 650px;
  }
}
@media screen and (max-width: 375px) {
  .mv {
    width: 100%;
    max-height: 617px;
  }
} */
.mv #mv-contact {
  position: relative;
  bottom: 70px;
  width: 470px;
  margin: 0 auto 1em;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.mv #mv-contact img {
  margin-left: 1em;
  vertical-align: middle;
}
.mv #mv-contact br {
  display: none;
}
@media screen and (max-width: 812px) {
  .mv #mv-contact {
    width: 70%;
    bottom: 140px;
  }
  .mv #mv-contact br {
    display: block;
  }
  .mv #mv-contact img {
    margin-left: 0;
  }
}

#mv-contact2 {
  /* position: relative; */
  /* bottom: 260px; */
  /* bottom: 200px; */
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 50%;
  min-width: 500px;
  margin: auto;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  @media (width <=1024px) {
  }
  @media (width <=600px) {
    width: 100%;
    min-width: 90%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  @media (width <=375px) {
    bottom: 0;
  }
  /* h2 {
    font-size: 18px;
    font-size: 1.125rem;
    &:before,
    &:after {
      content: '■■■';
      color: gray;
    }
    &:before {
      margin-right: 10px;
    }
    &:after {
      margin-left: 10px;
    }
  } */
  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    @media (width <=700px) {
      flex-direction: column;
      gap: 10px;
      width: 100%;
    }
    img {
      @media (width <=600px) {
        width: 60px;
        height: auto;
      }
    }
    .line {
      color: #06c755;
    }
  }
}

.mv .pc-slide {
  display: block;
}
@media screen and (max-width: 600px) {
  .mv .pc-slide {
    display: none;
  }
}
.mv .sp-slide {
  display: none;
}
@media screen and (max-width: 600px) {
  .mv .sp-slide {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 812px) {
  .sp {
    display: block;
  }
}

#home-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 3em;
}
@media screen and (max-width: 812px) {
  #home-nav {
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  #home-nav {
    margin: 2em auto;
  }
}
#home-nav li {
  width: 33%;
  margin-bottom: 0.2em;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #home-nav li {
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  #home-nav li {
    width: 100%;
    margin: 0 auto 0.1em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #home-nav li {
    width: 33%;
  }
}

.contact {
  margin: 2em 0;
}
.contact li {
  margin-bottom: 1em;
}
.note {
  width: fit-content;
  margin: 2em auto;
  padding: 0 1em;
  p {
    margin: 0 0 1em;
  }
}

.btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .btn {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    width: 90%;
  }
}
.btn a {
  display: block;
  padding: 1em;
  color: #535353;
  border: 2px solid #e6e6e6;
  text-decoration: none;
}
@media screen and (max-width: 812px) {
  .btn a {
    letter-spacing: -1px;
  }
}
.btn a .lead {
  color: #888;
}
.btn img {
  margin-right: 0.5em;
}

.title-set1 {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .title-set1 {
    width: 94%;
  }
}
.title-set1 h2,
.title-set1 h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 2em auto;
}
.plan::after {
  content: '';
  display: block;
  width: 336px;
  margin: 0 1em 1em;
}
@media screen and (max-width: 1024px) {
  .plan {
    justify-content: center;
  }
}
@media screen and (max-width: 812px) {
  .plan {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .plan {
    flex-direction: column;
  }
}
.plan li {
  width: 336px;
  margin: 0 1em 1em;
}
@media screen and (max-width: 812px) {
  .plan li {
    width: 49%;
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 600px) {
  .plan li {
    width: 100%;
  }
}
.plan li img {
  width: 336px;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 812px) {
  .plan li img {
    width: 100%;
  }
}

.plan-center {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 1em 0;
}
.plan-center li {
  width: 336px;
  margin: 0 1em 1em;
  text-align: left;
}
@media screen and (max-width: 812px) {
  .plan-center li {
    width: 49%;
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 600px) {
  .plan-center li {
    width: 100%;
  }
}
.plan-center li img {
  width: 336px;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 812px) {
  .plan-center li img {
    width: 100%;
  }
}

#home-photoplan {
  margin: 8.75em 0 0;
}
#home-photoplan #seasonal {
  display: flex;
  justify-content: center;
  margin: 6.25em auto;
}
@media screen and (max-width: 812px) {
  #home-photoplan #seasonal {
    flex-direction: column;
  }
}
#home-photoplan #seasonal li {
  width: 480px;
}
@media screen and (max-width: 812px) {
  #home-photoplan #seasonal li {
    width: 100%;
    margin-bottom: 1em;
  }
}

.section {
  padding: 5em 0;
}
@media screen and (max-width: 812px) {
  .section {
    padding: 2.5em 0;
  }
}

#home-otherphoto {
  background-color: rgb(239, 250, 255);
}
#home-otherphoto ul {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}
#home-otherphoto ul li {
  width: 480px;
  text-align: left;
}
@media screen and (max-width: 812px) {
  #home-otherphoto ul li {
    width: 100%;
    margin-bottom: 1em;
  }
}

#home-forbiz {
  background-color: rgb(244, 251, 251);
}

#home-gallery .multiple-items {
  margin: 0 auto 3em;
}
#home-gallery .multiple-items .slick-slide div {
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 812px) {
  #home-gallery .btn {
    padding: 3em 0 2em;
  }
}

.post-list {
  width: 50em;
}
@media screen and (max-width: 812px) {
  .post-list {
    width: 90%;
  }
}
.post-list li {
  margin-bottom: 0.75em;
  padding: 1em;
}
.post-list li span {
  display: inline-block;
  width: 90px;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid rgb(227, 231, 232);
}
@media screen and (max-width: 812px) {
  .post-list li span {
    width: 100%;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    border-right: none;
    border-bottom: 1px solid rgb(227, 231, 232);
  }
}

.home-cat {
  padding: 5em 0 4em;
  background: url(images/icon_fotofile@2x.png) no-repeat top center;
  background-size: 18px 23px;
}
.home-cat ul {
  margin: 2em auto;
}
.home-cat ul li {
  background: rgb(247, 247, 247);
}

.social-site {
  display: flex;
  justify-content: space-between;
  width: 38%;
  margin: 1em 0 0;
}
@media screen and (max-width: 812px) {
  .social-site {
    width: 68%;
  }
}
.social-site li {
  padding: 0.5em 1em;
  background: rgba(247, 247, 247, 0.4);
  border: 1px solid rgb(122, 122, 122);
}
.social-site li i {
  margin-right: 0.5em;
}

#home-sns .frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42.5em;
  height: 240px;
  margin: 0 auto;
  background: url(images/bg_sns@2x.jpg) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  #home-sns .frame {
    width: 100%;
    background-size: cover;
  }
}
#home-sns .frame h3 {
  margin: 0;
  padding: 0;
}

#onlineshop {
  padding: 6em 0 5em;
  background: url(images/icon_fotofile@2x.png) no-repeat top center;
  background-size: 18px 23px;
}

.potok {
  display: block;
  width: 800px;
  height: 380px;
  margin: 1em auto 0;
  background: url(images/bg_potok@2x.jpg) no-repeat center -450px;
  background-size: 775px;
}
@media screen and (max-width: 812px) {
  .potok {
    width: 336px;
    height: 456px;
    margin: 0 auto;
    background: url(images/bg_potok@2x.jpg) no-repeat center 10px;
    background-size: contain;
  }
}
.potok a {
  display: block;
  height: 100%;
}
.potok a img {
  margin: 4em 0 0 6em;
}
@media screen and (max-width: 812px) {
  .potok a img {
    width: 60%;
    margin: 3em 0 0 3em;
  }
}

#potokonlineshop {
  margin: 7em 0 0;
}

.potok-small {
  display: block;
  width: 600px;
  height: 340px;
  margin: 1em auto 0;
  background: url(images/bg_potok@2x.jpg) no-repeat center -450px;
  background-size: 775px;
}
@media screen and (max-width: 812px) {
  .potok-small {
    width: 336px;
    height: 456px;
    margin: 0 auto;
    background: url(images/bg_potok@2x.jpg) no-repeat center 10px;
    background-size: contain;
  }
}
.potok-small a img {
  margin: 4em 0 0 6em;
}
@media screen and (max-width: 812px) {
  .potok-small a img {
    width: 60%;
    margin: 3em 0 0 3em;
  }
}

#instagram #instagram-frame {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #instagram #instagram-frame {
    width: 300px;
  }
}

#home-access {
  background-color: rgba(228, 242, 242, 0.4);
}
#home-access #route {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  #home-access #route {
    flex-direction: column;
  }
}
#home-access #route li:first-child {
  width: 30%;
}
@media screen and (max-width: 812px) {
  #home-access #route li:first-child {
    width: 100%;
  }
}
#home-access #route li:first-child figure {
  width: 100%;
  margin: 0 auto 1em;
}
@media screen and (max-width: 812px) {
  #home-access #route li:first-child figure {
    order: 2;
    width: 90%;
  }
}
#home-access #route li:first-child ul {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 812px) {
  #home-access #route li:first-child ul {
    order: 1;
    margin-bottom: 1em;
    text-align: center;
  }
}
#home-access #route li:first-child ul li {
  width: 100%;
}
#home-access #route li:first-child ul li:first-child {
  margin-bottom: 1em;
}
#home-access #route li:last-child {
  width: 67%;
}
@media screen and (max-width: 812px) {
  #home-access #route li:last-child {
    width: 100%;
  }
}
#home-access #route li:last-child #map {
  width: 100%;
  height: 490px;
}
@media screen and (max-width: 812px) {
  #home-access #route li:last-child #map {
    width: 90%;
    height: 240px;
    margin: 1em auto 0;
  }
}
#home-access #route li:last-child #map + p {
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  #home-access #route li:last-child #map + p {
    width: 90%;
    margin: 1em auto 0;
  }
}
#home-access #route li:last-child #map + p a {
  display: block;
  padding: 1em;
  color: #535353;
  border: 2px solid #e6e6e6;
  text-align: center;
}
#home-access #route li:last-child #map + p a span {
  color: #888;
}

.site-footer {
  padding: 6em 0 3em;
  background: rgb(105, 114, 114);
  color: #fff;
}
@media screen and (max-width: 812px) {
  .site-footer {
    padding: 3em 0;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: none;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  .site-footer .container {
    flex-direction: column;
  }
}
.site-footer .container #corp {
  width: 30%;
}
@media screen and (max-width: 812px) {
  .site-footer .container #corp {
    order: 2;
    width: 100%;
    margin: 2em auto 0;
    text-align: center;
  }
}
.site-footer .container #corp #foot-logo {
  width: 180px;
  margin-bottom: 1em;
}
@media screen and (max-width: 812px) {
  .site-footer .container #corp #foot-logo {
    margin: 0 auto 1em;
    text-align: center;
  }
}
.site-footer .container #footnav {
  width: 68%;
}
@media screen and (max-width: 812px) {
  .site-footer .container #footnav {
    order: 1;
    width: 100%;
  }
}
.site-footer .container #footnav .footnav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 812px) {
  .site-footer .container #footnav .footnav {
    width: 96%;
    margin: auto;
    justify-content: space-between;
  }
}
.site-footer .container #footnav .footnav li {
  margin: 0 1.5em 1em 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 812px) {
  .site-footer .container #footnav .footnav li {
    width: 50%;
    margin: 0 0 1em 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.site-footer .social-site {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 1em 0;
}
@media screen and (max-width: 812px) {
  .site-footer .social-site {
    width: 74%;
    justify-content: space-between;
    margin: 1em auto;
  }
}
.site-footer .social-site li {
  margin-right: 1em;
  background: none;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .site-footer .social-site li {
    width: 48%;
    margin: 0;
  }
}
.site-footer .copyright {
  text-align: center;
}

#btn-pagetop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 100;
}
#btn-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  color: rgb(35, 24, 21);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 58px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
}
#btn-pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha( opacity=70 )';
}
#btn-pagetop svg {
  margin: 0;
}

.page-title {
  margin: 1.5em 0;
  font-size: 32px;
  font-size: 2rem;
  font-family: 'Cormorant SC';
  text-align: center;
}
@media screen and (max-width: 812px) {
  .page-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-title .ja {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'I-OTF明朝オールドPro R';
}

.section-title {
  margin: 1.5em 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'Cormorant SC', 'I-OTF明朝オールドPro R';
  text-align: center;
}
@media screen and (max-width: 812px) {
  .section-title {
    margin: 1em 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-title .ja {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'I-OTF明朝オールドPro R';
}

.page-section {
  margin: 2em auto;
  text-align: center;
}
.page-section p {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 812px) {
  .page-section p {
    width: 94%;
    margin: 1em auto;
    text-align: left;
  }
}

#kurashi-copy {
  padding: 108px 0;
  text-align: center;
}
#kurashi-copy h2 {
  margin-bottom: 56px;
}

#photo-item .lead {
  margin: 1em 0;
}
@media screen and (max-width: 812px) {
  #photo-item .lead {
    width: 96%;
    margin: 1em auto;
  }
}

@media screen and (max-width: 812px) {
  .photoitem {
    margin-bottom: 3em;
  }
}

#frame-variation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 812px) {
  #frame-variation {
    flex-direction: column;
    width: 96%;
    margin: 0 auto;
  }
}
#frame-variation li {
  position: relative;
  width: 49%;
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #frame-variation li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 3em;
  }
}
#frame-variation li .detail {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 33%;
}
@media screen and (max-width: 812px) {
  #frame-variation li .detail {
    order: 2;
    position: relative;
    left: 0;
    width: 100%;
  }
}
#frame-variation li .detail h3 {
  margin: 0;
  padding: 0;
  color: rgb(39, 170, 179);
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 912px) {
  #frame-variation li .detail h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 812px) {
  #frame-variation li .detail h3 {
    text-align: center;
  }
}
#frame-variation li .detail h3 .ja {
  display: block;
  color: #535353;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 812px) {
  #frame-variation li .detail h3 .ja {
    display: inline;
  }
}
#frame-variation li .detail h3 .choice {
  display: block;
  color: #c41e5b;
  font-size: 16px;
  font-size: 1rem;
}
#frame-variation li .detail .price {
  margin: 1em 0 0 0;
}
@media screen and (max-width: 812px) {
  #frame-variation li .detail .price {
    text-align: center;
  }
}
#frame-variation li .detail .price h4 {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#frame-variation li .detail .price h4 .only {
  font-size: 12px;
  font-size: 0.75rem;
}
#frame-variation li .detail .price h4 .taxout {
  margin: 0 0.25em;
  font-size: 12px;
  font-size: 0.75rem;
}
#frame-variation li .detail .price ul li {
  position: inherit;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #frame-variation li .detail .price ul li {
    width: 100%;
    margin: 0;
  }
}
#frame-variation li .detail .description {
  margin-top: 1em;
}
@media screen and (max-width: 912px) {
  #frame-variation li figure img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover', sans-serif;
  }
}
@media screen and (max-width: 812px) {
  #frame-variation li figure {
    order: 1;
    margin: 0;
  }
  #frame-variation li figure img {
    height: auto;
  }
}
#frame-variation + p {
  width: 96%;
  margin: 0 auto;
}

#treasure .takaratxt {
  margin: 3em 0;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #treasure .takaratxt {
    width: 94%;
    margin: 3em auto;
    letter-spacing: -1px;
  }
}
#treasure .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  #treasure .grid {
    flex-direction: column;
  }
}
#treasure .grid .grid-item {
  width: 32%;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  font-size: 0.875em;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  #treasure .grid .grid-item {
    width: 96%;
    margin: 0 auto 1em;
  }
}
#treasure .grid .grid-item .image {
  text-align: center;
}
#treasure .grid .grid-item img {
  height: 215px;
}

.gallery {
  padding: 0 0 3em;
}
.gallery h2 {
  text-align: center;
}
.gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.gallery ul::after {
  content: '';
  display: block;
  width: 240px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 812px) {
  .gallery ul {
    width: 96%;
    justify-content: flex-start;
  }
  .gallery ul::after {
    display: none;
  }
}
.gallery ul li {
  width: 240px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 812px) {
  .gallery ul li {
    width: 80px;
    margin: 0 1.5em 0.5em 0;
  }
}
.gallery ul li img {
  width: 83.4%;
}
@media screen and (max-width: 812px) {
  .gallery ul li img {
    width: 100%;
  }
}

#flow ol {
  list-style-position: inside;
  width: 720px;
  margin: 70px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  #flow ol {
    width: 94%;
    margin: 70px auto 0;
  }
}
#flow ol li {
  margin: 0 0 70px;
  padding: 0;
  color: rgb(0, 169, 173);
  text-align: left;
}
#flow ol li h3 {
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: rgb(0, 169, 173);
}
#flow ol li p {
  width: 100%;
  color: #535353;
}
#flow ol li#flow03 {
  height: 400px;
  background: url(images/bg_flow03.jpg) no-repeat bottom center;
}
@media screen and (max-width: 812px) {
  #flow ol li#flow03 {
    height: 380px;
  }
  #flow ol li#flow03 img {
    max-width: 90%;
    text-align: center;
  }
}
#flow ol li#flow04 {
  height: 390px;
  background: url(images/bg_flow04.jpg) no-repeat bottom center;
}
@media screen and (max-width: 812px) {
  #flow ol li#flow04 {
    height: 380px;
  }
}
#flow #faq h2 {
  height: 54px;
  margin-bottom: 8px;
  padding: 0;
}
#flow #faq dl {
  width: 720px;
  margin: 4em auto;
  padding: 0 0 4em;
  text-align: left;
}
@media screen and (max-width: 812px) {
  #flow #faq dl {
    width: 94%;
  }
}
#flow #faq dl dt {
  margin: 0 0 0.5em;
  padding: 0;
  color: #0c9ca9;
  font-size: 1.125em;
}
#flow #faq dl dd {
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #flow #faq dl dd {
    margin: 0 auto 1em;
  }
}

#flow-faq ol {
  list-style-position: inside;
  width: 600px;
  margin: 70px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  #flow-faq ol {
    width: 94%;
    margin: 70px auto 0;
  }
}
#flow-faq ol li {
  margin: 0 0 70px;
  padding: 0;
  color: rgb(0, 169, 173);
  text-align: left;
}
#flow-faq ol li h3 {
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: rgb(0, 169, 173);
}
#flow-faq ol li p {
  width: 100%;
  color: #535353;
}
#flow-faq ol li figure {
  width: 600px;
  margin: 1em auto;
}
@media screen and (max-width: 812px) {
  #flow-faq ol li figure {
    width: 100%;
  }
}
#flow-faq #faq h2 {
  height: 54px;
  margin-bottom: 8px;
  padding: 0;
}
#flow-faq #faq dl {
  width: 720px;
  margin: 4em auto;
  padding: 0 0 4em;
  text-align: left;
}
@media screen and (max-width: 812px) {
  #flow-faq #faq dl {
    width: 94%;
  }
}
#flow-faq #faq dl dt {
  margin: 0 0 0.5em;
  padding: 0;
  color: #0c9ca9;
  font-size: 1.125em;
}
#flow-faq #faq dl dd {
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #flow-faq #faq dl dd {
    margin: 0 auto 1em;
  }
}

#menu-basic {
  padding-bottom: 5em;
}
#menu-basic .menu-basic-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 290px; */
  padding: 3em 0;
  background-color: rgb(228, 242, 242);
}
@media screen and (max-width: 812px) {
  #menu-basic .menu-basic-wrap {
    height: 100%;
  }
}
#menu-basic .menu-basic-wrap ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  #menu-basic .menu-basic-wrap ul {
    flex-direction: column;
    padding: 1em 0;
  }
}
#menu-basic .menu-basic-wrap ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 32%;
  padding: 1em;
  margin: 0 auto;
  border: 1px solid rgb(155, 213, 217);
  background-color: #fff;
  text-align: center;
}
#menu-basic .menu-basic-wrap ul li.single {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 640px;
}
@media screen and (max-width: 812px) {
  #menu-basic .menu-basic-wrap ul li.single {
    flex-direction: column;
    width: 96%;
  }
}
#menu-basic .menu-basic-wrap ul li.single h3 {
  width: 38%;
}
@media screen and (max-width: 812px) {
  #menu-basic .menu-basic-wrap ul li.single h3 {
    width: 100%;
  }
}
#menu-basic .menu-basic-wrap ul li.single h3 span {
  font-size: 24px;
  font-size: 1.5rem;
}
#menu-basic .menu-basic-wrap ul li.single p {
  margin: 1em 0;
}
@media screen and (max-width: 812px) {
  #menu-basic .menu-basic-wrap ul li.single p {
    margin: 0;
  }
}
#menu-basic .menu-basic-wrap ul li.single .notice {
  margin: 0;
}
@media screen and (max-width: 812px) {
  #menu-basic .menu-basic-wrap ul li {
    width: 96%;
  }
  #menu-basic .menu-basic-wrap ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}
#menu-basic .menu-basic-wrap ul li h2 {
  margin: 0.25em 0 0;
  color: rgb(0, 169, 173);
  font-size: 24px;
  font-size: 1.5rem;
}
#menu-basic .menu-basic-wrap ul li h2 span {
  display: block;
}
#menu-basic .menu-basic-wrap ul li h3 {
  margin: 0 1em;
  color: rgb(0, 169, 173);
  font-size: 24px;
  font-size: 1.5rem;
}
#menu-basic .menu-basic-wrap ul li h3 span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
#menu-basic .menu-basic-wrap ul li p {
  font-size: 24px;
  font-size: 1.5rem;
}
#menu-basic .menu-basic-wrap ul li p.notice {
  color: rgb(215, 95, 159);
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 812px) {
  #menu-basic .menu-basic-wrap ul li p.notice {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #menu-basic .menu-basic-wrap ul li p.notice br {
    display: none;
  }
}
#menu-basic .menu-basic-wrap ul li p.detail {
  margin: 0 0 1em;
  font-size: 16px;
  font-size: 1rem;
}
#menu-basic #basic-plan {
  margin-bottom: 5em;
  padding: 2em 0 5em;
  background: url(images/icon_plus.png) no-repeat bottom center;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan {
    width: 96%;
    margin: 0 auto 3em;
    padding: 2em 0 3em;
  }
}
#menu-basic #basic-plan .allowance {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan .allowance {
    flex-direction: column;
    margin-top: 1em;
  }
}
#menu-basic #basic-plan .allowance li {
  width: 336px;
  margin: 1em;
  padding: 0.5em;
  background-color: rgb(0, 169, 173);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan .allowance li {
    width: 100%;
    margin: 0 auto 0.5em;
  }
}
#menu-basic #basic-plan .notice {
  margin: 0 0 1em;
  color: rgb(0, 169, 173);
}
#menu-basic #basic-plan #additional-fees {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan #additional-fees {
    width: 100%;
    margin: 1em 0;
  }
}
#menu-basic #basic-plan #additional-fees ul {
  list-style: disc inside;
  width: 92%;
  margin: 0 auto;
}
#menu-basic #basic-plan .example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  width: 800px;
  margin: 1em auto;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan .example {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    font-size: 1px;
    font-size: 0.0625rem;
    text-align: left;
  }
}
#menu-basic #basic-plan2 {
  padding: 2em 0;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan2 {
    width: 96%;
    margin: 0 auto 3em;
    padding: 2em 0 3em;
  }
}
#menu-basic #basic-plan2 .allowance {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan2 .allowance {
    flex-direction: column;
    margin-top: 1em;
  }
}
#menu-basic #basic-plan2 .allowance li {
  width: 336px;
  margin: 1em;
  padding: 0.5em;
  background-color: rgb(0, 169, 173);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan2 .allowance li {
    width: 100%;
    margin: 0 auto 0.5em;
  }
}
.additional {
  width: 780px;
  margin: 3em auto 0;
  text-align: center;
  @media (width <=768px) {
    width: 100%;
    padding: 0 1em;
  }
  dt {
    width: fit-content;
    margin: 0 auto 1em;
    padding: 0.5em 1em;
    background-color: rgb(0, 169, 173);
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  dd {
    margin: 0;
    color: rgb(0, 169, 173);
  }
}
#menu-basic #basic-plan2 .notice {
  margin: 0 0 1em;
  color: rgb(0, 169, 173);
}
#menu-basic #basic-plan2 #additional-fees {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan2 #additional-fees {
    width: 100%;
    margin: 1em 0;
  }
}
#menu-basic #basic-plan2 #additional-fees ul {
  list-style: disc inside;
  width: 92%;
  margin: 0 auto;
}
#menu-basic #basic-plan2 .example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  width: 800px;
  margin: 1em auto;
}
@media screen and (max-width: 812px) {
  #menu-basic #basic-plan2 .example {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    font-size: 1px;
    font-size: 0.0625rem;
    text-align: left;
  }
}

#print-set {
  margin: 2em auto;
}
#print-set #print-set-plan {
  width: 682px;
  margin: 3em auto 0;
}
@media screen and (max-width: 812px) {
  #print-set #print-set-plan {
    width: 96%;
  }
}
#print-set #print-set-plan li {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
#print-set #print-set-plan li:not(:last-child) {
  border-bottom: 1px solid rgb(155, 213, 217);
}
#print-set #print-set-plan li h3 {
  order: 2;
  margin: 0.5em 0 0;
  font-size: 20px;
  font-size: 1.25rem;
}
#print-set #print-set-plan li h3 span {
  font-size: 14px;
  font-size: 0.875rem;
}
#print-set #print-set-plan li h3::before {
  margin: 0 0.25em 0 0;
  color: rgb(0, 169, 173);
  content: '■';
}
#print-set #print-set-plan li p {
  order: 3;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: 21px;
}
#print-set #print-set-plan li div {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  #print-set #print-set-plan li div {
    flex-direction: column;
    align-items: flex-start;
  }
}
#print-set #print-set-plan li div .set-image {
  width: 336px;
}
@media screen and (max-width: 812px) {
  #print-set #print-set-plan li div .set-image {
    width: 100%;
  }
}
#print-set #print-set-plan li div .set-image li {
  margin-bottom: 0.5em;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 812px) {
  #print-set #print-set-plan li div .set-image li {
    width: 100%;
  }
}
#print-set #print-set-plan li div .set-image li .notice {
  color: rgb(215, 95, 159);
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 812px) {
  #print-set #print-set-plan li div .set-image li .notice {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #print-set #print-set-plan li div .set-image li .notice br {
    display: none;
  }
}
#print-set #print-set-plan li div .price {
  margin-left: 3em;
}
@media screen and (max-width: 812px) {
  #print-set #print-set-plan li div .price {
    margin: 0;
  }
}
#print-set #print-set-plan li div .price li {
  margin-bottom: 0.5em;
  padding: 0;
  border-bottom: none;
}
#print-set #print-set-plan li div .price li h4 {
  margin: 0;
}
#print-set #simple {
  width: 682px;
  margin: 3em auto 6em;
}
@media screen and (max-width: 812px) {
  #print-set #simple {
    width: 96%;
  }
}
#print-set #simple h3 {
  margin: 0.5em 0 0;
  font-size: 20px;
  font-size: 1.25rem;
}
#print-set #simple h3 span {
  font-size: 14px;
  font-size: 0.875rem;
}
#print-set #simple h3::before {
  margin: 0 0.25em 0 0;
  color: rgb(0, 169, 173);
  content: '■';
}

#set-plan .section-title {
  margin: 1.5em 0 0;
  color: rgb(0, 169, 173);
}
#set-plan p {
  margin-bottom: 1em;
  text-align: center;
}
#set-plan ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
#set-plan ul::after {
  content: '';
  display: block;
  width: 336px;
  margin: 0 1em 1em;
}
#set-plan ul li {
  width: 336px;
  margin: 0 1em 1em;
}
@media screen and (max-width: 812px) {
  #set-plan ul li {
    width: 49%;
    margin: 1em 0;
  }
}
#set-plan ul li img {
  width: 336px;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 812px) {
  #set-plan ul li img {
    width: 100%;
  }
}

#photo-plan {
  width: 760px;
  margin: 0 auto 8em;
}
@media screen and (max-width: 812px) {
  #photo-plan {
    width: 96%;
    margin: 0 auto 6em;
  }
}
#photo-plan h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
#photo-plan h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
#photo-plan .maincopy {
  margin: 1em 0;
}
#photo-plan #sample {
  display: flex;
  justify-content: space-between;
  gap: 20px 20px;
}
@media screen and (max-width: 600px) {
  #photo-plan #sample {
    flex-direction: column;
  }
}
#photo-plan #sample li {
  width: 50%;
}
@media screen and (max-width: 812px) {
  #photo-plan #sample li {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #photo-plan #sample li {
    width: 100%;
  }
}
#photo-plan #sample li img {
  width: 100%;
  max-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}
#photo-plan dl {
  margin: 3em 0 1em;
}
#photo-plan dl dt {
  margin-bottom: 1em;
}
#photo-plan dl dd {
  margin: 0;
  padding: 0;
}
#photo-plan dl dd ul {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
#photo-plan dl dd ul li {
  margin: 0;
  padding: 0;
}

.planprice {
  padding-bottom: 2em;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
}
#post {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  #post {
    flex-direction: column;
  }
}
#post .content-area {
  width: 860px;
}
@media screen and (max-width: 812px) {
  #post .content-area {
    width: 94%;
    margin: 0 auto;
  }
}
#post .widget-area {
  width: 220px;
}
@media screen and (max-width: 812px) {
  #post .widget-area {
    width: 94%;
    margin: 0 auto;
  }
}

#category-list {
  width: 100%;
}
#category-list ul {
  margin: 0;
  padding: 0;
}
#category-list ul li {
  margin: 0 0 3em;
}
#category-list ul li a {
  text-decoration: none;
}

.mainphoto {
  margin-bottom: 1em;
}

.entry-meta {
  margin-bottom: 1em;
}

.continue {
  display: block;
  width: 100%;
  margin: 1em auto;
  padding: 1em;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
}

#pagenav {
  display: flex;
  justify-content: space-between;
  margin: 3em 0;
  padding: 0;
}
#pagenav .prev a:before {
  content: '« ';
}
#pagenav .next a:after {
  content: ' »';
}

#resent-post li {
  padding: 0 0 1em 0;
}

#studio-rental {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  #studio-rental {
    flex-direction: column;
    width: 94%;
    margin: 0 auto;
  }
}
#studio-rental #rule {
  width: 620px;
  padding: 2em 0;
}
@media screen and (max-width: 812px) {
  #studio-rental #rule {
    width: 100%;
  }
}
#studio-rental #rule #price {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  border: 1px solid rgb(0, 169, 173);
  background-color: rgba(228, 242, 242, 0.5);
  text-align: center;
}
#studio-rental #rule #price h2 {
  margin: 0;
  color: rgb(0, 169, 173);
}
#studio-rental #rule #price p {
  margin: 0.5em 0 0;
  font-size: 19.2px;
  font-size: 1.2rem;
}
#studio-rental #rule #price strong {
  font-size: 24px;
  font-size: 1.5rem;
}
#studio-rental #rule dl {
  margin: 3em 0 1em;
}
#studio-rental #rule dl dt {
  margin-bottom: 1em;
}
#studio-rental #rule dl dd {
  margin: 0;
  padding: 0;
}
#studio-rental #rule dl dd ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0 2em;
  padding: 0;
}
#studio-rental #rule dl dd ul li {
  margin: 0;
  padding: 0;
}
#studio-rental #rule p {
  margin: 1em 0;
}
#studio-rental #layout {
  width: 570px;
  padding-bottom: 6em;
}
@media screen and (max-width: 812px) {
  #studio-rental #layout {
    width: 100%;
  }
}

.professional-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .professional-item {
    width: 96%;
  }
}
.professional-item li {
  width: 250px;
  margin-bottom: 1em;
}
@media screen and (max-width: 812px) {
  .professional-item li {
    width: 49%;
    margin-bottom: 0.5em;
  }
}
.professional-item li.profile {
  width: 49%;
}

.professional {
  width: 410px;
  margin: 6em auto;
}
@media screen and (max-width: 812px) {
  .professional {
    width: 96%;
  }
}
.professional h2 {
  text-align: center;
}
.professional dd {
  margin: 0 0 1em;
}
.professional ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.profile-item {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .profile-item {
    width: 96%;
  }
}
.profile-item section h2::before {
  margin: 0 0.25em 0 0;
  color: rgb(0, 169, 173);
  content: '■';
}
.profile-item section h2 {
  margin: 0 0 0.5em;
}
.profile-item section h2 + p {
  margin: 0 0 1em;
}
.profile-item section .images-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 812px) {
  .profile-item section .images-gallery {
    gap: 8px;
  }
}
.profile-item section .images-gallery li {
  /* width: 33%; */
  width: 49%;
  /* margin-bottom: 4px; */
}
@media screen and (max-width: 812px) {
  .profile-item section .images-gallery li {
    width: 48%;
  }
}
.profile-item section .images-gallery li img {
  vertical-align: bottom;
}
.profile-item section .images-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.profile-item section .images-vertical li {
  width: 100%;
}

.profile-item section figure {
  width: 100%;
}
.profile-item section div {
  margin: 1em auto 3em;
}
@media screen and (max-width: 812px) {
  .profile-item section div {
    width: 96%;
  }
}
.profile-item section dl dt::before {
  margin: 0 0.25em 0 0;
  color: rgb(0, 169, 173);
  content: '◆';
}
.profile-item section dl dd {
  margin: 0 0 2em;
}

.square::before {
  margin: 0 0.25em 0 0;
  color: rgb(0, 169, 173);
  content: '■';
}

#page-map .explain {
  margin-bottom: 1em;
  text-align: center;
}
#page-map #map {
  clear: both;
  width: 100%;
  height: 300px;
}
#page-map #route {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #page-map #route {
    width: 94%;
  }
}
#page-map #route h3 {
  text-align: center;
}
#page-map #route ol {
  display: flex;
  justify-content: space-between;
  list-style-position: inside;
}
@media screen and (max-width: 812px) {
  #page-map #route ol {
    flex-direction: column;
  }
}
#page-map #route ol li {
  width: 470px;
}
@media screen and (max-width: 812px) {
  #page-map #route ol li {
    width: 100%;
  }
}

#company #appearance {
  display: flex;
  flex-wrap: wrap;
}
#company #appearance li {
  width: 50%;
}
#company #appearance li img {
  vertical-align: top;
}
#company dl {
  width: 50%;
  margin: 2em auto;
}
@media screen and (max-width: 812px) {
  #company dl {
    width: 94%;
  }
}
#company dl dt {
  clear: none;
  float: left;
  width: 6em;
}
@media screen and (max-width: 812px) {
  #company dl dt {
    float: none;
  }
}
#company dl dd {
  margin: 0 0 1em 7em;
}
@media screen and (max-width: 812px) {
  #company dl dd {
    margin: 0 0 1em 0;
  }
}
#company #imported h3 {
  text-align: center;
}
#company #imported ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 812px) {
  #company #imported ul {
    flex-direction: column;
  }
}
#company #imported ul li {
  width: 33%;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #company #imported ul li {
    width: 100%;
  }
}

@media screen and (max-width: 812px) {
  #privacy-policy {
    width: 94%;
    margin: 0 auto;
  }
}
#privacy-policy dl dd {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted;
}

#recruit dl {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5em;
}
@media screen and (max-width: 812px) {
  #recruit dl {
    width: 94%;
  }
}
#recruit dl dt {
  padding: 0 1em;
  border: 1px solid #535353;
}
#recruit dl dd {
  margin: 0;
  padding: 1em;
}
#recruit dl dd ul {
  margin: 0;
  padding: 0;
}
#recruit dl dd ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

#wholesale {
  width: 94%;
  min-height: 300px;
  margin: 0 auto;
}

#img753 {
  height: 70vh;
  min-height: 910px;
  background: url(images/img753@2x.jpg) no-repeat center bottom;
  background-size: cover;
  @media (width <=1440px) {
    /* min-height: 780px; */
    height: 780px;
  }
}
@media screen and (max-width: 812px) {
  #img753 {
    min-height: 100vh;
  }
}
#img753 .page-title {
  margin: 0;
  padding: 1.5em 0 0;
}
@media screen and (max-width: 812px) {
  #img753 .page-title {
    padding: 1.5em 0 0;
  }
}
#img753 h2 {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

#flow753 {
  width: 600px;
  margin: 70px auto 0;
}
@media screen and (max-width: 812px) {
  #flow753 {
    width: 94%;
  }
}
#flow753 ol {
  list-style-position: inside;
  margin: 70px 0 1em;
  color: rgb(0, 169, 173);
}
#flow753 ol h3 {
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: rgb(0, 169, 173);
}
#flow753 ol p {
  color: #535353;
}
#flow753 ol li {
  margin: 0 0 70px;
}
#flow753 #kimono {
  margin: 3em 0;
  text-align: center;
}
#flow753 #kimono h3 {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
#flow753 #kimono p {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
#flow753 #set-plan ul {
  margin: 1em 0;
}
#flow753 figure {
  width: 600px;
  margin: 1em auto;
}
@media screen and (max-width: 812px) {
  #flow753 figure {
    width: 100%;
  }
}
#flow753 .btn {
  width: 80%;
}

#form {
  width: 860px;
  min-height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 812px) {
  #form {
    max-width: 94%;
  }
}
#form .mw_wp_form.mw_wp_form_input .example {
  display: block;
  margin: 0.5em 0;
}
#form .mw_wp_form.mw_wp_form_input .confirm-display {
  display: none;
}
#form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .example {
  display: none;
}
#form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .confirm-display {
  display: block;
  margin-top: 0.5em;
}
#form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .notice {
  display: none;
}
#form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dd {
  padding: 0 1em;
}
#form dl dt {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 812px) {
  #form dl dt {
    float: none;
    width: 100%;
  }
}
#form dl dt .required {
  padding: 0.25em;
  background-color: rgb(215, 95, 159);
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}
#form dl dd {
  margin: 0.5em 0 3em 0;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #form dl dd {
    float: none;
    width: 100%;
    margin: 0.5em 0 1em 0;
  }
  #form dl dd .rbr {
    margin: 0.25em 0;
  }
}
#form dl dd ul li {
  margin-bottom: 0.5em;
}
#form dl dd input,
#form dl dd textarea {
  padding: 0.25em;
}
#form dl dd input[type='number'] {
  width: 154px;
}
#form dl dd #email {
  width: 80%;
}
#form #submit-btn {
  clear: both;
  margin: 2em auto;
  text-align: center;
}
#form #submit-btn input {
  width: 10em;
  padding: 1em;
  border: none;
  background-color: rgb(215, 95, 159);
  color: #fff;
  text-align: center;
}

#about-img {
  /* min-height: 780px; */
  height: 70vh;
  min-height: 910px;
  background: url(images/about_main@2x.jpg) no-repeat center bottom;
  background-size: cover;
  @media (width <=1440px) {
    /* min-height: 780px; */
    height: 780px;
  }
}
@media screen and (max-width: 812px) {
  #about-img {
    /* min-height: 76vh; */
    min-height: 60vh;
    background: url(images/about_main_sp@2x.jpg) no-repeat center 80%;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #about-img {
    min-height: 60vh;
    background: url(images/about_main_sp@2x.jpg) no-repeat center top;
    background-size: cover;
  }
}
#about-img .page-title {
  margin: 0;
  padding: 1.5em 0 0;
}
@media screen and (max-width: 812px) {
  #about-img .page-title {
    padding: 1.5em 0 0;
  }
}
#about-img h2 {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.about {
  display: flex;
  flex-direction: column;
}
.about div {
  order: 2;
}
.about div .section-title {
  margin: 0.5em 0 0;
}
.about div p {
  margin: 0 0 2em;
}
@media screen and (max-width: 812px) {
  .about div p {
    width: 94%;
    margin: 0 auto;
  }
}
.about figure {
  order: 1;
}

#itsumo {
  margin: 0;
  padding: 4em 0;
  text-align: center;
}
#itsumo .first {
  margin-bottom: 1em;
  font-size: 40px;
  font-size: 2.5rem;
}
#itsumo .second {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.iwamin {
  font-family: 'I-OTF明朝オールドPro R';
}

.icon {
  margin: 0 0.25em;
}

/*  margin
-------------------------------- */
/*top*/
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt7em {
  margin-top: 7em !important;
}

/*bottom*/
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/*  padding
-------------------------------- */
/*top*/
.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/*bottom*/
.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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