@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');

* {
  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;
  color: #4590b8;
}

a:active {
  color: #f00;
}

a:visited {
  color: #7c419e;
}

.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;
}

#pagetop {
  height: 0;
  line-height: 0;
  font-size: 0;
}

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;
}

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

#contents h2 span.textSmall {
  font-size: 0.75rem;
  padding-left: 20px;
  font-weight: normal;
}

#contents h3 {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 70px;
  margin-bottom: 20px;
  color: #e47878;
  padding-bottom: 15px;
  border-bottom: 1px solid #e47878;
}

#contents h4 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 20px 0 10px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 1.2em;
}

#contents h4::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: #e47878;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#contents h4.gray {
  background: #e7e6e6;
  padding: 8px 20px;
  margin: 40px 0 10px;
}

#contents h4.gray::before {
  display: none;
}

#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 #333;
  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 #c3c3c3;
  empty-cells: show;
}

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

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

#contents th {
  color: #000;
  background: #fdf2f2;
  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 table.thin th,
#contents table.thin td {
  padding: 8px;
  text-align: center;
  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: #365d80;
  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;
  border-radius: 10px;
}

.kakomi.blue {
  border: 1px #559AC2 solid;
  position: relative;
  overflow: initial;
  padding: 30px 35px 20px 35px;
  margin: 30px auto 30px;
}

#contents .kakomi h2 {
  background: #F5F5F5;
  padding: 4px 15px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 15px;
  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;
}

#contents p.textLarge,
.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>* {
  width: 31%;
}

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

.flex.item3 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;
}

.youtube1 {
  width: 70%;
  margin: 0 auto 50px;
}

.kadoR iframe {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

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

.flex2 {
  display: flex;
  justify-content: space-between;
  gap: 30px 20px;
  flex-wrap: wrap;
}

.flex2>* {
  width: calc((100% - 20px) / 2);
}

.items3>div {
  width: 20%;
}

.items3>div:last-child {
  width: 36%;
}

#contents .items3.flexBw>div:last-child p {
  text-align: left;
}

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

#contents .flexBw p span {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  margin-top: 5px;
  text-align: left;
}

.items4 {
  flex-wrap: wrap;
}

.items4>div {
  width: 24%;
}

.items4>div img {
  height: 122px;
  width: auto;
}

a.buttonLink {
  display: inline-block;
  border: 2px solid #e28787;
  padding: 15px 45px 17px 30px;
  border-radius: 40px;
  background: url(images/linkArrow.svg) no-repeat right 10px center;
  background-size: 18px 18px;
  color: #e28787;
  text-decoration: none;
}

a.buttonLink:hover {
  color: #FFF;
  background: url(images/linkArrow2.svg) no-repeat right 10px center #e28787;
  background-size: 18px 18px;
}

a.buttonLink.w100 {
  width: 100%;
}

#contents p.thin {
  margin-bottom: 1px;
}

#accLeft address p.thin {
  margin-bottom: 1px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 120px;
}

#contents p.drPost {
  color: #559AC2;
  margin-bottom: 0;
}

#contents p.drName {
  font-size: 1.375rem;
}

#contents p.drName span {
  font-size: 1rem;
  padding-left: 20px;
}

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


#translate {
  color: #FFF;
  background-color: #e47878;
  padding: 5px 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

#translate p {
  font-size: 0.75rem;
  padding-right: 12px;
  padding-top: 3px;
}

#translate ul {
  display: flex;
}

#translate ul li {
  margin-left: 10px;
}

#translate ul li img {
  border: 1px solid #FFF;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  height: 100px;
  margin: 0 auto;
  padding: 0 10px;
  background: #FFF;
}

header #siteID {
  width: 350px;
  height: auto;
}

#headMenu {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 10px;
}

#headMenu ul {
  display: flex;
  justify-content: right;
  align-items: center;
}

#headMenu ul li {
  border-right: 1px solid #CCC;
}

#headMenu ul li:last-child {
  border-right: none;
}

#headMenu ul li a {
  display: flex;
  align-items: end;
  height: 50px;
  color: #e47878;
  text-decoration: none;
  font-size: 0.6875rem;
  padding: 0 10px;
  white-space: nowrap;
}

#head1 {
  background: url(images/head1.svg) no-repeat center top 10px;
  background-size: 45% 45%;
}

#head2 {
  background: url(images/head2.svg) no-repeat center top 10px;
  background-size: 40% 40%;
}

#head3 {
  background: url(images/head3.svg) no-repeat center top 10px;
  background-size: 50% 50%;
}

#phoneArea {
  display: flex;
  text-align: left;
  gap: 0 15px;
}

#phoneArea a {
  color: #000;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  padding-left: 40px;
}

#phoneArea a span {
  display: block;
  font-size: 0.6875rem;
  font-weight: normal;
  margin-bottom: 2px;
}

#phoneArea+p {
  font-size: 0.6875rem;
  margin-top: 8px;
}

#phoneArea .blue a {
  color: #e47878;
  background: url(images/phonePink.svg) no-repeat left center;
  background-size: 30px 30px;
}

#phoneArea .green a {
  color: #e47878;
  background: url(images/phonePink.svg) no-repeat left center;
  background-size: 30px 30px;
}

#phoneArea .orange a {
  color: #e47878;
  background: url(images/phonePink.svg) no-repeat left center;
  background-size: 30px 30px;
}

#phoneArea a {
  white-space: nowrap;
}

#phoneArea a span.small {
  display: inline-block;
  font-size: 0.875rem;
}

#spPhone,
#spPhoneNumber {
  display: none;
}

.migiYajirushi {
  position: relative;
  padding-right: 14px;
}

.migiYajirushi::after {
  content: '';
  display: block;
  width: 6px;
  background: #000;
  height: calc(tan(60deg) * 10px / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 5px;
  right: 2px;
}

.migiYajirushi.big {
  padding-right: 20px;
}

.migiYajirushi.big::after {
  content: '';
  display: block;
  width: 10px;
  background: #000;
  height: calc(tan(60deg) * 18px / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 5px;
  right: 1px;
}

.migiArrow {
  position: relative;
  padding-right: 14px;
}

.migiArrow::after {
  content: '';
  display: block;
  width: 6px;
  background: #000;
  height: calc(tan(60deg) * 10px / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 7px;
  right: 2px;
}

nav {
  background: #ffdcdc;
  width: 100%;
  height: 44px;
}

#menu {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: table;
}

#menu li {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px dotted #CCC;
  position: relative;
}

#menu li:last-child {
  border-right: 1px dotted #CCC;
}

#menu li a {
  color: #000;
  text-decoration: none;
  padding: 14px 0;
  display: block;
  text-align: center;
  min-width: 5em;
}

#menu li a:hover,
#menu li a.active,
li.isOpen a {
  background: #ffcfcf;
}

#menu li.spShow {
  display: none;
}

#mainImage {
  width: 100%;
}

#mainImage img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 20s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.padd44 {
  padding-top: 44px;
}

#floatWhite {
  position: absolute;
  bottom: 45px;
  right: 100px;
  z-index: 99;
}

#floatWhite a {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #FFFC;
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  color: #333;
}

#floatWhite p {
  line-height: 1.5;
  text-align: center;
  font-size: 0.875rem;
}

#mainImage #floatWhite img {
  width: 60px;
  height: 60px;
}


#informationArea {
  background: #fdf2f2;
  padding: 60px 10px;
}

#informationArea .w1100 {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  max-width: 1000px;
}

#informationArea .w1100>div {
  width: calc((100% - 50px) / 2);
  text-align: left;
}

#informationArea .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#informationArea .title h2 {
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
}

#informationArea .title h2 span {
  letter-spacing: 0;
  font-size: 1rem;
  margin-left: 1em;
}

#informationArea .title a {
  color: #e47878;
  border: 1px solid #e47878;
  border-radius: 8px;
  text-decoration: none;
  padding: 4px 16px;
  transition: all 0.5s;
}

#informationArea .title a:hover {
  background: #fffafa;
}

#informationArea .listArea {
  background: #FFF;
  padding: 30px;
}

#informationArea .listArea p {
  line-height: 1.6;
  padding-bottom: 12px;
  border-bottom: 2px dotted #CCC;
  margin-top: 12px;
}

/* #informationArea .listArea a {
  color: #333;
  text-decoration: none;
} */

#reasonArea {
  background: #FFF;
  padding: 40px 0;
  margin-bottom: 40px;
}

#reasonArea h2 img {
  width: 600px;
  height: auto;
}

.reason3 {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 40px;
}

.reason3>div {
  width: 30%;
}

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

.reasonTitle>p {
  margin-left: -14px;
}

.reasonTitle img {
  width: 65px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.reasonTitle h3 {
  font-size: 1.125rem;
  line-height: 1.4;
}

.reason3 .desc {
  font-size: 0.875rem;
  line-height: 1.6;
  padding-top: 20px;
}

#largeLink {
  display: flex;
}

#largeLink>div {
  width: calc(100% / 3);
  height: 250px;
}

#large1 {
  background: url(images/backCancer.jpg) no-repeat center center;
  background-size: cover;
}

#large2 {
  background: url(images/backScreening.jpg) no-repeat center center;
  background-size: cover;
}

#large3 {
  background: url(images/backReconstruction.jpg) no-repeat center center;
  background-size: cover;
}

#largeLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #FFF;
  text-decoration: none;
}

#largeLink>div:hover {
  opacity: 0.9;
}

#largeLink p {
  font-size: 1.625rem;
  filter: drop-shadow(0 0 6px #000000);
}

#largeLink #large1 p {
  filter: drop-shadow(0 0 6px #e57f7f);
}

#largeLink #large2 p {
  filter: drop-shadow(0 0 6px #59ac80);
}

#largeLink #large3 p {
  filter: drop-shadow(0 0 6px #e57f7f);
}



.w1100 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.engTitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-left: 4px;
}

.toIchiran a {
  display: block;
  padding: 16px 10px 16px 18px;
  border: 1px solid #111;
  color: #111;
  font-size: 0.875rem;
  text-decoration: none;
  background: url(images/arrowBlack.svg) no-repeat right 20px center;
}

.toIchiran a:hover {
  background: url(images/arrowBlack2.svg) no-repeat right 20px center #111;
  color: #FFF;
}

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

#accessArea h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}

#accLeft address {
  margin: 30px 0;
  font-style: normal;
}

#accLeft address p {
  line-height: 1.8;
  margin-bottom: 8px;
}

.accButton a {
  display: block;
  color: #559AC2;
  border: 1px solid #559AC2;
  padding: 20px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.125rem;
  background: url(images/linkArrow.svg) no-repeat right 20px center;
  background-size: 30px 30px;
}

.accButton a:hover {
  background: url(images/linkArrow.svg) no-repeat right 20px center #559AC2;
  background-size: 30px 30px;
  color: #FFF;
}

#accRight iframe {
  border-radius: 10px;
}

#toPageTop {
  background: #e47878;
}

#toPageTop a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.4em;
}

#toPageTop a:hover {
  background: #e28787;
}

#toPageTop span {
  display: inline-block;
  position: relative;
}

#toPageTop span:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -24px;
}

footer {
  background: #EAEBEB;
}

footer .w1100 {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 90px 10px 70px;
  gap: 10px;
}

#footerLeft {
  margin-right: 20px;
}

#footerID {
  display: flex;
  align-items: center;
  font-family: serif;
  margin-bottom: 42px;
}

#footerID img {
  width: 400px;
  height: auto;
}

#footerAddress p {
  line-height: 1.8;
  font-size: 0.9375rem;
}

#footerAddress p span {
  display: inline-block;
  margin-left: 20px;
}

#copyright {
  margin-top: 10px;
}

#footerRight {
  width: 100%;
  max-width: 525px;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}

ul#footerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 30px 10px;
}

ul#footerMenu li {
  width: 135px;
  background: url(images/arrowTriangle.svg) no-repeat left top 5px;
  padding-left: 12px;
}

ul#footerMenu li:nth-child(4) {
  width: initial;
}

ul#footerMenu li a {
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
}

ul#footerMenu li a:hover {
  color: #8a0000;
}

#footerButton {
  margin-top: auto;
  display: flex;
  justify-content: start;
  gap: 0 10px;
}

#footerRight #footerButton li a {
  display: block;
  color: #e47878;
  border: 1px solid #e47878;
  border-radius: 30px;
  padding: 15px 42px 15px 30px;
  text-align: center;
  background: url(images/linkArrow.svg) no-repeat right 10px center;
  background-size: 20px 20px;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.5s;
}

#footerRight #footerButton li a:hover {
  background: url(images/linkArrow.svg) no-repeat right 10px center #e47878;
  background-size: 20px 20px;
  color: #FFF;
}

#insta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
}

#insta >div a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  color: #e47878;
  border: 1px solid #e47878;
  border-radius: 8px;
  padding: 10px 16px 10px 24px;
  transition: all 0.5s;
}

#insta >div a:hover {
  background: #e47878;
  color: #FFF;
}

#insta >div a img {
  width: 30px;
  height: 30px;
}

#insta >div a p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
}


/* Contents */

#headTitle {
  height: 240px;
  display: flex;
  align-items: center;
  background: url(images/headerImage.jpg) no-repeat center center;
  background-size: cover;
}

#headTitle.doctors {
  background: url(images/headerImage-Doc.jpg) no-repeat center center;
  background-size: cover;
}

#headTitle.cancer {
  background: url(images/headerImage-Can.jpg) no-repeat center center;
  background-size: cover;
}

#headTitle.treatment {
  background: url(images/headerImage-Tre.jpg) no-repeat center center;
  background-size: cover;
}

#headTitle.reconstruction {
  background: url(images/headerImage-Rec.jpg) no-repeat center center;
  background-size: cover;
}

#headTitle>div {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  color: #785050;
}

#headTitle h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

#headTitle p {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

#bodyArea {
  background: #fdf2f2;
  padding: 100px 0 130px;
}

#topicPath {
  text-align: left;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 15px;
}

#topicPath ul li {
  display: inline;
  font-size: 0.875rem;
  position: relative;
  padding-right: 30px;
}

#topicPath ul li::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  margin-right: 10px;
}

#topicPath ul li:last-child::after {
  display: none;
}

#contentsWrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 70px 130px;
  background: #FFF;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#contents {
  width: calc(100% - 260px);
}

body.wide #contentsWrap {
  display: block;
}

body.wide #localNavi {
  display: none;
}

body.wide #contents {
  width: 100%;
}

#localNavi {
  width: 200px;
  background: #FFF;
  position: sticky;
  top: 82px;
  height: 100%;
}

#localNavi ul {
  width: 100%;
  border-top: 2px dotted #CCC;
}

#localNavi ul li {
  border-bottom: 2px dotted #CCC;
  font-size: 1rem;
}

#localNavi ul li a {
  display: block;
  padding: 22px 0 22px 34px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  background: url(images/liLocalNavi.svg) no-repeat left 10px center;
  background-size: 16px 16px;

}

#localNavi ul li a:hover {
  background: url(images/liLocalNavi.svg) no-repeat left 10px center #F0FAFF;
  background-size: 16px 16px;
}


#contents p+h2,
#contents ul+h2,
#contents ol+h2,
.last+h2,
#contents .spHide+h2 {
  margin-top: 120px;
}

#contents .kakomi p+h2 {
  margin-top: 24px;
}

#contents dl.gaiyo {
  border-bottom: 2px dotted #CCC;
  padding-top: 30px;
  display: flex;
}

#contents dl.gaiyo dt,
#contents dl.gaiyo dd {
  line-height: 1.5;
  padding: 0 10px 30px;
  margin: 0;
}

#contents dl.gaiyo dt {
  width: 8em;
}

#contents table.textCenter th,
#contents table.textCenter td {
  text-align: center;
}

#contents p.linkButton {
  text-align: center;
  margin: 80px auto 20px;
  font-size: 1.125rem;
}

#contents p.linkButton a {
  display: inline-block;
  padding: 10px 70px 13px 60px;
  border-radius: 40px;
  background: url(images/rightTriangle.svg) no-repeat right 20px center #e47878;
  color: #FFF;
  text-decoration: none;
}

#contents p.linkButton a:hover {
  background: url(images/rightTriangle.svg) no-repeat right 20px center #ec9090;
}

.flexCenter {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

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

.kakomi50 {
  width: 48%;
}

.spShow {
  display: none;
}

.photo2,
.photo3,
.photo4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.photo2>* {
  width: 48%;
  margin-bottom: 20px;
}

.photo3>* {
  width: 31%;
  margin-bottom: 20px;
}

.photo4>* {
  width: 23%;
  margin-bottom: 20px;
}

#contents .dial a {
  color: #42A2DC;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 1.2em;
  background: url(images/iconPhone.svg) no-repeat left center;
  background-size: 17px 22px;
  pointer-events: none;
}

a.spDial {
  color: #42A2DC;
  text-decoration: none;
  pointer-events: none;
}

.contentsInside {
  padding: 0 20px;
  margin-bottom: 100px;
}

.fukidashi img {
  width: 80px;
  height: auto;
}

.fukidashi {
  position: absolute;
  top: -15px;
  left: -55px;
}

#contents .kakomi.blue h3 {
  margin: 0 10px 20px;
  padding-left: 0;
  color: #559AC2;
  background: none;
  letter-spacing: 0;
}

.flexSchedule {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.name img {
  width: 90px;
  height: auto;
}

#contents .baai {
  font-size: 1.25rem;
  line-height: 1.4;
}

#contents .baai span {
  font-size: 1.5rem;
  font-weight: bold;
}

#contents .large {
  font-size: 1.125rem;
  line-height: 1.6;
}

#contents .flexSchedule ul {
  margin: 0 0 20px 0;
}

#contents .flexSchedule ul li {
  font-size: 0.875rem;
  margin: 0 auto;
}

.flexSetsubi {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.flexSetsubi>p {
  width: 40%;
}

.flexSetsubi>div {
  width: 60%;
  padding-left: 40px;
}

#contents .kakomi.blue .tetsuzuki h3 {
  font-size: 1.125rem;
}

#contents .kakomi .tetsuzuki p {
  margin: 0 10px 0px;
}

#contents .kakomi .tetsuzuki p.small {
  font-size: 0.75rem;
}

#contents .kakomi .tetsuzuki .dial {
  margin: 10px;
}

.tetsuzuki1 {
  padding-right: 150px;
  background: url(images/tetsuzuki1.svg) no-repeat right bottom;
  background-size: 25% auto;
}

.tetsuzuki2 {
  padding-right: 150px;
  background: url(images/tetsuzuki2.svg) no-repeat right bottom;
  background-size: auto 100%;
}

.tetsuzuki3 {
  padding-right: 150px;
  background: url(images/tetsuzuki3.svg) no-repeat right bottom;
  background-size: auto 100%;
}

.tetsuzuki4 {
  padding-right: 150px;
  background: url(images/tetsuzuki4.svg) no-repeat right bottom;
  background-size: 20% auto;
}

#contents ul.shikaku {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: start; */
  overflow: hidden;
}

#contents ul.shikaku li {
  float: left;
  width: 50%;
  background: none;
  text-indent: -0.8em;
}

#contents ul.shikaku li::before {
  content: '□';
  margin-right: 5px;
}

.nagare2 {
  padding-right: 150px;
  background: url(images/nagare2.svg) no-repeat right bottom;
  background-size: auto 100%;
}

.nagare3 {
  padding-right: 150px;
  background: url(images/nagare3.svg) no-repeat right bottom;
  background-size: auto 100%;
}

.nagare5 {
  padding-right: 150px;
  background: url(images/nagare5.svg) no-repeat right bottom;
  background-size: 18% auto;
}

#contents ul.twoCol {
  overflow: hidden;
}

#contents ul.twoCol li {
  width: 50%;
  float: left;
}

.w60 {
  width: 60%;
}

.tableWrap {
  overflow-x: scroll;
}

.doctorWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 50px;
}

.doctorWrap>div:first-child {
  width: calc(100% - 210px);
}

.doctorWrap>div strong {
  color: #e47878;
  font-size: 0.75rem;
  font-weight: normal;
}

.doctorWrap>p {
  width: 150px;
}

.doctorWrap .flexBw {
  align-items: center;
}

#contents .docName {
  color: #231815;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1;
}

#contents .docName span.eng {
  font-weight: normal;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0 0 1.5em;
}

a.link {
  display: inline-block;
  color: #FFF;
  background: url(images/arrowWhite.svg) no-repeat right 12px center #e47878;
  background-size: 7px 7px;
  text-decoration: none;
  padding: 8px 30px 9px 24px;
  border-radius: 18px;
}

.toggleContents {
  width: 100%;
}

.doctorWrap .colored {
  margin: 10px 0 20px;
  background: #fdf2f2;
  padding: 10px 20px;
  width: 100%;
}

#contents .colored dl {
  display: flex;
  gap: 0 8px;
  font-size: 0.875rem;
}

#contents .colored dt {
  color: #e47878;
  white-space: nowrap;
  margin: 0;
  line-height: 1.8;
}

#contents .colored dd {
  margin: 0;
  line-height: 1.8;
}

#contents p .mojiKakomi {
  border: 1px solid #e47878;
  padding: 1px 12px 3px;
  margin-right: 1em;
  color: #e47878;
  border-radius: 8px;
}

#contents a.triangle {
  background: url(images/triangleRight.svg) no-repeat left top 5px;
  padding-left: 20px;
}

.flow {
  position: relative;
}


.flowImage img {
  width: 200px;
  height: auto;
}

.flow1 {
  position: absolute;
  top: 33px;
  left: 130px;
}

.flow2 {
  position: absolute;
  top: 149px;
  left: 130px;
}

.flow3 {
  position: absolute;
  top: 271px;
  left: 220px;
}

.flow4 {
  position: absolute;
  top: 400px;
  left: 130px;
}

#contents h4.maru1,
#contents h4.maru2,
#contents h4.maru3 {
  padding-left: 2.2em;
  color: #e47878;
}

#contents h4.maru1::before {
  background: url(images/maru1.svg);
  width: 1.7em;
  height: 1.7em;
}

#contents h4.maru2::before {
  background: url(images/maru2.svg);
  width: 1.7em;
  height: 1.7em;
}

#contents h4.maru3::before {
  background: url(images/maru3.svg);
  width: 1.7em;
  height: 1.7em;
}

.eventItem {
  background: #fdf2f2;
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  margin-bottom: 40px;
}

.eventInfo,
.eventItem .kakomi {
  width: calc(100% - 250px);
}

.eventItem .kakomi {
  background: #FFF;
}

.flyer {
  width: 200px;
}

#contents .eventInfo p+h2 {
  margin: 0 0 40px;
  background: none;
  color: #231815;
  padding: 0 0 20px;
  border-bottom: 1px solid #231815;
}

#contents .eventInfo h2 span {
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1em;
}

#contents .eventInfo dl {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 24px;
  column-gap: 18px;
}

#contents .eventInfo dt span {
  display: inline-block;
  background: #231815;
  color: #FFF;
  padding: 4px 8px 6px;
}

#contents .eventInfo dd {
  margin: 0;
}

#contents #information p {
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 20px 30px;
  display: flex;
  gap: 0 30px;
  align-items: center;
}

#contents #information p:hover {
  background: #fff9f9;
}


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

  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
    padding-top: 105px;
  }

  body.padd44 {
    padding-top: 100px;
  }

  body * {
    max-width: 100%;
  }

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

  .pcShow {
    display: none !important;
  }

  .spShow {
    display: block;
  }

  table.spShow {
    display: table;
  }

  #translate p {
    font-size: 0.5rem;
  }

  #floatWhite {
    display: none;
  }

  #toggle {
    display: block;
    position: fixed;
    top: 38px;
    right: 15px;
    z-index: 101;
    padding: 16px 15px;
    border-radius: 8px 8px 0 0;
  }

  #toggle.menuOpen {
    background: #FDF2F2;
  }

  .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: #000;
    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);
  }

  #menu {
    display: none;
    position: fixed;
    z-index: 888;
    top: 91px;
    left: 0;
    width: 100%;
    background: #FDF2F2;
    padding: 20px;
  }

  #menu li {
    display: block;
    border: none;
  }

  #menu li.spShow {
    display: block;
  }

  #menu li a {
    text-align: left;
    padding: 24px;
    background: #FFF;
    border: 1px solid #EEE;
    border-bottom: none;
  }

  #menu li:last-child {
    border: none;
  }

  #menu li a.active,
  li.isOpen a {
    background: #FFF;
  }

  #menu li.soHead1 a {
    background: url(images/head1SP.svg) no-repeat left 20px center #e47878;
    padding: 24px 24px 24px 70px;
    color: #FFF;
  }

  #menu li.soHead2 a {
    background: url(images/head2SP.svg) no-repeat left 28px center #476f95;
    padding: 24px 24px 24px 70px;
    color: #FFF;
  }

  #menu li.soHead3 a {
    background: url(images/head3SP.svg) no-repeat left 26px center #52955c;
    padding: 24px 24px 24px 70px;
    color: #FFF;
  }

  nav {
    height: initial;
    position: relative;
  }

  nav.fixed {
    position: relative;
  }

  #translate {
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    z-index: 100;
  }

  header {
    height: auto;
    position: fixed;
    top: 26px;
    left: 0;
    width: 100%;
    z-index: 99;
  }

  header #siteID {
    width: 60%;
    padding: 15px 10px;
  }

  #headMenu {
    display: none;
  }

  #spPhone {
    display: block;
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
  }

  #phoneToggle a {
    display: block;
    padding: 12px 18px 12px;
    border-radius: 8px 8px 0 0;
  }

  #phoneToggle a.phoneOpen {
    background: #FDF2F2;
  }

  #spPhoneNumber {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 65px;
    left: 0;
    width: 100%;
    background: #FDF2F2;
    padding: 20px;
  }

  #spPhoneNumber a {
    color: #000;
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 50px;
    text-align: left;
  }

  #spPhoneNumber a span {
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 2px;
  }

  #spPhoneNumber+p {
    font-size: 0.6875rem;
    margin-top: 8px;
  }

  #spPhoneNumber p {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 10px;
  }

    #spPhoneNumber p:last-child {
      margin-bottom: 0;
    }

  #spPhoneNumber .blue a {
    color: #e47878;
    background: url(images/phoneBlue.svg) no-repeat left center;
    background-size: 44px 44px;
  }

  #spPhoneNumber .green a {
    color: #e47878;
    background: url(images/phoneGreen.svg) no-repeat left center;
    background-size: 44px 44px;
  }

  #spPhoneNumber .orange a {
    color: #e47878;
    background: url(images/phoneOrange.svg) no-repeat left center;
    background-size: 44px 44px;
  }

  #mainImage img {
    height: 35vh;
  }

  #spBlock {
    display: none;
    padding-top: 25px;
  }

  #informationArea {
    padding: 30px 10px 60px;
  }

  #informationArea .w1100 {
    flex-direction: column;
  }

  #informationArea .w1100>div {
    width: 100%;
  }

  #informationArea .w1100>div:first-child {
    margin-bottom: 50px;
  }

  #reasonArea {
    padding: 40px 0 20px;
    margin-bottom: 0;
  }

  #reasonArea h2 {
    text-align: center;
  }

  #reasonArea h2 img {
    width: 80%;
    display: initial;
  }

  .reason3 {
    display: block;
    margin-top: 10px;
  }

  .reason3>div {
    width: 100%;
    padding: 0 10px 30px 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 30px;
  }

  .reason3>div:last-child {
    border: none;
    margin-bottom: 0;
  }

  .reasonTitle {
    display: none;
  }

  .reason3 .desc {
    padding-left: 10px;
  }

  #largeLink {
    display: block;
  }

  #largeLink>div {
    width: 100%;
    height: 190px;
  }

  .engTitle {
    font-size: 14px;
  }


  #accessArea .w1100 {
    display: block;
    text-align: center;
    padding: 60px 20px;
  }

  #accLeft address {
    text-align: left;
    font-size: 0.875rem;
  }

  footer .w1100 {
    display: block;
    padding: 40px 30px 40px;
    position: relative;
  }

  #copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
    width: 100%;
    text-align: center;
    color: #999;
  }

  #footerAddress p#copyright {
    line-height: 1.4;
    font-size: 0.75rem;
  }

  #footerID {
    margin-bottom: 20px;
  }

  #footerID p {
    text-align: center;
    width: 100%;
  }

  #footerID img {
    width: 100%;
  }

  #footerLeft .spFlex {
    align-items: center;
  }

  #footerLeft .spFlex img {
    width: 65px;
    height: auto;
  }

  #footerAddress {
    font-size: 0.75rem;
  }

  #footerAddress p span {
    margin-left: 0;
  }

  #footerLeft {
    margin-bottom: 40px;
  }

  #footerFlex {
    display: block;
  }

  ul#footerMenu {
    gap: 20px 20px;
    margin-bottom: 20px;
  }

  ul#footerMenu li {
    width: calc(50% - 10px);
  }

  #icons {
    justify-content: center;
    max-width: initial;
    width: 80%;
    margin: 30px auto;
  }

  #icons>p {
    padding: 0 10px;
  }

  #footerButton {
    display: none;
  }

  #insta {
    flex-direction: row;
    padding: 10px 0;
  }

  #insta > div a {
    padding: 10px;
    width: 100%;
    justify-content: center;
  }

  #insta > div {
    width: calc((100% - 10px) / 2);
  }

  #contents .imgRight,
  #contents .imgLeft {
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }

  #headTitle {
    height: 140px;
    padding: 0 20px;
  }

  #headTitle h1 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  #headTitle p {
    font-size: 0.875rem;
  }

  #bodyArea {
    padding: 20px 10px;
  }

  #topicPath {
    display: none;
  }

  #contentsWrap {
    padding: 30px 20px;
  }

  #localNavi {
    display: none;
    float: none;
    width: 100%;
    margin-top: 150px;
  }

  #localNavi.fixed {
    position: initial;
  }

  #contents {
    float: none;
    width: 100%;
  }

  #contents h3 {
    line-height: 1.5;
  }

  #contents p+h2,
  #contents ul+h2,
  #contents ol+h2,
  .last+h2 {
    margin-top: 80px;
  }

  #contents p.linkButton a {
    padding: 20px 70px 20px 50px;
  }

  .flexBw {
    display: block;
  }

  .flex2>* {
    width: 100%;
  }


  .photo2>*,
  .photo3>*,
  .photo4>* {
    width: 100%;
  }

  .youtube1 {
    width: 100%;
  }

  .items3>div {
    width: 100%;
  }

  .items3>div:last-child {
    width: 100%;
  }

  #contents .imgRight.spFloat {
    float: right;
    width: 35%;
    margin-right: 30px;
  }

  #contents p.drName {
    text-align: center;
    font-size: 1.875rem;
  }

  .drName::after {
    content: '';
    display: block;
    clear: both;
  }

  #contents p.drName span {
    display: block;
    padding-left: 0;
  }

  #contents p.drPost {
    text-align: center;
    margin-top: 30px;
  }

  .overflow.spFloat {
    overflow: initial;
  }

  #contents .dial a {
    pointer-events: initial;
    text-decoration: underline;
  }

  a.spDial {
    pointer-events: initial;
    text-decoration: underline;
  }

  .flexBw.items4 {
    display: flex;
  }

  .flexBw.items4>div {
    width: 48%;
  }

  #contents h2.spButton {
    margin-bottom: 10px;
    color: #559AC2;
    border: 1px solid #559AC2;
    border-radius: 6px;
    background: #FFF;
    font-weight: normal;
    font-size: 1.125rem;
    padding: 20px;
    position: relative;
  }

  #contents h2.spButton::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #559AC2;
    border-right: 2px solid #559AC2;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    transform: rotate(135deg);
  }

  #contents h2.spButton.isOpen::after {
    top: calc(50% - 4px);
    transform: rotate(-45deg);
  }

  #contents h2.spButton.mt50 {
    margin: 10px 0;

  }

  .spHide {
    display: none;
    padding-bottom: 40px;
  }

  .spHide .buttonLink {
    width: 100%;
    padding: 20px;
    background: url(images/linkArrow.svg) no-repeat right 10px center;
    background-size: 30px;
    font-size: 1.25rem;
    border: 1px solid #559AC2;
  }

  .contentsInside {
    padding: 0;
    margin-bottom: 50px;
  }

  .kakomi.blue {
    padding: 15px 10px 5px;
    margin: 20px auto;
  }

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

  .spIndent {
    text-indent: 4em;
  }

  .fukidashi {
    top: -30px;
    left: -25px;
  }

  .fukidashi img {
    width: 70px;
  }

  #contents .kakomi.blue h3 {
    font-weight: normal;
    margin: 0 10px 10px;
    font-size: 0.875rem;
    position: relative;
  }

  #contents .kakomi.blue h3.spButton::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #559AC2;
    border-right: 2px solid #559AC2;
    transform: rotate(-225deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
  }

  #contents .kakomi.blue h3.spButton.isOpen::after {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
  }

  .kakomi.blue .spHide {
    padding-bottom: 0;
  }

  .flexSchedule,
  .name {
    display: block;
  }

  .name {
    margin-right: 30px;
  }

  .spFlex {
    width: 100%;
    display: flex;
    padding-right: 0;
  }

  #contents .baai {
    white-space: nowrap;
    font-size: 0.875rem;
  }

  #contents .baai span {
    font-size: 1.25rem;
  }

  #contents .large {
    font-size: 1rem;
  }

  #contents .openLink {
    text-align: center;
    margin: 20px 0;
  }

  .openLink span {
    display: inline-block;
    position: relative;
    color: #559AC2;
  }

  .openLink span::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #559AC2;
    border-right: 2px solid #559AC2;
    transform: rotate(-225deg);
    position: absolute;
    top: calc(50% - 8px);
    right: -30px;
  }

  .openLink.isOpen span::after {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
  }

  .flexSetsubi {
    display: block;
    border: 1px solid #559AC2;
    border-radius: 10px;
    padding: 10px 10px 0;
    margin: 20px auto;
  }

  .flexSetsubi>div {
    padding: 0 10px 5px;
    width: 100%;
  }

  #contents .flexSetsubi h3 {
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    font-size: 1rem;
    position: relative;
    color: #559AC2;
  }

  .flexSetsubi h3::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #559AC2;
    border-right: 2px solid #559AC2;
    transform: rotate(-225deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
  }

  .flexSetsubi h3.isOpen::after {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
  }

  .flexSetsubi .spHide {
    padding-top: 10px;
    padding-bottom: 0;
  }

  #contents .tetsuzuki h3 span {
    display: block;
    font-size: 0.875rem;
  }

  .tetsuzuki1 {
    padding-right: 0;
    background: none;
  }

  .tetsuzuki1 .spBackground {
    padding-right: 25%;
    background: url(images/tetsuzuki1sp.svg) no-repeat right bottom;
    background-size: 25% auto;
  }

  .tetsuzuki2 {
    padding-right: 0;
    background: none;
  }

  .tetsuzuki2 .spHide {
    padding-right: 30%;
    background: url(images/tetsuzuki2.svg) no-repeat right bottom 40px;
    background-size: 30% auto;
  }

  .tetsuzuki3 {
    padding-right: 0;
    background: none;
  }

  .tetsuzuki3 .spHide {
    padding-right: 30%;
    background: url(images/tetsuzuki3.svg) no-repeat right bottom 40px;
    background-size: 30% auto;
  }

  .tetsuzuki4 {
    padding-right: 0;
    background: none;
  }

  .tetsuzuki4 .spHide {
    padding-right: 30%;
    background: url(images/tetsuzuki4.svg) no-repeat right bottom 20px;
    background-size: 30% auto;
  }

  #contents ul.shikaku {
    margin: 0 0 20px;
  }

  #contents ul.shikaku li {
    width: 100%;
    float: none;
  }

  .spOrder {
    display: flex;
    flex-direction: column;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }

  .order6 {
    order: 6;
  }

  .order7 {
    order: 7;
  }

  .order8 {
    order: 8;
  }

  .order9 {
    order: 9;
  }

  .kakomi.blue .tetsuzuki .spHide {
    padding-bottom: 10px;
  }

  .nagare2 {
    padding-right: 0;
    background: none;
  }

  .nagare2 .spHide {
    padding-right: 35%;
    background: url(images/nagare2.svg) no-repeat right bottom 20px;
    background-size: 35% auto;
  }

  .nagare3 {
    padding-right: 0;
    background: none;
  }

  .nagare3 .spHide {
    padding-right: 35%;
    background: url(images/nagare3.svg) no-repeat right bottom;
    background-size: 35% auto;
  }

  .nagare5 {
    padding-right: 0;
    background: none;
  }

  .nagare5 .spHide {
    padding-right: 30%;
    background: url(images/nagare5.svg) no-repeat right bottom 10px;
    background-size: 30% auto;
  }

  #contents ul.twoCol {
    margin: 0 0 20px;
  }

  /* #contents ul.twoCol li {
    font-size: 0.75rem;
  } */

  .w60 {
    width: 100%;
  }

  .doctorWrap {
    gap: 0 20px;
  }

  .doctorWrap>div:first-child {
    width: calc(100% - 130px);
  }

  .doctorWrap>p {
    width: 110px;
  }

  #contents .doctorWrap p.docTitle {
    margin: 0;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
  }

  #contents .docName {
    text-align: center;
  }

  #contents .docName span.eng {
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
  }

  .doctorWrap button {
    width: 100%;
    height: 24px;
    border: none;
    background: #e7e6e6;
    margin-bottom: 20px;
    position: relative;
  }

  .doctorWrap button::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid #827b7a;
    border-right: 2px solid #827b7a;
    transform: rotate(135deg);
    position: absolute;
    top: 20%;
    left: 50%;
  }

  .doctorWrap button.is-open::before {
    transform: rotate(-45deg);
    top: 40%;
  }

  #contents .colored dl {
    display: block;
  }

  .toggleContents,
  .spHide {
    display: none;
  }

  #contents h3.tap {
    margin: 0 0 15px;
    position: relative;
    font-size: 1rem;
  }

  #contents h3.tap::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #e47878;
    border-right: 1px solid #e47878;
    position: absolute;
    top: 25%;
    right: 10px;
    transform: rotate(135deg);
  }

  #contents h3.tap.is-open::before {
    top: 30%;
    transform: rotate(-45deg);
  }

  #contents .tap+h2,
  #contents .spHide+h2 {
    margin-top: 80px;
  }

  .flowImage img {
    width: 135px;
    height: auto;
  }

  .flow1 {
    position: absolute;
    top: 14px;
    left: 80px;
  }

  .flow2 {
    position: absolute;
    top: 85px;
    left: 80px;
  }

  .flow3 {
    position: absolute;
    top: 158px;
    left: 150px;
  }

  .flow4 {
    position: absolute;
    top: 276px;
    left: 80px;
  }

  #contents .flow p {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .eventItem {
    display: block;
    padding: 20px 20px;
  }

  .eventInfo,
  .eventItem .kakomi {
    width: 100%;
  }

  #contents .eventInfo h2 span {
    display: inline-block;
  }

  #contents .flyer {
    margin: 2em auto;
  }

}