@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');


* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

ul,
li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

table,
th,
td {
  border: none;
}

table,
table th,
table td {
  border-collapse: collapse;
}

#contents td.col_blue {
  background-color: #e5f7ff;
  font-size: 120%;
  font-weight: 900;
}

br.clear,
p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

a {
  overflow: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a:hover img {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
}

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FFF;
}

body * {
  box-sizing: border-box;
}


#contentsWrap h1 {
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #423333;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}

#contents h2 {
  color: #FFF;
  font-size: 1.25rem;
  border-radius: 2px;
  line-height: 1.4;
  padding: 3px 20px 6px;
  margin-bottom: 20px;
  background: #568fcb;
  letter-spacing: 0.2rem;
}

#contents h3 {
  font-size: 1.125rem;
  line-height: 1;
  /*margin-top: 80px;*/
  margin-top: 40px;
  /* 2023/7/4 kawamura */
  margin-bottom: 30px;
  padding-left: 25px;
  color: #987F3B;
  background: url(images/h3Back.svg) no-repeat left center;
  letter-spacing: 0.2rem;
}

#contents h4 {
  font-size: 1.125rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 6px;
  margin: 20px 0 20px;
  line-height: 1.5;
  color: #592A00;
}

#contents h5 {
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
}

#contents h6 {
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
}

#contents p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1em;
}

#contents ul {
  margin: 0 0 20px 10px;
}

#contents ul li {
  margin: 0 auto 0.5em;
  line-height: 180%;
  font-size: 1rem;
  background: url(images/liStandard.svg) no-repeat left 12px;
  padding-left: 15px;
}

#contents ol {
  margin: 0 0 20px 30px;
}

#contents ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
  line-height: 180%;
  font-size: 1rem;
}

#contents ol.alpha li {
  list-style-type: lower-alpha;
}

#contents ul li ul {
  margin: 5px 0 10px;
}

#contents ul li ul li,
#contents ol li ul li {
  background: url(images/liRoundOrange.svg) no-repeat left 10px;
}

#contents ol li ul {
  margin: 10px 0;
}

#contents ul li ol {
  margin: 10px 0 10px 15px;
}

#contents ul li ol li {
  background: none;
  padding-left: 0;
}

#contents dl {
  font-size: 1rem;
}

#contents dt {
  margin-bottom: 10px;
}

#contents dd {
  margin: 0 0 30px 0;
  line-height: 150%;
}

hr {
  border: dotted #bcbcbc;
  border-width: 1px 0px 0px 0px;
  height: 1px;
  overflow: hidden;
  margin: 8px 0 16px;
  clear: both;
}

#contents table {
  max-width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border: 1px solid #bcbcbc;
  empty-cells: show;
  width: auto;
}

#contents table.w100 {
  width: 100%;
}

#contents caption {
  font-size: 1rem;
  color: #000;
  text-align: right;
  margin-bottom: 5px;
}

#contents td,
#contents th {
  border: 1px solid #bcbcbc;
  padding: 15px 20px;
  vertical-align: top;
  line-height: 130%;
}

#contents th {
  color: #000;
  background: #dfdfdf;
  text-align: left;
}

#contents th p,
#contents td p {
  margin: 0;
  padding: 0;
  text-align: left;
}

#contents td ul {
  margin: 0 0 0 4px;
  padding: 0;
}

#contents td ol {
  margin: 0 0 0 15px;
  padding: 0;
}

#contents th.thCenter {
  text-align: center;
  vertical-align: middle;
}

#contents th.thRignt {
  text-align: right;
}

#contents table td.vMiddle {
  vertical-align: middle;
}

#contents blockquote {
  color: #333;
  margin: 10px 0 10px 40px;
  line-height: 150%;
  font-size: 1rem;
  font-style: italic;
}

.otoiawase {
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 10px 15px 1px;
  margin: 50px 0 30px;
}

#contents .otoiawase h2 {
  color: #FFF;
  border: none;
  background: #568fcb;
  font-size: 1rem;
  padding: 8px 20px;
  margin: 0 0 15px;
}

#contents .otoiawase p {
  margin: 0 0 10px;
  font-size: 87.5%;
}

#contents .otoiawase p img {
  vertical-align: middle;
}

#contents .otoiawase ul {
  margin: 10px 30px;
}

.dottedLine {
  border: dotted 2px #999;
  padding: 10px 30px;
}

.kakomi {
  margin: 20px 0 20px;
  border: 1px #CCC solid;
  padding: 10px 15px 5px;
  overflow: hidden;
}

#contents .kakomi h2 {
  background: #F5F5F5;
  padding: 4px 15px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #001F3B;
  border-radius: 0;
}

#contents .kakomi p {
  font-size: 0.875rem;
  margin: 0 10px 15px;
}

.kakomiRed {
  margin: 0 0 20px;
  border: 1px #DC6466 solid;
  padding: 20px 20px 10px;
  overflow: hidden;
  background-color: #ffe5e5;
}

.kakomiGray {
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  overflow: hidden;
  background-color: #DFDFDF;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

#contents p.textRight {
  text-align: right;
}

#contents p.textCenter {
  text-align: center;
}

.textRed {
  color: red;
}

.textPurple {
  color: #6A5ACD;
}

.textGreen {
  color: #00827D;
}

.textBlue {
  color: #346fb9;
}

.textGray {
  color: #999;
}

.textGraySmall {
  color: #999;
  font-size: 80%;
}

.textSmall {
  font-size: 80%;
}

.textSmall2 {
  font-size: 70%;
}

.textRedSmall {
  color: red;
  font-size: 80%;
}

.textStandard {
  font-size: 90%;
}

.textSmallRight {
  font-size: 84%;
  text-align: right;
}

.textBlueBold {
  color: #346fb9;
  font-weight: bold;
}

.textBackBlue {
  color: #FFF;
  background-color: #036;
  padding: 2px 5px;
}

.textLarge {
  font-size: 120%;
}

.textLargeBold {
  font-size: 120%;
  font-weight: 900;
}

#contents .textRed {
  color: red;
}

#contents .textPink {
  color: #e77f7f;
}

#contents .textPurple {
  color: #6A5ACD;
}

#contents .textGreen {
  color: #00827D;
}

#contents .textBlue {
  color: #346fb9;
}

#contents .textGray {
  color: #999;
}

#contents .textGraySmall {
  color: #999;
  font-size: 80%;
}

#contents .textSmall {
  font-size: 80%;
}

#contents .textSmall2 {
  font-size: 70%;
}

#contents .textStandard {
  font-size: 90%;
}

#contents .textSmallRight {
  font-size: 84%;
  text-align: right;
}

#contents .textBackBlue {
  color: #FFF;
  background-color: #036;
  padding: 2px 5px;
}

#contents .textLarge {
  font-size: 120%;
}

.backYellow {
  background: #FFFBC2;
}

.backPink {
  background: #FFF1FD;
}

.backBlue {
  background: #EEF7FF;
}

.backGreen {
  background: #F8FFF6;
}

#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
  border: none;
  padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
  border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
  padding: 10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
  border: none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
  padding: 20px;
}

#contents table.tableBorderYoko,
#contents table.tableBorderYoko th,
#contents table.tableBorderYoko td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #999;
}

#contents table.tableTextsmall {
  font-size: 76%;
}

a.pdfLink {
  padding: 5px 0 5px 20px;
  background: url(images/iconPdf.png) no-repeat left center;
}

a.wordLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconWord.png) no-repeat left center;
}

a.excelLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconExcel.png) no-repeat left center;
}

a.pptLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconPowerPoint.png) no-repeat left center;
}

a.zipLink {
  padding: 5px 0 5px 22px;
  background: url(images/iconZip.png) no-repeat left center;
}

#contents ul li.pdfLink {
  padding: 5px 0 5px 25px;
  background: url(images/iconPdf.png) no-repeat left center;
}

a.pdfLink.noIcon {
  padding: 0;
  background: none;
}

#contents p.comment1 {
  background: url(images/kome.png) no-repeat left center;
  padding-left: 20px;
}

#contents p.comment2 {
  text-indent: -1em;
  margin-left: 2em;
}

#contents p.comment3 {
  font-size: 80%;
  color: #999;
  margin-bottom: 20px;
}

#contents p.comment3::before {
  content: '';
  background: url(images/kome.png) no-repeat left center;
  width: 10px;
  height: 10px;
  padding-right: 18px;
}

.arrowRight {
  background: url(images/arrowRight.svg) no-repeat left center;
  padding-left: 20px;
}

.arrowRight2 {
  background: url(images/arrowRight.svg) no-repeat left center;
  padding-left: 20px;
}

#contents ul.indexMenu,
#contents ul.indexMenu2 {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contents ul.indexMenu li {
  width: 100%;
}

#contents ul.indexMenu2 li {
  width: 48%;
}

#contents ul.indexMenu li,
#contents ul.indexMenu2 li {
  margin: 0 0 10px;
  padding: 0;
  background: none;
}

#contents ul.indexMenu li a,
#contents ul.indexMenu2 li a {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  background: url(images/liTriangle.svg) no-repeat 10px center;
  line-height: 1.6;
}

#contents ul.indexMenu li a:hover,
#contents ul.indexMenu2 li a:hover {
  background: url(images/liTriangle.svg) no-repeat 10px center #FFFDF8;
}

#contents ul.indexMenu li.noLink,
#contents ul.indexMenu2 li.noLink {
  border: 1px solid #EEE;
  border-radius: 6px;
  padding: 15px 20px 15px 30px;
  line-height: 1.6;
  color: #666;
}

#contents ul.indexMenu li a.pdfLink,
#contents ul.indexMenu2 li a.pdfLink {
  background: url(images/iconPdf.png) no-repeat 10px center;
}

#contents ul.indexMenu li a.pdfLink:hover,
#contents ul.indexMenu2 li a.pdfLink:hover {
  background: url(images/iconPdf.png) no-repeat 10px center #FFFDF8;
}

.menuList,
.menuList2c,
.menuList3c {
  overflow: hidden;
  margin: 20px 0 50px;
}

#contents .menuList ul,
#contents .menuList2c ul,
#contents .menuList3c ul {
  margin: 0;
}

#contents .menuList ul li {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0 0 10px;
}

#contents .menuList2c ul li {
  float: left;
  width: 49%;
  background: none;
  padding: 0;
  margin: 0 1% 20px 0;
}

#contents .menuList2c ul li:nth-child(2n) {
  margin: 0 0 20px 1%;
}

#contents .menuList3c ul li {
  float: left;
  width: 32%;
  background: none;
  padding: 0;
  margin: 0 1% 20px 0;
}

#contents .menuList3c ul li:nth-child(3n-1) {
  margin: 0 1% 20px 1%;
}

#contents .menuList3c ul li:nth-child(3n) {
  margin: 0 0 20px 1%;
}

#contents .menuList ul li a,
#contents .menuList2c ul li a,
#contents .menuList3c ul li a {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  background: url(images/liOrange.svg) no-repeat 10px center;
}

#contents .menuList ul li a:hover,
#contents .menuList2c ul li a:hover,
#contents .menuList3c ul li a:hover {
  background: url(images/liOrange.svg) no-repeat 10px center #FFFCED;
}

#contents .menuList ul li.noLink,
#contents .menuList2c ul li.noLink,
#contents .menuList3c ul li.noLink {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: block;
  padding: 15px 20px 15px 30px;
  color: #666;
  background: url(images/liOrange.svg) no-repeat 10px center;
}

.photoAreaL {
  float: left;
  margin: 0 20px 30px 0;
}

.photoAreaR {
  float: right;
  margin: 0 0 30px 20px;
}

#contents .photoAreaL p,
#contents .photoAreaR p {
  margin: 0;
  padding: 5px;
  background: #EEE;
  font-size: 80%;
  line-height: 120%;
  color: #333;
}

#contents p.marginZero {
  margin: 0;
  padding: 1px;
}

#contents p.marginZero img {
  border: 4px solid #FFF;
}

#contents .imgLeft {
  float: left;
  margin-right: 20px;
}

#contents .imgRight {
  float: right;
  margin-left: 20px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.jcc {
  justify-content: center;
}

.jcl {
  justify-content: left;
}

.jcb {
  justify-content: space-between;
}

.flex.item2>* {
  width: 48%;
}

.flex.item3>*,
.flex.item3i > * {
  width: 31%;
}

.flex.item3>*:nth-child(2n) {
  padding: 0 20px;
}

.flex.item3 p img,
.flex.item3i p img {
  border: 1px solid #CCC;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.spShow {
  display: none;
}





/***************/

header {
  background: #FFF;
  border-bottom: 1px solid #EEE;
}

header .w1100 {
  width: 100%;
  max-width: 1100px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#siteID img {
  width: 100%;
  max-width: 538px;
  height: auto;
}

nav {
  flex-grow: 1;
}

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

/* nav ul li {
  width: 100%;
  white-space: nowrap;
} */

nav ul li a {
  color: #2D2D2D;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 14px;
}

nav ul li>a:hover,
nav ul li.focused>a {
  color: #FFF;
  background: #04AADE;
}

nav ul li.hilight a {
  background: #f8d799;
}

nav ul li.hilight a:hover {
  background: #f4ce86;
  color: #333;
}

nav ul li.hilight.two a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  height: 100%;
}

nav ul li a span {
  display: block;
  font-size: 0.625rem;
  margin-top: 4px;
}

#mainImage {
  width: 100%;
  height: calc(100vh - 380px);
  background: url(images/mainImage.jpg) no-repeat center center;
  background-size: cover;
}

#catchCopy {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 150px;
}

#catchCopy p {
  color: #FFF;
  font-size: 1.25rem;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
  font-family: 'Noto Serif JP', serif;
}

#catchCopy p#catch1st {
  font-size: 2.375rem;
  margin-bottom: 16px;
}

.w1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

#localNavi {
  display: none;
}

footer {
  background: #FFF;
  color: #333;
  padding: 20px 0 10px;
}

footer .w1100 {
  display: flex;
  justify-content: space-between;
}

#footerID img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

#footerR ul {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}

#footerR ul li {
  margin-left: 2em;
  font-size: 0.875rem;
}

#footerR ul a {
  color: #333;
  text-decoration: none;
}

#footerR ul li a:hover {
  color: #651800;
}

#copyright {
  font-size: 0.875rem;
  color: #666;
  text-align: right;
}

#topContents h2 {
  font-size: 1.625rem;
}

#topA {
  background: #EEE;
}

#topA .w1100 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.iconArea {
  display: flex;
  justify-content: right;
}

#topA .phoneAreaR {
  /* width: calc(100% - 330px); */
  display: flex;
  justify-content: flex-end;
}

.iconItem {
  width: 100%;
  min-width: 132px;
  margin-left: 15px;
}

.iconItem a {
  display: block;
  font-size: 0.75rem;
  padding: 8px;
  background: #FFF;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
}

.iconItem a img {
  margin-bottom: 8px;
}

.phoneAreaR .backGray {
  background: #d6d6d6;
  display: table;
  width: 100%;
}

.phoneAreaR .backGray p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}

.phoneArea {
  text-align: left;
  width: 380px;
}

.phoneNumber a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

.phoneArea .phoneNumber,
#contents p.phoneNumber {
  font-size: 46px;
  font-weight: bold;
  margin: 0 0 6px;
}

#contents p.phoneNumber {
  font-size: 28px;
  font-weight: bold;
}

#contents p.phoneNumber {
  padding-left: 40px;
  background: url(images/iconPhone.svg) no-repeat left center;
  background-size: 28px 28px;
}

#topB {
  background: #DAF4FC;
}

#topB .w1100 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

#topB h2 {
  width: 365px;
  text-align: left;
}

#topC {
  background: #EEE;
}

#topC .w1100 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

#topD {
  padding: 55px 0;
  text-align: left;
}

.infoTable {
  margin: 25px 0;
  width: 100%;
}

.infoTable th {
  width: 130px;
  font-weight: normal;
}

.infoTable .cate,
table .cate {
  width: 150px;
  padding-right: 40px;
}

.infoTable .cate span,
table .cate span {
  display: inline-block;
  background: #EEE;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  font-size: 0.875rem;
}

.cate span.koho {
  background: #d0ffd3;
  letter-spacing: 1em;
  text-indent: 1em;
}

.cate span.saiyo {
  background: #ffdafd;
  letter-spacing: 1em;
  text-indent: 1em;
}

.infoTable th,
.infoTable td {
  padding: 8px 10px 8px 0;
  line-height: 1.6;
}

.infoTable tr {
  border-bottom: 1px solid #DDD;
}

.infoTable a {
  color: #000;
  text-decoration: none;
}

.infoTable a:hover {
  text-decoration: underline;
}

p.toIchiran {
  text-align: center;
  margin: 30px auto;
}

p.toIchiran a {
  display: inline-block;
  background: #DAF4FC;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  padding: 12px 40px;
}

p.toIchiran a:hover {
  background: #daedff;
}

#topE {
  background: #DAF4FC;
  overflow: hidden;
}

#topE h2 {
  width: 100%;
  max-width: 1100px;
  text-align: left;
  margin: auto;
  padding: 40px 0;
}

.slick-slide {
  margin: 0 20px;
}

#topE p.toIchiran {
  margin: 60px auto 30px;
}

#topE p.toIchiran a {
  background: #FFF;
}

#topF {
  text-align: left;
  padding-bottom: 40px;
}

#topF .w1100 {
  overflow: hidden;
}

#topF h2 {
  padding: 40px 0;
}

#topF .imgLeft {
  float: left;
  margin-right: 100px;
}

#topF .imgLeft img {
  width: 180px;
  height: auto;
}

#kohoTitle {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0 30px;
}

#topF .latest {
  margin-bottom: 60px;
}

#kohoButton {
  display: flex;
  justify-content: start;
}

#kohoButton p {
  margin-right: 3em;
}

#kohoButton a {
  display: inline-block;
  background: #DAF4FC;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  padding: 12px 40px;
  width: 20em;
  text-align: center;
}

#kohoButton a:hover {
  background: #daedff;
}

#topG {
  background: #DAF4FC;
  text-align: left;
  padding-bottom: 30px;
}

#topG h2 {
  padding: 40px 0;
}

#kanrenItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#kanrenItem li {
  width: 32%;
  height: 100px;
  display: table;
  margin-bottom: 20px;
}

#kanrenItem li a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #CCC;
  padding: 0 10px 0 120px;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
}

#kanrenItem li a:hover {
  opacity: 0.8;
}

#kanrenItem li a span {
  display: block;
  font-size: 0.875rem;
}

#kanrenItem li a#kanren1 {
  background: url(images/hospital.jpg) no-repeat left center #FFF;
  background-image: 100px 100px;
}

#kanrenItem li a#kanren2 {
  background: url(images/jinclinic.gif) no-repeat left center #FFF;
  background-image: 100px 100px;
}

#kanrenItem li a#kanren3 {
  background: url(images/sanuki.gif) no-repeat left center #FFF;
  background-image: 100px 100px;
}

#kanrenItem li a#kanren4 {
  background: url(images/homon2.gif) no-repeat left center #FFF;
  background-image: 100px 100px;
}

#kanrenItem li a#kanren5 {
  background: url(images/welvillagekimitsu.gif) no-repeat left center #FFF;
  background-image: 100px 100px;
}

#kanrenItem li a#kanren6 {
  background: url(images/welvillagekisarazu.gif) no-repeat left center #FFF;
  background-image: 100px 100px;
}

#topH .w1100 {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 40px 0 70px;
}

#topH h2 {
  margin-bottom: 30px;
}

#topH .w1100>div>p {
  line-height: 1.8;
}

#topH .iconArea {
  align-items: end;
}

#topH .iconItem a {
  text-align: center;
  border: 1px solid #CCC;
  height: fit-content;
}

#cateImage {
  width: 100%;
  height: 200px;
  background: url(images/mainImage.jpg) center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cateImage p {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  color: #FFF;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
  font-size: 2rem;
  padding-bottom: 2rem;
}

#contentsWrap {
  background: #DAF4FC;
  padding: 20px 10px 80px;
}

#contents {
  background: #FFF;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding: 50px 30px;
  border-radius: 10px;
}

#contents .doctors h1 {
  text-align: center;
  font-size: 1.75rem;
  margin-top: 80px;
  /* 2023/7/4 kawamura */
}

.docList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.docBox {
  width: 30%;
  margin: 30px 0;
}

.docPhoto {
  text-align: center;
  margin-bottom: 20px;
}

.docPhoto img {
  border-radius: 10px;
  width: auto;
  height: 190px;
}

#contents .docBox h2 {
  color: #000;
  background: none;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #5498D1;
  margin-bottom: 10px;
}

.docBox h2 span {
  font-size: 0.875rem;
  margin-left: 2em;
  letter-spacing: 0;
}

#contents .docBox p {
  font-size: 0.875rem;
}

#contents .docBox table {
  width: 100%;
  border: none;
}

#contents .docBox table th,
#contents .docBox table td {
  padding: 10px 0 10px 0;
  background: none;
  border: none;
  font-size: 0.875rem;
}

#contents .docBox table tr {
  border-bottom: 1px dotted #CCC;
}

#contents .docBox table th {
  font-weight: normal;
  width: 10em;
}

#contents .gairaiTable td {
  min-width: 110px;
  white-space: nowrap;
}

#contents .gairaiTable td.textCenter p {
  text-align: center;
}

#contents .newsContents table,
#contents .newsContents table th,
#contents .newsContents table td {
  border: none;
  background: none;
}

#contents .newsContents table tr {
  border-bottom: 1px solid #CCC;
}

.topicBorder {
  border: 1px solid #CCC;
  margin-bottom: 30px;
  zoom: 1;
  /* for IE6/7 */
}

.topicBorder:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.topicBorder img {
  float: left;
  margin-right: 20px;
}

#contents .topicBorder p {
  margin: 0 20px 0 0;
}

.box_hover {
  cursor: pointer;
  background: #FCFCFC;
}

.col220 {
  float: left;
  width: 220px;
}

.col480 {
  float: right;
  width: 480px;
}

.col2L {
  width: 45%;
  float: left;
}

.col2R {
  width: 50%;
  float: right;
}

.kakomiDouble {
  margin: 0 20px;
  border: 3px #CCC double;
  padding-top: 15px;
}

.kakomiDouble2 {
  margin: 0 20px 10px 20px;
  border: 3px #CCC double;
  padding-top: 15px;
}

.kakomiSingle {
  margin: 0 20px 20px 20px;
  border: 1px #CCC solid;
  padding: 0 10px;
}

.kakomiDotted {
  margin: 0 20px 20px 20px;
  border: 2px #CCC dotted;
  padding: 0 10px;
}

#contents .kakomiDotted h2 {
  font-size: 90%;
  font-weight: normal;
  padding-bottom: 5px;
}

#contents .kakomiDotted ul li {
  background: url(images/star.png) no-repeat left 1px;
  padding-left: 22px;
  font-size: 80%;
}

#contents p.returnIdx a {
  background: url(images/returnIdx.gif) no-repeat left center;
  padding: 0 0 0 15px;
  text-decoration: none;
  border-bottom: 2px dotted #CCC;
}

#contents p.returnTopPage {
  float: left;
  width: 200px;
  font-size: 85%;
}

#contents p.returnTopPage a {
  background: url(images/returnTopPage.gif) no-repeat left center;
  padding: 0 0 0 13px;
  text-decoration: none;
  border-bottom: 2px dotted #CCC;
}

#contents table.gairaiTable {
  margin-bottom: 5px;
}

#contents p.toOutside2 {
  padding: 10px 25px 10px 10px;
  background: url(images/toDetail.png) no-repeat right center;
}

#contents p.toOutside2 a {
  padding: 0;
  background: none;
}

.navi #localNavi {
  display: block;
  width: 100%;
  max-width: 1100px;
  padding: 30px 30px 0;
  margin: 40px auto;
  background: #FFF;
  text-align: left;
  border-radius: 10px;
}

.navi #localNavi h2 {
  font-size: 1rem;
  border-bottom: 2px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.navi #localNavi ul {
  display: flex;
  flex-wrap: wrap;
}

.navi #localNavi ul li {
  margin: 0 10px 20px;
}

.navi #localNavi ul li a {
  display: inline-block;
  padding: 10px 20px;
  background: #DAF4FC;
  border-radius: 20px;
}


.emeGreen {
  background: #edfee2;
}
.emeRed {
  background: #B34040;
}
.emeBlue {
/*  background: #d2e5f5;*/
  background: #d2e5f5;
}
#emeWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}
#emeL {
  text-align: left;
}
#emeL h2,
#emeL p {
  display: inline-block;
  color: #333;
}
#emeL h2 {
  margin-right: 20px;
  color: #B34040;
  font-size: 100%;
}
#emeL p {
  font-size: 85%;
}
#emeR {
  width: 210px;
}
#emeR p {
  text-align: right;
  font-size: 90%;
}
#emeR p a {
  display: inline-block;
  background: url(images/arrowRightWhite.png) no-repeat left 13px center #B34040;
  padding: 8px 15px 8px 40px;
  border-radius: 20px;
  color: #FFF;
  text-decoration: none;
}
.emeRed #emeL h2,
.emeRed #emeL p {
  color: #FFF;
}
.emeRed #emeR p a {
  color: #333;
  background: url(images/arrowRight.png) no-repeat 10px center #FFF;
}

#emeWrap * {
  line-height: 1;
}

.none {
  display: none;
}

.readmore.none {
  display: block;
}

#topKisarazu .w1100 {
  text-align: left;
  margin: 100px auto;
}

#topKisarazu table,
#topKisarazu table th,
#topKisarazu table td {
  border: 1px solid #CCC;
}

#topKisarazu table {
  margin: 50px auto;
  width: 80%;
}
#topKisarazu table th,
#topKisarazu table td {
  padding: 10px 30px;
  line-height: 1.8;
}

#topKisarazu table th {
  background: #F3FCFF;
}

h2 .new {
  display: inline-block;
  padding: 2px 4px 2px 6px;
  margin-right: 0.5em;
  background: #FFF;
  border-radius: 3px;
  color: #b955b9;
  font-size: 1.125rem;
}

#contents .kakomi h2.tosekiMidashi {
  font-size: 1.375rem;
  background: none;
}

.imgCol2 {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 20px;
}

.imgCol2 > div {
  width: 45%;
}

#contents .imgCol2 h3 {
  color: #333;
  background: none;
  padding-left: 0;
  letter-spacing: 0;
  margin: 15px 0;
}

.colored {
  background: #fef5d2;
  padding: 20px 30px 5px;
  border-radius: 8px;
}


@media screen and (max-width:599px) {
  html {
    font-size: 15px;
  }

  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body * {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .pcShow {
    display: none !important;
  }

  .spShow {
    display: block;
  }

  header {
    padding: 10px;
  }

  header .w1100 {
    padding: 0;
  }

  #siteID {
    width: 50%;
    margin: 0;
  }

  #siteID img {
    width: 100%;
    height: auto;
  }

  #toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #206894;
    border-radius: 2px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.motion span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  .menu-trigger.motion span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.motion span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  nav ul {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #FFF;
    z-index: 9999;
    border-radius: 0 0 10px 10px;
  }

  nav ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  nav ul li a {
    display: block;
    padding: 16px 0 15px 30px;
    background: #ecececf5;
    color: #333;
    border-bottom: 1px solid #DDD;
    text-decoration: none;
    text-align: left;
    height: auto;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: normal;
  }

  nav ul li a:hover,
  nav ul li a.active {
    background: #b7c3d4;
  }

  nav ul>li:last-child a {
    border-radius: 0 0 10px 10px;
  }

  .w1100 {
    max-width: initial;
  }

  #menkai .w1100 {
    display: block;
  }

  #menkai {
    padding: 10px 20px 0;
    text-align: left;
  }

  #menkai p span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #menkai p {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  #menkai p:last-child {
    text-align: center;
  }

  #mainImage {
    height: calc(100vh - 280px);
  }

  #catchCopy {
    padding: 0 20px 40px;
  }

  #catchCopy p {
    font-size: 16px;
    line-height: 1.5;
  }

  #catchCopy p#catch1st {
    font-size: 26px;
  }

  #topA .w1100,
  #topB .w1100,
  #topC .w1100 {
    display: block;
    padding: 20px;
  }

  #topA .phoneAreaR {
    width: 100%;
    display: block;
    margin-top: 30px;
  }

  .phoneNumber a {
    pointer-events: initial;
  }

  .phoneAreaR .backGray {
    margin: 20px 0;
    padding: 10px;
  }

  .iconArea {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .iconItem {
    width: 48%;
    margin: 0 0 20px;
  }

  .phoneArea.mar40 {
    margin: 40px 0;
  }

  #topB h2,
  #topC h2 {
    margin-bottom: 20px;
  }

  #topD .w1100 {
    padding: 0 20px;
  }

  .infoTable th,
  .infoTable td {
    display: inline-block;
    padding: 10px 0 0 0;
  }

  .infoTable td:last-child {
    width: 100%;
    padding-bottom: 15px;
  }

  #topE h2 {
    padding: 40px 20px;
  }

  .slick-track,
  .slick-track * {
    max-width: initial;
  }

  .slick-slide img {
    height: initial;
  }

  #topF h2 {
    padding: 40px 20px;
  }

  #topF .imgLeft {
    float: none;
    margin: auto;
    text-align: center;
  }

  #topF .w1100>div {
    padding: 20px;
  }

  #kohoButton {
    justify-content: space-between;
  }

  #kohoButton a {
    width: auto;
  }

  #kohoButton p:last-child {
    margin-right: 0;
  }

  #topG h2 {
    padding: 40px 20px;
  }

  #kanrenItem {
    padding: 0 20px;
  }

  #kanrenItem li {
    width: 100%;
  }

  #topH .w1100 {
    padding: 40px 20px 20px;
  }

  #topH .iconArea {
    width: 132px;
  }

  footer .w1100 {
    display: block;
  }

  #footerID img {
    width: 50%;
    height: auto;
    margin-bottom: 30px;
  }

  #footerR ul {
    padding: 0 20px;
    justify-content: space-between;
  }

  #footerR ul li {
    margin-left: 0;
  }

  #copyright {
    text-align: center;
    font-size: 11px;
  }

  #cateImage {
    height: 140px;
  }

  #cateImage p {
    padding-left: 1em;
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
  }

  #contents {
    padding: 40px 10px;
  }

  .docBox {
    width: 45%;
  }

  #contents .docBox table td {
    display: block;
    width: 100%;
  }

  #contents .docBox table th {
    display: inline-block;
    background: #EEE;
    padding: 4px 10px;
    border-radius: 10px;
    width: auto;
    margin-top: 10px;
  }

  .tableWrap {
    width: 100%;
    overflow-x: scroll;
  }

  #contents table.gairaiTable {
    max-width: initial;
    min-width: 600px;
  }

  #contents div.col-2 {
    display: block;
  }

  #contents div.col-2 ul {
    width: 100%;
  }

  #contents .newsContents table th,
  #contents .newsContents table td {
    display: block;
  }

  #contents .newsContents table th {
    padding-bottom: 0;
  }

  #contents p.returnTopPage {
    display: none;
  }

  #contents p.returnTopPage a {
    background: url(images/returnTopPage.gif) no-repeat left center;
    padding: 0 0 0 13px;
    text-decoration: none;
    border-bottom: 2px dotted #CCC;
  }

  #contents table.gairaiTable {
    margin-bottom: 5px;
  }

  #contents p.toOutside2 {
    padding: 10px 25px 10px 10px;
    background: url(images/toDetail.png) no-repeat right center;
  }

  #contents p.toOutside2 a {
    padding: 0;
    background: none;
  }

  .navi #localNavi ul li {
    margin: 0 7px 20px;
  }
  #contents .imgLeft,
  #contents .imgRight,
  #contents .photoAreaL,
  #contents .photoAreaR {
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }

  #contents .photoAreaL p, #contents .photoAreaR p {
    background: #FFF;
  }

  nav ul li.hilight.two a {
    display: block;
    padding: 16px 0 15px 30px;
  }

  nav ul li a span {
    display: inline-block;
    margin-top: 0;
  }
}