/*
Theme Name: Twenty Ten
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
Text Domain: twentyten
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}

table,
th,
td {
  /*border: 1px solid rgba(51, 51, 51, 0.1);*/
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 auto 1.6em;
  table-layout: fixed;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.5em;
}
a img {
  border: none;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
}

#container,
#colophon {
  width: 960px;
  margin: 0 auto;
}
#content {
  margin: 0;
}
#primary {
  float: left;
  overflow: hidden;
  width: 27%;
}
#footer {
  clear: both;
  width: 100%;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
  background: #fff;
}
body,
input,
textarea {
  color: #3c3c46;
  line-height: 18px;
}
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px;
}

/* Text elements */
p {
  margin-bottom: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px;
}
a {
  text-decoration: none;
}
a:link {
  /*	color: #0066cc;*/
}
a:visited {
  /*	color: #743399;*/
}
a:active {
  color: #ff4b33;
}
a:hover {
  text-decoration: none;
}

/* =共通CSS
-------------------------------------------------------------- */

.floatbox {
  overflow: hidden;
}
.floatlist {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.imgbox {
  line-height: 0;
}
.clear {
  clear: both;
}
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
img {
  max-width: 100%;
}
body,
body .day-calendar {
  /*font: 300 14px/1.5 "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, Osaka-等幅,
    sans-serif;*/
  font-family: "Noto Serif Japanese", "Times New Roman", 游明朝, "Yu Mincho",
    "Noto Serif Japanese", YuMincho, “ヒラギノ明朝 ProN W3”,
    “Hiragino Mincho ProN”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
}

.mincho {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
a:hover img {
  opacity: 0.8;
}

/* =Header
-------------------------------------------------------------- */

#masthead {
  overflow: hidden;
  padding: 5px 0 0;
  border-bottom: 1px solid #ddd;
}
#site-title {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 9px 0;
  width: 700px;
}
#site-title img {
  width: 129px;
  padding-left: 10px;
}

#site-title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#site-description {
  clear: right;
  float: right;
  font-style: italic;
  margin: 15px 0 18px 0;
  width: 220px;
}

/* This is the custom header image */
#branding img {
  border-top: 4px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  float: left;
}

/* =Menu
-------------------------------------------------------------- */

#access {
  background: #000;
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
}
#access .menu-header,
div.menu {
  font-size: 13px;
  margin-left: 12px;
  width: 928px;
}
#access .menu-header ul,
div.menu ul {
  list-style: none;
  margin: 0;
}
#access .menu-header li,
div.menu li {
  float: left;
  position: relative;
}
#access a {
  color: #aaa;
  display: block;
  line-height: 38px;
  padding: 0 10px;
  text-decoration: none;
}
#access ul ul {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  float: left;
  width: 180px;
  z-index: 99999;
}
#access ul ul li {
  min-width: 180px;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #333;
  line-height: 1em;
  padding: 10px;
  width: 160px;
  height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
  background: #333;
  color: #fff;
}
#access ul li:hover > ul {
  display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  color: #fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 0 2%;
}
#content {
  margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
  margin-bottom: 24px;
  margin-top: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
  margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 15px;
  line-height: 21px;
}
#content code {
  font-size: 13px;
}
#content dt,
#content th {
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.hentry {
  margin: 0 0 48px 0;
}
.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}
.single .hentry {
  margin: 0 0 36px 0;
}
.page-title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 36px 0;
}
.page-title span {
  color: #333;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
  color: #777;
  text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
  color: #ff4b33;
}
#content .entry-title {
  color: #000;
  font-size: 21px;
  /* font-weight: bold; */
  line-height: 1.3em;
  margin-bottom: 0;
  text-align: center;
  margin-top: 50px;
}
.entry-title a:link,
.entry-title a:visited {
  color: #000;
  text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
  color: #ff4b33;
}
.entry-meta {
  color: #777;
  font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
  clear: both;
  padding: 12px 0 0 0;
}
.entry-content .more-link {
  white-space: nowrap;
}
#content .entry-summary p:last-child {
  margin-bottom: 12px;
}
.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}
.entry-content input {
  margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}
.entry-content label {
  color: #333;
  font-size: 15px;
}
.entry-content select {
  margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
  font-size: 10px;
}
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  line-height: 48px;
  word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.home .sticky .page-link a {
  background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}
body.page .edit-link {
  clear: both;
  display: block;
}
#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}
#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}
#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}
.entry-utility {
  clear: both;
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta a,
.entry-utility a {
  color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33;
}
#content .video-player {
  padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
  margin-bottom: 24px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
  padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
  padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
  content: "\2190\00a0";
}
.attachment .entry-content .nav-next a:after {
  content: "\00a0\2192";
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
  color: #777;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
  color: #777;
  text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
  color: #ff4b33;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#nav-above {
  margin: 0 0 18px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above,
.single #nav-above {
  display: block;
}
#nav-below {
  margin: -18px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
  color: #777;
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
  color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* Comments form */
input[type="submit"] {
  color: #333;
}
#respond {
  border-top: 1px solid #e7e7e7;
  margin: 24px 0;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}
#respond label {
  color: #777;
  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea {
  width: 98%;
}
#respond .form-allowed-tags {
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {
  font-size: 14px;
  width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
  list-style: none;
  margin-left: 0;
}
.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget-area select {
  max-width: 100%;
}
.widget_search #s {
  /* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {
  display: none;
}
.widget-container {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
  margin: auto;
}
.widget-title {
  color: #222;
  font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}
.widget-area .entry-meta {
  font-size: 11px;
}
#wp_tag_cloud div {
  line-height: 1.6em;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar thead {
  font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
}
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0;
}
#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* =Footer
-------------------------------------------------------------- */

#footer {
  /* border-top: 1px solid #777; */
  background: #c2aa99;
}
#colophon {
  margin-top: -4px;
  overflow: hidden;
  padding: 18px 0;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 129px;
  display: initial;
  padding-bottom: 12px;
}
#site-info {
  text-align: center;
  word-break: break-all;
  font-size: 13px;
  color: #fff;
}
#site-info a {
  color: #000;
  text-decoration: none;
}
#site-generator {
  font-style: italic;
  position: relative;
}
#site-generator a {
  background: url(images/wordpress.png) center left no-repeat;
  color: #666;
  display: inline-block;
  line-height: 16px;
  padding-left: 20px;
  text-decoration: none;
}
#site-generator a:hover {
  text-decoration: underline;
}
img#wpstats {
  display: block;
  margin: 0 auto 10px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
  -webkit-text-size-adjust: 140%;
}
code {
  -webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}
#site-description {
  -webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
  body {
    background: none !important;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }
  #colophon {
    border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  #site-title {
    font-size: 13pt;
  }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }
  #container,
  #header,
  #footer {
    margin: 0;
    width: 100%;
  }
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }
  #main {
    display: inline;
  }
  .home .sticky {
    border: none;
  }
}

/* =Custom
-------------------------------------------------------------- */
legend {
  padding: 0;
  display: table;
  position: absolute;
  top: 0;
}
fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
  position: relative;
}
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}
img {
  max-width: 100%;
  display: block;
}
#header {
  /*background: url("images/h_bg.png") repeat-x left bottom;*/
}
.reserve_body {
}
.reserve_body ul,
.reserve_body ol {
  list-style: none;
}
.reserve_body .row {
  width: 96.875%;
  margin: 0 auto 4%;
}
#reserve_index {
}
#reserve_index .hidden {
  display: none;
}
.reserve_title_wrap {
  /*border-bottom: 8px #35c6e5 solid;*/
  margin-top: 25px;
  text-align: center;
}
#content .reserve_title {
  font-size: 25px;
  /*font-weight: bold;
  border: 1px #d6d6d6 solid;*/
  margin: 0;
  padding: 22px 35px;
  color: #333;
  /*border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;*/
}
#content .row_title {
  /*background: #d2eef4;*/
  padding: 16px 20px;
  /*font-size: 16px;*/
  /*margin-bottom: 30px;*/
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.ess {
  color: #ff2232;
}
#reserve_step {
  margin-bottom: 3%;
}
#reserve_step ul {
  margin: 2% 0;
  text-align: center;
}
#reserve_step ul li {
  display: inline-block;
  width: 16%;
  margin: 0 0.5%;
  text-align: center;
  background: #9f9a9b;
  /* border-radius: 8px; */
  /* -webkit-border-radius: 8px; */
  -moz-border-radius: 8px;
  /* font-weight: bold;*/
}
#reserve_step ul li.step_arrow {
  width: 0;
  height: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-top: solid 8px transparent;
  border-right: none;
  border-bottom: solid 8px transparent;
  border-left: solid 12px #c2aa99;
}
#reserve_step ul li .step {
  display: block;
  background: #f9f4ed;
  /*border-radius: 5px 5px 0 0;*/
  /* -webkit-border-radius: 5px 5px 0 0; */
  -moz-border-radius: 5px 5px 0 0;
  margin: 1px;
  margin-bottom: 0;
  padding: 12px 0 2px;
  color: #9f9a9b;
  font-size: 0.9rem;
}
#reserve_step ul li .exp {
  display: block;
  background: #f9f4ed;
  /* border-radius: 0 0 5px 5px; */
  /* -webkit-border-radius: 0 0 5px 5px; */
  -moz-border-radius: 0 0 5px 5px;
  margin: 1px;
  margin-top: 0;
  padding: 4px 0 12px;
  color: #9f9a9b;
  font-size: 0.9rem;
}
#reserve_step ul li.current_step .exp {
  background: #c2aa99;
  color: #ffffff;
}
#reserve_plan ul {
  margin: 0 1%;
}
#reserve_plan ul li {
  width: 23%;
  margin: 1% 1%;
  float: left;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 60em) {
  #reserve_plan ul li {
    width: 47%;
    margin: 1% 1%;
    float: left;
    cursor: pointer;
    position: relative;
  }
}

#reserve_plan ul li a {
  /*display: table;*/
  width: 100%;
  color: #24a8c4;
}

@media only screen and (max-width: 60em) {
  #reserve_plan ul li a {
    display: table;
    width: 100%;
    color: #24a8c4;
  }
}

#reserve_plan ul li a img {
  width: 370px;
  float: left;
  max-width: none;
}
#reserve_plan ul li a .plan_title {
  display: table-cell;
  vertical-align: middle;
  width: 98%;
  padding-left: 2%;
  width: 160px;
  text-align: center;
  color: #000;
  font-size: 15px;
}

@media only screen and (max-width: 60em) {
  #reserve_plan ul li a .plan_title {
    display: table-cell;
    vertical-align: middle;
    width: 98%;
    padding-left: 2%;
  }
}

#reserve_course ul {
  /*width: 90%;*/
  width: inherit;
  margin: 0 auto;
}
#reserve_course ul li {
  margin-bottom: 10px;
  width: 20%;
  float: left;
  margin: 0px 10px 20px;
}
#reserve_course ul li a img {
  display: inline-block;
  width: 170px;
}

#reserve_calendar .exp {
  margin-left: 1%;
  padding-bottom: 1%;
}
#reserve_calendar .exp span.today {
  display: block;
  font-size: 1rem;
  /*font-weight: bold;*/
}
#reserve_calendar .exp span.today .today_icon {
  background: #f9f4ed;
  color: #333;
  display: inline-block;
  padding: 0px 12px;
  border: 1px #9f9a9b solid;
  text-align: center;
  margin-right: 8px;
}
#reserve_calendar .exp span.current_course {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.1rem;
}

.current_course img {
  width: 30%;
}

.calendars {
  width: 50%;
  float: left;
}
.vacant .calendar-mark a {
  color: #999;
  font-size: 1.1rem;
}
.full .calendar-mark {
  color: #999;
  font-size: 1.1rem;
}
.low .calendar-mark a {
  color: #999;
  font-size: 1.1rem;
}
.calendars .monthly-calendar caption {
  /*font-weight: bold;*/
  font-size: 18px;
  color: #333;
  width: 25%;
  margin: 0 auto 5px;
  padding: 0px 10px;
  background: #f9f4ed;
  border: 1px #9f9a9b solid;
  /*border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  letter-spacing: 1px;*/
}
.calendars .monthly-calendar table {
  border: none;
}
.calendars .monthly-calendar table th {
  border: none;
  padding: 3% 0;
  width: 14%;
}
.calendars .monthly-calendar table th.week-title.sun {
  color: #f9731c;
}
.calendars .monthly-calendar table th.week-title.sat {
  color: #65c6f0;
}
.calendars .monthly-calendar table td {
  border: none;
  /*background: #ededed;*/
  /*font-weight: bold;*/
  font-size: 16px;
  border: 2px #ffffff solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.calendars .monthly-calendar table td.sun {
  /*background: #ffeee4;*/
}
.calendars .monthly-calendar table td.horiday {
  background: #fff4ce;
  background-image: url(https://fair.ookunitamajinja-wedding.jp/wp-content/themes/twentyten/images/horiday.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}
.calendars .monthly-calendar table td.horiday .calendar-mark {
  color: #0000 !important;
}
.calendars .monthly-calendar table td.close {
  background: rgb(196 212 137 / 37%);
  background-image: url(https://fair.ookunitamajinja-wedding.jp/wp-content/themes/twentyten/images/close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}
.calendars .monthly-calendar table td.close .calendar-mark {
  color: #0000 !important;
}
.calendars .monthly-calendar table td.sat {
  /*background: #d2eefa;*/
}
.calendars .monthly-calendar table td.no-day {
  background: #fff;
}
.calendars .monthly-calendar table td .day-number {
  height: 44%;
}
.calendars .monthly-calendar table td .calendar-mark {
  height: 50%;
}
.current_day_box {
  background: #c2aa99 !important;
}
.current_day_box * {
  color: #ffffff !important;
}
.calendar-mark {
  cursor: pointer;
}
.calendar-mark a {
  display: block;
  color: #000000;
  font-weight: normal;
  height: 100%;
}
.calendar-mark a:hover {
  text-decoration: none;
}
.current_day_box .calendar-mark:hover,
.full .calendar-mark:hover,
.disable .calendar-mark:hover {
  cursor: auto;
}
.calendar_switch {
  padding: 10px 0 0;
}
.calendar_prev {
  display: block;
  width: 46%;
  float: left;
  padding-left: 2%;
}
.calendar_next {
  display: block;
  width: 46%;
  float: right;
  text-align: right;
  padding-right: 2%;
}
.calendar_action span {
  color: #000000;
  cursor: pointer;
  font-size: 18px;
  padding: 0 2%;
}
.calendar_action span:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}
.calendar_prev span:after {
  border-right: solid 18px #c2aa99;
  border-left: none;
  float: left;
}
.calendar_next span:after {
  border-right: none;
  border-left: solid 18px #c2aa99;
  float: right;
}
.calendar_action span:hover {
  text-decoration: underline;
}
#reserve_time .day-calendar h3 {
  /*font-weight: bold;*/
}
#reserve_time .day-calendar p {
  /*font-weight: bold;*/
  font-size: 1rem;
  padding: 6px 0;
}
#reserve_time .day-calendar p:before {
  float: left;
  content: "選択日";
  background: #f9f4ed;
  color: #333;
  display: inline-block;
  padding: 6px 12px;
  border: 1px #9f9a9b solid;
  text-align: center;
  margin-right: 12px;
  margin-top: -6px;
}
#reserve_time .day-calendar table {
  border-collapse: collapse;
  border: none;
}
#reserve_time .day-calendar table tr {
  background: #f9f4ed;
}
#reserve_time .day-calendar table .day-left {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top: 2px #ffffff solid;
  border-left: none;
  border-right: none;
  border-bottom: 2px #ffffff solid;
  font-size: 0.9rem;
  font-weight: normal;
}
#reserve_time .day-calendar table tr:first-child .day-left {
}
#reserve_time .day-calendar table .day-right {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top: 2px #ffffff solid;
  border-left: none;
  border-right: none;
  border-bottom: 2px #ffffff solid;
  background: #ffffff;
}
#reserve_time
  .day-calendar
  table
  tr:first-child
  .day-right
  .calendar-mark-title {
  border-top: 2px #f9f4ed solid;
  border-left: none;
  border-right: 2px #f9f4ed solid;
  border-bottom: 2px #f9f4ed solid;
  display: block;
  line-height: 2.5rem;
  padding: 6px 0;
  font-size: 0.9rem;
  font-weight: normal;
}
#reserve_time .day-calendar table .day-right .calendar-mark {
  border-top: 2px #f9f4ed solid;
  border-left: none;
  border-right: 2px #f9f4ed solid;
  border-bottom: 2px #f9f4ed solid;
}
.day-right .calendar-mark a {
  line-height: 2.5rem;
}
.day-right .vacant.calendar-mark a {
  color: #999;
  font-size: 1.1rem;
}
.day-right .low.calendar-mark a {
  color: #999;
}
.day-right .full.calendar-mark {
  color: #999;
  cursor: auto;
  line-height: 2.5rem;
}
#reserve_time .day-calendar table .day-right.current_time .calendar-mark {
  background: #c2aa99 !important;
  border-top: 2px #c2aa99 solid !important;
  border-left: none;
  border-right: 2px #c2aa99 solid !important;
  border-bottom: 2px #c2aa99 solid !important;
}
.current_time .vacant.calendar-mark a {
  color: #ffffff;
}
#to_form {
  display: block;
  text-align: center;
}
#to_form a {
  display: none;
}
#to_form a:hover {
  text-decoration: none;
}
#to_form a.active {
  display: inline-block;
}
#to_form a.active:hover {
  opacity: 0.8;
}

#booking-form .hidden {
  display: none;
}
.my_custom_option .row_head th {
  border-right: none;
}
.my_custom_option .ess {
  font-size: 12px;
}
.my_custom_option .ess_condition {
  display: none;
}
.my_custom_option td label {
  font-size: 0.9rem;
  color: #333;
  cursor: pointer;
  display: block;
}
.my_custom_option .mco_familiy_dressing td input[type="text"] {
  width: 50px;
}
.my_custom_option .mco_familiy_dressing td input[type="radio"] {
  cursor: pointer;
}
.my_custom_option select {
  margin: 0;
  padding-right: 0 !important;
  border-spacing: 0;
}
.my_custom_option select option {
}
.mco_alert {
  margin: 0 !important;
  color: #ff2232 !important;
}
.my_custom_option .clone_action {
  display: inline-block;
  background: #2e75b6;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 0 10px 14%;
  cursor: pointer;
  font-size: 14px;
}
.my_custom_option .clone_delete {
  display: inline-block;
  background: #fb4b4b;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 0 10px 2%;
  cursor: pointer;
  font-size: 14px;
}
.my_custom_option .clone_action:hover,
.my_custom_option .clone_delete:hover {
  opacity: 0.8;
}
.reserve_body fieldset table td .fSmall {
  font-size: 13px;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
}
.reserve_body fieldset .mco_privacy_policy input[type="checkbox"],
.reserve_body fieldset .mco_about_term input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1.2, 1.2);
  cursor: pointer;
}
.reserve_body fieldset .mco_privacy_policy label,
.reserve_body fieldset .mco_about_term label {
  font-size: 110%;
  padding-top: 2px;
}
#action-button {
  padding-top: 25px;
  width: 40%;
  margin: 0 auto;
}
#action-button button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
#action-button button:first-child {
  float: right;
}
#action-button button:hover img {
  opacity: 0.8;
}
#reserve_booking input {
  /*border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;*/
  padding: 6px;
}
#reserve_booking input[type="text"][readonly] {
  background-color: #dcdcdc;
}
#reserve_booking select {
  /*border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;*/
  padding: 6px 6px 6px 2px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
  width: 50%;
  margin-bottom: 5px;
}
#my_custom_option_photo_matter > table > tbody > tr.mco_bihada > td > a {
    text-decoration: underline;
}
#my_custom_option_photo_matter > table > tbody > tr.mco_bihada > td > a:hover {
    text-decoration: none;
}
#my_custom_option_photo_matter > table > tbody > tr.mco_bihada > td {
    margin-bottom: 30px;
}
#reserve_booking select option {
  padding: 0 6px;
}
#reserve_thanks .entry-content {
  padding-top: 30px;
  margin: 0 155px;
  font-size: 0.8rem;
}
#reserve_thanks .to_top {
  text-align: center;
}
#reserve_thanks .to_top a {
  background: #9f9a9b;
  display: inline-block;
  padding: 5px 25px;
  color: #ffffff;
}
#my_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 1000;
  background: #ffffff;
  display: none;
}
#my_loading img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body.pcBody .pcNone {
  display: none !important;
}
body.pcBody .reserve_body .entry-content {
  padding: 30px 0 0;
}
body.pcBody .reserve_body fieldset {
  padding-bottom: 10px;
  /*background: #daedf6;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
}
body.pcBody .reserve_body fieldset legend {
  background: transparent;
  letter-spacing: 1px;
  top: 15px;
}
body.pcBody .reserve_body fieldset table td.confirm_row_head {
  font-weight: bold;
}
body.pcBody .reserve_body fieldset#my_custom_option_familiy_dressing,
body.pcBody .reserve_body fieldset#my_custom_option_photo_matter {
  /*background: #dfc9ef;*/
}
body.pcBody .reserve_body fieldset.has-clone {
  background: #e2f0d9;
}
body.pcBody .reserve_body fieldset.has-clone table {
  margin-bottom: 0;
}
body.pcBody .reserve_body fieldset#booking-message-fieldset {
  /*background: #f5f0d9;*/
}
body.pcBody .reserve_body fieldset#my_custom_option_privacy_policy,
body.pcBody .reserve_body fieldset#my_custom_option_about_term {
  background: #f5c0d9;
}

body.pcBody .reserve_body fieldset.no-bg {
  background-color: transparent !important;
  padding-top: 0;
  margin-top: -40px;
}

body.pcBody .reserve_body fieldset table {
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-top: 10px #fff solid;
  border-bottom: 10px #fff solid;
}
body.pcBody .reserve_body fieldset .clone_wrap {
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body.pcBody .reserve_body fieldset .clone_wrap .clone_action,
body.pcBody .reserve_body fieldset .clone_wrap .clone_delete {
  margin-top: 10px;
}
body.pcBody .reserve_body fieldset .clone_wrap .clone_disp_pre {
  font-size: 14px;
  padding: 15px 0 0;
  margin: 0 0 0 14% !important;
}
body.pcBody .reserve_body fieldset table th {
  /* border-right: 1px #444 dashed; */
  border-bottom: none;
  color: #333;
  /* display: block; */
  width: 100%;
}
body.pcBody .reserve_body fieldset table th label {
  color: #333;
}
body.pcBody .reserve_body fieldset table td {
  border: none;
}
body.pcBody .my_custom_option th {
  font-size: 15px !important;
}
/******************/
body.spBody .spNone {
  display: none !important;
}
body.spBody #wrapper {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}
body.spBody #masthead,
body.spBody #container,
body.spBody #colophon {
  width: 100%;
  margin: 0 auto;
  /*padding-right: 1%;
  padding-left: 1%;*/
}
body.spBody .reserve_body .row {
  width: 100%;
  margin-top: 4%;
}
body.spBody #reserve_plan ul li a img {
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
body.spBody ul {
  margin: 0;
  width: 100%;
  height: 100%;
  padding-top: 3%;
}
body.spBody #reserve_course ul li {
  width: 46%;
  display: inline-block;
  margin: 0 2% 30px;
}
body.spBody #reserve_course ul li a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 55%;
}
body.spBody #reserve_course ul li a img {
  display: block;
  position: absolute;
  top: 0;
  height: auto;
}
body.spBody .calendars {
  width: 100%;
  margin: 0 auto;
}
body.spBody .calendars table {
  width: 100%;
}
body.spBody .calendars table th,
body.spBody .calendars table td {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
body.spBody #wrapper .my_custom_option .clone_action {
  margin-left: 0;
}
body.spBody #reserve_plan ul li a {
  display: block;
}
body.spBody #reserve_plan ul li a .plan_title {
  display: block;
  text-align: center;
}
body.spBody .step_list {
  margin: 10px auto;
  width: 90%;
}
body.spBody .reserve_body .entry-title {
  margin: 20px 0 !important;
}
body.spBody #content .row_title {
  margin-bottom: 5%;
  padding: 16px 8px;
}
body.spBody .calendars .monthly-calendar caption {
  width: 25%;
  font-size: 16px;
}
body.spBody #action-button {
  width: 60%;
}
body.spBody #action-button button:first-child {
  float: none;
}
body.spBody .reserve_body fieldset {
  border: none;
  margin: 0;
  padding: 24px 0 0;
  width: 100%;
}
body.spBody .reserve_body fieldset.no-bg {
  padding: 0;
}
body.spBody .reserve_body fieldset .clone_wrap .clone_disp_pre {
  font-size: 12px;
  padding: 15px 10px;
  margin: 0 !important;
}
body.spBody .reserve_body fieldset legend,
body.spBody .reserve_body fieldset table td.confirm_row_head {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
body.spBody .reserve_body fieldset table th,
body.spBody .reserve_body fieldset table td {
  display: block;
  width: 100%;
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  width: 98% !important;
}
body.spBody .reserve_body fieldset table th {
  background: #f9f4ed;
  padding-left: 10px;
}
body.spBody .reserve_body fieldset table th label {
  color: #333;
  font-size: 14px;
}
body.spBody .reserve_body fieldset#my_custom_option_familiy_dressing table th,
body.spBody .reserve_body fieldset#my_custom_option_photo_matter table th {
  /*background: #dfc9ef;*/
}
body.spBody .reserve_body fieldset.has-clone table th {
  background: #e2f0d9;
}
body.spBody .reserve_body fieldset#booking-message-fieldset table th {
  /*background: #f5f0d9;*/
}
body.spBody .reserve_body fieldset#my_custom_option_privacy_policy table th,
body.spBody .reserve_body fieldset#my_custom_option_about_term table th {
  background: #f5c0d9;
}
body.spBody .reserve_body fieldset.no-bg table th {
  background-color: transparent !important;
}
body.spBody .reserve_body fieldset table td {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}
body.spBody .clone_action,
body.spBody .clone_delete {
  margin-bottom: 30px;
}
body.spBody .reserve_body fieldset .mco_privacy_policy label,
body.spBody .reserve_body fieldset .mco_about_term label {
  font-size: 130%;
}
.cnts-inner-inquiry {
  width: 400px;
  height: 29px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px;
  color: #ffffff;
  background-color: #ff598f;
}

.ph_form {
  display: block;
  text-align: center;
}

.ph_text {
  font-size: 17px;
  color: red;
}

/* Bnr
-----------------------------------------*/
.Bnr {
  position: relative;
  margin: 0 auto;
  /*width: 1200px;*/
  /*display: none;*/
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
  z-index: 9999;
}

@media only screen and (min-width: 60em) {
  .Bnr .Bnr__img {
    position: fixed;
    top: 30px;
    right: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    /*z-index: 88;*/
    z-index: 9999;
  }
}
@media only screen and (max-width: 60em) {
  .Bnr .Bnr__img {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    /*z-index: 88;*/
    z-index: 9999;
  }
}

.Bnr__img__inner {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fafafa;
}
.Bnr .Bnr__img__inner a {
  display: block;
}
.Bnr .Bnr__img p.close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.Bnr .Bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i {
  font-size: 20px;
  z-index: 888;
  color: #222;
}

#my_custom_option_photo_matter
  > table
  > tbody
  > tr.mco_howtouse
  > td
  > ul
  > li {
  display: inline-block;
  width: 44%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #my_custom_option_photo_matter
    > table
    > tbody
    > tr.mco_howtouse
    > td
    > ul
    > li {
    width: 41%;
    margin-right: 4px;
  }
}
#my_custom_option_photo_matter > table > tbody > tr.mco_request > td > ul > li {
  display: inline-block;
  width: 44%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #my_custom_option_photo_matter
    > table
    > tbody
    > tr.mco_request
    > td
    > ul
    > li {
    display: inline-block;
    width: 92%;
  }
}
#my_custom_option_photo_matter
  > table
  > tbody
  > tr.mco_questionnaire
  > td
  > ul
  > li {
  display: inline-block;
  width: 44%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #my_custom_option_photo_matter
    > table
    > tbody
    > tr.mco_questionnaire
    > td
    > ul
    > li {
    width: 92%;
    margin-right: 4px;
  }
  #reserve_thanks .entry-content {
    margin: 0;
  }
}

#my_custom_option_photo_matter > table > tbody > tr.mco_howtouse > th > span {
  display: none;
}

#to_form > a > img {
  width: 175px;
}
#action-button > button > img {
  width: 175px;
}
.ceremonyplans {
  display: inline-block;
  width: 44%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wantscourse {
  display: inline-block;
  width: 15%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
.ceremonyplans {
  display: inline-block;
  width: 92%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  }
.wantscourse {
  display: inline-block;
  width: 92%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
}
.ankert {
  display: inline-block;
  width: 44%;
  border: 1px solid #999;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .ankert {
    display: inline-block;
    width: 92%;
  }
}

.text-kakko {
  font-size: 12px;
}

#my_custom_option_photo_matter > table > tbody > tr.mco_howtouse > td > span {
  color: #0099cc;
}
#my_custom_option_photo_matter > table > tbody > tr.mco_request > td > span {
  color: #0099cc;
}
#my_custom_option_photo_matter > table > tbody > tr.mco_bihada > td > span {
  color: #0099cc;
  display: block;
}


.reserve_note {
    font-size: 0.8rem;
    color: #961d1d;
    width: 87%;
    margin: 0 auto;
    background: #faf4ed;
    padding: 5px 10px;
    border: 1px dotted #f7c238;
    margin-bottom: 10px;
    }

.reserve_note a{
    text-decoration: underline;
    color: #961d1d;
}
.reserve_note a:hover{
    text-decoration: none;
}
@media screen and (max-width: 480px) {
.reserve_note {
    width:inherit;
    }
}
