@charset "UTF-8";
/*
Theme Name: 名古屋院スタッフブログ PC
Description: 名古屋院スタッフブログ PC用テーマ
Author: ムラカミヨシアキ
Version: 1.0
*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
@-moz-keyframes fa-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

th, td {
  padding: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  min-width: 1110px;
  -webkit-text-size-adjust: 100%;
}

a, a::before, a::after {
  -moz-transition: background-color 0.15s linear, background-image 0.15s linear;
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
a img {
  background: #fff;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  z-index: 0;
  min-height: 100%;
  background: #efebe8;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.topicpath {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  float: left;
  margin: 0 0 20px;
}

.topicpath-item {
  display: inline-block;
}
.topicpath-item a {
  display: block;
  position: relative;
  padding: 0 20px 0 30px;
  background: #f8a497;
  line-height: 30px;
  font-size: 1.2em;
  color: #fff;
}
.topicpath-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.topicpath-item a::before, .topicpath-item a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
.topicpath-item a::before {
  top: -2px;
  margin-right: -15px;
  border-top-width: 17px;
  border-bottom-width: 17px;
  border-left-width: 12px;
  border-left-color: #efebe8;
}
.topicpath-item a::after {
  margin-right: -13px;
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 10px;
  border-left-color: #f8a497;
}
.topicpath-item:last-child a {
  padding-right: 30px;
  background: #c2b7b0;
}
.topicpath-item:last-child a::before, .topicpath-item:last-child a::after {
  content: initial;
}

.fixed {
  -moz-transition: opacity, 0.15s, linear;
  -webkit-transition: opacity, 0.15s, linear;
  transition: opacity, 0.15s, linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  right: 18px;
  bottom: 200px;
  z-index: -1;
}
.fixed.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
}

.fixed-form-item,
.pagetop {
  -moz-box-shadow: 0 0 2px 0 rgba(91, 24, 16, 0.3);
  -webkit-box-shadow: 0 0 2px 0 rgba(91, 24, 16, 0.3);
  box-shadow: 0 0 2px 0 rgba(91, 24, 16, 0.3);
}
.fixed-form-item a:hover img,
.pagetop a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.fixed-form-item {
  margin-bottom: 10px;
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  background: url(img/header_bg2.jpg) center 20px no-repeat, url(img/header_bg.gif) left 20px repeat-x #3e302b;
  margin-bottom: 20px;
  padding: 20px 0 0;
  border-bottom: 1px solid #fd9d8c;
}

.header-inner {
  *zoom: 1;
  margin: 0 auto;
  width: 1110px;
}
.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  margin: 9px 0 10px 24px;
}
.logo a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.logo img {
  background: none;
}

.gnavi {
  float: left;
  margin-left: 40px;
}
.gnavi .menu-item {
  float: left;
}
.gnavi .menu-item a {
  display: block;
  position: relative;
}
.gnavi .menu-item a::before {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.gnavi .menu-item a:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gnavi .menu-item a > span {
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}
.gnavi .menu-item.menu-item-274 {
  width: 76px;
}
.gnavi .menu-item.menu-item-274 a::before {
  background-image: url(img/gnavi_top_h.png);
}
.gnavi .menu-item.menu-item-274 a > span {
  background-image: url(img/gnavi_top.png);
}
.gnavi .menu-item.menu-item-401 {
  width: 119px;
}
.gnavi .menu-item.menu-item-401 a::before {
  background-image: url(img/gnavi_feature_h.png);
}
.gnavi .menu-item.menu-item-401 a > span {
  background-image: url(img/gnavi_feature.png);
}
.gnavi .menu-item.menu-item-296 {
  width: 132px;
}
.gnavi .menu-item.menu-item-296 a::before {
  background-image: url(img/gnavi_doctor_h.png);
}
.gnavi .menu-item.menu-item-296 a > span {
  background-image: url(img/gnavi_doctor.png);
}
.gnavi .menu-item.menu-item-299 {
  width: 102px;
}
.gnavi .menu-item.menu-item-299 a::before {
  background-image: url(img/gnavi_access_h.png);
}
.gnavi .menu-item.menu-item-299 a > span {
  background-image: url(img/gnavi_access.png);
}
.gnavi .menu-item.menu-item-297 {
  width: 180px;
}
.gnavi .menu-item.menu-item-297 a::before {
  background-image: url(img/gnavi_consultation_h.png);
}
.gnavi .menu-item.menu-item-297 a > span {
  background-image: url(img/gnavi_consultation.png);
}
.gnavi .menu-item.menu-item-298 {
  width: 182px;
}
.gnavi .menu-item.menu-item-298 a::before {
  background-image: url(img/gnavi_counseling_h.png);
}
.gnavi .menu-item.menu-item-298 a > span {
  background-image: url(img/gnavi_counseling.png);
}

.h-social {
  float: right;
  margin: 12.5px 40px 12.5px 0;
}

.h-social-item {
  overflow: hidden;
  float: left;
  margin-left: 15px;
}
.h-social-item a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  color: #fff;
}
.h-social-item .fa {
  position: absolute;
}
.h-social-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.h-social-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.h-social-item.google a {
  background: #c74f3d;
}
.h-social-item.google .fa {
  top: 3px;
  left: -5px;
  font-size: 42px;
}
.h-social-item.facebook a {
  background: #3c5a92;
}
.h-social-item.facebook .fa {
  right: 4px;
  bottom: -3px;
  font-size: 34px;
}
.h-social-item.twitter a {
  background: #6babdc;
}
.h-social-item.twitter .fa {
  top: 4px;
  left: 5px;
  font-size: 28px;
}
.h-social-item img {
  background: none;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
  margin: 0 auto;
  padding-bottom: 335px;
  width: 1050px;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
#main {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  clear: both;
  float: left;
  margin-bottom: 100px;
  padding: 30px 30px 50px;
  width: 660px;
  background: #faf9f8;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
#sub {
  float: right;
  width: 300px;
}
#sub .notice {
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #584f4c;
}

.widget {
  margin-bottom: 30px;
}

.widget_title {
  background: #3e302b;
  text-align: center;
  line-height: 30px;
  font-size: 1.4em;
  font-weight: bold;
  color: #fd9f8e;
}

.s-clinic {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  margin-bottom: 6px;
  background: #faf9f8;
}
.s-clinic > .title {
  border-bottom: 1px solid #fff;
}
.s-clinic > .title img {
  border-top: 1px solid #faf9f8;
  border-bottom: 1px solid #c7bcb4;
}
.s-clinic a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
  position: relative;
  padding: 21px 0 16px;
  color: #716259;
}
.s-clinic a::before {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '\f105';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  margin-top: -7.5px;
  padding: 0 5px 0 6px;
  width: 15px;
  height: 15px;
  background: #fd8875;
  text-align: center;
  line-height: 15px;
  font-family: fontAwesome;
  font-size: 10px;
  color: #fff;
}
.s-clinic a > * {
  margin-left: 90px;
}
.s-clinic a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
.s-clinic a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.s-clinic p {
  line-height: 1.5;
}
.s-clinic .tel img {
  margin-bottom: 4.5px;
}
.s-clinic .pic {
  position: absolute;
  top: 16px;
  left: 17px;
  margin: 0;
}
.s-clinic .reception > * {
  display: inline;
  line-height: 1.5;
}

.s-form-list {
  *zoom: 1;
}
.s-form-list:after {
  content: "";
  display: table;
  clear: both;
}

.s-form-item {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  float: left;
  margin-right: 6px;
}
.s-form-item:last-child {
  margin: 0;
}
.s-form-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.widget_search {
  margin-bottom: 15px;
}
.widget_search .widget_title {
  margin-bottom: 9px;
}
.widget_search .search-form {
  *zoom: 1;
  position: relative;
  background: #3e302b;
}
.widget_search .search-form:after {
  content: "";
  display: table;
  clear: both;
}
.widget_search .search-form::before {
  content: '\f002';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 9px 10px;
  font-family: fontAwesome;
  font-size: 26px;
  color: #fd9f8e;
}
.widget_search .search-form .screen-reader-text {
  display: none;
}
.widget_search .search-form input {
  display: block;
  float: left;
}
.widget_search .search-form .search-field {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 11px;
  height: 42px;
  border: 1px solid #231815;
  background: #faf9f8;
  font-size: 1.4em;
  color: #584f4c;
  -webkit-appearance: none;
}
.widget_search .search-form .search-field::-webkit-search-cancel-button, .widget_search .search-form .search-field::-webkit-search-cancel-decoration {
  -webkit-appearance: none;
}
.widget_search .search-form .search-field.is-active {
  font-size: 1.6em;
}
.widget_search .search-form .search-submit {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
  text-indent: -99999px;
}
.widget_search .search-field {
  width: 232px;
}

.s-keyword {
  border: 1px solid #3e302b;
  border-top: 0;
}

.s-keyword-list {
  padding: 10px 7px 6px 10px;
}

.s-keyword-item {
  display: inline-block;
  margin: 0 1px 4px 0;
}
.s-keyword-item a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 6px;
  background: #fff;
  vertical-align: middle;
  font-size: 1em;
  color: #584f4c;
}
.s-keyword-item a.no1 {
  font-size: 1.6em;
  font-weight: bold;
}
.s-keyword-item a.no2 {
  font-size: 1.4em;
}
.s-keyword-item a.no3 {
  font-size: 1.2em;
}

.widget_categories_origin a {
  color: #584f4c;
}
.widget_categories_origin .cat-list {
  border-right: 1px solid #3e302b;
  border-left: 1px solid #3e302b;
}
@-moz-keyframes spin-row-open {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin-row-open {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes spin-row-open {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-moz-keyframes spin-col-open {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes spin-col-open {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes spin-col-open {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-moz-keyframes spin-row-close {
  0% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin-row-close {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spin-row-close {
  0% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes spin-col-close {
  0% {
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin-col-close {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spin-col-close {
  0% {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.widget_categories_origin .cat-list a {
  display: inline-block;
  font-size: 1.4em;
}
.widget_categories_origin .cat-list .cat-item {
  border-bottom-width: 1px;
  border-bottom-color: #3e302b;
}
.widget_categories_origin .cat-list > .cat-item {
  position: relative;
  border-bottom-style: solid;
  background: #fcfcfb;
}
.widget_categories_origin .cat-list > .cat-item .children {
  margin-top: 7px;
  border-top: 1px dotted #3e302b;
  background: #efebe8;
}
.widget_categories_origin .cat-list > .cat-item .children.is-active {
  visibility: visible;
  height: auto;
}
.widget_categories_origin .cat-list > .cat-item .cat-item {
  position: relative;
  padding: 7px 0;
  border-bottom-style: dotted;
}
.widget_categories_origin .cat-list > .cat-item .cat-item:last-child {
  border: 0;
}
.widget_categories_origin .cat-list > .cat-item .cat-item a {
  margin-right: 30px;
  margin-left: 5px;
  padding-left: 24px;
  background: url(img/arrow.png) left center no-repeat;
  line-height: 15px;
}
.widget_categories_origin .cat-list > .cat-item .cat-item .count {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  background: #cec3ba;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.widget_categories_origin .cat-list > .cat-item .cat-item .cat-item a {
  margin-left: 20px;
}
.widget_categories_origin .cat-list > .cat-item .cat-item .cat-item:last-child {
  padding-bottom: 0;
}
.widget_categories_origin .cat-list > .cat-item > a {
  margin: 13px 0 13px 20px;
  font-weight: bold;
}
.widget_categories_origin .cat-list > .cat-item > .count {
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #fd8875;
  cursor: pointer;
}
.widget_categories_origin .cat-list > .cat-item > .count:last-child {
  display: none;
}
.widget_categories_origin .cat-list > .cat-item > .count::before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 8px;
  border: 1px solid #f8efec;
}
.widget_categories_origin .cat-list > .cat-item > .count::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  height: 8px;
  border: 1px solid #f8efec;
}
.widget_categories_origin .cat-list > .cat-item > .count.is-open::before {
  -moz-animation: spin-row-open 0.6s;
  -webkit-animation: spin-row-open 0.6s;
  animation: spin-row-open 0.6s;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget_categories_origin .cat-list > .cat-item > .count.is-open::after {
  -moz-animation: spin-col-open 1s;
  -webkit-animation: spin-col-open 1s;
  animation: spin-col-open 1s;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget_categories_origin .cat-list > .cat-item > .count.is-close::before {
  -moz-animation: spin-row-close 0.6s;
  -webkit-animation: spin-row-close 0.6s;
  animation: spin-row-close 0.6s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.widget_categories_origin .cat-list > .cat-item > .count.is-close::after {
  -moz-animation: spin-col-close 1s;
  -webkit-animation: spin-col-close 1s;
  animation: spin-col-close 1s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.widget_categories_origin .cat-list > .cat-item > .children {
  visibility: hidden;
  margin-top: 0;
  height: 0;
}
.widget_categories_origin .cat-list > .cat-item > .children > .cat-item {
  margin-left: 15px;
}

.s-entries-tab-list {
  *zoom: 1;
  border-bottom: 1px solid #3e302b;
}
.s-entries-tab-list:after {
  content: "";
  display: table;
  clear: both;
}

.s-entries-tab-item {
  float: left;
  margin-right: 6px;
  width: 96px;
  height: 30px;
}
.s-entries-tab-item a {
  -moz-transition: background 0.15s linear, color 0.15s linear;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
  display: block;
  background: #cec3ba;
  text-align: center;
  line-height: 30px;
  font-size: 1.2em;
  color: #584f4c;
}
.s-entries-tab-item.is-active a {
  background: #3e302b;
  font-weight: bold;
  color: #fd9f8e;
}
.s-entries-tab-item:last-child {
  margin: 0;
}

.s-entries-item-wrapper {
  position: relative;
  border: 1px solid #3e302b;
  border-top: 0;
}

.s-entries-item {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.s-entries-item.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
}

.s-entries-list-item {
  padding: 9px;
  border-bottom: 1px solid #3e302b;
}
.s-entries-list-item a {
  display: block;
}
.s-entries-list-item a:hover {
  text-decoration: none;
}
.s-entries-list-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.s-entries-list-item a:hover .title {
  text-decoration: underline;
}
.s-entries-list-item:nth-child(odd) {
  background-color: #fcfcfb;
}
.s-entries-list-item:last-child {
  border-bottom: 0;
}
.s-entries-list-item .post {
  position: relative;
  min-height: 67px;
}
.s-entries-list-item .post .title {
  margin-bottom: 2px;
  color: #584f4c;
}
.s-entries-list-item .post .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.2em;
  color: #716259;
}
.s-entries-list-item .post .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  background: #000;
}
.s-entries-list-item .post .pic:hover img {
  -moz-transform: scale(1.18) rotate(5deg);
  -ms-transform: scale(1.18) rotate(5deg);
  -webkit-transform: scale(1.18) rotate(5deg);
  transform: scale(1.18) rotate(5deg);
}
.s-entries-list-item .post .pic::before {
  -moz-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: FontAwesome;
  font-size: 90px;
  color: #ddd;
}
.s-entries-list-item .post .pic .category, .s-entries-list-item .post .pic .tag {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 22px 0 10px;
  background: rgba(253, 132, 116, 0.7);
  line-height: 25px;
  color: #fff;
}
.s-entries-list-item .post .pic .img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.s-entries-list-item .post .pic .img img {
  -moz-transition: -moz-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  background: none;
}
.s-entries-list-item .post .pic.is-active::before {
  content: initial;
}
.s-entries-list-item .post .pic.is-active:hover .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.s-entries-list-item .post .pic.is-active .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.s-entries-list-item .post .date {
  font-size: 1.4em;
  color: #727171;
  position: absolute;
  top: 0;
  left: 0;
}
.s-entries-list-item .post .date .new {
  margin-right: 10px;
  line-height: 19px;
}
.s-entries-list-item .post .date .new img {
  background: none;
  vertical-align: top;
}
.s-entries-list-item .post > * {
  margin-left: 110px;
}
.s-entries-list-item .post .title {
  padding-top: 21px;
  line-height: 1.5;
  font-size: 1.2em;
}
.s-entries-list-item .post .pic {
  width: 100px;
  height: 67px;
}

.s-entries-ranking-item .post {
  position: relative;
}
.s-entries-ranking-item .post::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 34px;
  height: 34px;
  background-image: url('img/ranking.png');
  background-repeat: no-repeat;
}
.s-entries-ranking-item.no1 .post::before {
  background-position: 0 0;
}
.s-entries-ranking-item.no2 .post::before {
  background-position: 0 -34px;
}
.s-entries-ranking-item.no3 .post::before {
  background-position: 0 -68px;
}
.s-entries-ranking-item.no4 .post::before {
  background-position: 0 -102px;
}
.s-entries-ranking-item.no5 .post::before {
  background-position: 0 -136px;
}

.widget_text {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  height: 300px;
}

.s-banner-item {
  margin-bottom: 30px;
}
.s-banner-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
#footer {
  -moz-box-shadow: 0 0 6px 1px rgba(91, 24, 16, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(91, 24, 16, 0.1);
  box-shadow: 0 0 6px 1px rgba(91, 24, 16, 0.1);
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f6f5f4;
}

.footer-inner {
  *zoom: 1;
  margin: 0 auto;
  padding: 40px 0;
  width: 1050px;
}
.footer-inner:after {
  content: "";
  display: table;
  clear: both;
}

.f-contents {
  float: left;
  margin-right: 50px;
}
.f-contents:last-child {
  margin: 0;
}

.f-clinic {
  position: relative;
  color: #7f7875;
}
.f-clinic > .title {
  margin-bottom: 26px;
  border-bottom: 1px solid #fff;
}
.f-clinic > .title img {
  border-bottom: 1px solid #c7bcb4;
}
.f-clinic .address {
  margin-bottom: 7px;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.f-clinic .tel {
  font-size: 1.2em;
}
.f-clinic .tel .num {
  margin-bottom: 3px;
}
.f-clinic .tel img {
  margin-bottom: 10px;
}
.f-clinic .reception-inner > * {
  display: inline;
}
.f-clinic .reception-inner .title {
  font-weight: bold;
}
.f-clinic .pic {
  position: absolute;
  top: 88px;
  right: 1px;
}

#f-slide {
  -moz-box-shadow: 0 0 10px 0 rgba(157, 90, 71, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(157, 90, 71, 0.3);
  box-shadow: 0 0 10px 0 rgba(157, 90, 71, 0.3);
  position: relative;
  width: 301px;
  height: 215px;
  background: #000;
}
#f-slide::before {
  -moz-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: FontAwesome;
  font-size: 90px;
  color: #ddd;
}
#f-slide.is-active {
  background: none;
}
#f-slide.is-active::before {
  content: initial;
}

.f-slide {
  display: none;
}

.f-text {
  width: 302px;
}
.f-text .title {
  margin-bottom: 12px;
}
.f-text .text {
  text-align: justify;
  line-height: 1.5;
  font-size: 1.2em;
  color: #727171;
}

.copyright {
  background: #3e302b;
  text-align: center;
  line-height: 40px;
  color: #fd9d8c;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
11-1.	トップ
----------------------------------------------------------------------*/
.home #header {
  background: url(img/index_header_bg2.jpg) center 20px no-repeat, url(img/index_header_bg.gif) left 20px repeat-x #3e302b;
  margin-bottom: 48px;
}
.home .logo {
  margin-top: 25px;
  margin-bottom: 25px;
}
.home .m-latest > .title {
  margin-bottom: 30px;
  padding-left: 24px;
  border-left: 3px solid #fd8474;
  background: #f1eeec;
  line-height: 50px;
  font-size: 2.4em;
  color: #fd8474;
}
.home .m-latest-list.top .m-latest-item:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c2b7af;
}
.home .m-latest-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c2b7af;
}
.home .m-latest-item a {
  display: block;
}
.home .m-latest-item a:hover {
  text-decoration: none;
}
.home .m-latest-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.home .m-latest-item a:hover .title {
  text-decoration: underline;
}
.home .m-latest-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.home .m-latest-item .post {
  position: relative;
  min-height: 120px;
}
.home .m-latest-item .post .title {
  margin-bottom: 2px;
  color: #584f4c;
}
.home .m-latest-item .post .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.2em;
  color: #716259;
}
.home .m-latest-item .post .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  background: #000;
}
.home .m-latest-item .post .pic:hover img {
  -moz-transform: scale(1.18) rotate(5deg);
  -ms-transform: scale(1.18) rotate(5deg);
  -webkit-transform: scale(1.18) rotate(5deg);
  transform: scale(1.18) rotate(5deg);
}
.home .m-latest-item .post .pic::before {
  -moz-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: FontAwesome;
  font-size: 90px;
  color: #ddd;
}
.home .m-latest-item .post .pic .category, .home .m-latest-item .post .pic .tag {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 22px 0 10px;
  background: rgba(253, 132, 116, 0.7);
  line-height: 25px;
  color: #fff;
}
.home .m-latest-item .post .pic .img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.home .m-latest-item .post .pic .img img {
  -moz-transition: -moz-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  background: none;
}
.home .m-latest-item .post .pic.is-active::before {
  content: initial;
}
.home .m-latest-item .post .pic.is-active:hover .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.home .m-latest-item .post .pic.is-active .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.home .m-latest-item .post .date {
  font-size: 1.4em;
  color: #727171;
  position: absolute;
  top: 0;
  left: 0;
}
.home .m-latest-item .post .date .new {
  margin-right: 10px;
  line-height: 19px;
}
.home .m-latest-item .post .date .new img {
  background: none;
  vertical-align: top;
}
.home .m-latest-item .post time::before {
  content: '\f017';
  margin-right: 4px;
  font-family: fontAwesome;
  font-size: 14px;
}
.home .m-latest-item .post > * {
  margin-left: 200px;
}
.home .m-latest-item .post .title {
  padding-top: 23px;
  line-height: 1.6666666667;
  font-size: 1.8em;
}
.home .m-latest-item .post .pic {
  width: 180px;
  height: 120px;
}
.home .m-latest-item.large .post {
  min-height: 170px;
}
.home .m-latest-item.large .post > * {
  margin-left: 275px;
}
.home .m-latest-item.large .title {
  margin-bottom: 4px;
  padding-top: 28px;
  line-height: 1.5;
  font-size: 2em;
}
.home .m-latest-item.large .text {
  font-size: 1.4em;
}
.home .m-latest-item.large .pic {
  margin: 0;
  width: 255px;
  height: 170px;
}
.home .m-subcontents-wrapper {
  *zoom: 1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c2b7af;
}
.home .m-subcontents-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home .m-subcontents {
  float: left;
  width: 315px;
}
.home .m-subcontents:first-child {
  margin-right: 30px;
}
.home .m-subcontents > .title {
  margin-bottom: 30px;
  padding-left: 24px;
  border-left: 3px solid #fd8474;
  background: #f1eeec;
  line-height: 50px;
  font-size: 2.4em;
  color: #fd8474;
  margin-bottom: 20px;
}
.home .m-subcontents-item {
  margin-bottom: 20px;
}
.home .m-subcontents-item a {
  display: block;
}
.home .m-subcontents-item a:hover {
  text-decoration: none;
}
.home .m-subcontents-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.home .m-subcontents-item a:hover .title {
  text-decoration: underline;
}
.home .m-subcontents-item:last-child {
  margin: 0;
}
.home .m-subcontents-item .post {
  position: relative;
  min-height: 80px;
}
.home .m-subcontents-item .post .title {
  margin-bottom: 2px;
  color: #584f4c;
}
.home .m-subcontents-item .post .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.2em;
  color: #716259;
}
.home .m-subcontents-item .post .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  background: #000;
}
.home .m-subcontents-item .post .pic:hover img {
  -moz-transform: scale(1.18) rotate(5deg);
  -ms-transform: scale(1.18) rotate(5deg);
  -webkit-transform: scale(1.18) rotate(5deg);
  transform: scale(1.18) rotate(5deg);
}
.home .m-subcontents-item .post .pic::before {
  -moz-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: FontAwesome;
  font-size: 90px;
  color: #ddd;
}
.home .m-subcontents-item .post .pic .category, .home .m-subcontents-item .post .pic .tag {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 22px 0 10px;
  background: rgba(253, 132, 116, 0.7);
  line-height: 25px;
  color: #fff;
}
.home .m-subcontents-item .post .pic .img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.home .m-subcontents-item .post .pic .img img {
  -moz-transition: -moz-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  background: none;
}
.home .m-subcontents-item .post .pic.is-active::before {
  content: initial;
}
.home .m-subcontents-item .post .pic.is-active:hover .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.home .m-subcontents-item .post .pic.is-active .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.home .m-subcontents-item .post .date {
  font-size: 1.4em;
  color: #727171;
  position: absolute;
  top: 0;
  left: 0;
}
.home .m-subcontents-item .post .date .new {
  margin-right: 10px;
  line-height: 19px;
}
.home .m-subcontents-item .post .date .new img {
  background: none;
  vertical-align: top;
}
.home .m-subcontents-item .post > * {
  margin-left: 132px;
}
.home .m-subcontents-item .post .title {
  line-height: 1.7142857143;
  font-size: 1.4em;
  font-weight: bold;
}
.home .m-subcontents-item .post .pic {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  width: 120px;
  height: 80px;
}
.home .pager {
  *zoom: 1;
  margin-top: 50px;
  padding: 16px 0;
  text-align: right;
  background: #f4f2f0;
}
.home .pager:after {
  content: "";
  display: table;
  clear: both;
}
.home .pager .pager-inner {
  position: relative;
  left: 50%;
  float: left;
}
.home .pager .pager-inner > * {
  position: relative;
  left: -50%;
  float: left;
}
.home .pager .count,
.home .pager .contents,
.home .pager .pager-list,
.home .pager .pager-item {
  display: inline;
}
.home .pager .count {
  margin-right: 13px;
  line-height: 28px;
  font-size: 1.2em;
  color: #595757;
}
.home .pager .count em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #fd8474;
}
.home .pager .pager-item {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}
.home .pager .pager-item a, .home .pager .pager-item.is-active {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 1.4em;
  color: #000;
}
.home .pager .pager-item a {
  display: block;
}
.home .pager .pager-item.is-active {
  background: #fd8474;
  color: #fff;
}
.home .pager .pager-item.prev, .home .pager .pager-item.next {
  position: relative;
  cursor: pointer;
}
.home .pager .pager-item.prev a, .home .pager .pager-item.next a {
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
}
.home .pager .pager-item.prev a::before, .home .pager .pager-item.next a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: fontAwesome;
  font-size: 14px;
  color: #000;
}
.home .pager .pager-item.prev a:hover::before, .home .pager .pager-item.next a:hover::before {
  text-decoration: underline;
}
.home .pager .pager-item.prev a::before {
  content: '\f104';
  left: -17px;
}
.home .pager .pager-item.next a::before {
  content: '\f105';
  left: -14px;
}

.single-post {
  width: 100%;
}
.single-post.noscroll {
  position: fixed;
  overflow-y: scroll;
}
.single-post .entry > *:last-child {
  margin-bottom: 0;
}
.single-post .entry-header {
  margin-bottom: 30px;
}
.single-post .eyecatch {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  margin-bottom: 22px;
}
.single-post .entry-title {
  margin-bottom: 22px;
  line-height: 1.5;
  font-size: 3.2em;
  color: #fd8474;
}
.single-post .attr {
  vertical-align: top;
  text-align: right;
}
.single-post .attr-item {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.4em;
  color: #727171;
}
.single-post .attr-item.author {
  position: relative;
  cursor: pointer;
}
.single-post .attr-item.author .item-inner > * {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.single-post .attr-item.author .pic {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 10px;
}
.single-post .attr-item.author img {
  vertical-align: middle;
}
.single-post .attr-item.date {
  font-size: 1.4em;
  color: #727171;
}
.single-post .attr-item.date .new {
  margin-right: 10px;
  line-height: 19px;
}
.single-post .attr-item.date .new img {
  background: none;
  vertical-align: top;
}
.single-post .attr-item.date time::before {
  content: '\f017';
  margin-right: 4px;
  font-family: fontAwesome;
  font-size: 14px;
}
.single-post .social {
  padding-top: 4px;
}
.single-post .social a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.single-post .entry-body {
  *zoom: 1;
  margin-bottom: 72px;
}
.single-post .entry-body:after {
  content: "";
  display: table;
  clear: both;
}
.single-post .entry-body > *:last-child {
  margin-bottom: 0;
}
.single-post .entry-body h2 {
  margin-bottom: 32px;
  padding-left: 25px;
  border-left: 2px solid #fd8474;
  background: #f1eeec;
  line-height: 50px;
  font-size: 2.4em;
  color: #584f4c;
}
.single-post .entry-body h3 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fd8474;
  font-size: 2em;
  line-height: 1;
  color: #584f4c;
}
.single-post .entry-body p,
.single-post .entry-body ul {
  margin-bottom: 2.1428571429em;
  line-height: 2.1428571429;
  font-size: 1.4em;
  color: #716259;
}
.single-post .entry-body li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.single-post .entry-body a {
  text-decoration: underline;
  color: #fd8474;
}
.single-post .entry-body a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.single-post .entry-body img {
  max-width: 100%;
  height: auto;
}
.single-post .entry-body .alignright {
  float: right;
  margin-top: 8px;
  margin-left: 20px;
}
.single-post .entry-body .alignleft {
  float: left;
  margin-top: 8px;
  margin-right: 20px;
}
.single-post .entry-body .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-post .entry-body iframe {
  vertical-align: top;
}
.single-post .entry-body strong {
  font-weight: bold;
  color: #fd8474;
}
.single-post .entry-body strong span {
  font-weight: bold;
}
.single-post .entry-footer {
  margin-bottom: 80px;
}
.single-post .entry-footer .social {
  margin-bottom: 30px;
}
.single-post .entry-footer .social-list {
  *zoom: 1;
}
.single-post .entry-footer .social-list:after {
  content: "";
  display: table;
  clear: both;
}
.single-post .entry-footer .social-item {
  float: left;
  margin-right: 10px;
}
.single-post .entry-footer .categories {
  padding: 15px;
  border: 1px solid #fd8474;
}
.single-post .entry-footer .categories-item {
  color: #584f4c;
}
.single-post .entry-footer .categories-item > * {
  display: inline;
  font-size: 1.4em;
}
.single-post .entry-footer .categories-item .title::before {
  content: '\f07b';
  margin-right: 8px;
  vertical-align: middle;
  font-family: fontAwesome;
  font-size: 20px;
  color: #727171;
}
.single-post .entry-footer .categories-item .title::after {
  content: '：';
}
.single-post .entry-footer .categories-item a {
  color: #fd8474;
}
.single-post .entry-footer .note {
  margin-top: 30px;
  line-height: 1.35;
  font-size: 8px;
  color: #716259;
}
.single-post .entry-footer .note-title {
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: bold;
}
.single-post .entry-footer .note-caution {
  margin-top: 5px;
}
.single-post .entry-footer .note span {
  display: block;
}
.single-post .recommend > .title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fd8474;
  line-height: 1;
  font-size: 2em;
  color: #584f4c;
}
.single-post .recommend-list {
  *zoom: 1;
  position: relative;
}
.single-post .recommend-list:after {
  content: "";
  display: table;
  clear: both;
}
.single-post .recommend-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right: 1px solid #fd8474;
}
.single-post .recommend-item {
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  width: 295px;
}
.single-post .recommend-item:nth-child(odd) {
  clear: both;
}
.single-post .recommend-item:nth-child(even) {
  margin-right: 0;
  margin-left: 35px;
}
.single-post .recommend-item:last-child {
  margin-bottom: 0;
}
.single-post .recommend-item:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.single-post .recommend-item a {
  display: block;
  color: #584f4c;
}
.single-post .recommend-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.single-post .recommend-item .item-inner {
  *zoom: 1;
}
.single-post .recommend-item .item-inner:after {
  content: "";
  display: table;
  clear: both;
}
.single-post .recommend-item .pic {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  width: 140px;
  height: 94px;
  background: #000;
}
.single-post .recommend-item .pic:hover img {
  -moz-transform: scale(1.18) rotate(5deg);
  -ms-transform: scale(1.18) rotate(5deg);
  -webkit-transform: scale(1.18) rotate(5deg);
  transform: scale(1.18) rotate(5deg);
}
.single-post .recommend-item .pic::before {
  -moz-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: fontAwesome;
  font-size: 90px;
  color: #ddd;
}
.single-post .recommend-item .pic .img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post .recommend-item .pic .img img {
  -moz-transition: -moz-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  background: none;
}
.single-post .recommend-item .pic.is-active::before {
  content: initial;
}
.single-post .recommend-item .pic.is-active:hover .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.single-post .recommend-item .pic.is-active .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.single-post .recommend-item .text {
  line-height: 1.5;
  font-size: 1.2em;
  color: #584f4c;
}
.single-post .balloon {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.single-post .balloon.is-animated, .single-post .balloon.is-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 100000;
}
.single-post .balloon.is-animated {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 100000;
}
.single-post .balloon-inner {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 6px 0 rgba(91, 24, 16, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(91, 24, 16, 0.5);
  box-shadow: 0 0 6px 0 rgba(91, 24, 16, 0.5);
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 1;
  margin-left: -292.5px;
  padding: 30px;
  width: 585px;
  background: #fd8474;
  font-size: 1.4em;
  color: #fff;
}
.single-post .balloon-inner > * {
  margin-left: 180px;
}
.single-post .balloon-inner .name {
  margin-bottom: 13px;
  font-size: 1.5714285714em;
}
.single-post .balloon-inner .pic {
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  -moz-box-shadow: 0 0 6px 0 rgba(91, 24, 16, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(91, 24, 16, 0.5);
  box-shadow: 0 0 6px 0 rgba(91, 24, 16, 0.5);
  position: absolute;
  top: 30px;
  left: 30px;
  overflow: hidden;
  margin: 0;
  border: 5px solid #fff;
}
.single-post .balloon-inner .text {
  margin-bottom: 13px;
  line-height: 2;
}
.single-post .balloon-inner .close {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #fd8474;
  background: #fff;
  cursor: pointer;
  font-style: normal;
}
.single-post .balloon-inner .close::before {
  content: '\f00d';
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-family: fontAwesome;
  font-size: 1.2em;
  color: #fd8474;
}
.single-post .balloon-item {
  margin-bottom: 6px;
}
.single-post .balloon-item:last-child {
  margin: 0;
}
.single-post .balloon-item > * {
  display: inline-block;
}
.single-post .balloon-item .title {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  width: 48px;
  border: 1px solid #fec1b9;
  text-align: center;
  line-height: 24px;
}

.single-attachment .entry-header .entry-title {
  margin-bottom: 22px;
  line-height: 1.5;
  font-size: 3.2em;
  color: #fd8474;
}
.single-attachment .entry-body > .title {
  margin-bottom: 30px;
  padding-left: 24px;
  border-left: 3px solid #fd8474;
  background: #f1eeec;
  line-height: 50px;
  font-size: 2.4em;
  color: #fd8474;
  margin-bottom: 30px;
  color: #716259;
}
.single-attachment .entry-body .pic {
  margin-bottom: 20px;
  text-align: center;
}
.single-attachment .entry-body .pic img {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  max-width: 100%;
  height: auto;
}
.single-attachment .entry-body .back {
  text-align: center;
}
.single-attachment .entry-body .back a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: inline-block;
  position: relative;
  width: 230px;
  background: #fd8474;
  line-height: 50px;
  font-size: 1.8em;
  color: #fff;
}
.single-attachment .entry-body .back a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.single-attachment .entry-body .back a::before {
  content: '\f138';
  position: absolute;
  top: 0;
  right: 10px;
  font-family: fontAwesome;
  font-size: 15px;
  color: #fff;
}
.single-attachment #gallery-1 {
  margin-bottom: 30px;
}
.single-attachment #gallery-1 img {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  border: 0;
}
.single-attachment #gallery-1 .gallery-item {
  margin: 0 20px 20px 0;
  width: 116px;
}
.single-attachment #gallery-1 .gallery-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.single-attachment #gallery-1 .gallery-item img {
  width: 100%;
  height: auto;
}

.category .m-category > .title, .tag .m-category > .title {
  margin-bottom: 30px;
  padding-left: 24px;
  border-left: 3px solid #fd8474;
  background: #f1eeec;
  line-height: 50px;
  font-size: 2.4em;
  color: #fd8474;
}
.category .m-category-item, .tag .m-category-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c2b7af;
}
.category .m-category-item a, .tag .m-category-item a {
  display: block;
}
.category .m-category-item a:hover, .tag .m-category-item a:hover {
  text-decoration: none;
}
.category .m-category-item a:hover > *, .tag .m-category-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.category .m-category-item a:hover .title, .tag .m-category-item a:hover .title {
  text-decoration: underline;
}
.category .m-category-item:last-child, .tag .m-category-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.category .m-category-item .post, .tag .m-category-item .post {
  position: relative;
  min-height: 120px;
}
.category .m-category-item .post .title, .tag .m-category-item .post .title {
  margin-bottom: 2px;
  color: #584f4c;
}
.category .m-category-item .post .text, .tag .m-category-item .post .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.2em;
  color: #716259;
}
.category .m-category-item .post .pic, .tag .m-category-item .post .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  background: #000;
}
.category .m-category-item .post .pic:hover img, .tag .m-category-item .post .pic:hover img {
  -moz-transform: scale(1.18) rotate(5deg);
  -ms-transform: scale(1.18) rotate(5deg);
  -webkit-transform: scale(1.18) rotate(5deg);
  transform: scale(1.18) rotate(5deg);
}
.category .m-category-item .post .pic::before, .tag .m-category-item .post .pic::before {
  -moz-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: FontAwesome;
  font-size: 90px;
  color: #ddd;
}
.category .m-category-item .post .pic .category, .tag .m-category-item .post .pic .category, .category .m-category-item .post .pic .tag, .tag .m-category-item .post .pic .tag {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 22px 0 10px;
  background: rgba(253, 132, 116, 0.7);
  line-height: 25px;
  color: #fff;
}
.category .m-category-item .post .pic .img, .tag .m-category-item .post .pic .img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.category .m-category-item .post .pic .img img, .tag .m-category-item .post .pic .img img {
  -moz-transition: -moz-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  background: none;
}
.category .m-category-item .post .pic.is-active::before, .tag .m-category-item .post .pic.is-active::before {
  content: initial;
}
.category .m-category-item .post .pic.is-active:hover .img, .tag .m-category-item .post .pic.is-active:hover .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.category .m-category-item .post .pic.is-active .img, .tag .m-category-item .post .pic.is-active .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.category .m-category-item .post .date, .tag .m-category-item .post .date {
  font-size: 1.4em;
  color: #727171;
  position: absolute;
  top: 0;
  left: 0;
}
.category .m-category-item .post .date .new, .tag .m-category-item .post .date .new {
  margin-right: 10px;
  line-height: 19px;
}
.category .m-category-item .post .date .new img, .tag .m-category-item .post .date .new img {
  background: none;
  vertical-align: top;
}
.category .m-category-item .post time::before, .tag .m-category-item .post time::before {
  content: '\f017';
  margin-right: 4px;
  font-family: fontAwesome;
  font-size: 14px;
}
.category .m-category-item .post > *, .tag .m-category-item .post > * {
  margin-left: 200px;
}
.category .m-category-item .post .title, .tag .m-category-item .post .title {
  padding-top: 23px;
  line-height: 1.6666666667;
  font-size: 1.8em;
}
.category .m-category-item .post .pic, .tag .m-category-item .post .pic {
  width: 180px;
  height: 120px;
}
.category .pager, .tag .pager {
  *zoom: 1;
  margin-top: 50px;
  padding: 16px 0;
  text-align: right;
  background: #f4f2f0;
}
.category .pager:after, .tag .pager:after {
  content: "";
  display: table;
  clear: both;
}
.category .pager .pager-inner, .tag .pager .pager-inner {
  position: relative;
  left: 50%;
  float: left;
}
.category .pager .pager-inner > *, .tag .pager .pager-inner > * {
  position: relative;
  left: -50%;
  float: left;
}
.category .pager .count, .tag .pager .count,
.category .pager .contents,
.tag .pager .contents,
.category .pager .pager-list,
.tag .pager .pager-list,
.category .pager .pager-item,
.tag .pager .pager-item {
  display: inline;
}
.category .pager .count, .tag .pager .count {
  margin-right: 13px;
  line-height: 28px;
  font-size: 1.2em;
  color: #595757;
}
.category .pager .count em, .tag .pager .count em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #fd8474;
}
.category .pager .pager-item, .tag .pager .pager-item {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}
.category .pager .pager-item a, .tag .pager .pager-item a, .category .pager .pager-item.is-active, .tag .pager .pager-item.is-active {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 1.4em;
  color: #000;
}
.category .pager .pager-item a, .tag .pager .pager-item a {
  display: block;
}
.category .pager .pager-item.is-active, .tag .pager .pager-item.is-active {
  background: #fd8474;
  color: #fff;
}
.category .pager .pager-item.prev, .tag .pager .pager-item.prev, .category .pager .pager-item.next, .tag .pager .pager-item.next {
  position: relative;
  cursor: pointer;
}
.category .pager .pager-item.prev a, .tag .pager .pager-item.prev a, .category .pager .pager-item.next a, .tag .pager .pager-item.next a {
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
}
.category .pager .pager-item.prev a::before, .tag .pager .pager-item.prev a::before, .category .pager .pager-item.next a::before, .tag .pager .pager-item.next a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: fontAwesome;
  font-size: 14px;
  color: #000;
}
.category .pager .pager-item.prev a:hover::before, .tag .pager .pager-item.prev a:hover::before, .category .pager .pager-item.next a:hover::before, .tag .pager .pager-item.next a:hover::before {
  text-decoration: underline;
}
.category .pager .pager-item.prev a::before, .tag .pager .pager-item.prev a::before {
  content: '\f104';
  left: -17px;
}
.category .pager .pager-item.next a::before, .tag .pager .pager-item.next a::before {
  content: '\f105';
  left: -14px;
}

.search .m-result > .title, .page-id-291 .m-result > .title {
  margin-bottom: 30px;
  padding-left: 24px;
  border-left: 3px solid #fd8474;
  background: #f1eeec;
  line-height: 50px;
  font-size: 2.4em;
  color: #fd8474;
  font-size: 2em;
  color: #584f4c;
}
.search .m-result > .title em, .page-id-291 .m-result > .title em {
  margin-right: .125em;
  font-size: 1.2em;
  color: #fd8474;
}
.search .m-search, .page-id-291 .m-search {
  margin-bottom: 30px;
}
.search .m-search .search-form, .page-id-291 .m-search .search-form {
  *zoom: 1;
  position: relative;
  background: #3e302b;
}
.search .m-search .search-form:after, .page-id-291 .m-search .search-form:after {
  content: "";
  display: table;
  clear: both;
}
.search .m-search .search-form::before, .page-id-291 .m-search .search-form::before {
  content: '\f002';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 9px 10px;
  font-family: fontAwesome;
  font-size: 26px;
  color: #fd9f8e;
}
.search .m-search .search-form .screen-reader-text, .page-id-291 .m-search .search-form .screen-reader-text {
  display: none;
}
.search .m-search .search-form input, .page-id-291 .m-search .search-form input {
  display: block;
  float: left;
}
.search .m-search .search-form .search-field, .page-id-291 .m-search .search-form .search-field {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 11px;
  height: 42px;
  border: 1px solid #231815;
  background: #faf9f8;
  font-size: 1.4em;
  color: #584f4c;
  -webkit-appearance: none;
}
.search .m-search .search-form .search-field::-webkit-search-cancel-button, .page-id-291 .m-search .search-form .search-field::-webkit-search-cancel-button, .search .m-search .search-form .search-field::-webkit-search-cancel-decoration, .page-id-291 .m-search .search-form .search-field::-webkit-search-cancel-decoration {
  -webkit-appearance: none;
}
.search .m-search .search-form .search-field.is-active, .page-id-291 .m-search .search-form .search-field.is-active {
  font-size: 1.6em;
}
.search .m-search .search-form .search-submit, .page-id-291 .m-search .search-form .search-submit {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
  text-indent: -99999px;
}
.search .m-search .search-field, .page-id-291 .m-search .search-field {
  width: 592px;
}
.search .result-title, .page-id-291 .result-title {
  margin-bottom: 30px;
  padding: 20px 0;
  background: #faf3f1;
  text-align: center;
  font-size: 1.8em;
  color: #584f4c;
}
.search .result-title > *, .page-id-291 .result-title > * {
  line-height: 1.6666666667;
}
.search .result-title em, .page-id-291 .result-title em {
  color: #fd8474;
}
.search .result-title .title-text em, .page-id-291 .result-title .title-text em {
  font-size: 1.1111111111em;
  font-weight: bold;
}
.search .m-result-item, .page-id-291 .m-result-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c2b7af;
}
.search .m-result-item a, .page-id-291 .m-result-item a {
  display: block;
}
.search .m-result-item a:hover, .page-id-291 .m-result-item a:hover {
  text-decoration: none;
}
.search .m-result-item a:hover > *, .page-id-291 .m-result-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.search .m-result-item a:hover .title, .page-id-291 .m-result-item a:hover .title {
  text-decoration: underline;
}
.search .m-result-item:last-child, .page-id-291 .m-result-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.search .m-result-item .post, .page-id-291 .m-result-item .post {
  position: relative;
  min-height: 120px;
}
.search .m-result-item .post .title, .page-id-291 .m-result-item .post .title {
  margin-bottom: 2px;
  color: #584f4c;
}
.search .m-result-item .post .text, .page-id-291 .m-result-item .post .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.2em;
  color: #716259;
}
.search .m-result-item .post .pic, .page-id-291 .m-result-item .post .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  background: #000;
}
.search .m-result-item .post .pic:hover img, .page-id-291 .m-result-item .post .pic:hover img {
  -moz-transform: scale(1.18) rotate(5deg);
  -ms-transform: scale(1.18) rotate(5deg);
  -webkit-transform: scale(1.18) rotate(5deg);
  transform: scale(1.18) rotate(5deg);
}
.search .m-result-item .post .pic::before, .page-id-291 .m-result-item .post .pic::before {
  -moz-animation: fa-spin 1s infinite steps(8);
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font-family: FontAwesome;
  font-size: 90px;
  color: #ddd;
}
.search .m-result-item .post .pic .category, .page-id-291 .m-result-item .post .pic .category, .search .m-result-item .post .pic .tag, .page-id-291 .m-result-item .post .pic .tag {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 22px 0 10px;
  background: rgba(253, 132, 116, 0.7);
  line-height: 25px;
  color: #fff;
}
.search .m-result-item .post .pic .img, .page-id-291 .m-result-item .post .pic .img {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.search .m-result-item .post .pic .img img, .page-id-291 .m-result-item .post .pic .img img {
  -moz-transition: -moz-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  background: none;
}
.search .m-result-item .post .pic.is-active::before, .page-id-291 .m-result-item .post .pic.is-active::before {
  content: initial;
}
.search .m-result-item .post .pic.is-active:hover .img, .page-id-291 .m-result-item .post .pic.is-active:hover .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.search .m-result-item .post .pic.is-active .img, .page-id-291 .m-result-item .post .pic.is-active .img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.search .m-result-item .post .date, .page-id-291 .m-result-item .post .date {
  font-size: 1.4em;
  color: #727171;
  position: absolute;
  top: 0;
  left: 0;
}
.search .m-result-item .post .date .new, .page-id-291 .m-result-item .post .date .new {
  margin-right: 10px;
  line-height: 19px;
}
.search .m-result-item .post .date .new img, .page-id-291 .m-result-item .post .date .new img {
  background: none;
  vertical-align: top;
}
.search .m-result-item .post time::before, .page-id-291 .m-result-item .post time::before {
  content: '\f017';
  margin-right: 4px;
  font-family: fontAwesome;
  font-size: 14px;
}
.search .m-result-item .post > *, .page-id-291 .m-result-item .post > * {
  margin-left: 200px;
}
.search .m-result-item .post .title, .page-id-291 .m-result-item .post .title {
  padding-top: 23px;
  line-height: 1.6666666667;
  font-size: 1.8em;
}
.search .m-result-item .post .pic, .page-id-291 .m-result-item .post .pic {
  width: 180px;
  height: 120px;
}
.search .pager, .page-id-291 .pager {
  *zoom: 1;
  margin-top: 50px;
  padding: 16px 0;
  text-align: right;
  background: #f4f2f0;
}
.search .pager:after, .page-id-291 .pager:after {
  content: "";
  display: table;
  clear: both;
}
.search .pager .pager-inner, .page-id-291 .pager .pager-inner {
  position: relative;
  left: 50%;
  float: left;
}
.search .pager .pager-inner > *, .page-id-291 .pager .pager-inner > * {
  position: relative;
  left: -50%;
  float: left;
}
.search .pager .count, .page-id-291 .pager .count,
.search .pager .contents,
.page-id-291 .pager .contents,
.search .pager .pager-list,
.page-id-291 .pager .pager-list,
.search .pager .pager-item,
.page-id-291 .pager .pager-item {
  display: inline;
}
.search .pager .count, .page-id-291 .pager .count {
  margin-right: 13px;
  line-height: 28px;
  font-size: 1.2em;
  color: #595757;
}
.search .pager .count em, .page-id-291 .pager .count em {
  font-size: 1.1666666667em;
  font-weight: bold;
  color: #fd8474;
}
.search .pager .pager-item, .page-id-291 .pager .pager-item {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}
.search .pager .pager-item a, .page-id-291 .pager .pager-item a, .search .pager .pager-item.is-active, .page-id-291 .pager .pager-item.is-active {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 1.4em;
  color: #000;
}
.search .pager .pager-item a, .page-id-291 .pager .pager-item a {
  display: block;
}
.search .pager .pager-item.is-active, .page-id-291 .pager .pager-item.is-active {
  background: #fd8474;
  color: #fff;
}
.search .pager .pager-item.prev, .page-id-291 .pager .pager-item.prev, .search .pager .pager-item.next, .page-id-291 .pager .pager-item.next {
  position: relative;
  cursor: pointer;
}
.search .pager .pager-item.prev a, .page-id-291 .pager .pager-item.prev a, .search .pager .pager-item.next a, .page-id-291 .pager .pager-item.next a {
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
}
.search .pager .pager-item.prev a::before, .page-id-291 .pager .pager-item.prev a::before, .search .pager .pager-item.next a::before, .page-id-291 .pager .pager-item.next a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-family: fontAwesome;
  font-size: 14px;
  color: #000;
}
.search .pager .pager-item.prev a:hover::before, .page-id-291 .pager .pager-item.prev a:hover::before, .search .pager .pager-item.next a:hover::before, .page-id-291 .pager .pager-item.next a:hover::before {
  text-decoration: underline;
}
.search .pager .pager-item.prev a::before, .page-id-291 .pager .pager-item.prev a::before {
  content: '\f104';
  left: -17px;
}
.search .pager .pager-item.next a::before, .page-id-291 .pager .pager-item.next a::before {
  content: '\f105';
  left: -14px;
}

.page .page-header .page-title {
  margin-bottom: 30px;
  padding-left: 24px;
  border-left: 3px solid #fd8474;
  background: #f1eeec;
  line-height: 50px;
  font-size: 2.4em;
  color: #fd8474;
}
.page .page-header .page-title span {
  margin-left: .5em;
  font-size: 0.75em;
}
.page .page-body h2 {
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: bold;
  color: #fd8474;
}
.page .page-body h3 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fd8474;
  font-size: 2em;
  line-height: 1;
  color: #584f4c;
  clear: both;
  margin-top: 42px;
}
.page .page-body p {
  text-align: justify;
  line-height: 2.1428571429;
  font-size: 1.4em;
  color: #716259;
}

.page-id-287 .page-body img {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  margin-top: 8px;
  margin-bottom: 50px;
}
.page-id-287 .page-body img.alignright {
  float: right;
  margin-left: 20px;
}

.page-id-285 .page-body h3 {
  color: #fd8474;
}
.page-id-285 .page-body .doctor-contents {
  margin-bottom: 30px;
}
.page-id-285 .page-body .doctor-contents:last-child {
  margin: 0;
}
.page-id-285 .page-body .doctor-contents-title {
  position: relative;
  padding: 28px 0 28px 121px;
  font-size: 2.4em;
  border-bottom: 2px solid #fd8174;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #f1eeec;
  font-weight: normal;
  color: #584f4c;
  cursor: pointer;
}
.page-id-285 .page-body .doctor-contents-title .position {
  margin-left: .25em;
  font-size: 0.75em;
}
.page-id-285 .page-body .doctor-contents-title .button {
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: #fd8875;
  cursor: pointer;
}
.page-id-285 .page-body .doctor-contents-title .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 8px;
  border: 1px solid #f8efec;
}
.page-id-285 .page-body .doctor-contents-title .button:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  height: 8px;
  border: 1px solid #f8efec;
}
.page-id-285 .doctor-contents.fukuda .doctor-contents-title {
  background-image: url(img/doctor_fukuda_title_bg.jpg);
}
.page-id-285 .doctor-contents.chiba .doctor-contents-title {
  background-image: url(img/doctor_chiba_title_bg.jpg);
}
.page-id-285 .js-accordion.is-open .js-accordion-button .button::before {
  -webkit-animation: spin-row-open .6s;
  animation: spin-row-open .6s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-id-285 .js-accordion.is-open .js-accordion-button .button::after {
  -webkit-animation: spin-col-open 1s;
  animation: spin-col-open 1s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-id-285 .js-accordion.is-close .js-accordion-button .button:before {
  -webkit-animation: spin-row-close .6s;
  animation: spin-row-close .6s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-id-285 .js-accordion.is-close .js-accordion-button .button:after {
  -webkit-animation: spin-col-close 1s;
  animation: spin-col-close 1s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-id-285 .js-accordion-contents {
  display: none;
}
.page-id-285 .lead {
  position: relative;
}
.page-id-285 .lead > * {
  margin-left: 282px;
}
.page-id-285 .lead h2,
.page-id-285 .lead .text {
  margin-bottom: 22px;
}
.page-id-285 .lead .pic {
  position: absolute;
  top: -5px;
  left: 0;
  margin: 0;
}
.page-id-285 .specialties {
  border: 1px solid #fd8474;
}
.page-id-285 .specialties .title {
  background: #fd8474;
  text-align: center;
  line-height: 26px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.page-id-285 .specialties-list {
  *zoom: 1;
  padding: 5px;
}
.page-id-285 .specialties-list:after {
  content: "";
  display: table;
  clear: both;
}
.page-id-285 .specialties-item {
  float: left;
  margin: 0 .5em 0 1.5em;
  list-style-type: disc;
  line-height: 2.1428571429;
  font-size: 1.4em;
  color: #716259;
}
.page-id-285 .story h4 {
  margin-bottom: 30px;
}
.page-id-285 .story .text {
  line-height: 2;
  font-size: 1.2em;
}
.page-id-285 .story .section {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 185px;
  border-bottom: 1px dashed #c2b7af;
}
.page-id-285 .story .section h5 {
  margin-bottom: 16px;
}
.page-id-285 .story .section .pic {
  position: absolute;
  top: 0;
}
.page-id-285 .story .section .pic img {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
}
.page-id-285 .story .section .text {
  width: 455px;
}
.page-id-285 .story .section.section1 > *, .page-id-285 .story .section.section3 > * {
  margin-left: 200px;
}
.page-id-285 .story .section.section1 .pic, .page-id-285 .story .section.section3 .pic {
  left: 0;
  margin: 0;
}
.page-id-285 .story .section.section2 .pic {
  right: 0;
}
.page-id-285 .staff {
  *zoom: 1;
  border: 1px solid #fd8474;
}
.page-id-285 .staff:after {
  content: "";
  display: table;
  clear: both;
}
.page-id-285 .staff h5 {
  padding: 5px 0 4px 8px;
  background: #fd8474;
}
.page-id-285 .staff .text {
  float: right;
  margin: 8px 14px 0 0;
  width: 505px;
}
.page-id-285 .staff .pic {
  float: left;
  margin: 14px;
}
.page-id-285 .history-list, .page-id-285 .license-list {
  border-top: 1px solid #fd8474;
  border-bottom: 1px solid #fd8474;
}
.page-id-285 .history-item {
  border-bottom: 1px dashed #c2b7af;
}
.page-id-285 .history-item:last-child {
  border: 0;
}
.page-id-285 .history-item dt,
.page-id-285 .history-item dd {
  line-height: 30px;
  font-size: 1.2em;
  color: #716259;
}
.page-id-285 .history-item dt {
  float: left;
  margin-right: 18px;
  width: 88px;
  background: #fcdcd6;
  text-align: center;
}
.page-id-285 .history-item dd {
  overflow: hidden;
}
.page-id-285 .license-list {
  margin-bottom: 10px;
}
.page-id-285 .license-item {
  padding-left: 12px;
  border-bottom: 1px dashed #c2b7af;
  line-height: 30px;
  font-size: 1.2em;
  color: #716259;
}
.page-id-285 .license-item:last-child {
  border: 0;
}
.page-id-285 .license-item::before {
  content: '\f0da';
  margin-right: 12px;
  vertical-align: middle;
  font-family: fontAwesome;
  font-size: 20px;
  color: #fd8474;
}
.page-id-285 .seal {
  *zoom: 1;
}
.page-id-285 .seal:after {
  content: "";
  display: table;
  clear: both;
}
.page-id-285 .seal-item {
  float: left;
  margin-right: 10px;
  padding: 20px 36px 18px;
  width: 253px;
  background: #fcdcd6;
}
.page-id-285 .seal-item:last-child {
  margin: 0;
}
.page-id-285 .seal-item .seal {
  margin: 0 auto 22px;
  width: 150px;
  min-height: 110px;
}
.page-id-285 .seal-item .text {
  line-height: 1.4;
  font-size: 1em;
  color: #716259;
}
.page-id-285 .movie-inner {
  margin: 0;
  padding: 2px;
  border: 1px solid #c7bcb4;
  background: #fff;
}
.page-id-285 .movie-inner ol {
  overflow: hidden;
}
.page-id-285 .movie-inner li {
  margin-bottom: 2px;
  border-bottom: 1px dotted #a4948a;
}
.page-id-285 .movie-inner li:last-child {
  margin-bottom: 0;
  border: 0;
}
.page-id-285 .movie-inner li:last-child a {
  margin: 0;
}
.page-id-285 .movie-inner li.active dl {
  background: none;
}
.page-id-285 .movie-inner li.active dd {
  color: #ec7c78;
}
.page-id-285 .movie-inner a {
  display: block;
  margin-bottom: 2px;
  text-decoration: none;
}
.page-id-285 .movie-inner a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.page-id-285 .movie-inner dl {
  padding: 9px 5px 10px 10px;
  min-height: 64px;
  background: #f2efed;
}
.page-id-285 .movie-inner dt {
  float: left;
  margin-right: 5px;
}
.page-id-285 .movie-inner dd {
  overflow: hidden;
  line-height: 1.5;
  color: #6d9dd0;
}
.page-id-285 #player {
  float: left;
  margin: 12px 2px 12px 12px;
}

.page-id-277 .details {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c2b7af;
}
.page-id-277 .slide {
  margin-bottom: 30px;
}
.page-id-277 #slide {
  position: relative;
  padding-right: 72px;
}
.page-id-277 .slidesjs-pagination {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
}
.page-id-277 .slidesjs-pagination-item {
  margin-bottom: 10px;
}
.page-id-277 .slidesjs-pagination-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.page-id-277 .slidesjs-pagination-item img {
  width: 100%;
  height: auto;
}
.page-id-277 .details .clinic {
  border: 1px solid #c5bab2;
  background: #f3f0ed;
}
.page-id-277 .details .clinic > * {
  display: table-cell;
  vertical-align: middle;
}
.page-id-277 .details .clinic > .title {
  border-right: 1px solid #c5bab2;
}
.page-id-277 .details .clinic-inner {
  padding-left: 24px;
}
.page-id-277 .details .clinic-item {
  margin-bottom: 10px;
  color: #7f7875;
}
.page-id-277 .details .clinic-item:last-child {
  margin: 0;
}
.page-id-277 .details .clinic-item p {
  line-height: 1;
  font-size: 1em;
}
.page-id-277 .details .clinic-item .title {
  float: left;
  width: 60px;
  line-height: 1.1666666667;
  font-size: 1.2em;
  font-weight: bold;
}
.page-id-277 .details .clinic-item .contents {
  overflow: hidden;
  font-size: 1.4em;
}
.page-id-277 .details .clinic-item.tel {
  padding-left: 60px;
}
.page-id-277 .details .clinic-item.tel .title {
  float: none;
  margin-bottom: 8px;
  width: auto;
  line-height: 1;
  font-weight: normal;
}
.page-id-277 .details .clinic-item.tel .pic {
  float: left;
  margin-right: 12px;
}
.page-id-277 .details .clinic-item.tel .text {
  overflow: hidden;
  line-height: 1.3;
  font-size: 0.8333333333em;
  color: #7f7875;
}
.page-id-277 .map iframe {
  margin-bottom: 6px;
  border: 0;
}
.page-id-277 .access {
  margin-bottom: 30px;
}
.page-id-277 .access .access-item {
  margin-bottom: 10px;
  padding-left: 18px;
  background: url(img/clinic_details_route_sakuradori.png) left center no-repeat;
}
.page-id-277 .access .access-item > * {
  display: inline;
  line-height: 11px;
  font-size: 1.2em;
  color: #716259;
}
.page-id-277 .access .access-item:last-child {
  margin-bottom: 0;
}
.page-id-277 .mobile {
  margin-bottom: 30px;
  border: 1px solid #fd8474;
}
.page-id-277 .mobile > .title {
  margin: 0;
  background: #fd8474;
  text-align: center;
  line-height: 26px;
  font-size: 1.2em;
  color: #fff;
}
.page-id-277 .mobile-list {
  display: table;
  width: 100%;
}
.page-id-277 .mobile-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  color: #838383;
}
.page-id-277 .mobile-item .item-inner {
  display: table;
  margin: 0 auto;
}
.page-id-277 .mobile-item.url {
  width: 60%;
  border-right: 1px solid #fd8474;
}
.page-id-277 .mobile-item.url .title {
  margin-bottom: 5px;
}
.page-id-277 .mobile-item.url .contents {
  font-size: 1.8em;
}
.page-id-277 .mobile-item.qr {
  width: 40%;
}
.page-id-277 .mobile-item.qr .item-inner > * {
  display: inline;
}
.page-id-277 .mobile-item.qr .title {
  margin-right: 10px;
}
.page-id-277 .mobile-item.qr img {
  vertical-align: middle;
}
.page-id-277 .route-item {
  float: left;
  margin: 0 60px 30px 0;
}
.page-id-277 .route-item > .title {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fd8474;
  font-weight: normal;
}
.page-id-277 .route-item .access-list {
  *zoom: 1;
}
.page-id-277 .route-item .access-list:after {
  content: "";
  display: table;
  clear: both;
}
.page-id-277 .route-item .access-item {
  *zoom: 1;
  position: relative;
  float: left;
  margin-right: 60px;
  width: 300px;
  min-height: 74px;
}
.page-id-277 .route-item .access-item:after {
  content: "";
  display: table;
  clear: both;
}
.page-id-277 .route-item .access-item::before {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: #fd8474;
  text-align: center;
  line-height: 28px;
  font-size: 1.4em;
  color: #fff;
}
.page-id-277 .route-item .access-item::after {
  content: '\f105';
  position: absolute;
  top: 22px;
  right: -37.5px;
  font-family: fontAwesome;
  font-size: 30px;
  color: #fd8474;
}
.page-id-277 .route-item .access-item:last-child {
  margin: 0;
}
.page-id-277 .route-item .access-item:last-child::after {
  content: initial;
}
.page-id-277 .route-item .access-item .item-inner {
  padding-left: 40px;
}
.page-id-277 .route-item .access-item .pic {
  float: right;
}
.page-id-277 .route-item .access-item .text {
  line-height: 1.4;
  color: #716259;
}
.page-id-277 .route-item .access-item.no1::before {
  content: '1';
}
.page-id-277 .route-item .access-item.no2::before {
  content: '2';
}
.page-id-277 .route-item:last-child {
  margin-right: 0;
}

.page-id-283 .page-header .page-title, .page-id-279 .page-header .page-title {
  margin-bottom: 22px;
}
.page-id-283 .page-body .lead, .page-id-279 .page-body .lead {
  margin-bottom: 72px;
}
.page-id-283 .page-body .lead .pic, .page-id-279 .page-body .lead .pic {
  float: left;
  margin: 8px 30px 0 0;
}
.page-id-283 .page-body .lead img, .page-id-279 .page-body .lead img {
  -moz-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
  box-shadow: 0 0 4px 0 rgba(91, 24, 16, 0.2);
}
.page-id-283 .page-body .lead .text, .page-id-279 .page-body .lead .text {
  overflow: hidden;
}
.page-id-283 .page-body .form > .title, .page-id-279 .page-body .form > .title {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fd8474;
  font-size: 2em;
  line-height: 1;
  color: #584f4c;
  color: #fd8474;
}
.page-id-283 .page-body .order, .page-id-279 .page-body .order {
  margin: 0 0 40px;
  padding: 0;
  border: 0;
  text-align: center;
}
.page-id-283 .page-body #message, .page-id-279 .page-body #message {
  position: relative;
  margin-bottom: 40px;
  padding: 25px 0 25px 50px;
  border: 3px solid #fd8474;
  background: #fff;
}
.page-id-283 .page-body #message::before, .page-id-279 .page-body #message::before {
  content: '\f071';
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 15px;
  font-family: fontAwesome;
  font-size: 56px;
  color: #ebcb3a;
}
.page-id-283 .page-body #message::after, .page-id-279 .page-body #message::after {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: 70px;
  z-index: 1;
  width: 15px;
  height: 40px;
  background: #000;
}
.page-id-283 .page-body #message p, .page-id-279 .page-body #message p {
  overflow: hidden;
  margin-top: 6px;
  line-height: 1;
  font-size: 1.8em;
  font-weight: bold;
  color: #fd8474;
}
.page-id-283 .page-body #message span, .page-id-279 .page-body #message span {
  display: block;
  margin-top: 12px;
  font-size: 0.7777777778em;
  color: #716259;
}
.page-id-283 .page-body .inputform legend, .page-id-279 .page-body .inputform legend {
  display: none;
}
.page-id-283 .page-body .form-wrapper, .page-id-279 .page-body .form-wrapper {
  margin-bottom: 50px;
  width: 100%;
  border: 1px solid #c2b7af;
  background: #fff;
  font-size: 1.6em;
  color: #716259;
}
.page-id-283 .page-body .form-item, .page-id-279 .page-body .form-item {
  border-bottom: 1px solid #c2b7af;
}
.page-id-283 .page-body .form-item > *, .page-id-279 .page-body .form-item > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-id-283 .page-body .form-item:nth-child(odd), .page-id-279 .page-body .form-item:nth-child(odd) {
  background-color: #f8f7f6;
}
.page-id-283 .page-body .form-item.clinic, .page-id-279 .page-body .form-item.clinic {
  display: none;
}
.page-id-283 .page-body .form-label, .page-id-279 .page-body .form-label {
  padding: 10px 40px 10px 15px;
  width: 190px;
  border-right: 1px dotted #c2b7af;
  background-image: url(img/form_item_bg.gif);
  background-position: 150px 5px;
  background-repeat: no-repeat;
}
.page-id-283 .page-body .form-label.required, .page-id-279 .page-body .form-label.required {
  background-image: url(img/form_required_bg.gif);
}
.page-id-283 .page-body .form-label > *:first-child, .page-id-279 .page-body .form-label > *:first-child {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.125;
}
.page-id-283 .page-body .form-label > *:first-child::before, .page-id-279 .page-body .form-label > *:first-child::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fd8474;
}
.page-id-283 .page-body .form-label > *:first-child > *, .page-id-279 .page-body .form-label > *:first-child > * {
  display: block;
  text-indent: 0;
  line-height: 1.3333333333;
  font-size: 0.75em;
}
.page-id-283 .page-body .form-input, .page-id-279 .page-body .form-input {
  padding: 12px 15px;
}
.page-id-283 .page-body .form-input li, .page-id-279 .page-body .form-input li {
  display: inline-block;
  margin-right: 30px;
}
.page-id-283 .page-body .form-input li label, .page-id-279 .page-body .form-input li label {
  padding-left: 10px;
}
.page-id-283 .page-body .form-input input[type=text], .page-id-279 .page-body .form-input input[type=text],
.page-id-283 .page-body .form-input textarea,
.page-id-279 .page-body .form-input textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 11px;
  width: 100%;
  border: 1px solid #c2b7af;
  color: #716259;
}
.page-id-283 .page-body .form-input input[type=text], .page-id-279 .page-body .form-input input[type=text] {
  height: 40px;
}
.page-id-283 .page-body .form-input textarea, .page-id-279 .page-body .form-input textarea {
  padding: 9px 11px;
  line-height: 1.25;
  resize: vertical;
}
.page-id-283 .page-body .form-input.errbg, .page-id-279 .page-body .form-input.errbg {
  background-color: #fec5be;
}
.page-id-283 .page-body #button li, .page-id-279 .page-body #button li {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-align: center;
}
.page-id-283 .page-body #button li:hover, .page-id-279 .page-body #button li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.page-id-279 .page-body .tel > .title,
.page-id-279 .page-body .net > .title {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fd8474;
  font-size: 2em;
  line-height: 1;
  color: #584f4c;
  color: #fd8474;
}
.page-id-279 .page-body .tel .text,
.page-id-279 .page-body .net .text {
  margin-bottom: 22px;
}
.page-id-279 .page-body .tel {
  margin-bottom: 80px;
}
.page-id-279 .page-body .tel .clinic {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: table;
  width: 100%;
  border: 2px solid #fd8474;
}
.page-id-279 .page-body .tel .clinic > * {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.page-id-279 .page-body .tel .clinic > .title {
  padding: 8px 0 4px;
  border-right: 2px solid #fd8474;
  text-align: center;
}
.page-id-279 .page-body .tel .clinic > .contents {
  padding: 0 38px;
  height: 96px;
}
.page-id-279 .page-body .tel .clinic .tel {
  margin-bottom: 6px;
  line-height: 1;
}
.page-id-279 .page-body .tel .clinic .tel img {
  margin-bottom: 10px;
}
.page-id-279 .page-body .tel .clinic .bhour {
  font-size: 1.4em;
  color: #716259;
}
.page-id-279 .page-body .tel .clinic .bhour .title {
  float: left;
  font-weight: bold;
}
.page-id-279 .page-body .tel .clinic .bhour .contents {
  overflow: hidden;
}
.page-id-279 .page-body .form-item.date .form-label p {
  margin: 1em 0 0 1.6em;
  line-height: 1.125;
  font-size: 0.75em;
}
.page-id-279 .page-body .form-input ul {
  margin-bottom: -1em;
}
.page-id-279 .page-body .form-input li {
  margin-bottom: 1em;
}
.page-id-279 .page-body .form-input input[type=text].middle {
  width: 30%;
}
.page-id-279 .page-body .form-input input[type=text].short {
  width: 20%;
}
.page-id-279 .page-body .ui-datepicker-trigger {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1cHgiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiLz48c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(#d5d5d5 5px, #ffffff 42%);
  background-image: -webkit-linear-gradient(#d5d5d5 5px, #ffffff 42%);
  background-image: linear-gradient(#d5d5d5 5px, #ffffff 42%);
  padding: 4px;
  border: 1px solid #c2b7af;
  border-left: 0;
}

.page-id-293 .page-body .form > .title,
.page-id-293 .page-body .send > .title {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fd8474;
  font-size: 2em;
  line-height: 1;
  color: #584f4c;
  color: #fd8474;
}
.page-id-293 .page-body .form > .text,
.page-id-293 .page-body .send > .text {
  margin-bottom: 22px;
}
.page-id-293 .page-body .order {
  margin: 0 0 40px;
  padding: 0;
  border: 0;
  text-align: center;
}
.page-id-293 .page-body .inputform legend {
  display: none;
}
.page-id-293 .page-body .form-wrapper {
  margin-bottom: 50px;
  width: 100%;
  border: 1px solid #c2b7af;
  background: #fff;
  font-size: 1.6em;
  color: #716259;
}
.page-id-293 .page-body .form-item {
  border-bottom: 1px solid #c2b7af;
}
.page-id-293 .page-body .form-item > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-id-293 .page-body .form-item:nth-child(odd) {
  background-color: #f8f7f6;
}
.page-id-293 .page-body .form-label {
  padding: 10px 15px;
  width: 190px;
  border-right: 1px dotted #c2b7af;
}
.page-id-293 .page-body .form-label.required {
  background-image: url(img/form_required_bg.gif);
  background-position: 150px 5px;
  background-repeat: no-repeat;
}
.page-id-293 .page-body .form-label > * {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.125;
}
.page-id-293 .page-body .form-label > *::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fd8474;
}
.page-id-293 .page-body .form-label > * > * {
  display: block;
  margin-left: 18px;
  text-indent: 0;
  line-height: 1.3333333333;
  font-size: 0.75em;
}
.page-id-293 .page-body .form-input {
  padding: 12px 15px;
}
.page-id-293 .page-body .form-input ul {
  margin-bottom: -1em;
}
.page-id-293 .page-body .form-input li {
  display: inline-block;
  margin: 0 30px 1em 0;
}
.page-id-293 .page-body .form-input li label {
  padding-left: 10px;
}
.page-id-293 .page-body .email.form-item .form-input,
.page-id-293 .page-body .tel.form-item .form-input {
  font-size: 1.5em;
  font-weight: bold;
  color: #fd8474;
}
.page-id-293 .page-body .sendto {
  margin-bottom: 30px;
  border: 3px solid #93867f;
  background: #fff;
}
.page-id-293 .page-body .sendto > * {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}
.page-id-293 .page-body .sendto .title {
  width: 190px;
  background: #93867f;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
}
.page-id-293 .page-body .sendto .contents {
  padding-left: 20px;
  font-size: 2.4em;
  color: #fd8474;
}
.page-id-293 .page-body .receive {
  margin-bottom: 50px;
  padding: 30px 0 24px 26px;
  border-left: 4px solid #fd8474;
  background: #f1eeec;
}
.page-id-293 .page-body .receive .title {
  margin-bottom: 14px;
  font-size: 1.8em;
  font-weight: bold;
  color: #fd8474;
}
.page-id-293 .page-body .receive .text {
  margin-bottom: 24px;
  line-height: 1.75;
  font-size: 1.6em;
}
.page-id-293 .page-body .receive li {
  margin-left: 1.5em;
  list-style-type: disc;
  line-height: 1.75;
  font-size: 1.6em;
  color: #fd8474;
}
.page-id-293 .page-body .button {
  position: relative;
  text-align: center;
}
.page-id-293 .page-body .button li {
  text-align: center;
}
.page-id-293 .page-body .button li > * {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.page-id-293 .page-body .button li > *:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.page-id-293 .page-body .button a > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.page-id-293 .page-body .button > a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.page-id-293 .page-body .button > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.page-id-293 .page-body .button .back {
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
