@charset "utf-8";
/*
Theme Name: theme_inagihirao2
Description: theme_inagihirao2
Version: 1.0
Tags: 2025.08.07_renewal

*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
:root {
  --color-text: #403934;
  --color-border: #ccc;
  /* ボタン */
  --color-btn: #876753;
  --color-btn-hover: #fff;
  --color-btn-border: #876753;
  --color-btn-text: #fff;
  --color-btn-text-hover: #876753;
  /* リンク */
  --color-link: #5f8fbf;
  --color-link-hover: #95b3cd;
  /* メインカラー em1 */
  --color-main: #876753;
  --color-main-dark: #674f40;
  --color-main-light: #f5f2eb;
  /* サブカラー em2 */
  --color-sub: #a42424;
  --color-sub-dark: #741818;
  --color-sub-light: #f4e8e8;
}
.f-min {
  font-family: "Shippori Mincho", serif;
}
.f-en {
  font-family: "Times New Roman", Times, serif;
}
/*----------------------------------------------------------------

Common Set

----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
ol,
ul,
li {
  list-style-type: none;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 16px/1.8 "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo",
    arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  text-align: justify;
  color: var(--color-text);
  -webkit-text-size-adjust: 100%;
  /*background: url(images/body_bg.jpg) repeat-x 0 180px;*/
}
/* link
----------------------------------------------- */
a {
  color: var(--color-link);
  text-decoration: underline;
}
a:hover {
  color: var(--color-link-hover);
  text-decoration: none;
}
.link01 {
  background: url(images/common/icon_arrow01.png) no-repeat left 2px;
  background-size: 8px;
  padding-left: 13px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link02 {
  background: url(images/common/icon_arrow03.png) no-repeat left 3px;
  background-size: 12px;
  padding-left: 18px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link03 {
  background: url(images/common/icon_arrow04.png) no-repeat left 3px;
  background-size: 14px;
  padding-left: 18px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* clearfix
----------------------------------------------- */
/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.clear {
  clear: both;
}
/* フォーム
------------------------------------------------------------*/
/* form-style
----------------------------------------------- */
input,
select {
  margin-right: 3px;
  font-size: 1em;
  padding: 1px;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #ccc;
  padding: 2px;
  background: url(images/common/form_shadow.png) repeat-x left top;
}
textarea {
  border: 1px solid #ccc;
  background: url(images/common/form_shadow.png) repeat-x left top;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 3px 10px;
  background: #878787;
  background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #878787),
    color-stop(100%, #6f6f6f)
  );
  background: -webkit-linear-gradient(top, #878787 0%, #6f6f6f 100%);
  background: -o-linear-gradient(top, #878787 0%, #6f6f6f 100%);
  background: linear-gradient(to bottom, #878787 0%, #6f6f6f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#6f6f6f', GradientType=0);
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120%;
  color: #fff;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #878787;
  background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6f6f6f),
    color-stop(100%, #878787)
  );
  background: -webkit-linear-gradient(top, #6f6f6f 0%, #878787 100%);
  background: -o-linear-gradient(top, #6f6f6f 0%, #878787 100%);
  background: linear-gradient(to bottom, #6f6f6f 0%, #878787 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f6f6f', endColorstr='#878787', GradientType=0);
  cursor: pointer;
}
*:first-child + html input[type="submit"] {
  padding: 3px;
}
form table th span {
  font-size: 12px;
}
form table th span.required {
  font-size: 10px;
  color: #d00;
  margin-left: 5px;
}
form table label {
  margin-right: 1em;
  cursor: pointer;
}
form .inline p {
  display: inline;
}
.post form table p {
  margin-bottom: 10px;
}
/* switcher-style
----------------------------------------------- */
.pc-switcher {
  clear: both;
  margin: 1.2em auto;
  text-align: center;
}
.pc-switcher a,
.pc-switcher span {
  color: #fff !important;
  font-weight: bold;
  padding: 0.4em 8%;
  text-align: center;
  text-decoration: none;
}
.pc-switcher a {
  background-color: #999;
}
.pc-switcher a:hover {
  background-color: #bababa;
}
.pc-switcher span.active {
  background-color: #ccc;
}
.pc-switcher a:first-child,
.pc-switcher span:first-child {
  border-radius: 2.4em 0 0 2.4em;
}
.pc-switcher a:last-child,
.pc-switcher span:last-child {
  border-radius: 0 2.4em 2.4em 0;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper,
.inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}
#header {
  overflow: hidden;
  background: #fff;
  height: 120px;
  min-width: 980px;
}
#content {
  float: left;
  width: 700px;
  padding: 0 0 20px;
  background: #fff;
}
#sidebar {
  float: right;
  width: 250px;
  padding: 0 0 50px;
}
#footer {
  clear: both;
  min-width: 980px;
}
/* ヘッダー
*****************************************************/
/* サイト説明文
----------------------------------*/
#header h1 {
  padding: 4px 0;
  font-size: 10px;
  font-weight: normal;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
  clear: both;
  float: left;
  width: 325px;
  margin: 10px 0 0;
}
/* コンタクト
----------------------------------*/
#header .contact {
  position: relative;
  float: right;
  width: 465px;
  text-align: right;
  padding: 0px 5px 0;
}
#header .contact p {
  font-size: 12px;
  line-height: 1.5;
}
#header .contact .tel {
  width: 300px;
  margin-top: -18px;
  line-height: 1;
  padding-bottom: 5px;
}
#header .contact .tel span {
  font-size: 80%;
  padding: 0;
}
#header .contact .tel a {
  color: #dab134;
}
#header .contact .line {
  position: absolute;
  top: -18px;
  right: 0;
  width: 160px;
}
/* メインメニュー
------------------------------------------------------------*/
.ko {
  clear: both;
  display: block;
  background: #957e6e;
}
.ko strong {
  font-weight: normal;
}
.ko .ko-gn > ul {
  display: flex;
  justify-content: space-evenly;
  max-width: 1080px;
  margin: 0 auto;
}
.ko .ko-gn > ul > li {
  position: relative;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease-out;
  text-align: center;
  border-right: 1px dotted #fff;
}
.ko .ko-gn > ul > li:first-child {
  border-left: 1px dotted #fff;
}
.ko .ko-gn > ul > li:hover > a,
.ko .ko-gn > ul > li:hover > span {
  background-color: var(--color-main-dark);
}
.ko .ko-gn > ul > li a,
.ko .ko-gn > ul > li span {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 20px 5px;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ko .ko-gn > ul > li ul {
  position: absolute;
  left: 0;
  display: none;
  height: 0;
}
.ko .ko-gn > ul > li ul li {
  margin: 0;
  padding: 0;
  border: none;
}
.ko .ko-gn > ul > li ul li:last-of-type {
  border-bottom: none;
}
.ko .ko-gn > ul > li ul li a {
  z-index: 1000;
  width: 300px;
  padding: 15px 15px;
  font-size: 13px;
  text-align: left;
  background: var(--color-main);
  border-bottom: 1px dotted #fff;
  transition: all 0.3s ease-out;
  justify-content: left;
}
.ko .ko-gn > ul > li ul li:last-child a {
  border: none;
}
.ko .ko-gn > ul > li ul li:nth-child(even) a {
  background: var(--color-main);
}
.ko .ko-gn > ul > li ul li a:hover,
.ko .ko-gn > ul > li:hover ul li > ul li a:hover {
  background: var(--color-main-dark);
}
.ko .ko-gn > ul > li:hover ul {
  display: block;
  height: 0;
}
.ko .ko-gn > ul > li:hover ul li > ul {
  height: auto;
}
.ko .ko-gn > ul > li:hover ul li > ul li a {
  padding: 12px 15px 12px 24px;
  background: var(--color-main);
  border-bottom: 1px dotted #fff;
}
/* breadcrumb
----------------------------------*/
#breadcrumb {
  margin: 5px auto 5px;
  width: 960px;
  color: var(--color-text);
}
#breadcrumb ul li {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 10px;
  background: url(images/common/icon_arrow02.png) no-repeat left center;
  background-size: 6px;
  padding: 0 0 0 17px;
}
#breadcrumb ul li.home {
  background: none;
  padding-left: 0;
}
#breadcrumb ul li a {
  color: #666;
  display: block;
}
#breadcrumb ul li a:hover {
  color: #999;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
  clear: both;
  width: 1440px;
  margin: 0 auto 3em;
  line-height: 0;
  text-align: center;
}
#mainImg .wrap {
  margin: 0 auto;
}
#mainImg img {
  width: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.post {
  margin: 0 0 20px 0;
  padding: 20px 15px;
  background: #fff;
}
.toppage {
  padding: 0 10px 20px;
}
/* response
----------------------------------------------- */
#content .response {
  overflow: hidden;
  position: relative;
  border: 5px solid var(--color-main-light);
  width: 640px;
  margin: 50px auto 80px;
  padding: 20px 15px 15px;
}
#content .response .top {
  margin: 0 0 15px;
  position: relative;
  background: url(images/common/response_bg.png) no-repeat center 0;
  background-size: auto 219px;
  height: 219px;
}
#content .response .line {
  position: absolute;
  top: 137px;
  left: 10px;
}
#content .response .line img {
  width: 275px;
}
#content .response .tel {
  position: absolute;
  top: 137px;
  right: 10px;
}
#content .response .tel img {
  width: 330px;
}
#content .response .map {
  float: left;
  margin-left: 10px;
  width: 300px;
}
#content .response .btm {
  font-size: 0.9em;
  float: right;
  margin-right: 10px;
  width: 300px;
}
#content .response p {
  margin-bottom: 10px;
}
/* アイキャッチ */
#eyecatch {
  margin: 0 auto 30px;
  text-align: center;
}
#eyecatch img {
  margin: 0 auto 0;
}
/* ループ */
.post-list {
  margin: 0 0 0;
  border-bottom: 1px dashed #ddd;
  background-color: #fff;
}
.post-list a {
  display: block;
  text-decoration: none;
  color: var(--color-text);
  padding: 20px 15px;
}
.post-list a:after {
  display: block;
  clear: both;
  content: "";
}
.post-list a:hover {
  background-color: #f6f6f6;
}
.post-list img {
  float: left;
  width: 220px;
  max-height: 170px;
  margin: 0 20px 0 0;
  object-fit: cover;
  object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}
.post-list .text {
  width: auto;
  margin-left: 230px;
}
.post .post-list h3 {
  font-size: 1.3em;
  padding: 0;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 5px;
  background: none;
  border: none;
  clear: none;
}
.post-date {
  font-size: 0.8em;
  margin-bottom: 8px;
  color: #666;
}
.cat-data {
  font-size: 0.6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #999;
}
.post .post-list p {
  font-size: 0.9em;
  margin: 10px 0 0;
  clear: none;
}
/* ページャー */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}
.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #aaa;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: #aaa;
}
.pagination .pager {
  width: 32px;
}
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #aaa;
  background-color: #aaa;
}
.pagination a.prev {
  margin-right: 16px;
}
.pagination a.next {
  margin-left: 16px;
}
.pagination span.page_num {
  display: none;
}
/* サイドバー　ウィジェット
*****************************************************/
#sidebar section {
  margin-bottom: 20px;
  font-size: 0.8em;
  border: 1px solid #dadada;
  padding: 1px;
}
.widget_search form {
  margin: 5px;
}
section.widget ul,
.widget_search,
#calendar_wrap,
.textwidget {
  padding: 10px 10px 5px;
  border: 1px solid #eee;
  background: #fff;
}
section.widget h3 {
  clear: both;
  margin: 0;
  padding: 7px 10px 6px 10px;
  font-size: 110%;
  border: 1px solid #eee;
  border-bottom: 3px solid #d5ccc6;
  background: #fbf9f6;
}
section.widget ul ul {
  border: 0;
  margin: 0;
  padding: 0 0 0 10px;
}
section.widget li a {
  display: block;
  padding: 10px 0 8px 12px;
  background: url(images/common/icon_arrow02.png) no-repeat 0 19px;
  background-size: 6px;
  border-bottom: 1px dashed #dcdcdc;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
section.widget li:last-child a {
  border: 0;
}
section.widget li a:hover {
  text-decoration: underline;
  background: url(images/common/icon_arrow02.png) no-repeat 2px 19px;
  background-size: 6px;
}
#sidebar p {
  margin-bottom: 10px;
}
#sidebar p.banner {
  margin-bottom: 20px;
}
#sidebar p.banner img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#sidebar p.banner a img:hover {
  cursor: pointer;
  opacity: 0.7;
}
#sidebar img.alignleft {
  float: left;
  margin: 0 10px 5px 0;
}
#sidebar img.alignright {
  float: right;
  margin: 0 0 5px 10px;
}
#searchform input[type="text"] {
  line-height: 1.7;
  height: 24px;
  width: 90px;
  vertical-align: bottom;
}
/* カレンダー */
#calendar_wrap table {
  margin: 0 auto;
  width: 90%;
}
#calendar_wrap table caption {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
#calendar_wrap table th,
#calendar_wrap table td {
  padding: 3px;
  text-align: center;
}
#calendar_wrap table th:nth-child(6),
#calendar_wrap table td:nth-child(6) {
  color: #0034af;
}
#calendar_wrap table th:nth-child(7),
#calendar_wrap table td:nth-child(7) {
  color: #950000;
}
#calendar_wrap table td#prev {
  text-align: left;
}
#calendar_wrap table td#next {
  text-align: right;
}
#calendar_wrap a {
  font-weight: bold;
}
/* お知らせ　
-------------*/
section.widget .columntitle {
  position: relative;
}
section.widget .columntitle p {
  position: absolute;
  top: 10px;
  right: 10px;
}
section.widget .columntitle p a {
  text-decoration: none;
  color: #57504c;
  background: url(images/common/icon_arrow02.png) no-repeat 0 3.5px;
  background-size: 6px;
  padding-left: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
section.widget .columntitle p a:hover {
  color: #999;
  background: url(images/common/icon_arrow02.png) no-repeat 2px 3.5px;
  background-size: 6px;
}
/* フッター
*****************************************************/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#pagetop a img {
  vertical-align: bottom;
}
#footer {
  background: #fbf9f6;
  font-size: 12px;
}
#footer ul {
  padding: 25px 0 15px;
  text-align: center;
}
#footer li {
  display: inline-block;
  padding: 3px 20px;
  border-left: 1px dotted #ccc;
}
*:first-child + html #footer li {
  display: inline;
}
#footer li:first-child {
  border: 0;
}
#footer li a {
  text-decoration: none;
  color: #57504c;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#footer li a:hover {
  color: #999;
  text-decoration: underline;
}
#footer ul ul {
  display: none;
}
#copyright {
  clear: both;
  padding: 10px 0 15px;
  text-align: center;
  font-size: 10px;
}
#copyright a {
  color: #57504c;
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  height: 30px;
  margin: 5px 0 20px;
  padding: 0 20px;
}
.prev {
  float: left;
}
.next {
  float: right;
}
#pageLinks {
  clear: both;
  color: #4f4d4d;
  text-align: center;
}
/* タイポグラフィ
*****************************************************/
h2.title,
.post h2 {
  clear: both;
  margin: 0;
  padding: 12px 16px 18px 16px;
  font-size: 1.5em;
  line-height: 33px;
  background: url(images/common/headingbg_h2.png) no-repeat 0 100%;
}
.dateLabel {
  text-align: right;
  font-weight: bold;
  color: var(--color-text);
}
.post p {
  margin-bottom: 20px;
}
.post ol {
  margin: 0 0 10px 30px;
}
.post ol li {
  list-style: decimal;
}
.post h2 {
  margin: 1.5em 0 1em;
}
.post h3 {
  margin: 1.5em 0 1em;
  padding: 5px 15px 3px;
  font-size: 1.3em;
  font-weight: normal;
  border-bottom: 4px solid var(--color-main);
  background: var(--color-main-light);
}
.post h2.imgtitle,
.post h3.imgtitle,
.post h4.imgtitle {
  margin: 1.5em 0 1em;
  padding: 0;
  background: none;
  border: none;
}
.post h4 {
  clear: both;
  margin: 1.5em 0 1em;
  padding: 6px 0 2px 14px;
  font-size: 1.2em;
  border-left: 5px solid var(--color-main);
  font-weight: bold;
}
.sharedaddy h3,
.jp-relatedposts h3 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: none !important;
  background: none;
}
.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 15px 15px;
  border-left: 5px solid #ccc;
}
.post blockquote p {
  padding: 5px 0;
}
.post .caption {
  display: inline-block;
  margin: 5px 0;
  border-bottom: 1px solid #ccc;
}
/* list-style
----------------------------------------------- */
.post .list01 {
  margin: 20px 0 20px 5px;
}
.post .list01 li {
  margin-bottom: 5px;
  padding: 3px 0 8px 28px;
  background: url(images/common/icon_check.png) no-repeat left 5px;
  background-size: 24px;
}
.post .list02 {
  margin: 20px 0 20px 5px;
}
.post .list02 li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(images/common/icon_circle01.png) no-repeat left 10px;
  background-size: 8px;
}
.post .list03 {
  margin: 20px 0;
}
.post .list03 li {
  margin-bottom: 10px;
}
.post .link-list {
  margin: 15px 0 15px 5px;
}
.post .link-list li {
  margin: 0 10px 7px 0;
  display: inline-block;
}
.post .link-list li a {
  background: url(images/common/icon_arrow01.png) no-repeat left 5px;
  background-size: 8px;
  padding-left: 13px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* box-style
----------------------------------------------- */
.box01 {
  margin: 0 0px 30px;
  padding: 1px;
  border: 1px solid #dadada;
}
.box01In {
  padding: 20px 20px 5px;
  background: #fff;
  border: 1px solid #eee;
}
.box01 .p50 {
  padding: 50px 50px 45px;
}
.box01In::after {
  content: "";
  display: block;
  clear: both;
}
.box02 {
  background: #fff;
  padding: 20px 20px 5px;
  margin: 0 0px 30px;
  box-shadow: 0px 1px 3px #bababa;
  -moz-box-shadow: 0px 1px 3px #bababa;
  -webkit-box-shadow: 0px 1px 3px #bababa;
}
.box03 {
  margin: 0 0px 30px;
  padding: 20px 20px 5px;
  border: 3px solid #d9d1c8;
}
/* title-box-style
----------------------------------------------- */
.t-box01,
.titlebox {
  clear: both;
  margin: 0 0px 20px;
}
.t-box01 .title,
.titlebox .title {
  margin: 0;
  padding: 12px 5px 10px 17px;
  font-size: 113%;
  font-weight: bold;
  background: #fbf9f6;
  border: 1px solid #dcdad6;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.t-box01 .t-box01In,
.titlebox .titleboxIn {
  padding: 20px 20px 5px;
  border: 1px solid #dcdad6;
  border-radius: 0px 0px 4px 4px;
}
/* color-box-style
----------------------------------------------- */
.box-red {
  margin: 0 0px 30px;
  padding: 20px 20px 0;
  background: #fff5f9;
  border: 1px solid #f2a99d;
  border-radius: 6px;
  color: #bf0008;
}
.box-yellow {
  margin: 0 0px 30px;
  padding: 20px 20px 0;
  background: #ffffe0;
  border: 1px solid #e0d0a1;
  border-radius: 6px;
  color: #726055;
}
.box-blue {
  margin: 0 0px 30px;
  padding: 20px 20px 0;
  background: #e5f4fc;
  border: 1px solid #99c7de;
  border-radius: 6px;
  color: #023894;
}
.box-green {
  margin: 0 0px 30px;
  padding: 20px 20px 0;
  background: #ecfbeb;
  border: 1px solid #82c682;
  border-radius: 6px;
  color: #007c36;
}
.box-gray {
  margin: 0 0px 30px;
  padding: 20px 20px 0;
  background: #f8f8f8;
  border: 1px solid #ccc;
  color: #333;
}
.box-red h4,
.box-yellow h4,
.box-blue h4,
.box-green h4,
.box-gray h4 {
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
}
/* table-style
----------------------------------------------- */
.post table.table01 {
  width: 100%;
  margin: 0 0 30px;
  border-top: 1px solid#ddd;
  border-left: 1px solid#ddd;
}
.post table.table01 tr.bdnone th,
.post table.table01 tr.bdnone td {
  border: none;
}
.post table.table01 th,
.post table.table01 td {
  font-weight: normal;
  padding: 12px 6px 10px 12px;
  text-align: left;
  vertical-align: top;
}
.post table.table01 th {
  background: #f2f2f2;
  width: 30%;
  border-bottom: 1px solid#ddd;
  border-right: 1px dotted#ddd;
}
.post table.table01 td {
  border-bottom: 1px solid#ddd;
  border-right: 1px solid#ddd;
}
.post table.table01.center th,
.post table.table01.center td {
  text-align: center;
  vertical-align: middle;
}
.post table.table01.w20 th {
  width: 20%;
}
.post table.table01.w20 td {
  width: 80%;
}
.post table.table01.submit td {
  padding: 30px;
}
.post table.table01.submit input,
.post table.table01.submit button {
  font-size: 100%;
  cursor: pointer;
}
.post table.table02 {
  width: 100%;
  margin: 0 0 20px;
  border-top: 1px solid#ddd;
  border-left: 1px solid#ddd;
}
.post table.table02 tr.bdnone th,
.post table.table02 tr.bdnone td {
  border: none;
}
.post table.table02 th,
.post table.table02 td {
  font-weight: normal;
  padding: 8px 8px 5px;
  text-align: justify;
  vertical-align: top;
}
.post table.table02 th {
  background: #f2f2f2;
  border-bottom: 1px solid#ddd;
  border-right: 1px dotted#ddd;
}
.post table.table02 td {
  border-bottom: 1px solid#ddd;
  border-right: 1px solid#ddd;
}
.post table.tech {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}
.post table.tech td {
  border: 1px solid #dddddd;
  padding: 5px 10px;
}
/* dl-style
----------------------------------------------- */
.post .dl01 {
  margin-bottom: 30px;
}
.post .dl01 dt {
  margin: 30px 0 10px;
  padding: 0 0 4px 18px;
  font-size: 1.1em;
  font-weight: bold;
  background: url(images/common/icon_square01.png) no-repeat 0 10px;
  background-size: 10px;
  border-bottom: 1px dotted #dcdad6;
}
.post .dl01 dd {
  margin: 0 0 30px;
}
.post .dl02 {
  margin-bottom: 20px;
}
.post .dl02 dt {
  margin: 30px 0 0;
  padding: 10px 0 8px 32px;
  font-size: 1.2em;
  font-weight: bold;
  background: url(images/common/icon_dl01.png) no-repeat 10px 17px #fbf9f6;
  border: 1px solid #dcdad6;
  border-bottom: 2px solid #dcdad6;
}
.post .dl02 dd {
  margin: 0 0 20px;
  padding: 15px 8px 15px 15px;
  border: 1px solid #dcdad6;
}
.post .faq {
  margin-bottom: 40px;
}
.post .faq dt {
  margin: 20px 0 10px;
  padding: 5px 0 5px 40px;
  background: url(images/common/icon_faq_q02.png) no-repeat 2px 5px;
  border-bottom: 1px dotted #bababa;
  font-size: 118%;
  font-weight: bold;
}
.post .faq dd {
  margin: 0 0 30px;
  padding: 5px 0 5px 40px;
  background: url(images/common/icon_faq_a02.png) no-repeat 2px 2px;
}
.post .faq dd p:last-child {
  margin-bottom: 0px;
}
.post .faq2 dl {
  margin-bottom: 10px;
}
.post .faq2 dl:last-of-type {
  margin-bottom: 0;
}
.post .faq2 dt {
  border-bottom: 1px dotted #bababa;
  font-size: 14px;
  font-weight: bold;
}
.post .faq2 dt::before {
  content: "Q.";
  margin-right: 3px;
}
.post .faq2 dd {
  margin-bottom: 15px;
}
.post .faq2 dd::before {
  content: "A.";
  margin-right: 3px;
}
/* image-style
----------------------------------------------------------- */
.post img {
  max-width: 100%;
  height: auto;
}
img.border {
  border: 1px solid #ddd;
  padding: 4px;
}
img.frame {
  border: 5px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px #ccc;
  -moz-box-shadow: 0px 1px 4px #ccc;
  -webkit-box-shadow: 0px 1px 4px #ccc;
}
img.round {
  border-radius: 50%;
}
img.aligncenter,
img.center {
  display: block;
  margin: auto;
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
/* text-style
----------------------------------------------- */
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.color-red {
  color: #dd0000;
}
.font12 {
  font-size: 12px;
}
.font10 {
  font-size: 10px;
}
.font-en {
  font-family: "Times New Roman", serif;
  font-size: 2em;
}
.lineheight2 {
  line-height: 2;
}
/* Emphasis
----------------------------------------------------------- */
.em1,
.em1 a {
  color: var(--color-main);
  font-weight: bold;
}
.em2,
.em2 a {
  color: var(--color-sub);
  font-weight: bold;
}
.em2x {
  color: var(--color-sub);
  font-weight: bold;
  font-size: large;
}
.em3 {
  font-weight: bold;
}
.em4 {
  font-weight: bold;
  font-size: 1.5em;
}
.em4xl {
  font-weight: bold;
  font-size: 2em;
}
.em5 {
  font-weight: bold;
  text-decoration: underline;
}
.em6 {
  background: #fff8ce;
  font-weight: bold;
  padding-left: 3px;
}
.em7 {
  font-weight: bold;
  background: url(images/common/liner.png) repeat-x 0 80%;
  padding-left: 3px;
  background-size: 3px;
}
.sp-only {
  display: none;
}
/* btn-style
----------------------------------------------- */
.post .submit {
  text-align: center !important;
  margin: 30px 0;
}
/* btn-base */
.txt-btn {
  display: inline-block;
  max-width: 90%;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  padding: 0 2em 0;
  margin: 0 0.5em 1em;
}
.txt-btn::before,
.txt-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* btn-style */
.txt-btn {
  background-color: #81c034;
  border: 1px solid #81c034;
  color: #fff;
}
.txt-btn:hover {
  background-color: #6ba425;
  border-color: #6ba425;
  color: #fff;
}
/* other-style
----------------------------------------------- */
.MT0 {
  margin-top: 0px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB5 {
  margin-bottom: 5px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MR0 {
  margin-right: 0 !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}
.ML0 {
  margin-left: 0 !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML100 {
  margin-left: 100px !important;
}
.MRL-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.PT0 {
  padding-top: 0px !important;
}
.PT10 {
  padding-top: 10px !important;
}
.PT20 {
  padding-top: 20px !important;
}
.PT30 {
  padding-top: 30px !important;
}
.PB0 {
  padding-bottom: 0px !important;
}
.PB10 {
  padding-bottom: 10px !important;
}
.PB20 {
  padding-bottom: 20px !important;
}
.PB30 {
  padding-bottom: 30px !important;
}
.submit-btn {
  text-align: center;
  margin: 30px 0;
}
.post .bnr {
  text-align: center;
  margin: 30px 0;
}
.layout2 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout2 .itemleft {
  float: left;
  width: 50%;
}
.layout2 .itemright {
  float: right;
  width: 50%;
}
.layout37 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout37 .itemleft {
  float: left;
  width: 35%;
}
.layout37 .itemright {
  float: right;
  width: 62%;
}
.layout37-2 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout37-2 .itemleft {
  float: left;
  width: 30%;
}
.layout37-2 .itemright {
  float: right;
  width: 68%;
}
.layout73 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout73 .itemleft {
  float: left;
  width: 68%;
}
.layout73 .itemright {
  float: right;
  width: 30%;
}
.fl-right {
  float: right;
  margin: 0 5px 0 0;
}
hr {
  clear: both;
  background: url("images/common/break.png") no-repeat center center;
  border: medium none;
  height: 15px;
  margin: 40px 0;
}
hr.hr01 {
  clear: both;
  background: url("images/common/ornament.png") no-repeat center center;
  border: medium none;
  height: 20px;
  margin: 30px 0;
}
.youtube-wrap {
  text-align: center;
  margin-bottom: 15px;
}
iframe {
  max-width: 100%;
}
/* accordion
----------------------------------------------- */
.displayNone {
  display: none;
}
.accordion li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.accordion a {
  display: block;
}
.contentWrap {
  margin: 10px;
}
.acswitch {
  cursor: pointer;
  font-weight: bold;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  background: #eee;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.acswitch:after {
  content: ">";
  position: absolute;
  right: 10px;
  top: -100%;
  bottom: -100%;
  margin: auto;
  font-size: 16px;
  height: 16px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: sans-serif;
}
.acswitch.open:after {
  content: "x";
}
/* page-style
----------------------------------------------- */
/* menu
----------------------------------------------- */
.menulist {
  background: url(images/common/frame_bg_top.png) no-repeat 50% 0;
  padding: 30px 0 0;
  margin-bottom: 20px;
}
.menulistbody {
  background: url(images/common/frame_bg_body.png) repeat-y 50% 0;
  padding: 0;
}
.menulistfoot {
  background: url(images/common/frame_bg_foot.png) no-repeat 50% 100%;
  padding: 0 25px 30px;
}
.menulist .itemleft {
  float: left;
  width: 48%;
}
.menulist .itemright {
  float: right;
  width: 48%;
}
.menulist h4 {
  clear: both;
  border: none;
  border-bottom: 2px solid #dcdad6;
  padding: 0 0 3px 22px;
  background: url(images/common/icon_dl01.png) no-repeat 0 4px;
  margin-bottom: 1em;
  font-size: 1.1em;
}
.menulist .dl01 {
  margin: 0 10px 30px;
}
ul.menulist01 {
  margin: 0 5px 20px 5px;
}
ul.menulist01 li {
  border-bottom: 1px #ccc dotted;
  padding: 0px 5px 3px 16px;
  margin-bottom: 15px;
  background: url(images/common/icon_circle01.png) no-repeat left 10px;
  background-size: 8px;
}
ul.menulist02 {
  margin: 20px 5px 20px 5px;
}
ul.menulist02 li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(images/common/icon_dl01.png) no-repeat left 5px;
}
.post table.menutable {
  width: 100%;
  margin: 0 auto 20px;
  line-height: 1.4;
}
.post table.menutable th,
.post table.menutable td {
  font-weight: normal;
  padding: 7px 10px 3px;
  text-align: left;
  vertical-align: middle;
}
.post table.menutable th {
  border-bottom: 1px dotted #ccc;
  background: #fbf9f6;
}
.post table.menutable span {
  font-size: 12px;
  display: block;
}
.post table.menutable span.inline {
  display: inline;
  margin-left: 8px;
}
.menuflow li {
  background: url("images/common/icon_u_arrow02.png") no-repeat 45px bottom;
  padding: 0 10px 20px 12px;
  margin: 0 0 12px 0;
}
.menuflow li.last {
  background: none;
}
.imglist {
  overflow: hidden;
}
.imglist li {
  float: left;
  width: 210px;
  margin: 0 10px 20px 0;
}
.imglist li.m0 {
  margin: 0 0 20px 0;
}
.btnlist li {
  display: inline-block;
  margin: 0 3px 7px 0;
  background: #f2f2f2;
  padding: 7px 14px 5px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.btnlist li a {
  color: #795f46;
  font-weight: bold;
  background: url(images/common/icon_arrow01.png) no-repeat left 5px;
  background-size: 8px;
  padding-left: 12px;
}
.btnlist li a:hover {
  color: #afa099;
}
.btnlist li.none {
  margin: 0 3px 7px 0;
  background: none;
  padding: 0;
}
/* access
----------------------------------------------- */
.accessbox {
  padding-bottom: 20px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 18% bottom;
}
.accessbox.bg20 {
  margin-bottom: 10px;
  background: url(images/common/u_arrow01.png) no-repeat 20% bottom;
}
.accessbox.last {
  background: none;
  padding-bottom: 0;
}
.accessbox p {
  display: table-cell;
  vertical-align: middle;
}
.accessbox p.img {
  width: 270px;
  padding-right: 20px;
}
.accessbox p.img > img {
  width: 270px;
}
.accessbox.w300 p.img {
  width: 300px;
}
.accessbox p img {
  margin-right: 15px;
  vertical-align: middle;
}
.accessbox.block p {
  display: block;
}
/* flow
----------------------------------------------- */
.flowbox {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(images/common/u_arrow01.png) no-repeat 18% bottom;
}
.flowbox.last {
  background: none;
  padding-bottom: 0;
}
.flowbox .itemleft {
  display: table-cell;
  vertical-align: top;
  width: 280px;
  padding-right: 20px;
}
.flowbox .itemright {
  display: table-cell;
  vertical-align: top;
}
.photolist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photolist li {
  width: 48%;
}
.photolist li figcaption {
  margin-top: 2px;
  text-align: center;
}
/* BeforeAfter
----------------------------------------------- */
.babox {
  margin-bottom: 30px;
}
.babox p.img {
  float: left;
  margin-bottom: 5px;
  max-width: 440px;
}
.babox .date {
  float: right;
  width: 190px;
  padding: 10px;
  margin-top: 3px;
  background: url(images/common/notebg.png) repeat left top;
  box-shadow: 0px 1px 2px #cccccc;
  -moz-box-shadow: 0px 1px 2px #cccccc;
  -webkit-box-shadow: 0px 1px 2px #cccccc;
}
.babox .comment {
  clear: both;
  border-bottom: 3px dotted #ccc;
  padding: 5px 10px 15px;
}
/* interior
----------------------------------------------- */
.interiorbox {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
}
.interiorbox:nth-child(odd) {
  flex-direction: row-reverse;
}
.interiorbox .item {
  width: 50%;
}
.interiorbox:nth-child(odd) .item img {
  float: right;
}
.interiorbox .item p {
  margin: 0 0 20px 15px;
}
.interiorbox:nth-child(odd) .item p {
  margin: 0 15px 20px 0;
}
/* testimonials
----------------------------------------------- */
.testimonial {
  margin: 20px 0px;
  padding: 25px;
  border: 3px solid #dcdad6;
  background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.testimonial .title {
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 20px;
  color: var(--color-main);
  background: none;
  line-height: 1.5;
}
.testimonial .ph {
  display: inline;
  margin: 0 0 10px 15px;
  float: right;
  max-width: 250px;
}
.testimonial .name {
  font-weight: bold;
}
.testimonial dl dt {
  font-size: 12px;
  color: var(--color-main);
  padding-bottom: 2px;
  border-bottom: 1px dotted #ccc;
}
.testimonial dl dd {
  margin: 5px 0 20px;
}
.testimonial02 {
  margin: 10px 0px;
  padding: 15px 10px 1px;
  border-left: 10px solid #ef9b9b;
  background: url(images/common/fivestar.png) no-repeat 98% 10px #fbf7f1;
  box-shadow: 0px 1px 2px #cccccc;
  -moz-box-shadow: 0px 1px 2px #cccccc;
  -webkit-box-shadow: 0px 1px 2px #cccccc;
}
.testimonial .name {
  font-weight: bold;
}

/* 症状別ページ
----------------------------------------------- */
.symptomHead {
  padding-top: 20px;
  height: 340px;
  margin-bottom: 20px;
  background: url(images/contents/symptom_pcbg.jpg) no-repeat;
  background-size: 670px;
  font-family: "Shippori Mincho", serif;
}
.symptomHead_txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.symptomHead_main {
  margin: 10px 0 25px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}
.symptomHead .txt_marker {
  margin-right: 5px;
  padding: 0 3px 5px 5px;
  background-image: linear-gradient(
    to right,
    rgb(255, 247, 153),
    rgb(255, 247, 153)
  );
  background-position: center bottom;
  background-size: 100% 24%;
  background-repeat: no-repeat;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff,
    3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff,
    0px -3px 3px #fff;
}
.symptomHead .txt_pink {
  color: var(--color-sub);
}
.symptomHead .txt_l {
  font-size: 60px;
}
.symptomHead .txt_xl {
  font-size: 70px;
}

/* 症状別メニュー
----------------------------------------------- */
.symptomList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.symptomList__box {
  width: calc((100% - 15px) / 2);
  margin-bottom: 15px;
}
.symptomList__box a {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 15px;
  border: solid 2px var(--color-main);
  text-decoration: none;
  transition: 0.5s all;
}
.symptomList__box a:hover {
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 0px 0px var(--color-main);
}
.symptomList__img {
  width: 120px;
  height: 100px;
}
.symptomList__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.symptomList__ttl {
  width: 160px;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5;
  color: var(--color-main);
}
.symptomList__btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 130px;
}
