/*
Theme Name: くまはら接骨院　PCテーマ
*/

/*--------------------------------------------------------
reset
--------------------------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

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;
}

/*--------------------------------------------------------
基本設定
--------------------------------------------------------*/

body {
	font-size: 18px;
	font-family: Arial, Roboto, “Droid Sans”, “メイリオ”, Meiryo,“ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, sans-serif;
	line-height: 28px;
	word-break: break-all;
}

.wrapper {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper2 {
	width: 1000px;
	margin: 192px auto 0;
	overflow: hidden;
}

#main,#single {
  max-width: 730px;
	margin: 30px 0;
}

@media (max-width: 599px) {
  .wrapper {
    width: 96%;
  }
  
  #main,#single {
    width: 96%;
  }
}

.one-colum {
	float: none !important;
	margin: 30px auto 0 !important;
}

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.clear {
	clear: both;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

img.to {
	margin-top: 30px !important;
}

img.bo {
	margin-bottom: 30px !important;
}

img.tb {
	margin: 30px 0;
}

img.right-img {
	float: right;
	margin-left: 20px;
}

img.right-img.about-in {
	height: auto;
	width: 400px;
}

img.right-img.kuma {
	width: 20%;
	margin-bottom: 20px;
}

.pc {
	display: block;
	overflow: hidden;
}

.mobi {
	display: none;
}

img.full {
	width: 100%;
	margin: 20px 0;
}

img.full2 {
	width: 100%;
	margin-bottom: 20px;
}

img.full3 {
	width: 100%;
}

iframe {
	display: block;
	margin: 0 auto;
}

#kizi {
	float: left;
	margin: 30px 0;
}

@media (max-width: 599px) {
  #kizi {
    float: inherit;
    margin-top: 0;
  }
}

a.btn {
	display: block;
	width: 300px;
	padding: 5px;
	background: #008000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 30px auto;
	border-radius: 10px;
	clear: both;
	text-align: center;
}

a.btn:hover {
	opacity: 0.6;
}

.douga {
	margin: 20px 0;
}

.tb20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.to20 {
	margin-top: 20px !important;
}

.bo20 {
	margin-bottom: 20px !important;
}

.bo30 {
	margin-bottom: 30px !important;
}

.tb40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.to40 {
	margin-top: 40px !important;
}

.bo40 {
	margin-bottom: 40px !important;
}

.tb60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.to60 {
	margin-top: 60px !important;
}

.bo60 {
	margin-bottom: 60px !important;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.no-full iframe {
	display: block;
	height: 315px;
	margin: 0 auto;
	width: 560px;
}

.list {
	margin-bottom: 30px;
}

.list li {
	list-style: disc;
	margin-left: 18px;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

/*--------------------------------------------------------
文字設定
--------------------------------------------------------*/

strong,b {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.green {
	color: #008000;
}

.orange {
	color: #ff7800;
}

.y-b {
	background: #ffff00;
	padding: 5px;
}

.maru {
	font-family: 'Kosugi Maru', sans-serif;
}

/*--------------------------------------------------------
webフォント
--------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src:  url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/fonts/icomoon.eot);
  src:  url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/fonts/icomoon.eot) format('embedded-opentype'),
    url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/fonts/icomoon.ttf) format('truetype'),
    url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/fonts/icomoon.woff) format('woff'),
    url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/fonts/icomoon.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-text2:before {
  content: "\e926";
}

/*--------------------------------------------------------
画像関連
--------------------------------------------------------*/

.corona-banner {
	box-sizing: border-box;
	width: 700px;
}

.corona-banner .img-banner {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/corona-banner1.png) no-repeat;
	padding-bottom: 25.714%;
}

.mask-banner {
	box-sizing: border-box;
	width: 700px;
}

.mask-banner .img-banner {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/corona-banner2.png) no-repeat;
	padding-bottom: 31%;
}

.onayami-banner {
	box-sizing: border-box;
	width: 700px;
}

.onayami-banner .img-banner {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/onayami-banner.png) no-repeat;
	padding-bottom: 81.714%;
}

/*--------------------------------------------------------
見出しタイトル
--------------------------------------------------------*/

#main h2 {
	background: #ff7800;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 40px 0 10px;
}

.first {
	margin-top: 0 !important;
}

#main h2 span {
	font-size: 20px;
}

#kizi h1 {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/side/side-menu-bg.png);
	color: #623706;
	font-size: 23px;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#single-main h3 {
	background: #ff7800;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 40px 0 10px;
}

.smp_ttl {
	background: #ff7800;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 40px 0 10px;
	clear: both;
}

.smp_ttl_mini {
    border-bottom: 2px solid #ff7800;
    border-left: 5px solid #ff7800;
    padding: 0 0 0 10px;
    margin: 40px 0 10px;
    font-weight: bold;
    clear: both;
    font-size: 23px;
}

.oomoji2 {
	clear: both;
}

.oomoji1 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
	font-weight: bold;
}

.c_box {
	background: #ff7800;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 40px 0 10px;
	clear: both;
}


ul.ul_step li.ttl01,ul.ul_step li.ttl02,ul.ul_step li.ttl03 {
	background: #ff7800;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 40px 0 10px;
	clear: both;
}

@media (max-width: 599px) {
  #main h2 {
	 font-size: 20px;
	 text-align: center;
 }
}

/*--------------------------------------------------------
header
--------------------------------------------------------*/

header {
	position: fixed;
	width: 100%;
	overflow: hidden;
	background: #fff;
	top: 0;
	z-index: 9999;
}

header.premium-header {
	margin-top: -28px;
}

#head-line {
	background: #ff7800;
	color: #fff;
	overflow: hidden;
	font-size: 15px;
}

#head-tel {
	margin-top: 10px;
}

#head-info {
    float: left;
    width: 290px;
    font-size: 13px;
    overflow: hidden;
    margin: 10px 5px 0 10px;
}

.waku {
	border: 1px solid #623706;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;
	padding: 0 10px;
}

.info {
	color: #623706;
	line-height: 20px;
}

.info2 {
	color: #623706;
}

.head-info-in {
	margin-bottom: 10px;
	overflow: hidden;
}

.head-info-in:last-child {
	margin-bottom: 0;
}

.wrapper.head-wrapper {
	padding-bottom: 20px;
}

nav {
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	overflow: hidden;
}

nav.top-nav {
	margin-top: 20px;
}

nav::before {
	position: absolute;
	content: "";
	height: 5px;
	background: #ff7800;
	width: 100%;
	top: 0;
}

nav ul.hun-menu {
  max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul.hun-menu > li {
  width: 10%;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

nav ul li:last-child {
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

nav ul li a {
	display: block;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

nav ul li a:hover {
	background: #ff7800;
	color: #fff;
	opacity: 1;
}

/* nav ul.aco-menu {
  position: fixed;
  width: 167px;
  display: block;
} */

ul.aco-menu li {
	float: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}

ul.aco-menu li:last-child {
	width: 167px;
	border-bottom: 1px solid #ccc;
}

ul.aco-menu li a {
	display: block;
	background: #fff;
	padding: 10px;
	font-size: 12px;
	line-height: 2;
}

@media (max-width: 1024px) {
  nav ul {
   -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  
  ul.aco-menu li a {
    line-height: 1.2;
  }
}

/*--------------------------------------------------------
TOPスライダー
--------------------------------------------------------*/

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9990;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bxpager {
	margin: -80px auto 32px;
	overflow: hidden;
}

.bxpager li {
	float: left;
	margin-right: 20px;
	width: 230px;
}

.bxpager li:last-child {
	margin-right: 0;
}

.bxpager li img {
	height: auto;
	width: 100%;
}

/*--------------------------------------------------------
メイン画像
--------------------------------------------------------*/

#main-img {
  background: #fdeac5;
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
}

#main-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#main-img img {
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/

.koe {
	position: relative;
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/yorokobi-bnr02.png) no-repeat;
	background-position: top center;
	width: 700px;
	height: 420px;
	margin: 0 auto 30px;
}

.koe img {
	position: absolute;
    bottom: 0;
    left: 250px;
}

.muchi {
	position: relative;
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/muchiuchi-banner.png);
	width: 730px;
	height: 210px;
	margin-bottom: 30px;
}

.muchi img {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

ul#news {
	overflow: hidden;
	margin-bottom: 30px;
}

ul#news li {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul#news li:last-child {
	margin-bottom: 0;
}

.day-top {
	position: relative;
  margin-right: 20px;
	padding-left: 25px;
}

.day-top::before {
	position: absolute;
	content: "▲";
	color: #ff7800;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 0;
}

ul#news li .title {
	width: 80%;
	padding-left: 0;
}

ul#news li .title::before {
	content: none;
}

@media (max-width: 599px) {
  ul#news li {
    flex-wrap: wrap;
  }
  
  ul#news li .title {
    width: 100%;
  }
}

/*-----------------------------------
6つの特徴
------------------------------------*/

#point {
	position: relative;
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/point.png);
	width: 730px;
	height: 1300px;
	box-sizing: border-box;
	margin: 30px 0;
}

#point section {
	position: absolute;
	width: 630px;
	left: 50px;
	font-size: 15px;
	line-height: 25px;
}

#point section h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	color: #623706;
	padding-left: 75px;
	margin-bottom: 15px;
}

#point section h3 span {
	color: #ff7800;
}

section#p1 {
    top: 147px;
}

section#p1 h3 {
	margin-bottom: 10px;
}

section#p2 {
    top: 337px;
}

section#p3 {
    top: 497px;
}

section#p4 {
    top: 657px;
}

section#p5 {
    top: 817px;
}

section#p6 {
    top: 977px;
}

section#p7 {
    top: 1140px;
}

/*-----------------------------------
悩み
------------------------------------*/

#nayami {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#nayami ul li {
	position: relative;
	font-size: 23px;
	margin-bottom: 10px;
	padding-left: 40px;
	border-bottom: 1px solid #d1c0a5;
	padding-bottom: 5px;
	font-weight: bold;
}

#nayami ul li::before {
	position: absolute;
	content: url(/file_contents/365/get);
	left: 0;
	top: -2px;
}

@media (max-width: 1024px) {
  #nayami ul li {
    font-size: 18px;
  }
}

/*-----------------------------------
負傷の治療リハビリ
------------------------------------*/

#riha {
	position: relative;
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/senmon-banner.png);
	width: 730px;
	height: 370px;
	margin-bottom: 30px;
}

#riha img {
    position: absolute;
    bottom: 15px;
    right: 30px;
}

/*-----------------------------------
こんな悩みはありませんか？
------------------------------------*/

#nayami2 {
	position: relative;
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/riha-nayami.png);
	width: 730px;
	height: 682px;
	margin-bottom: 30px;
}

#nayami2 ul {
    position: absolute;
    bottom: 170px;
    left: 80px;
}

#nayami2 ul li {
	position: relative;
	font-size: 23px;
	margin-bottom: 10px;
	padding-left: 40px;
	border-bottom: 1px solid #d1c0a5;
	padding-bottom: 5px;
	font-weight: bold;
}

#nayami2 ul li::before {
	position: absolute;
	content: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/checkbox.png);
	left: 0;
	top: -2px;
}

#nayami2 img {
	position: absolute;
    bottom: 30px;
    left: 33px;
}

/*-----------------------------------
支持されている理由
------------------------------------*/

#riyuu {
	position: relative;
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/5tsu-riyuu.png);
	width: 730px;
	height: 980px;
	box-sizing: border-box;
	margin: 30px 0;
}

#riyuu section {
	position: absolute;
	width: 630px;
	left: 50px;
	font-size: 15px;
	line-height: 25px;
}

#riyuu section h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	color: #623706;
	padding-left: 75px;
	margin-bottom: 15px;
}

#riyuu section h3 span {
	color: #ff7800;
}

section#r1 {
    top: 185px;
}

section#r2 {
    top: 325px;
}

section#r3 {
    top: 485px;
}

section#r4 {
    top: 665px;
}

section#r5 {
    top: 825px;
}

/*-----------------------------------
オススメ治療法
------------------------------------*/

ul#osusume {
	overflow: hidden;
}

ul#osusume li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul#osusume li:nth-child(3n) {
	margin-right: 0;
}

ul#osusume li:nth-child(n+4) {
	margin-bottom: 0;
}

/*-----------------------------------
プロフィール
------------------------------------*/

dl#prof {
	margin: 30px 0;
}

dl#prof dt {
	background: #e6d5b1;
	text-align: center;
	padding: 5px;
	color: #623706;
	font-weight: bold;
}

dl#prof dd {
	background: #f8f1e1;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 16px;
}

dl#prof dd table {
	margin: 0 auto;
}

dl#prof dd table th {
	width: 20%;
	text-align: left;
}

/*-----------------------------------
求人情報
------------------------------------*/

.kyujin {
	position: relative;
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/kyujin-banner.png);
	width: 730px;
	height: 210px;
	margin-bottom: 30px;
}

.kyujin img {
    width: 200px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

/*-----------------------------------
アクセス・お問い合わせ
------------------------------------*/

#info-ac {
	overflow: hidden;
}

#info-ac section {
	float: left;
	width: 48%;
	margin-right: 4%;
}

#info-ac section:last-child {
	margin-right: 0;
}

#info-ac section iframe {
	margin-bottom: 20px;
}

dl.info-in {
	margin-bottom: 20px;
}

dl.info-in dt {
	background: #e6d5b1;
	text-align: center;
	padding: 5px;
	color: #623706;
	font-weight: bold;
	margin-bottom: 5px;
}

dl.info-in dd {
	font-size: 16px;
	line-height: 26px;
}

#yoyaku {
	background: #9fcb4b;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 15px;
}

ul#img {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul#img li {
  width: 48%;
	float: left;
	margin-right: 4%;
}

ul#img li:last-child {
	margin-right: 0;
}

ul#img li .img {
  width: 100%;
}

ul.img2 {
	overflow: hidden;
	margin: 30px 0;
}

ul.img2 li {
	float: left;
	margin-right: 30px;
}

ul.img2 li:last-child {
	margin-right: 0;
}


ul.img2.tenpo li {
	margin-right: 30px;
	margin-bottom: 20px;
}

ul.img2.tenpo li:nth-child(2n) {
	margin-right: 0;
}

ul.img2.tenpo li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
  #info-ac section {
    width: 100%;
  }
}

/*--------------------------------------------------------
sidebar
--------------------------------------------------------*/

sidebar {
	width: 230px;
	float: right;
	margin: 30px 0;
}

#side-menu {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/side/side-menu-bg.png);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px 5px;
	box-sizing: border-box;
}

#side-menu strong {
	color: #623706;
}

#side-menu ul {
	overflow: hidden;
	margin-top: 10px;
}

#side-menu li {
  width: 100%;
	background-image: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/side/side-menu-btn2.png);
	background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 5px;
}

#side-menu li a {
	display: block;
	text-decoration: none;
	line-height: 70px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #623706;
}

#side-menu li a:hover {
	opacity: 0.6;
}

#side-menu li.menu {
	background-image: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/side/side-menu-btn1.png);
}

#side-menu li.menu a {
	color: #9fcb4b;
}

#ekiten {
	margin-bottom: 30px;
}

#ekiten img.main {
	margin-bottom: 10px;
}

#fa {
	margin-bottom: 30px;
}

#twi {
	margin-bottom: 30px;
}

img.side-img {
	margin-bottom: 20px;
}
/*--------------------------------------------------------
footer
--------------------------------------------------------*/

#foot-menu {
	background: #F8F1E1;
	padding-top: 30px;
}

#foot-menu .wrapper {
	position: relative;
}

img#pagetop {
	position: absolute;
	right: 0;
	z-index: 9998;
}

img#pagetop:hover {
	cursor: pointer;
	opacity: 0.6;
}

#foot-menu ul {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#foot-menu ul li {
  width: 25%;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

#foot-menu ul li::before {
  content: "▲";
  color: #ff7800;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}

#foot-menu ul li:last-child {
	margin-bottom: 0;
}

#foot-menu ul li a {
	text-decoration: none;
	color: #000;
	line-height: 1.6;
}

#foot-menu ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
  #foot-menu ul li {
    width: 50%;
  }
}

@media (max-width: 599px) {
  #foot-menu ul li a {
    font-size: 13px;
  }
}

/*foot-2*/
#foot-2 {
	padding: 30px 0;
}

#foot-2 img {
	width: 287px;
	margin-right: 20px;
}

#foot-info {
	float: left;
}

#foot-3 {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/foot-bg.png);
	height: 58px;
	line-height: 78px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

a#switch {
	display: block;
	width: 300px;
	margin: 30px auto;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	background: #ff7800;
	text-decoration: none;
}

.kotei-side-line {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	top: 212px;
}

.kotei-side-line li {
	box-sizing: border-box;
	margin-bottom: 10px;
	width: 100px;
}

.kotei-side-line li:last-child {
	margin-bottom: 0;
}

.kotei-side-line li a {
	background: #00B900;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.kotei-side-line li a:hover {
	opacity: 0.6;
}

.kotei-side-line-title {
	box-sizing: border-box;
	display: block;
	font-weight: 900;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}

.kotei-side-line-text {
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0 22.5px;
    text-align: center;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/*--------------------------------------------------------
single
--------------------------------------------------------*/

#no-p p {
	margin-bottom: 0 !important;
}

#kizi p {
	margin-bottom: 30px;
}

#single-main {
	background-image: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/colk-bg-top.png),url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/colk-bg-bottom.png),url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/colk-bg-middle.png); 
	background-size: 100%;
	background-position: top,bottom,center;
	background-repeat: no-repeat,no-repeat,repeat-y;
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
}

img.ttl {
	width: 100%;
	margin: 0 0 10px 0;
}

#single-pager {
	margin: 20px 0 -15px;
	overflow: hidden;
}

#prev {
	float: left;
	margin-bottom: 10px;
}

#next {
	float: right;
}

@media (max-width: 599px) {
  #single-main {
    padding: 20px;
  }
}

/*-----------------------------------
はじめての方へ
------------------------------------*/

ul.ul_qa li {
	overflow: hidden;
}

ul.ul_qa li.ttl01,ul.ul_qa li.ttl02,ul.ul_qa li.ttl03,ul.ul_qa li.ttl04,ul.ul_qa li.ttl05,ul.ul_qa li.ttl06 {
	position: relative;
	background: #ff7800;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px 10px 50px;
	border-radius: 5px;
	margin: 40px 0 10px;
}

ul.ul_qa li.ttl01 {
	margin-top: 20px;
}

ul.ul_qa li img {
	float: right;
	margin-left: 20px;
}

ul.ul_qa li.ttl01::before {
    position: absolute;
    content: "1";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff7800;
    text-align: center;
    border-radius: 5px;
    left: 10px;
}

ul.ul_qa li.ttl02::before {
    position: absolute;
    content: "2";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff7800;
    text-align: center;
    border-radius: 5px;
    left: 10px;
}

ul.ul_qa li.ttl03::before {
    position: absolute;
    content: "3";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff7800;
    text-align: center;
    border-radius: 5px;
    left: 10px;
}

ul.ul_qa li.ttl04::before {
    position: absolute;
    content: "4";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff7800;
    text-align: center;
    border-radius: 5px;
    left: 10px;
}

ul.ul_qa li.ttl05::before {
    position: absolute;
    content: "5";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff7800;
    text-align: center;
    border-radius: 5px;
    left: 10px;
}

ul.ul_qa li.ttl06::before {
    position: absolute;
    content: "6";
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff7800;
    text-align: center;
    border-radius: 5px;
    left: 10px;
}

/*-----------------------------------
むち打ち・交通事故治療
------------------------------------*/

#jiko-title {
  max-width: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  border: 3px solid #93d02b;
  padding: 10px 5px;
}

.jiko-title-img {
  
}

#zyoken-inner {
	position: relative;
	border: 5px solid #ff7800;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
	margin: 60px 0 30px 0;
}

img#ziko-hutan {
	position: absolute;
	left: 60px;
	top: -60px;
}

ul#waku li {
	overflow: hidden;
	margin-bottom: 20px;
}

ul#waku li:last-child {
	margin-bottom: 0;
}

ul#waku li img {
	float: left;
}

ul#waku li .mongon {
	width: 90%;
	float: left;
	margin: 10px 0 0 10px;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}

ul#waku li .mongon-two {
	width: 90%;
	float: left;
	margin: 0 0 0 10px;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}

@media (max-width: 599px) {
  ul#waku li .mongon {
    width: 95%;
  }
}

.mongon .red {
	font-size: 28px;
}

ul.point li {
	position: relative;
	list-style: none !important;
	margin-bottom: 10px;
	padding-left: 45px;
}

ul.point li::before {
	position: absolute;
	content: url(/import/tenant_2/kumahara.info/images/kuma-box.png);
	left: 0;
	top: -5px;
}

.s1 {
	font-size: 23px;
}

#merit {
	margin: 50px 0;
}

section.ziko {
	margin-bottom: 50px;
}

section.ziko ul {
	margin: 20px 0;
}

section.ziko ul li {
	list-style: disc inside;
}

.comment {
    margin: 20px 0;
    border: 5px solid #ffa500;
    box-sizing: border-box;
    padding: 10px;
    background: #fffacd;
}

section.syozyou h4 {
	font-size: 23px;
	color: #ff0000;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.syourei {
	margin-bottom: 20px;
}

.syourei h5 {
	color: #ff7800;
	font-weight: bold;
}

#tiryou-naiyou section {
	border: 5px solid #ff7800;
	padding: 10px;
	margin: 20px 0;
	overflow: hidden;
}

#tiryou-naiyou section {
	margin-bottom: 0;
}

#tiryou-naiyou section img {
	float: right;
	width: 250px;
	height: auto;
	margin: 0 0 0 20px;
}

.info-jiko {
	float: left;
	width: 50%;
}

.info-jiko h4 {
	border-left: 5px solid #ff7800;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

@media (max-width: 1024px) {
  #jiko-title {
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  #tiryou-naiyou section img {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .info-jiko {
    width: 100%;
  }
}

/*-----------------------------------
価格・診療案内
------------------------------------*/

ul.ul_shinryou li.ttl {
    background: #ff7800;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 40px 0 10px;
}

img.phot.f_right {
	float: right;
	width: 235px;
	margin: 0 0 20px 20px;
}

img.phot.f_left {
	float: left;
	width: 235px;
	margin: 0 20px 20px 0;
}

ul.ul_shinryou h4 {
	border-bottom: 2px solid #ff7800;
	border-left: 5px solid #ff7800;
	padding: 0 0 0 10px;
	margin: 40px 0 10px;
	font-weight: bold;
	clear: both;
    font-size: 23px;
}

.annai_photo {
	box-sizing: border-box;
	margin-top: 20px;
	margin: 20px 0 -10px 0;
	overflow: hidden;
}

.annai_photo img {
    float: left;
    margin: 0 10px 0 0;
    width: 210px;
}

.annai_photo img:nth-child(3n) {
	margin-right: 0;
}

@media (max-width: 599px) {
  img.phot.f_right {
    width: 100%;
  }
}

/*-----------------------------------
Q&A
------------------------------------*/

ul.ul_qa.main li {
	position: relative;
	overflow: visible;
	padding-left: 40px;
}

ul.ul_qa.main li::before {
    position: absolute;
    content: "A";
    width: 30px;
    height: 30px;
    color: #fff;
    background: #ff0000;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
	left: 0;
}

ul.ul_qa.main li.ttl {
	margin-bottom: 10px;
}

ul.ul_qa.main li.ttl::before {
    position: absolute;
    content: "Q";
    width: 30px;
    height: 30px;
    color: #fff;
    background: #008000;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
	left: 0;
}

/*-----------------------------------
物理療法
------------------------------------*/

#b-img img {
	width: 200px;
	margin-bottom: 20px !important;
}

@media (max-width: 599px) {
  #b-img img {
    width: 100%;
  }
}

/*-----------------------------------
骨盤矯正
------------------------------------*/

ul#kotsuban li {
	list-style: disc inside;
}

.kotsu {
	font-weight: bold;
}

.ddd {
	width: 270px;
	float: right;
}

.kotsu-info {
	overflow: hidden;
}

.kotsu-info p {
	margin-bottom: 0 !important;
}

.oomoji3 {
	font-weight: bold;
	margin-top: 20px;
	border: 3px dotted #ff7800;
	padding: 20px;
	box-sizing: border-box;
}

/*-----------------------------------
求人
------------------------------------*/

#kyuzin-header img {
	margin-top: 0;
}

#zinbutu {
	width: 470px;
    margin: 30px auto 30px;
    overflow: hidden;
    font-size: 16px;
    line-height: 23px;
}

#zinbutu img {
	float: left;
	margin-right: 10px;
}

#zinbutu ul {
    float: right;
    width: 300px;
}

#zinbutu ul li {
	list-style: disc inside;
    margin-bottom: 7px;
}

span.kyu {
	clear: both;
	font-size: 23px;
	color: #DA7A2C;
	font-weight: bold;
	margin-top: 10px;
}

h2.midasi img {
	display: block;
	margin: 40px auto 10px;
} 

#kodawari img {
	margin-bottom: 20px;
}

#waku2 {
	border: 5px solid #ff7800;
	box-sizing: border-box;
	overflow: hidden;
}

#waku2 .pc {
	overflow: initial;
}

#waku2 img {
	float: left;
	margin-right: 20px;
}

#waku2 .bun {
	float: left;
	width: 420px;
    font-size: 14px;
    line-height: 25px;
    padding: 20px 0;
}

#waku3 {
	border: 5px solid #ff7800;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
}

#waku3 h3 {
	background: none;
	color: #000;
	padding: 0;
	margin: 0;
	border-left: 5px solid #ff7800;
	padding-left: 10px;
	border-radius: 0;
	margin-bottom: 10px;
}

#waku3 .pc {
	overflow: initial;
}

#waku3 img {
	float: right;
	margin-left: 20px;
}

#waku3 #bun2 {
	float: left;
	width: 420px;
}

#bun2 ul {
	line-height: 22px;
    margin-left: 40px;
}

#bun2 ul li {
	list-style: disc inside;
	font-size: 12px;
}

#waku4 {
	border: 1px solid #000;
	padding: 20px;
	box-sizing: border-box;
}

#waku4 img {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 20px 20px 0;
}

#bosyu dl {
	background: #ff7800;
	border: 2px solid #000;
	border-top: 0;
}

#bosyu dl dt {
	float: left;
	width: 20%;
	clear: both;
	color: #fff;
	padding: 5px 10px;
	border-top: 2px solid #000;
	box-sizing: border-box;
}

#bosyu dl dd {
    margin-left: 20%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    background: #fff;
}

/*-----------------------------------
症状別
------------------------------------*/

ul#syouzyou-menu {
	overflow: hidden;
	margin-bottom: 20px;
}

ul#syouzyou-menu li {
	float: left;
	width: 203px;
	margin-right: 20px;
}

ul#syouzyou-menu li:nth-child(3n) {
	margin-right: 0;
}

ul#syouzyou-menu li img {
	width: 100%;
}

ul.syouzyou-betsu {
	float: left;
	width: 315px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

ul.syouzyou-betsu.two {
	margin-right: 0;
}

ul.syouzyou-betsu li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}

ul.syouzyou-betsu li::before {
    position: absolute;
    content: "▲";
    color: rgb(255, 120, 0);
    transform: rotate(90deg);
    left: 0px;
}

ul.syouzyou-betsu li:last-child {
	margin-bottom: 0;
}

ul.syouzyou-betsu li a {
	color: #ff7800;
}

/*-----------------------------------
予約
------------------------------------*/

table.yoyaku {
	width: 100%;
}

table.yoyaku th {
	width: 20%;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	background: #ff7800;
}

table.yoyaku td {
	width: 40%;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
}

table.yoyaku td.ti {
	color: #fff;
	font-weight: bold;
	background: #ff7800;
}

/*--------------------------------------------------------
各ページの記事下
--------------------------------------------------------*/

#page-bottom {
	margin: 30px 0 0 0;
}

/*--------------------------------------------------------
パンくず
--------------------------------------------------------*/

.breadcrumbs {
	margin-top: 30px;
}

/*--------------------------------------------------------
page
--------------------------------------------------------*/

/*--------------------------------------------------------
カテゴリーページ
--------------------------------------------------------*/

ul#cate li {
	overflow: hidden;
	margin-bottom: 10px;
}

ul#cate li:last-child {
	margin-bottom: 0;
}

.day {
	width: 100px;
	float: left;
	margin-right: 20px;
}

.title {
	position: relative;
	float: left;
    padding-left: 25px;
}

.title::before {
    position: absolute;
    content: "▲";
    color: rgb(255, 120, 0);
    transform: rotate(90deg);
    left: 0px;
}

.title a {
	color: #ff7800;
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------
求人ページ-new
--------------------------------------------------------*/

ul#kyujin-tokuchou li {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
}

ul#kyujin-tokuchou li:first-child {
    background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/recruit/tokuchou-1.png);
    width: 650px;
    height: 325px;
    padding: 210px 20px 20px;
}

ul#kyujin-tokuchou li:nth-child(2) {
    background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/recruit/tokuchou-2.png);
    width: 650px;
    height: 355px;
    padding: 210px 20px 20px;
}

ul#kyujin-tokuchou li:nth-child(3) {
    background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/recruit/tokuchou-3.png);
    width: 650px;
    height: 305px;
    padding: 210px 20px 20px;
}

ul#kyujin-tokuchou li:nth-child(4) {
    background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/recruit/tokuchou-4.png);
    width: 650px;
    height: 345px;
    padding: 255px 20px 20px;
}

ul#syain-syoukai li {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
	margin-bottom: 20px;
}

ul#syain-syoukai li:last-child {
	margin-bottom: 0;
}

ul#syain-syoukai li:first-child {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/recruit/syain-1.png);
	width: 650px;
	height: 542px;
    padding: 135px 270px 20px 40px;
}

ul#syain-syoukai li:nth-child(2) {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/recruit/syain-2.png);
	width: 650px;
	height: 473px;
    padding: 170px 270px 20px 40px;
}

ul#syain-syoukai li:nth-child(3) {
	background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/recruit/syain-3.png);
	width: 650px;
	height: 492px;
    padding: 160px 270px 20px 40px;
}

ul#bototm-menu {
	overflow: hidden;
}

ul#bototm-menu li {
	float: left;
	margin-right: 30px;
}

ul#bototm-menu li:last-child {
	margin-right: 0;
}

#single-main h2 {
background: url(/import/tenant_2/kumahara.info/test2/wp-content/themes/kumahara-pc/images/side/side-menu-bg.png);
    color: #623706;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/*--------------------------------------------------------
お客様の声
--------------------------------------------------------*/

.koe-text {
	border: 2px solid #ff7800;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 20px;
}

.koe-text:last-child {
	margin-bottom: 0;
}

.koe-text p {
	margin-bottom: 20px;
}

.koe-text p:last-child {
	margin-bottom: 0;
}

.koe-text h3 {
	box-sizing: border-box;
	color: #ff7800;
	font-weight: bold;
	margin-bottom: 10px;
    padding-bottom: 18px;
    padding-left: 50px;
	position: relative;
	border-bottom: 2px solid #ff7800;
}

.koe-text h3 .icon-file-text2 {
	font-size: 40px;
	left: 0;
	position: absolute;
	top: -7px;
}

/*--------------------------------------------------------
1カラム用・K-プレミアム
--------------------------------------------------------*/

#one-colum {
	margin: 20px 0 60px;
}

.k-premium-list {
	margin-bottom: 60px;
	overflow: hidden;
}

.k-premium-list li {
	float: left;
	margin-right: 20px;
	width: 320px;
}

.k-premium-list li:last-child {
	margin-right: 0;
}

.k-premium-list li img {
	height: auto;
	width: 100%;
}

.k-premium-menu {
	margin: 0 auto;
	width: 250px;
}

.k-premium-menu li {
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 40px;
	text-align: center;
}

.k-premium-menu li:last-child {
	margin-bottom: 0;
}

.k-premium-menu li span {
	display: block;
	font-size: 25px;
	line-height: 35px;
}

.k-premium-menu li a {
	color: #000;
	text-decoration: none;
}

.k-premium-menu li a:hover {
	text-decoration: underline;
}

.premium-title {
	background: #ccc;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 50px;
	font-weight: bold;
	line-height: 55px;
	margin-bottom: 20px !important;
	padding: 10px 20px;
	text-align: center;
}

.premium-text {
	font-size: 23px;
	line-height: 43px;
	overflow: hidden;
	text-align: center;
}

.premium-img {
	height: auto;
	width: 600px;
}

.premium-text p {
	font-size: 23px;
	line-height: 43px;
	margin-bottom: 30px;
}

.chiryou-list {
	overflow: hidden;
}

.chiryou-list li {
	border: 2px solid #000;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 490px;
}

.chiryou-list li:nth-child(2n) {
	margin-right: 0;
}

.chiryou-list li:nth-child(n+3) {
	margin-bottom: 0;
}

.chiryou-list li img {
	float: left;
	height: auto;
	width: 50%;
}

.chiryou-in {
	box-sizing: border-box;
	float: right;
	padding: 45px 20px;
	width: 50%;
}

.chiryou-in a {
	background: #ccc;
	box-sizing: border-box;
	border-radius: 10px;
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 23px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.chiryou-in a:hover {
	opacity: 0.6;
}

.to-20 {
	margin-top: -20px !important;
}

.review {
	margin-bottom: 40px;
}

.review:last-child {
	margin-bottom: 0;
}

.review dt {
	background: #ccc;
	box-sizing: border-box;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding: 15px 20px;
	padding-left: 80px;
	position: relative;
}

.review dt .icon-file-text2 {
	font-size: 50px;
	left: 20px;
	position: absolute;
	top: 10px;
}

.review dd {
	border: 5px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	font-size: 23px;
	line-height: 33px;
	overflow: hidden;
	padding: 15px 20px;
}

.review-img {
	float: left;
	font-size: 18px;
	line-height: 28px;
	width: 150px;
}

.review-img img {
	height: auto;
	margin-bottom: 5px;
	width: 100%;
}

.review-text {
	float: right;
	margin-top: -5px;
	width: 780px;
}

.review-text p {
	margin-bottom: 20px;
}

.review-text p:last-child {
	margin-bottom: 0;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
	width:100%;
	margin: 55px 0 0px;
	padding:0;
	display: table;
}

#prev_next  #prev, #prev_next  #next{
	width: 50%;
	padding:30px 10px 10px;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	display: table-cell;
	position:relative;
	text-decoration:none;
	box-sizing: border-box;
	background: #fff;
}

#prev_next #prev p, #prev_next #next p{
	font-size: 18px;
	line-height: 28px;
}

#prev_next a#prev, #prev_next a#next{color: #ff7800;}

#prev_next a#prev:hover, #prev_next a#next:hover{text-decoration: underline;}

#prev_next #prev:hover, #prev_next #next:hover{
	background-color: rgba(238,238,238,0.7);
}

#prev_next #prev{
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
}

#prev_next #next{
	border-right:#ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title{
	font-size:90%;
	top:-1em;
	position:absolute; 
	border: 1px #ccc solid;
	background:#fff; 
	text-align: center;
	padding:3px;
	color:#666;
}

#prev_next #next_title{
	right:10px;
}

#prev_next #prev img, #prev_next #next img{
	margin:0 auto;
}

#prev_next #prev img {
	float: left;
	margin-right: 10px;
}

#prev_next #next img {
	float: right;
	margin-left: 10px;
}

#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	height:140px;
	padding:0 10px;
	display: table-cell;
	position: relative;
}

#prev_next #prev_no{
	border-right:#ccc 1px solid;
}

#prev_next_home{
	margin:0 auto;
	background-color: #ff7800;
	border: solid 9px #fff;
	width: 100px;
	height:100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0 0 0 3px #ff7800;
	-webkit-box-shadow: 0 0 0 3px #ff7800;
	-moz-box-shadow: 0 0 0 3px #ff7800;
	text-align:center;
    position: absolute;
    left: 130px;
    top: 10px;
}

#prev_next_home:hover{
	background-color: rgba(255,120,0,0.7);
}

#prev_next_home i{
	color:#FFF;
	margin:17px auto ;
	font-size:60px;
}

.kanren-title {
	background: #ff7800;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 33px;
	margin: 30px 0 10px;
	padding: 5px 10px;
}

.yarpp-related li {
	list-style: disc outside !important;
	margin-left: 10px !important;
}

.yarpp-related li a {
	color: #ff7800 !important;
	font-weight: normal !important;
}

.top-oshirase p {
	margin-bottom: 20px;
}

.top-oshirase p:last-child {
	margin-bottom: 0;
}

/*-----------------------------------
症状別
------------------------------------*/

ul.syouzyou-menu {
	overflow: hidden;
	margin: 0 auto;
	width: 649px;
}

ul.syouzyou-menu li {
	float: left;
	width: 203px;
	margin-right: 20px;
}

ul.syouzyou-menu li:nth-child(3n) {
	margin-right: 0;
}

ul.syouzyou-menu li img {
	width: 100%;
}

ul.syouzyou-betsu {
	float: left;
	width: 315px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

ul.syouzyou-betsu.two {
	margin-right: 0;
}

ul.syouzyou-betsu li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}

ul.syouzyou-betsu li::before {
    position: absolute;
    content: "▲";
    color: rgb(255, 120, 0);
    transform: rotate(90deg);
    left: 0px;
}

ul.syouzyou-betsu li:last-child {
	margin-bottom: 0;
}

ul.syouzyou-betsu li a {
	color: #ff7800;
}

/*-------------------------------------
2020/03/02 追加分
-------------------------------------*/

.top-link {
	background: #FFEDCE;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
}

.top-link a {
	color: #ff0000;
	font-weight: bold;
	font-size: 23px;
	line-height: 33px;
}

.top-link a:hover {
	text-decoration: none;
}

.name-right {
	text-align: right;
}

.corona-img {
	height: auto;
	margin-bottom: 20px;
	width: 400px;
}

.access-map {
	display: block;
	width: 100%;
}

.noukou-banner-img {
  max-width: 700px;
	height: auto;
}

.hutyou{
	margin-top: -40px;
  margin-bottom: 30px !important;
}

/*------------------------------
PCR検査バナー
------------------------------*/

.pcr-jisshi-banner {
    background: #C7EAE6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    /* width: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pcr-jisshi-banner-img {
  width: 25%;
	height: auto;
}

.pcr-jisshi-banner-info {
  width: 70%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  line-height: 28px;
  padding: 20px;
}

.pcr-jisshi-banner-info strong {
  box-sizing: border-box;
  display: inline-block;
  font-weight: 700;
  font-size: 23px;
  line-height: 33px;
}

.pcr-jisshi-banner-info .y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
	padding: 0;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .pcr-jisshi-banner-info {
    font-size: 16px;
    padding: 10px;
  }
  
  .pcr-jisshi-banner-info strong {
    font-size: 20px;
  }
}

@media (max-width: 599px) {
  .pcr-jisshi-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .pcr-jisshi-banner-img {
  width: 100%;
	height: auto;
}

.pcr-jisshi-banner-info {
  width: 100%;
  margin-top: 20px;
  }
}


.two_access_title{
  color: #fe9225;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.two_access_title .strong{
  font-size: 1.5em;
}

.two_access_container{
  margin-bottom: 1em;
}

.two_access_container .imgwrap{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.two_access_container .imgwrap .pos-txt{
  width: 100%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
    color: #ff6c00;
 text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
  font-weight: bold;
  font-family: monospace;
}

.two_access_container .imgwrap a:hover{
  text-decoration: none;
}

.two_access_container .shop-name{
  padding: 0.5em 0;
  background-color: #fe9225;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.two_access_container .table{
  width: 100%;
  margin: 1em 0;
  border-top: 1px solid #fe9225;
  border: 1px solid #fe9225;
  background-color: transparent;
  font-size: 14px;
  line-height: 2 !important;
}

.two_access_container .table tr:first-of-type{
  background-color: #fe9225;
  color: #fff;
}

.two_access_container .table td:first-of-type{
  text-align: center;
  padding: 5px 0;
    font-size: 15px;
}

.two_access_container .hosoku{
  line-height: 1.5;
  font-size: 14px;
}

.hosoku div{
  margin-bottom: 3px;
}


.txtorange{
  color: #fe9225;
}

.sp-br{
  display: none;
}

.tac_tal{
  text-align: center;
}

.shontoko-p01{
  position: absolute;
    top: 2px;
    left: 66%;
}

.shontoko-p02{
  position: absolute;
    top: 128px;
    left: 24%;
}

.fs22{
  font-size: 22px;
}


@media(max-width:599px) {
.sp-br{
  display: block;
}

.tabletime{
  font-size: 12px;
  line-height: 1.5;
}

.tac_tal{
  text-align: left;
}

.two_access_container .table td{
  font-size: 10px;
}

.two_access_container .imgwrap .pos-txt{
  font-size: 14px;
}

.sp49{
  width: 49% !important;
}

.shontoko-p01 {
    position: absolute;
    top: 12px;
    left: 51%;
    line-height: 1.5;
}

.shontoko-p02 {
    position: absolute;
    top: 56px;
    left: 14%;
}

.two_access_container .table td:first-of-type {
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
}

.two_access_container .hosoku {
    line-height: 1.5;
    font-size: 12px;
}
}
