@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

html.active {
  overflow: hidden;
}

body {
  min-width: 375px;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  color: #5A3300;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
  text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #5A3300;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

p a,
.underline {
  text-decoration: underline;
}

.not-underline {
  text-decoration: none !important;
}

.blank {
  position: relative;
}

.blank::after {
 background: url(../img/common/icon-blank.png) no-repeat center / contain;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  object-fit: cover;
}

.round {
  border-radius: 10px;
  overflow: hidden;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.marker {
  background: linear-gradient(transparent 70%, #F5B2B2 70%);
  font-weight: 500;
  margin: 0 2px;
  padding: 0 1px;
  display: inline;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  content: "← 左右にスクロールできます →";
}

/* iOS初期仕様解除 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: none;
}

/* テキストハイライト */
*::selection {
  background: #FFF4F4;
  color: #5A3300;
}

*::-moz-selection {
  background: #FFF4F4;
  color: #5A3300;
}

/*============================================================
汎用クラス
============================================================*/

.visual {
	margin-top: 60px;
}



section {
  overflow: hidden;
}

/*section:not(:last-of-type) .inner {
  padding: 50px 20px 0;
}*/

.inner {
  width: 100%;
  padding: 40px 20px;
  position: relative;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.txt-right {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

.target {
  margin-top: -60px;
  padding-top: 60px;
}

.indent {
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.8;
  display: block;
}

.notice {
  font-size: 12px;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide,
.logo a {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pt0   {padding-top:0px !important;}
.pb0   {padding-bottom:0px !important;}

.smb0   {margin-bottom:0px !important;}
.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt0   {margin-top:0px !important;}
.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.bg-wide {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

.bg-pnk {
  background: #FFF4F4;
}

.txt-pnk {
  color: #F88C8C !important;
}

.w100 {
  width: 100px !important;
}

.sfz12 {
  font-size: 12px;
}

.sfz14 {
  font-size: 14px;
}

.sfz16 {
  font-size: 16px;
}

.sfz18 {
  font-size: 18px;
  line-height: 1.5;
}

.sfz20 {
  font-size: 20px;
  line-height: 1.5;
}

.sfz22 {
  font-size: 22px;
  line-height: 1.5;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.column-sp.center {
  justify-content: center;
}

.column-sp.col2 {
  align-items: flex-start;
}

.column-sp.col2 p {
  line-height: 1.6;
}

.column-sp.col2 a,
.column-sp.col2 li,
.tab-area li,
.column-sp.col2 > p {
	width: calc(100% / 2 - 7px);
}

.column-sp.col2:not(.disc) a:nth-child(n+3),
.column-sp.col2:not(.disc) li:nth-child(n+3) {
	margin-top: 15px;
}

.column-sp.col2:not(.disc) p:nth-child(n+3) {
  margin-top: 5px;
}

.page-head-top {
  background: #F5B2B2;
  width: 100%;
  height: 70px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.page-head-top .head-logo {
  background: #FFF4F4;
  width: 130px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-head-top .head-logo::after {
  content: "";
  background: url(../img/common/page-head-top_ob.png) no-repeat center / contain;
  width: 33px;
  height: 70px;
  position: absolute;
  right: -20px;

}

.page-head-top .head-logo img {
  height: 45px;
}

.head-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-head-top .icon {
  background: #fff;
  width: 35px;
  height: 35px;
  margin: 0 10px 0 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-head-top .icon img {
  width: 25px;
  height: 25px;
}

.page-head {
	background: #FFF4F4;
	border-left: solid 5px #F5B2B2;
	padding: 12px 15px;
}

.page-title {
  font-size: 20px;
  line-height: 1.5;
}

.page-head-top .page-title a {
  color: #fff;
}

.page-head-top .page-title span {
  font-size: 16px;
  margin-left: 10px;
}

.icon-title {
	font-size: 20px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.icon-title::before {
	content: "";
	background: url(../img/common/icon-title.png) no-repeat center / contain;
	width: 20px;
	height: 20px;
	top: 2px;
	margin-right: 7px;
	display: inline-block;
	position: relative;
}

.icon-title span {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-top: 5px;
  position: relative;
}

.line-title {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 10px;
	border-left: solid 3px #F5B2B2;
}

.label-title {
  background: #FFF4F4;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  padding: 10px 5px;
}

.border-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: solid 1px #F5B2B2;
}

.round-title {
  background: #F5B2B2;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
}

.title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.btn {
  width: 100%;
  position: relative;
}

.btn a {
  background: #fff;
  height: 50px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid 1px #BAAB91;
  border-radius: 30px;
  box-shadow: 2px 2px 0 rgba(108,67,0,0.2);
}

.btn a p {
	text-align: center;
}

.btn.no-shadow a {
	box-shadow: none;
}

.btn.line a {
  background: #06C755;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #44955D;
}

.btn.line a p {
	display: flex;
	align-items: center;
}

.btn.line a p::before {
	content: "";
	background: url(../img/common/icon-line.png) no-repeat center / contain;
	width: 40px;
	height: 40px;
	margin-right: 2px;
	display: inline-block;
}

.page-back {
  width: 100px;
  height: 40px;
  margin: 30px auto 0;
}

.page-back a {
  height: 40px;
}

.page-back a p {
  margin-left: 15px;
}

.page-back a p::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #6C4300;
  border-bottom: 1px solid #6C4300;
  transform: translateY(-50%) rotate(-225deg);
}

.btn-box a {
  padding: 15px 20px;
  border: solid 1px #BAAB91;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(108,67,0,0.2);
  display: block;
}


.btn-box a .title {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 7px;
  position: relative;
}

.btn-box a .title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 1px #BAAB91;
  box-shadow: 1px 1px 0 rgba(108,67,0,0.2);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.btn-box a .title::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #6C4300;
  border-bottom: 1px solid #6C4300;
  transform: translateY(-50%) rotate(-45deg);
}

.box {
  background: #FFF4F4;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
}

.box.yel {
  background: #FFF8EB;
}

.box.wht {
  background: #FFF;
}

.box .inner {
  padding: 0;
}

.box + .box {
  margin-top: 30px;
}

.box .title {
  text-align: center;
  margin-bottom: 10px;
}

.box-title {
  background: #F5B2B2;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 13px 10px;
  margin: 0 -20px;
  position: relative;
  top: -15px;
}

.box.yel .box-title {
  background: #8E6624;
}

.disc:not(ul),
ul.disc li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  display: block;
  position: relative;
}

.disc:not(ul)::before,
ul.disc li:before {
  content: "●";
  color: #F5B2B2;
}

.disc.inline li {
  margin: 0 10px 5px 0;
  display: inline-block;
}

/* フロー */
.flow ul {
  counter-reset: flow-step;
  position: relative;
}

.flow ul li {
  position: relative;
  padding: 0 0 20px 45px;
}

.flow ul li::before {
  content: counter(flow-step);
  counter-increment: flow-step;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #F5B2B2;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  z-index: 1;
}

.flow ul li::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 30px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #F5B2B2;
}

.flow ul li:last-child::after {
  display: none;
}

.flow ul li .title {
  text-align: left;
  padding-top: 3px;
  margin-bottom: 5px;
}

/* 三角下矢印アイコン */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #F5B2B2;
  margin-left: auto;
  margin-right: auto;
}

/* アコーディオン */
.accordion-heading {
	background: #FFF4F4;
	color: #F88C8C;
  line-height: 1.8;
	padding: 10px 45px 10px 20px;
  position: relative;
  cursor: pointer;
}

.accordion-heading.yel {
  background: #FFF8EB;
  color: #6C4300;
}

.accordion-heading.wht {
  background: #fff;
  color: #6C4300;
}

.accordion-heading i {
	content: "";
	background: url(../img/common/icon-accordion.png) no-repeat center / contain;
	width: 15px;
	height: 15px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}

.accordion-heading.active i {
	transform: rotate(45deg);
}

/*.accordion-heading {
	margin-top: 20px;
}*/

.accordion-heading span {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.accordion-heading span::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #6C4300
}

.accordion-heading span::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 13px;
  width: 10px;
  height: 10px;
  margin-top: -11px;
  background: #FFF8EB;
}

.accordion-heading.active span::before {
  margin-top: -2px;
}

.accordion-heading.active span::after {
  margin-top: 1px;
}

.accordion-inner {
	padding-top: 10px;
}

/*.accordion-heading i::before,
.accordion-heading i::after {
  display: block;
  content: '';
  background-color: #5A3300;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
  border-top: none;
  border-right: none;
}

.accordion-heading i::before {
  width: 2px;
  height: 15px;
  right: 18px;
}

.accordion-heading.active i::before {
  content: normal;
}*/

.faq-list {
  margin-top: 25px;
}

.faq-list li + li {
  margin-top: 30px;
}

.faq-list .accordion-heading {
  background: #D2ECF7;
  height: auto;
  /*line-height: 1.6;*/
  justify-content: flex-start;
  border: none;
  padding: 15px 40px 15px 45px !important;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.faq-list .accordion-inner {
  background: #FFF7E6;
  padding: 15px 20px;
  position: relative;
}

.faq-list .accordion-heading::before {
  content: "Q.";
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 12px;
}

/* 表組み */
table {
  width: 100%;
}

table.common {
  width: 100%;
  font-size: 13px;
  border-top: solid 1px #BAAB91;
}

table.fixed {
  table-layout: fixed;
  width: 100% !important;
}

table.common td,
table.common th {
  background: #fff;
  text-align: left;
  padding: 10px;
  border-bottom: solid 1px #BAAB91;
}

table.common th {
  background: #F5B2B2;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  border-right: solid 1px #BAAB91;
}

table.common thead th {
  padding: 10px;
  border-right: none;
}

table.common td a {
  text-decoration: underline;
}

.calendar {
  margin: 0 auto;
}

.calendar .inner {
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  margin: 0 auto 8px;
  padding: 5px;
}

.calendar-wrap {
  margin: 0 auto;
}

.calendar table {
  width: 100%;
  font-size: 15px;
  color: #5b3f00;
  text-align: center;
  line-height: 1.8;
  table-layout: fixed;
  border: 1px solid #BAAB91;
}

.calendar table tr:first-child {
  background: #F5B2B2;
  font-weight: 500;
  color: #fff;
}

.calendar table tr:first-child th:last-child {
  letter-spacing: -0.2em;
  padding-right: 5px;
}

.calendar table tr {
  border-bottom: 1px solid #BAAB91;
}

.calendar table th:first-child,
.calendar table td:first-child {
  width: 120px;
  font-weight: 400;
}

.calendar table th {
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 5px 0;
}

.calendar table td {
  background: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: 15px 0 !important;
}

.calendar table td.dept {
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -.1px;
  text-align: left;
  padding-left: 5px !important;
  border-right: 1px solid #BAAB91;
}

.calendar-wrap .blu {
  font-size: 16px;
  color: #00ccff;
}

.calendar-wrap .grn {
  font-size: 16px;
  color: #99cc00;
}

.calendar-wrap td span {
  font-size: 11px;
}

.calendar-wrap table th:first-child {
  width: 120px;
}

.calendar-wrap td.grn.ntc {
  padding-top: 16px !important;
  position: relative;
}

/* スクロールテーブル（左列固定） */
.table-wrapper {
  overflow-x: auto;
  /*max-width: 600px;*/
}

.scroll-table {
  border-collapse: collapse;
  /*min-width: 900px;*/
}

.scroll-table th,
.scroll-table td {
  background: #fff;
  font-size: 13px;
  border: 1px solid #BAAB91;
  padding: 8px 10px;
  white-space: nowrap;
}

.sticky-col {
  position: sticky;
  left: 0;
  color: #fff;
  background: #F5B2B2 !important;
  /*z-index: 2;*/
}

.sticky-col::before {
  content: "";
  border-right: 1px solid #BAAB91;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -2px;
  top: 0;
}

.sticky-col::after {
  content: "";
  border-right: 1px solid #BAAB91;
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
}





/* リスト */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

.common-list dt {
  background: #DDEEF7;
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.common-list dd {
  width: 65%;
  padding: 5px 0 5px 20px;
  margin-top: 15px;
}

/* タブ */
.tab-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.tab-area.fukidashi li {
	padding-bottom: 13px;
	position: relative;
}

.tab-area.fukidashi li a {
	background: #fff;
  height: 45px;
  font-size: 13px;
  color: #F5B2B2;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid 1px #F5B2B2;
  border-radius: 30px;
}

.tab-area.fukidashi li a:hover,
.tab-area.fukidashi li a.active {
	background: #F5B2B2;
	color: #fff;
}

.tab-area.fukidashi li a:hover::after,
.tab-area.fukidashi li a.active::after {
	content: "▼";
	color: #F5B2B2;
	position: absolute;
	bottom: 0;
}

/* 電話 */
.tel {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}

.tel p span {
  font-size: 18px;
}

/* slick */
.slick-dots {
  padding: 0 !important;
}

.slick-dots li {
  width: auto !important;
  height: 10px !important;
  float: none;
  position: relative;
  z-index: 2;
}

.slick-dots li + li {
  margin: 0 10px !important;
}

.slick-dots li.slick-active button {
  background: #4596B7 !important;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #fff !important;
  border: solid 1px #4596B7 !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2;
}

.slick-next {
  right: 5px;
}

.slick-prev {
  left: 5px;
}

.slick-prev,
.slick-next {
  z-index: 10;
  width: 20px;
  height: 20px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #F5B2B2;
  border-right: 2px solid #F5B2B2;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slick-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.slick-next::after {
  transform: translate(-70%, -50%) rotate(45deg);
}

/* モーダル */
.fancybox-is-open .fancybox-bg {
  opacity: .7 !important;
}

.fancybox-slide--html {
  padding: 20px !important;
}

.modal_wrap {
  font-family: 'M PLUS 1p', sans-serif;
  width: 100%;
  height: 100%;
  padding: 30px 20px !important;
}

.modal_wrap .modal-title {
  font-size: 20px;
  color: #4596B7;
  text-align: center;
  margin-bottom: 10px;
}

.modal_wrap .title {
  font-size: 18px;
  color: #4596B7;
  text-align: center;
  margin: 20px auto 10px;
}

.modal-orthopedics_wrap {
  font-family: 'M PLUS 1p', sans-serif;
  padding: 30px 20px 30px !important;
}

.modal-orthopedics_wrap .modal-title {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.modal-orthopedics_wrap .icon {
  width: 100px;
  margin: 0 auto 10px;
}

.modal-orthopedics_wrap table {
  border-bottom: solid 1px #5A3300;
}

.modal-orthopedics_wrap table th {
  font-weight: 700;
  display: block;
  vertical-align: middle;
  padding: 10px 0 5px;
  border-top: solid 1px #5A3300;
}

.modal-orthopedics_wrap table td {
  padding: 0 0 10px;
  overflow: hidden;
  display: block;
}

.modal-orthopedics_wrap table dt {
  width: 17%;
  float: left;
}

.modal-orthopedics_wrap table dd {
  width: 83%;
  float: left;
}

/*============================================================
header
============================================================*/

header {
  background: #fff;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 3;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  overflow: hidden;
}

body.active {
  overflow: hidden;
}

header .head {
  background: #fff;
  width: 100%;
  height: 60px;
}

header .inner {
  height: 60px;
  padding: 0;
  align-items: center;
  justify-content: space-between;
}

header a {
  display: block;
}

.logo {
  background: url(../img/common/logo.png) no-repeat center / contain;
  width: 130px;
  margin-left: 10px;
  position: relative;
}

.logo a {
  width: 130px;
  height: 60px;
  display: block;
}

#btn-menu {
	background: #6C4300;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

#btn-menu::before {
  content: "メニュー";
  /*font-family: 'Oswald', sans-serif;*/
  font-size: 9px;
  color: #fff;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  text-align: center;
}

#btn-menu span{
  background: #fff;
  width: 23px;
  height: 1px;
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#btn-menu span:nth-of-type(1) {
  top: 12px;
}

#btn-menu span:nth-of-type(2) {
  top: 21px;
}

#btn-menu span:nth-of-type(3) {
  top: 30px;
}

#btn-menu.active span {
  background: #fff;
}

#btn-menu.active span:nth-of-type(1) {
  top: 6px;
  transform: translateY(15px) rotate(-45deg);
}

#btn-menu.active span:nth-of-type(2) {
  opacity: 0;
}

#btn-menu.active span:nth-of-type(3){
  top: 32px;
  transform: translateY(-11px) rotate(45deg);
}

#g-nav {
  background: #fff;
  position:fixed;
  z-index: -1;
  opacity: 0;
  top: -100%;
  left: 0;
  width: 100%;
  /*height: 57%;*/
  transition: all .5s;
}

#g-nav.panelactive{
  opacity: 1;
  top: 0;
}

#g-nav-wrap {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
}

#g-nav.panelactive #g-nav-list{
  position: relative;
  z-index: 999; 
  width: 100%; 
  height: 100%;
  padding: 85px 0 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
  display:none;
}

#g-nav #g-nav-wrap {
  opacity: 0;
  /*display: none;*/
  visibility: hidden;
  transition: all .5s;
}

#g-nav.panelactive #g-nav-wrap {
  opacity: 1;
  transition: all .5s;
  visibility: visible;
}

#nav {
  padding: 10px 0 30px;
  border-bottom: solid 1px #FFD6D6;
}

#nav li {
  width: 100%;
  position: relative;
}

#nav > li + li {
  margin-top: 25px;
}

#nav > li > a {
  min-width: 170px;
}

#nav > li > a {
  width: 85%;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

#nav > li > a::before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  border: solid 1px #BAAB91;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#nav > li > a::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #BAAB91;
  border-bottom: 1px solid #BAAB91;
  transform: translateY(-50%) rotate(-45deg);
}

#nav > li > a i {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: block;
}

.sub-nav-btn {
  position: absolute;
  right: -5px;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
}

.sub-nav-btn::before,
.sub-nav-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: #BFB097;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.sub-nav-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sub-nav-btn.open::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.sub-nav-btn.open::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.sub-nav {
  margin: 15px 0 0 5px;
  padding-left: 45px;
  display: none;
}

.sub-nav li {
  position: relative;
}

.sub-nav li + li {
  margin-top: 5px;
}

.sub-nav li a {
  font-size: 14px;
}

.sub-nav li::before {
  content: "●";
  color: #FFDEDE;
  margin: auto;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.bottom-nav {
  padding-top: 30px;
}

.bottom-nav li {
  line-height: 1;
  position: relative;
}

.bottom-nav li + li {
  margin-top: 18px;
}

.bottom-nav li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.bottom-nav li i {
  width: 20px;
  height: 20px;
  font-style: normal;
  margin: 0 20px 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}




/*============================================================
footer
============================================================*/

#pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 1;
}

#pagetop a {
  background: url(../img/common/pagetop.png) no-repeat center / contain;
  width: 40px;
  height: 40px;
  display: block;
}

footer {
  background: #FFEDED;
  position: relative;
}

footer .inner {
  width: 335px;
  padding: 40px 0 100px;
  margin: 0 auto;
}

/*#top.bottom-banner footer .inner {
	padding: 40px 0 160px;
}*/

.footer-info,
.footer-info p {
  text-align: center;
}

footer .logo {
  width: 160px;
  margin: 0 auto 10px;
}

footer .logo a {
  width: 160px;
}

.sns-wrap,
.sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-wrap {
  width: 320px;
  background: #fff;
  height: 40px;
  overflow: hidden;
  margin: 0 auto 30px;
  border: solid 1px #BAAB91;
  border-radius: 30px;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
}

.sns-list  {
  width: 120px;
  margin-right: 20px;
}

.sns-list li {
  width: 25px;
}

.sns-list li:first-child {
  width: 26px;
}

.sns-list li + li {
  margin-left: 20px;
}

.sns-list li a {
  display: block;
}

.sns-list li a img {
  vertical-align: middle;
}

.sns-wrap p {
  font-size: 14px;
  font-weight: 500;
  color: #F5B2B2;
}

.copyright {
  width: 100%;
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-banner {
  width: 230px;
  margin: 20px auto;
}

.footer-banner img {
  width: 230px;
}

.footer-banner img + img {
  margin-top: 20px;
}

.footer-link {
  width: 320px;
  text-align: center;
  margin: 15px auto 0;
}

.hospital-link {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  margin: 0 10px;
  position: relative;
}

.hospital-link::after {
  content: "";
  /*background: url(../img/common/icon-blank.svg) no-repeat center / 10px;*/
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}




/*============================================================
#news お知らせ
============================================================*/

.news-top .tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news-top .tab-area li {
  width: calc(100% / 4 - 5px);
  text-align: center;
}

.news-top .tab-area li a {
  line-height: 1;
  padding: 10px 0;
  border-bottom: solid 2px #6C4300;
  display: block;
}

.news-top .tab-area li a:hover,
.news-top .tab-area li a.active {
  background: #FF7777;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 2px #FF7777;
}

.news-top .panel-area ul {
  border-bottom: dashed 1px #5A3300;
}

.news-top .panel-area li {
  padding: 20px 0;
}

.news-top .panel-area li + li {
  border-top: dashed 1px #5A3300;
}

.news-top .panel-area li a {
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.news-top .panel-area li a .date {
  font-size: 13px;
}



.post-head .column {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3px;
}

.post-head .post-date {
font-size: 14px;
}

.post-head .post-category {
margin-left: 10px;
}

.post-head .post-category a {
  font-size: 11px !important;
  border: solid 1px;
  border-radius: 10px;
  text-decoration: none;
  padding: 3px 10px;
  line-height: 1;
  color: #F5B2B2;
  display: block;
}

.post-head .line-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}





.post-content p {
  text-align: left;
}

.post-content p:first-child img {
  margin-bottom: 20px;
}

.post-content p:not(:first-child) img {
  margin: 20px 0;
}

.post-content p a {
  text-decoration: underline;
}

.post-content p iframe {
  width: 100%;
  height: 50vw;
}

.post-content table {
  width: 100%;
}

/* 詳細ページ */
.news-detail section .btn {
  width: 200px;
  margin: 40px auto 20px;
}

#pagenation {
  margin: 40px 0 0 !important;
  overflow: hidden;
}

#pagenation a {
  text-decoration: none;
}

ul#pagenation.post li.prev,
ul#pagenation li.next {
  width: 47%;
  float: left;
  text-align: left;
}

ul#pagenation.post li.next,
ul#pagenation li.prev {
  width: 47%;
  float: right;
  text-align: right;
}

/*============================================================
#blog ブログ
============================================================*/

#blog .page-head .icon-title {
  height: 56px;
}

.blog-index .inner {
  padding: 0 0 20px;
}


/*============================================================
#top
============================================================*/

#top .visual {
	padding: 30px 20px;
}

.mv .logo,
.mv .clnc-logo,
.mv .cmed-logo,
.mv .homemedicalcare-logo,
.mv-title {
	display: none;
}

#top .mv .illust {
	max-width: 500px;
  height: auto;
  margin: 10px auto 30px;
}

#top .mv p {
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
}

.bottom-fix-nav {
	position: fixed;
	left: 0;
	z-index: 2;
}

.mv-nav {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
}

.mv-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mv-nav ul li {
  width: calc(100% / 3);
  text-align: center;
}

.mv-nav ul li a {
  background: #6C4300;
  height: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
}

.mv-nav ul li + li {
  border-left: solid 1px #fff;
}

.mv-nav ul li.line a {
  background: #06C755;
}

.mv-nav ul li i.icon-line {
  background: url(../img/common/icon-line.png) no-repeat center / contain;
  width: 32px;
  height: 37px;
  margin: 0 2px 0 -3px;
}

.mv-nav ul li i.icon-inq {
  background: url(../img/common/icon-inq-wht.png) no-repeat center / contain;
  width: 20px;
  height: 18px;
  margin-right: 7px;
}

.mv-nav ul li i.icon-access {
  background: url(../img/common/icon-access-wht.png) no-repeat center / contain;
  width: 13px;
  height: 20px;
  margin-right: 7px;
}

.mv-banner {
  background: #eee;
  width: 333px;
  height: 103px;
  margin: auto;
  border: solid 3px #F5B2B2;
  position: fixed;
  bottom: 80px;
  left: 0;
  right: 0;
  z-index: 1;
}

.mv-banner a {
  width: 100%;
  height: 120px;
}

.mv-banner .btn-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -25px;
  top: -23px;
  cursor: pointer;
}

#top .clnc {
  background: #FFEBEB;
}

#top .cmed {
  background: #FFF5F5;
}

#top .clnc .inner {
  padding: 30px 0 40px;
}

.news-important-wrap {
  background: #FFE2E2;
  width: 90%;
  color: #ff1f54;
  padding: 10px 15px;
  margin: 0 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0 10px 10px 0;
}

.news-important ul li + li {
  margin-top: 5px;
}

.news-important a {
  color: #ff1f54;
  line-height: 1.6;
  display: block;
}

.news-important a p {
  
}

.news-important a span {
  font-size: 12px;
  margin: 0px 0 1px;
  display: block;
}

#top .clnc .title-logo::before {
  content: "外来";
  background: #F5B2B2;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -70px;
  top: 20px;
  border-radius: 10px;
  border: solid 1px #fff;
}

#top .cmed .title-logo::before {
  content: "入院\A救急";
  background: #F5B2B2;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  white-space: pre-wrap;
  left: -70px;
  top: 20px;
  border-radius: 10px;
  border: solid 1px #fff;
}

.title-logo {
  width: 140px;
  margin: 0 auto 20px;
  position: relative;
}

.title-logo a {
  display: block;
  position: relative;
}

.title-logo a::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 25px;
  margin: auto;
  border: solid 1px #BAAB91;
  box-shadow: 1px 1px 0 rgba(108,67,0,0.2);
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 15px;
  right: -40px;
}

.title-logo a::after {
  content: "";
  position: absolute;
  right: -29px;
  top: 65%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #6C4300;
  border-bottom: 1px solid #6C4300;
  transform: translateY(-50%) rotate(-45deg);
}


.top-main-box {
  background: #fff;
  width: 90%;
  padding: 20px 30px 25px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #F7DFDF;
}

.top-main-box .title,
.top-main-box .title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.top-main-box .title {
  padding-bottom: 7px;
  border-bottom: solid 2px #F5B2B2;
}

.top-main-box .title a {
  width: 100%;
}

.top-main-box i {
  width: 30px;
  height: 30px;
  line-height: 1;
  margin-right: 13px;
  display: block;
}

.top-main-box .title {
  font-size: 20px;
  font-weight: 400;
}

.top-main-box .title p span {
  font-size: 14px;
  margin-left: 10px;
}

.btn a.line {
  background: #06C755;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #44955D;
}

.btn a.line p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn a.line p::before {
  content: "";
  background: url(../img/common/icon-line.png) no-repeat center / contain;
  width: 40px;
  height: 40px;
  margin-right: 2px;
  display: inline-block;
}

.btn a.line-border {
  color: #06C755;
  border: solid 1px #06C755;
  box-shadow: 2px 2px 0 #06C755;
}

.btn a.emergency {
  background: #FF7777;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #E25454;
}

.btn a.emergency p {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn a.emergency p span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.top-info h2.title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.top-info h2.title {
  padding-bottom: 7px;
  border-bottom: solid 2px #F5B2B2;
}

.top-info h2.title a {
  width: 100%;
  position: relative;
}

.top-info i {
  width: 30px;
  height: 30px;
  line-height: 1;
  margin-right: 10px;
  display: block;
}

.top-info h2.title {
  font-size: 20px;
  font-weight: 400;
}

.top-info h2.title span {
  font-size: 14px;
  margin-left: 10px;
}

.top-info h2.title a::before {
  content: "";
  background: #6C4300;
  width: 50px;
  height: 20px;
  margin: auto;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.top-info h2.title a::after {
  content: "一覧";
  color: #fff;
  font-size: 11px;
  position: absolute;
  right: 12px;
}

.top-info .tab-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-info .tab-area li {
  width: calc(100% / 3 - 5px);
  text-align: center;
}

.top-info .tab-area li a {
  line-height: 1;
  padding: 10px 0;
  border-bottom: solid 2px #6C4300;
  display: block;
}

.top-info .tab-area li a.active {
  background: #FF7777;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 2px #FF7777;
}

.top-info .panel-area ul {
  border-bottom: dashed 1px #5A3300;
}

.top-info .panel-area li {
  padding: 20px 0;
}

.top-info .panel-area li + li {
  border-top: dashed 1px #5A3300;
}

.top-info .panel-area li a {
  text-decoration: none;
  display: block;
}

.top-info .panel-area li a .date {
  font-size: 13px;
}

.top-info .panel-area li .title {
  font-size: 15px;
  font-weight: 400 !important;
  display: block;
}

.smart-community .inner {
  padding: 20px 20px 50px;
}

.smart-community .box-wrap {
  width: 335px;
  margin: 0 auto;
  border: solid 1px #BAAB91;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
  display: block;
  overflow: hidden;
}

.smart-community .img {
  border-bottom: solid 1px #BAAB91;
  position: relative;
}

.smart-community .img ul li {
  width: 100px;
  height: 30px;
  position: absolute;
}

.smart-community .img ul li a {
  width: 100px;
  height: 30px;
  border: solid 1px #F5B2B2;
  box-shadow: 2px 2px 0 #FDD5D5;
}

.smart-community .img ul li:nth-child(1) {
  top: 30px;
  left: 35px;
}

.smart-community .img ul li:nth-child(2) {
  bottom: 60px;
  left: 20px;
}

.smart-community .img ul li:nth-child(3) {
  bottom: 30px;
  right: 30px;
}

.smart-community .txt-wrap {
  padding: 20px 20px 30px;
}

.smart-community .txt-wrap .title {
  font-weight: 500;
  margin-bottom: 10px;
}

#top .recruit {
  background: url(../img/top/recruit-bg.jpg) no-repeat center 50px / cover;
}

#top .recruit .inner {
  padding: 0 20px 40px;
}

#top .recruit .inner a{
  display: block;
}

/*============================================================
#clnc 外来
============================================================*/

/***********************************
.clnc-top
************************************/

.clnc-top .border-box {
  padding: 10px 20px;
  color: #FF4A4A;
  border: solid 1px #FF4A4A;
  border-radius: 10px;
}

.clnc-top .page-head + .inner {
  padding: 20px 20px 40px;
}

.clnc-top .dept-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.clnc-top .dept-title h3 {
  background: #F5B2B2;
  width: 70px;
  height: 25px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

/***********************************
#department
************************************/

/* .department-top */
.department-top .panel-area .btn a + a {
  margin-top: 20px;
}

/* 診療科 */
.doctor-list {
  width: 330px;
  margin: 0 auto;
}

.doctor-list li {
  width: calc(100% / 2 - 10px);
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #BAAB91;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
}

.doctor-list li:nth-child(n+3) {
  margin-top: 20px;
}

.doctor-list li a {
  width: 100%;
  padding: 10px;
  display: block;
}

.doctor-list li a .img {
  width: 100%;
  height: 110px;
  margin: 0 0 5px !important;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.doctor-list li a .img img {
  width: 100%;
  height: 110px;
  object-position: top;
}

.doctor-list li a .name span {
  font-size: 11px;
  margin-right: 0 !important;
  display: block;
}

.doctor-list li a .dept {
  font-size: 11px;
  line-height: 1.4;
}

.doctor-list li a .txt-wrap p {
  text-align: center;
}

.doctor-list li a .img + .txt-wrap p {
  text-align: center !important;
  line-height: 1.8;
}

.doctor-list li.nolink {
  padding: 10px;
  display: block;
  border: solid 1px #BAAB91;
}

.doctor-list li.nolink .img {
  margin: 0 0 10px !important;
}

.doctor-list li.nolink .name span {
  font-size: 11px;
  margin-right: 10px;
}

.doctor-list li.nolink .dept {
  font-size: 11px;
  line-height: 1.4;
}

.doctor-list li.nolink .txt-wrap p {
  text-align: center;
}

.doctor-list li.nolink .img + .txt-wrap p {
  text-align: left;
}

/***********************************
#healthcheck
************************************/

/* .healthcheck-todawarabi 戸田市・蕨市の健康診断 */
.healthcheck-todawarabi section .line-title,
.healthcheck-todawarabi section .round-title {
  margin-bottom: 5px;
}

.healthcheck-todawarabi section .line-title + .box {
  margin: 10px 0 10px;
  padding: 20px 20px;
}

.bottom-contact {
  padding: 30px 30px 30px;
}

.bottom-contact .dash-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 5px;
  margin: 30px 0 10px;
  border-bottom: dashed 1px #BAAB91;
}

.bottom-contact .dash-title i {
  width: auto;
  height: 20px;
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.bottom-contact .dash-title i img {
  height: 20px;
  vertical-align: middle;
}

/***********************************
#doctor 専門医カタログ
************************************/

.interview-list {
  width: 330px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview-list li {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #BAAB91;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
}

.interview-list li + li {
  margin-top: 30px;
}

.interview-list li a {
  padding: 20px;
  display: block;
}

.interview-list li a .column {
  align-items: center;
}

.interview-list li a .img {
  width: 65px;
  height: 65px;
}

.interview-list li a .img img {
  height: 65px;
}

.interview-list li a .txt {
  width: 210px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.interview-list li a .copy {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom: 7px;
  border-bottom: solid 1px;
}

.interview-list li a .name {
  font-size: 18px;
}

.interview-list li a .dept {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.interview-list li a .un {
  font-size: 12px;
  color: #F5B2B2;
  line-height: 1.6;
  margin-top: 5px;
}

.interview-list li a .category {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #BAAB91;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.interview-list li a .category p {
  background: #FFF4F4;
  width: calc(100% / 3 - 5px);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.interview-list li a .category p + p {
  margin-left: 10px;
}

/* .doctor-page 各ページ */
.doctor-page section .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}

.doctor-page section .head.noimg {
  justify-content: center;
}

.doctor-page section .head.noimg .name,
.doctor-page section .head.noimg p {
  text-align: center;
}

.doctor-page section .head .img {
  width: 100px;
}

.doctor-page section .head .name-wrap {
  width: 230px;
  padding-right: 20px;
}

.doctor-page section .head .name-wrap .name {
  font-size: 20px;
  line-height: 1.6;
}

.doctor-page section .head .name-wrap .kana {
  font-size: 13px;
}

.doctor-page section .head .name-wrap .dept {
  margin-top: 10px;
}

.doc-data table {
  width: 100%;
  border-top: solid 1px #BAAB91;
  border-left: solid 1px #BAAB91;
  border-right: solid 1px #BAAB91;
}

.doc-data table th,
.doc-data table td {
  display: block;
}

.doc-data table th {
  background: #FFFBF4;
  text-align: center;
  padding: 5px 10px;
  border-bottom: solid 1px #BAAB91;
}

.doc-data table td {
  background: #fff;
  padding: 10px 15px;
  border-bottom: solid 1px #BAAB91;
}

/***********************************
#outpatient 外来案内
************************************/

/* .line LINEかんたん予約 */
.line .flow .column .img {
  width: 250px;
  margin: 0 auto 30px;
}

.line .flow .column img {
  width: 250px;
  border: solid 1px #eee;
}

/***********************************
#vaccination ワクチン接種
************************************/

#vaccination .price {
  background: #fff;
  font-size: 14px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  border: solid 1px #BAAB91;
}

#vaccination .price div:nth-child(1) {
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}

#vaccination .price div:nth-child(2) {
  background: #F5B2B2;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}

#vaccination .price div:nth-child(3) {
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}

.price + .pattern {
  margin-top: 30px;
}

.pattern {
  background: #FFF4F4;
  padding: 20px 20px;
  margin: 20px auto 30px;
  border-radius: 10px;
}

.pattern .title {
  margin-bottom: 10px;
}

/*============================================================
#cmed 救急・入院
============================================================*/

/***********************************
.cmed-top
************************************/

.cmed-top .page-head + .inner {
  padding: 20px 20px 40px;
}

/***********************************
.procare プロケア
************************************/

.procare section .illust {
	width: 300px;
	margin: 0 auto 30px;
}

/***********************************
.procedure 入院・退院の手続き
************************************/

.procedure section table td {
  text-align: center;
  vertical-align: middle;
}

/***********************************
.liaison-support 両立支援
************************************/

.liaison-support #tab01-sec02 .box {
  text-align: center;
}

.liaison-support #tab01-sec02 .box .illust,
.liaison-support #tab01-sec02 .box .illust img {
  height: 110px;
}


/*============================================================
#access アクセス
============================================================*/

#access .gmap,
#access .gmap iframe {
  width: 100%;
  height: 300px;
}

#access section .logo {
  width: 150px;
  height: 60px;
  margin: -20px auto 10px;
}

#access section .logo a {
  width: 150px;
  height: 60px;
  display: block;
}





/*============================================================
#form
============================================================*/

#contactList table {
  margin: 0 auto;
}

#contactList th,
#contactList td {
  font-weight: normal;
  display: block;
}

#contactList th {
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding-bottom: 5px;
}

#contactList th label {
  display: block;
  cursor: pointer;
}

#contactList tr + tr th {
  margin-top: 15px;
}

/*#contactList td {
  padding-bottom: 20px;
}*/

#contactList td label {
  margin-right: 1.5em;
  font-weight: normal;
}

select::-ms-expand {
  display: none;
}

select#type {
  /*background: url(../images/contact/select_arrow.png) no-repeat 270px center #fdf4ea;*/
  background-size: 16px 10px;
  width: 300px;
  z-index: 15;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select#saiyo,
select#syokusyu,
select#genzai {
  /*background: url(../images/contact/select_arrow.png) no-repeat 270px center #fdf4ea;*/
  background-size: 16px 10px;
  width: 300px;
  z-index: 15;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
  border: none;
  background-color: #fdf4ea;
  color: #5b3f00;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

#contactList input[type=radio],
#contactList input[type=checkbox] {
  display: none;
  margin: 0;
}

#contactList input[type=radio] + label,
#contactList input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  margin-right: 12px;
  line-height: 1.5px;
  cursor: pointer;
}

#contactList input[type=radio] + label::before,
#contactList input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 1px solid #5A3300;
  border-radius: 30px;
}

#contactList input[type=radio]:checked + label::after,
#contactList input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #5b3f00;
  border-radius: 8px;
}

textarea {
  height: 200px;
  overflow: auto;
  border-radius: 10px;
}

#contactList .month,
#contactList .day {
  width: 95px;
  margin-left: .5em;
}

#contactList .time {
  width: 110px;
  margin-left: .5em;
}

select.month,
select.day {
  /*background: url(../images/contact/select_arrow.png) no-repeat 65px center #fdf4ea;*/
  background-size: 16px 10px;
  z-index: 15;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
}

select.time {
  /*background: url(../images/contact/select_arrow.png) no-repeat 80px center #fdf4ea;*/
  background-size: 16px 10px;
  z-index: 15;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
}

.txtCome {
  font-size: 13px;
  margin: 10px 0 0 !important;
  line-height: 20px;
  display: inline-block;
}

.contact-msg {
  vertical-align: top !important;
}

.btnbox {
  width: 200px;
  margin: 40px auto 0;
}

.btnbox input {
  background: #fff;
  width: 200px;
  height: 50px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid 1px #BAAB91;
  border-radius: 30px;
  box-shadow: 2px 2px 0 rgba(108, 67, 0, 0.2);
}

.btnbox input.conf,
.btnbox input.send {
  width: 200px;
  cursor: pointer;
  color: #5A3300;
}

.btnbox input.reset,
.btnbox input.back,
.btnbox input.eback {
  width: 200px;
  cursor: pointer;
  color: #5A3300;
}

.btnbox button.send {
  width: 200px;
  cursor: pointer;
  color: #5A3300;
}

.btnbox input + input {
  margin-top: 20px;
}

/*.btnbox input.eback {
  margin: 0 150px 0 0;
}*/

.error {
  font-size: 14px;
  color: #F00;
}

.comp h2 {
  font-weight: 500;
  margin: 0 0 30px;
}

.comp .btn {
  width: 220px;
  margin: 60px auto 0;
}

.comp .btn img {
  width: 220px;
}

#compBird {
  width: 155px;
  margin: 0 auto;
}

#compBird img {
  width: 155px;
}

#zip {
  width: 120px;
  margin-left: .5em;
}

#age, #keiken, #gakureki_year {
  width: 110px;
  margin-right: .5em;
}

.error + p {
  margin-top: 5px;
}



  /* 追加 */
  #contactList.monshin-form input[type=radio],
  #contactList.monshin-form input[type=checkbox] {
    display: block !important;
    opacity:0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    height: 1px;
    width: 1px;
  }

  .monshin-form .fukidashi {
    text-align: center;
  }

  .monshin-form .box {
    padding: 20px 15px;
    border-radius: 10px;
}

  .monshin-form .box + .box {
    margin-top: 30px;
  }

  .monshin-form .box table {
    margin-top: 0 !important;
    width: 100% !important;
  }

  .monshin-form .box p + table {
    margin-top: 10px !important;
  }

  .monshin-form .box tr:first-child td {
    padding-top: 0 !important;
  }

  .monshin-form .box th,
  .monshin-form .box td {
    padding-bottom: 0 !important;
  }

  .monshin-form .box th {
    padding: 5px 0px !important;
    line-height: 1.5 !important;
    font-size: 15px;
  }

  .monshin-form .box .is-popup-btn {
    text-decoration: underline;
    display: inline-block;
    padding-bottom: 5px;
  }

  .monshin-form .box .is-popup-btn img {
      vertical-align: middle;
      margin-left: 10px;
  }

  .monshin-form .box .is-popup-box .indent {
    font-size: 14px;
  }

  .monshin-form .box .popup-indent {
      background: #fff;
      padding: 10px;
      margin-top: 10px;
      border-radius: 10px;
      margin-left: 1em;
  }
    
  .monshin-form .box .is-popup-box2 .popup-indent {
     margin-left: 0;
  }
    
    .monshin-form .box .is-popup-box {
        background: rgba(255, 255, 255, .9);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
        display: none;
    }

    .monshin-form .box .is-popup-box > div {
        max-width: 90%;
        background: #fce8d5;
        margin: 30px auto;
        padding: 15px;
        border-radius: 10px;
        overflow: scroll;
        height: 80%;
    }

  .monshin-form .box th .txtOrg {
    color: #fff;
    border-bottom: solid 1px #fff;
  }

  .monshin-form .box tr:first-child th {
    border-top: none;
  }

  .monshin-form .box td {
    font-size: 16px;
    text-align: left;
  }

  .monshin-form th label {
    line-height: 1.5 !important;
  }

  .monshin-form td label {
    display: inline-block;
    width: 100%;
  }

  .monshin-form .colum th label {
    padding: 0 !important;
  }

  .monshin-form .colum label {
    display: block;
    margin-right: 0 !important;
  }

  .monshin-form .label-checkbox span {
    padding-left: 30px;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    margin-right: 12px;
  }

  .monshin-form .label-checkbox span:before{
    content:'';
    background: #fff;
    border: 1px solid #5A3300;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .monshin-form .label-checkbox input[type="checkbox"]:checked + span:before {
    opacity: 0;
  }
  .monshin-form .label-checkbox span:after{
    content:'';
    opacity: 0;
    position: absolute;
    left: 7px;
    top: 1px;
    width:8px;
    height: 16px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    transform:rotate(-200deg);
  }
  .monshin-form .label-checkbox input[type="checkbox"]:checked + span:after{
    opacity: 1;
    position: absolute;
    left: 7px;
    top: 0;
    width:8px;
    height: 12px;
    border-right: 4px solid #F5B2B2;
    border-bottom: 4px solid #F5B2B2;
    transform:rotate(40deg);
  }

  .monshin-form .label-checkbox input[type="checkbox"]:checked + span {
    color: #F5B2B2;
    font-weight: 500;
  }

  .monshin-form input[type="text"],
  .monshin-form input[type="tel"],
  .monshin-form input[type="email"],
  .monshin-form input[type="number"],
  .monshin-form input[type="month"],
  .monshin-form input[type="date"],
  .monshin-form .textarea {
    background: #fff;
  }

.monshin-form input[type="month"],
  .monshin-form input[type="date"],
  .monshin-form input[type="number"] {
    width: 100%;
    display: inline-block;
    padding: 5px 15px;
    border: none;
    background-color: #fff;
    color: #5b3f00;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
  }
  
  .monshin-form input[type="month"],
  .monshin-form input[type="date"] {
    min-height: 36px;
  }

  .monshin-form .notice {
    font-size: 13px;
  }

  .monshin-form input[type="radio"] + label {
    padding-left: 29px !important;
    display: block !important;
    line-height: 1.5 !important;
  }

  .monshin-form input[type="radio"] + label::before {
    height: 23px !important;
    width: 23px !important;
    margin-top: 0 !important;
    top: 1px !important;
  }

  .monshin-form input[type="radio"]:checked + label::after {
    height: 13px !important;
    width: 13px !important;
    margin-top: 0 !important;
    top: 6px !important;
  }

  .monshin-form select {
    background: url(../images/monshin/select-arrow.png) no-repeat right 15px center / 12px ,#fff;
    padding: 9px 15px;
    position: relative;
  }

  .spt0 {
    padding-top: 0 !important;
  }

  .monshin-form h3 {
    display: none;
  }

  .monshin-form .btnbox {
    margin-top: 20px;
  }

  .is-error {
    color: #f00;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
  }

  .actions {
    margin-top: 40px;
  }

  .actions .disabled {
    display: none;
  }

  .steps .current .current-info,
  .steps span.number {
    display: none;
  }

  .steps-ul {
  margin: 40px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  counter-reset: number 0;
  position: relative;
}

.steps-ul::before {
  content: "";
  background: #FFF4F4;
  width: 100%;
  height: 7px;
  position: absolute;
}

.steps-ul li {
  background: #FFF4F4;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  padding-top: 5px;
  position: relative;
}

.steps-ul li::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 0;
  color: #5b3f00;
  font-size: 18px;
  right: 0;
  margin: auto;
  text-align: center;
  height: 45px;
  line-height: 50px;
}

.steps-ul a {
  cursor: default;

}

.steps-ul .current {
  background: #F5B2B2;
}

.steps-ul .current a {
  color: #fff;
}

.steps-ul .current:after {
  color: #fff;
}

.actions ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.actions li {
  background: #fff;
  width: 200px;
  height: 50px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid 1px #BAAB91;
  border-radius: 30px;
  box-shadow: 2px 2px 0 rgba(108,67,0,0.2);
}

.actions li.previous::before {
  content: "戻る";
  position: absolute;
}

.actions li.next::before {
  content: "次へ";
  position: absolute;
}

.actions .finish::before {
  content: "確認";
  position: absolute;
}

.actions li.previous + .next,
.actions li.finish {
  margin-top: 30px;
}

.actions li a {
  display: block;
  width: 200px;
  height: 50px;
  font-weight: 500;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btnbox input.conf {
  margin-bottom: 0 !important;
}

.monshin-form .column_photo label:not(.error) {
  font-size: 13px;
  padding: 5px 20px;
  line-height: 40px;
  color: white;
  background: #F5B2B2;
  border-radius: 30px;
}


.monshin-form .column_photo input[type="file"] {
  visibility: hidden;
  width: 1px;
  height: 1px;
}


.monshin-form .column_photo span {
  margin: 10px 0 0 0;
}

/*============================================================
#law 特定商取引に関する法律に基づく表示
============================================================*/

#law section table.common th {
  line-height: 1.6;
  padding: 5px 10px;
}

#law section table.common th,
#law section table.common td {
  display: block;
}

/*============================================================
#about 病院紹介
============================================================*/

/***********************************
.about-top
************************************/

.policy-list li + li {
  margin-top: 5px;
}

.policy-list li a {
  text-decoration: underline;
  padding-left: 25px;
  display: block;
  position: relative;
}

.policy-list li a::before {
  content: "";
  background: url(../img/common/icon-accordion.png) no-repeat left center / 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* .outline 病院概要 */
.outline #sec01 table.common th,
.outline #sec01  table.common td {
  display: block;
}

.outline #sec01 table.common th {
  line-height: 1.6;
  padding: 5px 10px;
}

/* .acp ACPの取り組み */
.acp-link {
  text-align: center;
  margin-top: 30px;
}

.acp-link li {
  font-size: 13px;
  display: inline-block;
  position: relative;
}

.acp-link li + li::before {
  content: "/";
}

.acp-link li a {
  text-decoration: underline;
}

.acp-link li:first-child a {
  margin: 0;
}

.acp-link li:first-child::before {
  content: "引用元："
}

/*============================================================
#recruit 採用
============================================================*/

#recruit section .inner {
  padding: 10px 20px 40px;
}

#recruit .mv .recruit-logo {
  display: none;
}


