@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
/*===================
 Reset
===================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.page_title_wrap, .breadcrumb {
  display: none;
}

/*===================
 Native
===================*/
/* editor */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
*/
  color: #333333;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 15px;
}

a:focus, *:focus {
  outline: none;
}

a, a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a, a:visited {
  color: #c5ad61;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/*==========================
	base
==========================*/
#contents > .inner, #footer .inner {
  /* コンテンツ幅 */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

#header > .inner, #nav > .inner {
  width: 1080px;
  margin: 0 auto;
  max-width: 96%;
}

/*==========================
	サイテーション
==========================*/
.header_top {
  background: #448aca;
}

.header_access {
  line-height: 1.4;
  font-size: 0.8em;
  padding: 0.25em 0 0.2em;
  color: #fff;
  width: 100%;
}

.header_access .inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.header_access .inner a {
  color: inherit;
  text-decoration: none;
}

/*==========================
	#header
==========================*/
#header {
  box-sizing: border-box;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 61%;
  width: 607px;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.dbl{
	display: inline-block;
}
.h_info {
  float: right;
  overflow: hidden;
  width: 37%;
  margin-left: 2%;
  box-sizing: border-box;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_info .txt img {
  width: 239px;
}

.h_info .btn {
  margin-bottom: 5px;
  display: block;
}

/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

.fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}

#nav {
  background: #fff;
  box-sizing: border-box;
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/bg02.jpg) no-repeat center;
  text-align: center;
  padding: 2em 0;
}

.page-title h2 {
  color: #c5ad61;
  font-size: 30px;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  line-height: 1.4em;
}

/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  /*13px*/
  margin-bottom: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #666;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 3em;
}

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.under-page .contentbottom {
  border-top: 1px solid #ffead6;
}

.contentbottom {
  text-align: center;
  padding: 3em 0;
}

.contentbottom .contact-bn {
  text-align: center;
}

.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 280px;
  max-width: 96%;
}

.contentbottom .btn-style a {
  font-size: 24px;
  background: #826a50;
  width: 400px;
  padding: 0.9em;
}

.contentbottom .column + .column .btn-style a {
  background: #c5ad61;
  letter-spacing: -1px;
}

.contentbottom .topinner {
  width: 880px;
}

/*==========================
	#footer
==========================*/
#footer .bnr {
  padding: 40px 0 0;
}

#footer .bnr a {
  display: inline-block;
  margin: 0 0.5% 0;
  width: 360px;
  max-width: 46%;
}

#footer {
  padding: 0 0 4em;
  text-align: left;
  color: #333333;
  font-size: 14px;
}

#footer p.logo {
  margin-bottom: 1.2em;
}

#footer li.menu-item-has-children {
  margin-bottom: 2em;
}

#menu-footer-nav li.menu-item-has-children > .nav_title {
  font-size: 22px;
  pointer-events: none;
  color: #c5ad61;
}

#footer .sub-menu {
  font-size: 15px;
  margin-bottom: 1.2em;
  margin-top: 1em;
  display: block !important;
}

#footer .sub-menu li {
  line-height: 1.4;
  font-size: 15px;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 14px;
}

#footer .sub-menu li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.6em;
  left: 4px;
  margin: -4px 0 0 0;
  border: 3px solid transparent;
  border-top: 5px solid #f9b94a;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#footer li a {
  text-decoration: none;
  color: #555;
}

#footer li a:hover {
  color: #c5ad61;
}

.footer_access p {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 15px;
}

.footer_access p.logo {
  margin-bottom: 1em;
}

#footer .googlemap iframe {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.copyright {
  /**/
  text-align: center;
  padding: 0.6em 0;
  font-size: 14px;
  color: #333333;
  background: #fff;
}

.inq01 {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .inq01 {
    width: 70px;
  }
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }

  .telbtn {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}
--------------*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 20px 0 5px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
    padding: 10px 0;
  }

  /* PC用グローバルナビゲーション */
  #nav li {
    box-sizing: border-box;
  }

  #nav a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    -webkit-transition: 200ms;
    transition: 200ms;
  }

  #menu-header-nav > li {
    width: 9.25%;
    position: relative;
    float: left;
  }

  #menu-header-nav > li.nav01 {
    width: 7%;
  }

  #menu-header-nav > li.nav03 {
    width: 11%;
  }

  #menu-header-nav > li.nav08 {
    width: 13%;
  }

  #menu-header-nav > li.nav04 {
    width: 14%;
  }

  #menu-header-nav > li.nav09 {
    width: 18%;
  }

  #menu-header-nav > li > a {
    font-size: 16px;
    box-sizing: border-box;
    padding: 7px 4px 0;
    color: #333333;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
  }

  #menu-header-nav > li > a > .sub {
    color: #c5ad61;
    font-size: 10px;
    display: block;
  }

  /*#menu-header-nav > li.nav01 > a {
	background-image:url(img/nav_home.png) ;
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9px;
}*/
  #menu-header-nav li {
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }

  #menu-header-nav > li:last-child ul.sub-menu {
    width: 100%;
  }

  #menu-header-nav li.nav02 ul.sub-menu {
    width: 130%;
    left: -15%;
  }

  #menu-header-nav li.nav03 ul.sub-menu {
    width: 170%;
    left: -35%;
  }

  #menu-header-nav li.nav05 ul.sub-menu {
    width: 240%;
    left: -70%;
  }

  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 50px;
    padding-top: 0;
    padding-bottom: 0;
    background: #e9e8d1;
  }

  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }

  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
    border-top: 1px solid #658a81;
  }

  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #333333;
    padding: 12px 5px 11px;
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #333333;
    background-color: #bead63;
  }

  #menu-header-nav ul.sub-menu li a:hover .sub {
    color: #fff;
  }

  #nav li.has_children > a::after {
    position: absolute;
    top: 50%;
    right: 7%;
    margin: -4px 0 0 0;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 2px solid #7e6a52;
    border-right: 2px solid #7e6a52;
    background: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  /*幅広ナビ*/
  #menu-header-nav > li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    background: #e9e8d1;
    overflow: hidden;
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #d9e2f2;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    float: left;
    width: 33%;
    background: none;
    margin-left: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 0.75em;
    left: 5px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333333;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
  }

  #menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #a09d9d;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding-left: 0.4em;
    font-weight: bold;
    font-size: 15px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 650px;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq_r {
    position: fixed;
    top: 165px;
    right: 0;
    width: 100px;
    z-index: 5;
  }

  #aside .inq_l {
    position: fixed;
    top: 165px;
    left: 0;
    width: 100px;
    z-index: 5;
  }

  #aside .inq a {
    display: block;
  }

  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  /*-- ブログページ ------------*/
  .caegory-in-blog #main, .single-in-blog #main {
    float: right;
    width: 72%;
  }

  .caegory-in-blog #aside, .single-in-blog #aside {
    float: left;
    width: 24%;
  }

  /*==========================
	.contentbottom
==========================*/
  .contentbottom .contact-bn a {
    max-width: 45%;
  }

  /*==========================
	#footer
==========================*/
  #footer #menu-footer-nav {
    float: left;
    width: 53%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }

  #footer li.menu-item-has-children {
    float: right;
    width: 58%;
  }

  #footer li.menu-item-has-children:first-child {
    width: 40%;
    float: left;
  }

  #footer .footer_access {
    float: right;
    width: 47%;
    box-sizing: border-box;
    padding-right: 1.4%;
  }

  #footer .googlemap {
    padding-bottom: 28%;
  }
}
@media screen and (max-width: 1080px) {
  /*サイドバナーのサイズ調整*/
  #aside .inq {
    width: 60px;
  }
}
@media screen and (max-width: 1042px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}
.home #main {
	width:720px;
}

#aside {
	width:490px;
	max-width:100%;
	float:none;
	margin:0 auto 20px;
}
#aside .sideinner {
	overflow:hidden;
	margin-bottom:20px;
}
------------------*/
  /*==========================
	#nav
==========================*/
  #nav li {
    box-sizing: border-box;
  }

  /*==========================
	#footer
==========================*/
  #footer #menu-footer-nav {
    width: 100%;
  }

  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .contentbottom .btn-style a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #menu-header-nav > li a {
    font-size: 11px;
    padding-top: 11px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a, #menu-header-nav ul.sub-menu li a, #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 11px;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    top: 0.55em;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer li, #footer li a, #menu-sitemap li, #menu-sitemap li a {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc {
    display: none !important;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 16px 0 0;
  }

  #header > .inner {
    width: 100%;
    max-width: 100%;
  }

  #header h1 {
    padding: 0;
    max-width: 90%;
    margin: 0 auto 20px !important;
    float: none;
  }

  #header .txt {
    max-width: 70%;
    margin: 0 auto 20px;
  }

  .headerinner ul {
    max-width: 100%;
    width: 100%;
    clear: both;
    background: white;
    z-index: 100;
    float: none;
    overflow: hidden;
    padding: 10px 0;
  }

  .headerinner ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    display: block;
    padding: 0 15px;
    position: relative;
    text-align: center;
  }
  .headerinner ul li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 1005;
    background: #e7e7e7;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }

  .headerinner ul li:last-child {
    border: none;
  }

  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
    padding: 6% 0;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }

  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }

  /* メニューボタン */
  #toggle {
    display: block;
    /*	position: absolute;
	top:0;
	right:0;
	width:auto;
	height:86px;*/
  }

  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    padding: 0;
    border: none;
  }

  #toggle img {
    max-height: 100%;
  }

  #toggle a:hover {
    background: none !important;
  }

  /* #menu-header-nav ------*/
  #menu-header-nav, #menu-header-nav > .sub-menu {
    /* スライドダウンさせるために隠す */
    display: none;
  }

  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
  }

  #nav ul li .subtxt {
    display: none;
  }

  #nav ul li > a br {
    display: none;
  }

  #nav ul li.wide ul.sub-menu > li:first-child {
    border-top: none;
  }

  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }

  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  #nav ul li a {
    display: block;
    padding: 18px 6px 18px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 88%;
    text-decoration: none;
    position: relative;
    color: #333333;
  }

  #nav ul li a span {
    padding-left: 28px;
    color: #c5ad61;
  }

  #nav ul li a:hover {
    cursor: pointer;
    color: #fff;
    background: #46b2be;
  }

  #nav ul li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav ul li a:before {
    content: "- ";
  }

  #nav ul li .sub-menu {
    background: #edead4;
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }

  #nav li:first-child a {
    border-left: none;
  }

  #nav .submenu-wrap {
    background: #edead4;
    border-top: 1px solid #ccc;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    background: #e4d091;
    font-size: 120%;
  }

  #menu-header-nav, #recruitmenu, #telmenu {
    display: none;
  }

  #nav #telmenu li a br {
    display: inline-block;
  }

  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  #contents {
    margin-bottom: 1.5em;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    width: 100%;
  }

  #aside {
    margin-bottom: 0.5em;
  }

  /*==========================
	.contentbottom
==========================*/
  /* 最下部固定お問い合わせバナー */
  .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 5;
    vertical-align: bottom;
    font-size: 0;
  }

  .contact .clearfix a {
    display: inline-block;
    width: 383px;
    max-width: 50%;
    margin: 0;
    vertical-align: bottom;
  }

  .contact .clearfix {
    width: 100%;
  }

  .inq02 {
    position: absolute;
    bottom: 100%;
    right: 0;
    text-align: right;
    width: 20%;
    max-width: 60px;
    margin-left: auto;
  }

  .inq02 a {
    width: 50px;
    float: right;
  }

  .contentbottom .btn-style a {
    font-size: 18px;
  }

  .contentbottom .column + .column {
    margin-top: 5px;
  }

  /*==========================
	#footer
==========================*/
  #footer .bnr a {
    margin: 0 auto 10px;
    max-width: 70%;
    display: block;
  }

  #footer .footer_access {
    margin-bottom: 1.5em;
  }

  #footer li.parent, #footer li.parent2, #footer li.parent3 {
    float: none;
    width: auto;
    display: block;
  }

  #footer li.menu-item-has-children, #footer li.menu-item-has-children:last-child {
    float: none;
    height: auto;
    width: 100%;
    border-left: none;
    padding-left: 1%;
  }

  #footer .sub-menu li {
    vertical-align: top;
  }

  #footer .column + .column {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
	#header
==========================*/
  #header {
    padding: 15px 0 0;
  }

  #header h1 {
    margin-bottom: 0;
  }

  /*==========================
	#nav
==========================*/
  /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }

  /*==========================
	#footer
==========================*/
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
  /*==========================
	#header
==========================*/
  /*==========================
	#nav
==========================*/
}
/*
Theme Name:Original Style - 1column
Version:1.2.1
*/
/*
色一括変換用
メインカラー（濃いめ）#c2b166
サブカラー（濃いめ）#867358
背景カラー（薄目）　#f2f1e2
文字カラー（） #444;

*/
/*==========================
	投稿（ブログ、新着情報）
==========================*/
.entry-block {
  /* 一投稿を囲むブロック */
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block .dateBlock {
  /* 日時 */
  color: #444;
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* ブログページのカテゴリーリスト --------------------*/
#aside .menu-blog {
  padding: 10px 10px 20px;
  box-sizing: border-box;
  margin-top: 1em;
  background: #f2f1e2;
}

#aside .menu-blog h3 {
  border-bottom: 1px dotted #ccc;
  color: #1a1a1a;
  font-size: 18px;
  padding: 0.6em 0 0.7em;
  text-align: center;
  margin-bottom: 0.8em;
  letter-spacing: 0.12em;
}

#aside .menu-blog li {
  font-size: 11px;
}

#aside .menu-blog li a {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  color: #444;
  text-decoration: none;
}

#aside .menu-blog li a:hover {
  color: #c2b166;
  text-decoration: none;
}

#aside .menu-blog li a::after {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0.3em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c2b166;
}

/*-- ページネーション ------------*/
.pager {
  font-size: 88%;
  /*14px*/
  margin-bottom: 3em;
}

.pager span.current,
.pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #c2b166;
  text-align: center;
}

.pager a:hover {
  background: #ccc;
  color: #fff;
}

.pager span.current {
  /* 今のページ */
  background: #ccc;
  color: #fff;
}

/*==========================
	画像
==========================*/
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

.mainblock img {
  max-width: 100%;
}

/* 真ん中寄せ */
.aligncenter {
  display: block;
  margin: 0 auto;
}

/* 小さい画像に対応 */
.img_size img, img.img_size {
  width: auto !important;
}

/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.4em;
  background: #867358;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

h3.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #867358;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h3.number_title .number::after {
  content: ".";
}

h4.number_title {
  background: none;
  color: #444;
  padding-left: 0;
  border: none;
  border-bottom: 4px dotted #847459;
}

h4.number_title .number {
  font-size: 175%;
  font-style: italic;
  color: #867358;
  background: none;
  padding: 0;
  margin: 0 0.3em 0 0;
  position: relative;
}

h4.number_title .number::after {
  content: ".";
}

h4.number_title::before,
h4.number_title::after {
  background: none;
}

.mce-content-body h5.number_title,
.under h5.number_title {
  border: none;
  margin-bottom: 0.5em;
}

/*-- title ------------*/
p.title,
.title p {
  font-size: 22px;
  font-weight: bold;
  color: #c2b166;
  margin: 0 0 10px;
}

/*==========================
	リスト
==========================*/
.page-list {
  padding: 25px 25px 15px;
  background: #f2f1e2;
}

/*-- UL ------------*/
/* ul01 */
.ul01 {
  margin-bottom: 1em;
}

.ul01 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  box-sizing: border-box;
}

.ul01 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #c2b166;
  border-radius: 50%;
  top: 0.58em;
  left: 0.35em;
}

/* ul02 */
.ul02 {
  margin-bottom: 1em;
}

.ul02 li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.7em;
  box-sizing: border-box;
}

.ul02 li::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #c2b166;
  border-radius: 50%;
  top: 0.38em;
  left: 0.38em;
}

/* ul_check チェックのリスト */
.ul_check, .ul_arrow {
  margin-bottom: 1em;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}

.ul_check li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: #867358;
  border: 1px solid #867358;
  top: 4px;
  left: 5px;
}

ul.ul_check li:after {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

/* ul_arrow 右向き三角のリスト */
.ul_arrow li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}

.ul_arrow li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.35em;
  left: 7px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #c2b166;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ul_arrow li a {
  text-decoration: none;
  color: #c2b166;
}

.ul_arrow li a:hover {
  text-decoration: underline;
}

/*-- OL ------------*/
ol.ol01 {
  margin-bottom: 1.2em;
}

ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}

ol.ollist {
  margin-bottom: 1.2em;
}

ol.ollist li {
  margin-bottom: 0.5em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: ollist;
}

ol.ollist li:before {
  display: marker;
  content: "(" counter(ollist) ") ";
}

/* 数字のOLリスト */
ol.ol_decimal {
  margin-bottom: 1.2em;
}

ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}

ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #867358;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}

/*-- 横並びリスト ------------*/
.float-list {
  overflow: hidden;
}

.float-list li {
  margin-bottom: 0.5em;
}

/*==========================
	テーブル
==========================*/
/*-- 診療時間表 ------------*/
.time-table {
  width: 100%;
  margin-bottom: 0.5em;
}

.time-table th, .time-table td {
  text-align: center;
  font-weight: normal;
  padding: 7px 5px;
}

.time-table th {
  background: #fff;
}

.time-table thead th {
  background: #f3f0e2;
  color: #444;
  padding: 6px 5px;
}

.time-table td {
  background: #fff;
}

.time-table tbody tr {
  border-bottom: 1px solid #c4c4b7;
}

.cha {
  color: #826a50;
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  margin-bottom: 2em;
}

.table01 th,
.table01 td {
  padding: 10px 2px 4px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #c0c0b3;
}

.table01 th {
  border-bottom: 1px solid #c0c0b3;
  padding-right: 10px;
  color: #c5ad61;
  font-weight: bold;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.border-table thead th {
  background: #c2b166;
  color: #fff;
  text-align: center;
}

.border-table th,
.border-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}

.border-table tbody th {
  background: #f2f1e2;
  vertical-align: middle;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  width: 100%;
  margin-bottom: 1.5em;
}

.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 12px 8px;
  border: 1px solid #ccc;
}

.fee-table thead th {
  background: #c2b166;
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #f2f1e2;
}

.fee-table tbody td {
  text-align: right;
}

/*==========================
	DL
==========================*/
/*--  ------------*/
dl.dl01 {
  margin-bottom: 0.5em;
}

dl.dl01 dt {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  color: #fff;
  background: #f2f1e2;
}

dl.dl01 dd {
  margin-bottom: 1.2em;
}

/*-- 数字つきdl ------------*/
dl.dl_number dt {
  font-size: 117%;
  color: #222;
  font-weight: normal;
  position: relative;
}

dl.dl_number dd {
  padding-left: 2em;
  margin-bottom: 1.2em;
}

.dl_number .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
  padding: 0.2em 0.6em 0.1em;
  margin-right: 0.5em;
  background: #999;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0.2em;
  line-height: 1.4;
}

/*==========================
	ボックス
==========================*/
/*-- 基本のブロック ------------*/
.block {
  margin-bottom: 2em;
}

/*-- クリアフィックスブロック ------------*/
.block-inner {
  margin-bottom: 2em;
  /*padding:0 10px;*/
}

.block > .block-inner:last-child {
  margin-bottom: 0;
}

/*-- ボーダー付きブロック ------------*/
.border-block {
  box-sizing: border-box;
  padding: 20px 20px 5px;
  border: 3px solid #c1b064;
  margin-bottom: 1.2em;
}

/*-- 背景色付き ------------*/
.bg-block {
  box-sizing: border-box;
  padding: 20px 20px 5px;
  background: #f2f1e2;
  margin-bottom: 1.2em;
  overflow: hidden;
  border-radius: 6px;
}

.border-block h4:first-child,
.bg-block h4:first-child,
.border-block h5:first-child,
.bg-block h6:first-child,
.bg-block h6:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

/*-- before after ------------*/
.ba-block {
  background: url(img/arrow_r.svg) no-repeat center 50%;
  background-size: 3%;
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .after {
  float: right;
  width: 47%;
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.batitle {
  text-align: center;
  font-size: 15px;
  color: #999;
  margin-bottom: 0.5em !important;
}

/*-- 流れ ------------*/
.flow-block {
  padding: 0 0 1em;
  margin-bottom: 1em;
  position: relative;
}

.block-inner .flow-block {
  padding: 0 0 1em;
}

.flow-block::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -15px -30px 0;
  border: 30px solid transparent;
  border-top: 15px solid #867358;
}

.block > .flow-block:last-child::after,
.block-inner > .flow-block:last-child::after {
  display: none;
}

/*-- Q&A ------------*/
.qa-block {
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-top: 1px dotted #ccc;
}

.mce-content-body .qa-block h4, .qa-block h4 {
  padding-left: 2em !important;
  border: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #c2b166;
  background: none;
}

.mce-content-body .qa-block h4::before, .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #c2b166;
  height: 1.6em;
  width: 1.6em;
  border-radius: 50%;
  margin-top: -0.15em;
}

.mce-content-body .qa-block h4::after, .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 82%;
  top: -2px;
  left: 0.55em;
  color: #fff;
  font-weight: normal;
  border: none;
  background: none;
}

.qa-block .answer {
  padding-left: 2em !important;
  position: relative;
  padding: 2px;
  margin-left: 30px;
  margin-top: 20px;
}

.answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0px;
  background: #867358;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  margin-top: 0.1em;
}

.answer::after {
  position: absolute;
  content: "A";
  font-size: 100%;
  top: 2px;
  left: 0.65em;
  color: #fff;
  font-weight: normal;
  border: none;
}

.qa-block .answer p {
  margin: 0;
}

.answer p {
  padding: 0px 0 12px 5px;
}

/*--  ------------*/
/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex,
.wpcf7 .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

/*==========================
	サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #444;
}

#menu-sitemap li a:hover {
  color: #c2b166;
}

/*==========================
	画像のギャラリー
==========================*/
.gallery li {
  margin-bottom: 20px;
}

.gallery li img {
  margin-bottom: 5px;
}

/*==========================
	Youtube
==========================*/
.youtube-wrap {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*==========================
	汎用
==========================*/
.color01 {
  color: #867358;
}

.color02 {
  color: #c2b166;
}

.attention {
  color: #9c0601;
}

.bgcolor01 {
  background-color: #f2f1e2;
  padding: 0 0.3em;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 82%;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
  margin-top: -60px;
  padding-top: 60px;
}

.bold {
  font-weight: bold;
}

.name {
  text-align: right;
  font-weight: bold;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
  	画像
  ==========================*/
  /* img float */
  #tinymce img.alignright,
  #tinymce img.alignleft,
  .mainblock img.alignright,
  .mainblock img.alignleft {
    max-width: 34%;
  }

  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }

  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }

  /*==========================
  	リスト
  ==========================*/
  .float-list {
    overflow: hidden;
  }

  .float-list li {
    float: left;
    box-sizing: border-box;
    margin: 0 1.2em 0.5em 0;
  }

  .float-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }

  .float-list2 li:nth-shild(2n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }

  .float-list3 li:nth-shild(3n) {
    padding-right: 0;
    padding-left: 0.8em;
  }

  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }

  /*==========================
  	ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
  .box2 {
    /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5%;
    width: 48%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box3 {
    /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.5%;
    width: 31%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box4 {
    /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
  }

  .box5 {
    /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
  }

  /*==========================
  	汎用
  ==========================*/
  #a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
    margin-top: -10px;
    padding-top: 10px;
  }

  br.pc {
    display: inline;
  }

  br.sp2 {
    display: none;
  }

  .con_l {
    float: left;
  }

  .con_c {
    float: left;
  }

  .con_r {
    float: right;
  }

  .w25 {
    width: 25%;
  }

  .w35 {
    width: 35%;
  }

  .w40 {
    width: 40%;
  }

  .w48 {
    width: 48%;
  }

  .w56 {
    width: 56%;
  }

  .w60 {
    width: 60%;
  }

  .w62 {
    width: 62%;
  }

  .mw500p {
    max-width: 500px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /*sitemap*/
  #menu-sitemap li::after {
    top: 1.55em;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  /*==========================
  	投稿（ブログ、新着情報）
  ==========================*/
  #aside .menu-blog {
    margin-bottom: 2em;
  }

  /*==========================
  	画像
  ==========================*/
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  /*==========================
  	見出し
  ==========================*/
  .page-title {
    padding: 2em 0;
    background-position: 80% top;
  }

  .page-title h2 {
    font-size: 20px;
  }

  .post-type-page h3,
  .mainblock h3 {
    font-size: 23px;
  }

  .entry-block h3 {
    font-size: 18px;
  }

  .post-type-page h4,
  .mainblock h4 {
    font-size: 20px;
  }

  .post-type-page h5,
  .mainblock h5 {
    font-size: 17px;
  }

  h3.number_title .number {
    font-size: 140%;
    margin-right: 0;
  }

  .catch_title {
    line-height: 1.4em;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .title {
    font-size: 19px;
  }

  /*==========================
  	ブロック
  ==========================*/
  /* 横ならびbox */
  .box2, .box3, .box4 {
    margin-bottom: 20px;
  }

  /*-- before after ------------*/
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }

  .ba-block .before,
  .ba-block .after {
    float: none;
    width: 100%;
  }

  .ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
  }

  /*==========================
  	お問い合わせ
  ==========================*/
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-appearance: none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  /*==========================
  	サイトマップ
  ==========================*/
  #menu-sitemap li::after {
    top: 1.5em;
  }

  /*==========================
  	googlemap
  ==========================*/
  /*==========================
  	汎用
  ==========================*/
  .con_l {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 480px) {
  .qa-block .answer {
    margin-left: 10px;
  }

  /* 時間表 --------------------*/
  .time-table th,
  .time-table td {
    font-size: 75%;
    padding: 5px 2px;
  }

  /* googlemap --------------------*/
}
.under .slick-slider .slider-text {
  background: #888;
  color: #fff;
  text-align: center;
  display: block;
}

#thumbnail_slider {
  margin-top: 10px;
}

.under img.slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 50;
}

.under img.slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 50;
}

/*==========================
	　レイアウト
==========================*/
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns:not(:last-child) {
  margin-bottom: 4%;
}
.columns .column {
  width: 100%;
}
@media (max-width: 767px) {
  .columns .column:not(:last-child) {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .columns .column.col_2 {
    width: 49%;
  }
  .columns .column.col_2:nth-child(odd) {
    margin-right: 2%;
  }
  .columns .column.col_2:not(:nth-child(-n + 2)) {
    margin-top: 2%;
  }
  .columns .column.col_3 {
    width: 32%;
  }
  .columns .column.col_3:not(:nth-child(-n + 4)) {
    margin-top: 2%;
  }
  .columns .column.col_3:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}

/*==========================
	　共通
==========================*/
* {
  box-sizing: border-box;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1050px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .spdb {
    display: block;
  }
}

@media (min-width: 768px) {
  .pcdb {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tabletdb {
    display: block;
  }
}

a:not([class]) img, a.swipebox img {
  transition: all .3s;
}
a:not([class]):hover img, a.swipebox:hover img {
  opacity: 0.8;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

a {
  transition: .3s;
}
a:hover {
  opacity: .8;
  transition: .3s;
}
a.arrow {
  position: relative;
}
a.arrow:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #46b2be;
  border-right: solid 1px #46b2be;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  transition: .3s;
}
a.arrow:hover:after {
  right: 4%;
  transition: .3s;
}

/*==========================
	　診療テーブル
==========================*/
.table_time {
  width: 100%;
  margin-bottom: 0.5em;
}
.table_time thead th {
  background: #b9e4e9;
  color: #333;
  padding: 4px 10px;
}
.table_time thead th:first-child {
  width: 30%;
}
.table_time tbody td,
.table_time tbody th {
  background: #fff;
  padding: 16px 10px;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.table_time tbody td .color {
  color: #46b2be;
}

/*==========================
	　医院情報パーツ
==========================*/
.lp_introductionContents {
  background: #fffbf8;
  padding: 10% 0;
}
.lp_introductionContents .logo_img {
  margin-bottom: 1.5em;
}
.lp_introductionContents .table_normal {
  width: 100%;
}
.lp_introductionContents .table_normal tbody tr td,
.lp_introductionContents .table_normal tbody tr th {
  padding: 2px 10px;
  line-height: 1.6;
}
.lp_introductionContents .table_normal tbody tr th {
  width: 85px;
  text-align: left;
}
.lp_introductionContents a {
  text-decoration: none;
  color: #333;
}
.lp_introductionContents .columns {
  max-width: 1000px;
  margin: auto;
}
.lp_introductionContents .columns:not(:last-child) {
  margin-bottom: 3%;
}
.lp_introductionContents .time_list {
  line-height: 1.5;
}
.lp_introductionContents .time_list .color {
  color: #46b2be;
}
.lp_introductionContents .lp_img_c {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp_introductionContents .lp_img_c li {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .lp_introductionContents .logo_img {
    text-align: center;
  }
  .lp_introductionContents .lp_img_c li {
    width: 49%;
  }
  .lp_introductionContents .lp_img_c li:nth-child(odd) {
    margin-right: 2%;
  }
  .lp_introductionContents .lp_img_c li:not(:nth-child(-n + 2)) {
    margin-top: 1%;
  }
  .lp_introductionContents .table_time {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 350px) {
  .lp_introductionContents .table_time {
    font-size: 10px;
  }
}

.lp_introductionContents .slider_contents {
  max-width: 660px;
  width: 100%;
  margin: auto;
}
.lp_introductionContents .slider_contents .column {
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.lp_introductionContents .slick-next, .lp_introductionContents .slick-prev {
  z-index: 50;
  cursor: pointer;
}
.lp_introductionContents .slick-next:before, .lp_introductionContents .slick-prev:before {
  display: block;
  width: 15px;
  height: 40px;
}
.lp_introductionContents .slick-next {
  right: 5px;
}
@media (min-width: 768px) {
  .lp_introductionContents .slick-next {
    right: -15px;
    top: 50%;
  }
}
.lp_introductionContents .slick-next:before {
  content: "";
  background: url(../img/slider_arrow_right02.png) no-repeat center/cover;
}
.lp_introductionContents .slick-prev {
  left: 5px;
}
@media (min-width: 768px) {
  .lp_introductionContents .slick-prev {
    left: -15px;
    top: 50%;
  }
}
.lp_introductionContents .slick-prev:before {
  content: "";
  background: url(../img/slider_arrow_left02.png) no-repeat center/cover;
}
.lp_introductionContents .columns .right_c h3{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	margin-top: 1em;
}
@media (min-width: 768px) {
  .lp_introductionContents {
    padding: 2% 0;
  }
  .lp_introductionContents .columns .left_c {
    width: 50%;
    margin-right: 2%;
  }
  .lp_introductionContents .columns .right_c {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .lp_introductionContents .table_time {
    font-size: 14px;
  }
}

/*ギャラリー*/
.thumb-item li {
  position: relative;
}

.slider-wrap .slider-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(1) translate3d(0px, 0px, 0px);
  opacity: 1;
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  font-family: dnp-shuei-mincho-pr6, sans-serif;
}

ul.thumb-item-nav {
  margin-top: 1em !important;
}

.slide-arrow.prev-arrow.slick-arrow {
  top: 50%;
  position: absolute;
  z-index: 1;
}

.slide-arrow.next-arrow.slick-arrow {
  top: 50%;
  right: 0;
  position: absolute;
  z-index: 1;
}

.googlemap iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  .googlemap {
    position: relative;
    height: 400px;
  }
  .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  #menu-header-nav {
    display: flex;
    justify-content: center;
  }
  #menu-header-nav li {
    flex: 1;
    position: relative;
  }
  #menu-header-nav li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  #menu-header-nav li:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #menu-header-nav li > a {
    padding: 12px 0.5em;
    position: relative;
  }
  #menu-header-nav li > a:after {
    content: "";
    width: 95%;
    height: 2px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    transition: 0.5s;
    transform: scale(0);
  }
  #menu-header-nav li > a:hover:after {
    background: #46b2be;
    transition: 0.5s;
    transform: scale(1);
  }
}
/*==========================
	　h2
==========================*/
h2 {
  font-size: 24px;
  text-align: center;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  color: #40372d;
  line-height: 1.6;
  margin-bottom: 1em;
}
h2 .subTitle {
  display: block;
  font-size: 17px;
  color: #c5ad61;
  font-family: 'Great Vibes', cursive;
  letter-spacing: 3px;
}
@media (max-width: 350px) {
  h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (min-width: 1045px) {
  h2 {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media (min-width: 768px) {
  h2 .subTitle {
    font-size: 20px;
  }
}

.titleWrap {
  position: relative;
  z-index: 10;
}
.titleWrap:before {
  content: "";
  width: 75vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -50px;
  background: #beeaef;
  border-radius: 0 0 0 15px;
  z-index: -1;
}
.titleWrap:after {
  content: "";
  width: 75vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #46b2be;
  border-radius: 0 15px 15px 0;
  z-index: -1;
}
.titleWrap .line_box {
  position: relative;
  height: 120px;
}
.titleWrap .line_box:before {
  content: "";
  position: absolute;
  margin: auto;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 25px;
  left: 0;
  right: 0;
}
.titleWrap h2 {
  position: relative;
  height: 120px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 0 0 20px 130px;
  color: #fff;
  display: flex;
  align-items: center;
}
.titleWrap h2:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 80px;
  top: 0;
  background: #fff;
}
.titleWrap h2 .subText {
  position: absolute;
  bottom: -45px;
  right: 40px;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
  transform: rotate(350deg);
  z-index: 50;
}
@media (max-width: 767px) {
  .titleWrap .line_box {
    height: 80px;
  }
  .titleWrap .line_box:before {
    bottom: 15px;
  }
  .titleWrap h2 {
    padding: 0 0 40px 50px;
  }
  .titleWrap h2:before {
    left: 30px;
    height: 80px;
  }
  .titleWrap h2 .subText {
    font-size: 40px;
    bottom: 0;
    right: 10px;
    color: rgba(255, 255, 255, 0.7);
  }
}

/*==========================
	　CONSULTATION
==========================*/
.infomationContents {
  background: url(../img/lp_infomation_bg.jpg) repeat center;
  padding: 7% 0;
}
.infomationContents h2 {
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 20px;
}
.infomationContents .contentsBox {
  position: relative;
  padding: 0 3% 4%;
  z-index: 10;
}
.infomationContents .contentsBox:before {
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.infomationContents .text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.infomationContents .btnList li a {
  border: solid 1px #46b2be;
  color: #46b2be;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  padding: 5px .5em;
  text-align: center;
  background: #fff;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  letter-spacing: 1px;
  font-size: clamp(18px, 2.34vw, 20px);
  min-height: clamp(60px, 8.4vw, 78px);
}
.infomationContents .btnList li a span {
  position: relative;
}
.infomationContents .btnList li a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.infomationContents .btnList li a .tel_i {
  padding-top: 22px;
}
.infomationContents .btnList li a .tel_i:before {
  background: url(../img/icon01.png) no-repeat center/cover;
  width: 18px;
  height: 18px;
}
.infomationContents .btnList li a .reservation_i {
  padding-top: 32px;
}
.infomationContents .btnList li a .reservation_i:before {
  background: url(../img/icon02.png) no-repeat center/cover;
  width: 24px;
  height: 25px;
}
.infomationContents .btnList li a .interview_i {
  padding-top: 34px;
}
.infomationContents .btnList li a .interview_i:before {
  background: url(../img/icon03.png) no-repeat center/cover;
  width: 26px;
  height: 26px;
}
.infomationContents .btnList li a .line_i {
  padding-top: 34px;
}
.infomationContents .btnList li a .line_i:before {
  background: url(../img/icon04.png) no-repeat center/cover;
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .infomationContents .contentsBox {
    padding: 0 3% 10%;
  }
  .infomationContents .contentsBox:before {
    height: calc(100% - 25px);
  }
  .infomationContents .btnList li a {
    padding: 10px .5em;
    margin: auto;
  }
  .infomationContents .btnList li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .infomationContents {
    padding: 1% 0 3%;
  }
  .infomationContents h2 {
    font-size: 40px;
  }
  .infomationContents .text {
    font-weight: bold;
    font-size: 22px;
  }
  .infomationContents .btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 2%;
  }
  .infomationContents .btnList li {
    width: 23.5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .infomationContents .contentsBox:before {
    height: calc(100% - 35px);
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .infomationContents h2 {
    letter-spacing: 5px;
    font-size: 48px;
  }
  .infomationContents .text {
    font-size: 24px;
  }
  .infomationContents .btnList li a {
    font-size: 24px;
  }
}

/*===================================
お尻の症状・排便
のトラブルは、お気軽にご相談ください
===================================*/
.troubleContents {
  padding: 10% 0;
  background: #fbeee3;
}
.troubleContents h2 .strongText {
  color: #ff861d;
  font-size: 30px;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 350px) {
  .troubleContents h2 .strongText {
    font-size: 24px;
  }
}
.troubleContents h3 {
  text-align: center;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 20px;
  background: #ffbe85;
  color: #fff;
  line-height: 1.6;
  padding: 30px 10px 25px;
}
@media (max-width: 375px) {
  .troubleContents h3 {
    font-size: 18px;
  }
}
@media (max-width: 375px) and (max-width: 350px) {
  .troubleContents h3 {
    font-size: 16px;
  }
}

.troubleContents figure {
  text-align: center;
}
.troubleContents .content {
  background: #fff;
  padding: 4% 5%;
  border: solid 1px #ffbe85;
}
.troubleContents .content p {
  line-height: 2;
}
@media (min-width: 768px) {
  .troubleContents {
    padding: 4% 0;
  }
  .troubleContents h2 .strongText {
    font-size: 36px;
  }
  .troubleContents h3 {
    font-size: 24px;
    padding: 40px 10px 35px;
  }
  .troubleContents .content {
    font-size: 18px;
  }
  .troubleContents .content p {
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (min-width: 1050px) {
  .troubleContents h2 .strongText {
    font-size: 48px;
  }
  .troubleContents h3 {
    font-size: 28px;
  }
}

/*===================================
  FEATURE
===================================*/
.featrueContents {
  padding: 10% 10px;
}
.featrueContents .titleImg {
  text-align: center;
  border-bottom: solid 1px #ffeedf;
}
.featrueContents h2 {
  transform: translateY(-20px);
}
@media (max-width: 767px) {
  .featrueContents .titleImg img {
    max-width: 95%;
    margin: auto;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .featrueContents h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) and (max-width: 375px) and (max-width: 350px) {
  .featrueContents h2 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .featrueContents {
    padding: 3% 32px;
  }
  .featrueContents h2 {
    transform: translateY(-40px);
  }
  .featrueContents .columns {
    justify-content: center;
    gap: 10px 2%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .featrueContents .columns .column {
    width: 48%;
  }
  .featrueContents .columns .column:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
  .featrueContents .columns .column:nth-child(odd) {
    transform: translateY(-50px);
  }
}
@media (min-width: 1025px) {
  .featrueContents .columns .column:last-child {
    margin-top: 90px;
  }
}

@media (min-width: 768px) and (min-width: 1025px) {
  .featrueContents .columns .column {
    width: 32%;
    margin-bottom: 50px;
  }
  .featrueContents .columns .column:nth-child(2), .featrueContents .columns .column:nth-child(5), .featrueContents .columns .column:nth-child(8) {
    transform: translateY(50px);
  }
}

/*===================================
  痔について
===================================*/
.aboutContents {
  padding: 10% 0 0;
}
.aboutContents .aboutContents_bg {
  background: url(../img/lp_bg_img001.jpg) repeat center;
  padding: 20% 0 10%;
}
.aboutContents .content {
  background: #eeeeee;
  padding: 5%;
  border-radius: 10px;
  margin-bottom: 4%;
}
.aboutContents .content p {
  line-height: 1.875;
}
.aboutContents .border_wrap {
  padding: 4%;
  background: #fff;
}
.aboutContents .border_wrap.typeA {
  border: solid 1px #ff861d;
}
.aboutContents .border_wrap.typeA h3 {
  color: #ff861d;
  border-bottom: solid 1px #ff861d;
}
.aboutContents .border_wrap.typeA h4 {
  color: #ff861d;
}
.aboutContents .border_wrap.typeB {
  border: solid 1px #46b2be;
}
.aboutContents .border_wrap.typeB h3 {
  color: #46b2be;
  border-bottom: solid 1px #46b2be;
}
.aboutContents .border_wrap.typeB h4 {
  color: #46b2be;
}
.aboutContents .border_wrap .box_left {
  text-align: center;
}
.aboutContents .border_wrap:not(:last-child) {
  margin-bottom: 5%;
}
.aboutContents h3 {
  padding-bottom: 10px;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  margin-bottom: 1em;
}
.aboutContents h4 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: .7em;
}
.aboutContents .text_box {
  font-size: 17px;
  line-height: 2;
}
.aboutContents .text_box:not(:last-child) {
  margin-bottom: 6%;
}
@media (max-width: 767px) {
  .aboutContents .border_wrap .box_left {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .aboutContents {
    padding: 4% 0 0;
  }
  .aboutContents .aboutContents_bg {
    padding: 5% 0 3%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .aboutContents .aboutContents_bg {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .aboutContents .content {
    text-align: center;
  }
  .aboutContents h3 {
    font-size: 24px;
    margin-bottom: .7em;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .aboutContents h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .aboutContents h4 {
    font-size: 18px;
    margin-bottom: .5em;
  }
  .aboutContents .text_box {
    font-size: 18px;
  }
  .aboutContents .border_wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .aboutContents .border_wrap .box_left {
    width: 27%;
    margin-left: 2%;
  }
  .aboutContents .border_wrap .box_right {
    width: 71%;
  }
}

/*===================================
  その他の肛門疾患
===================================*/
.otherContents {
  padding: 0 0 10%;
}
.otherContents .titleWrap {
  margin-bottom: 90px;
}
.otherContents .img_box {
  margin-bottom: 5%;
}
.otherContents .contents_box {
  padding: 5%;
  background: #ffddbf;
}
.otherContents .contents_box .child_box p {
  line-height: 2;
}
@media (max-width: 767px) {
  .otherContents .guide_area figure {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .otherContents {
    padding: 0 0 4%;
  }
  .otherContents .guide_area {
    position: relative;
    margin-top: 100px;
  }
  .otherContents .contents_box {
    width: 80%;
  }
  .otherContents .contents_box .child_box {
    width: 60%;
  }
  .otherContents .contents_box .child_box p {
    font-size: 18px;
  }
  .otherContents .contents_box figure {
    position: absolute;
    top: -50px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .otherContents .contents_box figure {
    width: 40%;
  }
  .otherContents .contents_box .child_box {
    width: 75%;
  }
}

/*===================================
  FLOW
===================================*/
.flowContents {
  padding: 10% 0;
  position: relative;
  z-index: 10;
}
.flowContents:before {
  content: "";
  width: 100%;
  height: 530px;
  background: #f2fbfc;
  position: absolute;
  top: 0;
  z-index: -1;
}
.flowContents .titleImg {
  text-align: center;
}
.flowContents h2 {
  transform: translateY(-20px);
}
.flowContents h3 {
  text-align: center;
  color: #46b2be;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media (max-width: 350px) {
  .flowContents h3 {
    font-size: 18px;
  }
}
.flowContents .text {
  line-height: 1.875;
}
@media (min-width: 768px) {
  .flowContents {
    padding: 3% 0;
  }
  .flowContents h2 {
    transform: translateY(-30px);
    margin-bottom: 0;
  }
  .flowContents h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .flowContents h3 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .flowContents .text {
    text-align: center;
  }
}

.slider_content .slide-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 65px;
}
@media (min-width: 768px) {
  .slider_content .slide-navigation {
    margin: 20px 0 125px;
  }
}
.slider_content .slide-navigation li {
  cursor: pointer;
}
@media (min-width: 768px) {
  .slider_content .slide-navigation li:not(:last-child) {
    margin-right: 5%;
    position: relative;
  }
  .slider_content .slide-navigation li:not(:last-child):after {
    content: "";
    width: 17px;
    height: 34px;
    background: url(../img/step_arrow.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .slider_content .slide-navigation li:not(:last-child):after {
    right: -40px;
  }
}

@media (min-width: 768px) {
  .slider_content .slide-navigation li {
    width: 21%;
  }
}
@media (max-width: 767px) {
  .slider_content .slide-navigation li {
    width: 48%;
    text-align: center;
  }
  .slider_content .slide-navigation li img {
    max-width: 90%;
  }
  .slider_content .slide-navigation li:nth-child(odd) {
    margin-right: 4%;
  }
  .slider_content .slide-navigation li:not(:nth-child(-n + 2)) {
    margin-top: 4%;
  }
}
.slider_content .slide {
  margin: auto;
}
.slider_content .slide li img {
  margin: auto;
}
.slider_content .slide .slick-next, .slider_content .slide .slick-prev {
  z-index: 300;
  top: 50%;
  transform: translateY(-50%);
}
.slider_content .slide .slick-next:before, .slider_content .slide .slick-prev:before {
  content: "";
  width: 45px;
  height: 85px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider_content .slide .slick-next:before, .slider_content .slide .slick-prev:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider_content .slide .slick-next, .slider_content .slide .slick-prev {
    top: -35px;
  }
  .slider_content .slide .slick-next:before, .slider_content .slide .slick-prev:before {
    width: 20px;
    height: 40px;
  }
}
.slider_content .slide .slick-prev {
  left: 0;
}
.slider_content .slide .slick-prev:before {
  background: url(../img/slider_arrow_left.png) no-repeat center/cover;
}
.slider_content .slide .slick-next {
  right: 0;
}
.slider_content .slide .slick-next:before {
  background: url(../img/slider_arrow_right.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .slider_content {
    margin-bottom: 7% !important;
  }
}

.accordionContents h3 {
  color: #40372d;
}
.accordionContents h3 .subTitle {
  color: #ff861d;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Great Vibes', cursive;
  padding-top: 10px;
}
.accordionContents .menuWrap h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  position: relative;
  background: #fff4ea;
  padding: 1em .5em;
  border: solid 1px #ffdbbc;
  cursor: pointer;
}
.accordionContents .menuWrap h4:not(:first-child) {
  margin-top: 4%;
}
@media (max-width: 350px) {
  .accordionContents .menuWrap h4 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .accordionContents .menuWrap h4 {
    font-size: 30px;
  }
}
.accordionContents .menuWrap h4 .sub {
  color: #ff861d;
  display: block;
  font-size: 14px;
  padding-top: 10px;
  font-weight: normal;
}
.accordionContents .menuWrap h4:after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/menu_arrow_icon.png) no-repeat center;
  transition: .3s;
}
@media (max-width: 767px) {
  .accordionContents .menuWrap h4:after {
    bottom: 10px;
  }
}
.accordionContents .menuWrap h4.open:after {
  transform: rotate(180deg);
  transition: .3s;
}
.accordionContents .menuWrap .content {
  padding: 3% 5%;
  background: #ffead6;
  display: none;
}
.accordionContents .menuWrap .content h5 {
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 18px;
  border-bottom: dashed 1px #ff861d;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .accordionContents .menuWrap .content h5 {
    font-size: 22px;
  }
}
.accordionContents .menuWrap .content ul {
  font-weight: bold;
}
.accordionContents .menuWrap .content ul li {
  padding-left: 7px;
  position: relative;
}
.accordionContents .menuWrap .content ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #333333;
}

.page-komonlp #footer, .page-komonlp .page-title, .page-komonlp .bread_wrap {
  display: none;
}
.page-komonlp .mainblock.under {
  padding-bottom: 0 !important;
}
.page-komonlp #contents > .inner {
  width: 100%;
  max-width: 100%;
}

.slick-next, .slick-prev {
  font-size: 0;
  background: none;
  border: 0;
  position: absolute;
  top: 40%;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 767px) {
  .lp_introductionContents .slick-next, .lp_introductionContents .slick-prev {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

.slide-navigation .slick-track {
  transform: none !important;
}
@media (max-width: 767px) {
  .slide-navigation .slick-track {
    width: 300px !important;
  }
}
@media (min-width: 1000px) {
  .slide-navigation .slick-track {
    width: 1000px !important;
  }
}
.slide-navigation .slick-list.draggable {
  padding: 0 !important;
}
.slide-navigation li {
  position: relative;
  overflow: hidden;
  height: 74px;
}
@media (max-width: 767px) {
  .slide-navigation li {
    width: 140px !important;
  }
}
@media (min-width: 768px) {
  .slide-navigation li {
    width: 21% !important;
    max-width: 200px !important;
  }
}
.slide-navigation li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s ease-in-out;
}
.slide-navigation li.slick-current img:nth-of-type(2) {
  opacity: 0;
}
