<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 2021/05/28 */
/* 共通マージン 単位em */
/* たしてheight: 5.75em;*/
/*$maru-go: "新丸ゴ M" ,"Shin Maru Go Medium"; モリサワ*/
dl.recruitTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  text-indent: 0;
  text-align: left;
  line-height: 1.6;
  border-top: 1px #d5d6d7 solid;
}
dl.recruitTable dt {
  border-bottom: 1px #d5d6d7 solid;
  display: block;
  margin: 0;
  width: 8.5em;
  padding: 1.2em 0;
}
dl.recruitTable dd {
  border-bottom: 1px #d5d6d7 solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.2em 0;
  display: block;
  width: calc(100% - 9em);
}
dl.recruitTable dd p:last-child {
  margin-bottom: 0;
}
@media (max-width: 420px) {
  dl.recruitTable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  dl.recruitTable dt {
    display: block;
    width: 100%;
    float: none;
    padding: 1em 0 0.4em 0;
    border-bottom: none;
  }
  dl.recruitTable dd {
    display: block;
    width: 100%;
    padding: 0 0 1em 0;
    border-bottom: 1px #d5d6d7 solid;
  }
}

body {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.container {
  min-width: 1040px;
  text-align: center;
  background: #ffffff;
}

@media (max-width: 640px) {
  .container {
    min-width: 0;
  }
}
/*----- Header -----*/
.header {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: left;
  background: #ee7a85;
  background: -o-linear-gradient(#ffffff, #fbfbfb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbfbfb));
  background: linear-gradient(#ffffff, #fbfbfb);
}
@media (min-width: 641px) {
  .header {
    min-width: 1040px;
    position: absolute;
  }
}
@media (max-width: 640px) {
  .header {
    position: fixed;
  }
}

.header .headerDescription {
  font-size: 80.5%;
  font-size: 1.2rem;
  background: #ee7a85;
}
@media (max-width: 640px) {
  .header .headerDescription {
    font-size: 78.6%;
    font-size: 1.1rem;
  }
}
@media (max-width: 420px) {
  .header .headerDescription {
    font-size: 75%;
    font-size: 0.9rem;
  }
}
.header .headerDescription .headerDescriptionInner {
  position: relative;
  display: block;
  width: 1000px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .headerDescription .headerDescriptionText {
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 150%;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.header .headerDescription .headerDescriptionText strong {
  font-weight: normal !important;
}
.header .headerDescription .headerTitle {
  position: absolute;
  display: block;
  width: 280px;
  height: 102px;
  left: 0;
  bottom: 0;
  margin: 0 0 -113px -3px;
  line-height: 0.1;
}
.header .headerDescription .headerTitle img {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .header {
    width: 100%;
    text-align: center;
  }
  .header .headerDescription .headerDescriptionInner {
    width: 100%;
    border-top: 8px solid #ee7a85;
  }
  .header .headerDescription .headerDescriptionInner .headerDescriptionText {
    display: none;
  }
  .header .headerDescription .headerDescriptionInner .headerTitle {
    width: 252px;
    height: 91.8px;
    left: 50%;
    bottom: auto;
    top: 20px;
    margin-top: -10px;
    margin-left: calc(-126px - 0.6%);
  }
}
@media (max-width: 420px) {
  .header .headerDescription .headerDescriptionInner {
    border-top: 5px solid #ee7a85;
  }
  .header .headerDescription .headerDescriptionInner .headerTitle {
    width: 196px;
    height: 71.4px;
    top: 20px;
    margin-top: -14px;
    margin-left: calc(-98px - 0.6%);
  }
}
/*----- Header Info -----*/
.header .headerInfo {
  width: 1000px;
  height: 122px;
  margin: 0 auto;
}
.header .headerInfo a {
  display: block;
  line-height: 0.1;
}
.header .headerInfo img {
  max-width: 100%;
  height: auto;
}
.header .headerInfo .headerInfoInner {
  float: right;
  width: 289px;
  margin: 24px 0 0 0;
}
.header .headerInfo .headerSchedule {
  margin: 0;
}
@media (max-width: 640px) {
  .header .headerInfo .headerSchedule {
    display: none;
  }
}
.header .headerInfo .headerTelephone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.header .headerInfo .headerTelephone span.telLink,
.header .headerInfo .headerTelephone a.telLink {
  display: block;
  margin: 7px 0 5px 0;
  height: 32px;
}
.header .headerInfo .headerBoderDotted {
  height: 1px;
  margin: 0px 0;
  background: url("/common/images/header_boder_dotted.png") left top;
}
.header .headerInfo .headerClinicAddress {
  height: 20px;
  margin: 0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
  line-height: 20px;
  color: #9a9d9f;
}

@media (max-width: 640px) {
  .header .headerInfo {
    width: 100%;
    height: auto;
    margin: 108px 0 0 0;
  }
  .header .headerInfo .headerInfoInner {
    width: auto;
    float: none;
    margin: 0 auto 0 auto;
  }
  .header .headerInfo .headerTelephone {
    display: none;
  }
  .header .headerInfo .headerBoderDotted {
    display: none;
  }
  .header .headerInfo .headerClinicAddress {
    background: #ee7a85;
    color: #ffffff;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    text-justify: center;
    letter-spacing: 0.15em;
    padding: 0.2em;
  }
}
@media (max-width: 420px) {
  .header .headerInfo {
    width: 100%;
    height: auto;
    margin: 74px 0 0 0;
  }
  .header .headerInfo .headerInfoInner {
    width: auto;
    float: none;
    margin: 0 auto 0 auto;
  }
  .header .headerInfo .headerClinicAddress {
    font-size: 80.5%;
    font-size: 1.2rem;
    padding: 0.1em;
  }
}
@media (max-width: 420px) and (max-width: 640px) {
  .header .headerInfo .headerClinicAddress {
    font-size: 78.6%;
    font-size: 1.1rem;
  }
}
@media (max-width: 420px) and (max-width: 420px) {
  .header .headerInfo .headerClinicAddress {
    font-size: 75%;
    font-size: 0.9rem;
  }
}
.navMain {
  background: #ee7a85;
  background: -o-linear-gradient(#ef7f89, #e7747f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ef7f89), to(#e7747f));
  background: linear-gradient(#ef7f89, #e7747f);
}
.navMain .navMainSP {
  height: 0.1;
}
.navMain .navMainSP .navMainBtn {
  display: block;
  position: fixed;
  top: 30px;
  background-color: #ee7a85;
  width: 48px;
  height: 48px;
  margin: 0;
  text-align: center;
  overflow: visible;
}
@media (max-width: 420px) {
  .navMain .navMainSP .navMainBtn {
    top: 20px;
    width: 36px;
    height: 36px;
  }
}
.navMain .navMainSP .navMainBtn.access {
  left: 4%;
}
@media (max-width: 420px) {
  .navMain .navMainSP .navMainBtn.access {
    left: 4%;
  }
}
.navMain .navMainSP .navMainBtn.menu {
  right: 4%;
}
@media (max-width: 420px) {
  .navMain .navMainSP .navMainBtn.menu {
    right: 4%;
  }
}
.navMain .navMainSP .navMainBtn .textTrajan.textPink {
  display: block;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .navMain .navMainSP .navMainBtn .textTrajan.textPink {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .navMain {
    height: 0.1;
    position: relative;
  }
  .navMain .navMainSP {
    height: 0.1;
  }
}
.navMain #navMainPC ul {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.navMain #navMainPC li {
  /*width: 150px;*/
  height: 53px;
  padding: 0 1px 0 0;
  float: left;
  /* 1x29 */
  background: url(/common/images/nav_main_border.png) no-repeat right center;
}

.navMain #navMainPC li a {
  display: block;
  width: 150px;
  height: 100%;
  background: url(/common/images/nav_main_hover.png) no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navMain #navMainPC li.home &gt; a {
  width: 72px;
}
.sns .navMain #navMainPC li.home &gt; a {
  width: 66px;
}
.navMain #navMainPC li.home &gt; a .navMainText {
  background-position: center 0px;
}
.navMain #navMainPC li.clinic &gt; a {
  width: 128px;
}
.sns .navMain #navMainPC li.clinic &gt; a {
  width: 115px;
}
.navMain #navMainPC li.clinic &gt; a .navMainText {
  background-position: center -60px;
}
.navMain #navMainPC li.access &gt; a {
  width: 194px;
}
.sns .navMain #navMainPC li.access &gt; a {
  width: 181px;
}
.navMain #navMainPC li.access &gt; a .navMainText {
  background-position: center -120px;
}
.navMain #navMainPC li.news &gt; a {
  width: 94px;
}
.sns .navMain #navMainPC li.news &gt; a {
  width: 78px;
}
.navMain #navMainPC li.news &gt; a .navMainText {
  background-position: center -180px;
}
.navMain #navMainPC li.blog &gt; a {
  width: 78px;
}
.sns .navMain #navMainPC li.blog &gt; a {
  width: 66px;
}
.navMain #navMainPC li.blog &gt; a .navMainText {
  background-position: center -240px;
}
.navMain #navMainPC li.media &gt; a {
  width: 116px;
}
.sns .navMain #navMainPC li.media &gt; a {
  width: 102px;
}
.navMain #navMainPC li.media &gt; a .navMainText {
  background-position: center -300px;
}
.navMain #navMainPC li.contact {
  padding: 0;
  background: none;
}
.sns .navMain #navMainPC li.contact {
  background: url(/common/images/nav_main_border.png) no-repeat right center;
}
.navMain #navMainPC li.contact &gt; a {
  width: 114px;
}
.sns .navMain #navMainPC li.contact &gt; a {
  width: 106px;
}
.navMain #navMainPC li.contact &gt; a .navMainText {
  background-position: center -360px;
}

.navMain #navMainPC li.resavation {
  float: right;
  height: 39px;
  padding: 0;
  margin-top: 7px;
  background-image: none;
}

.navMain #navMainPC li.resavation a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 170px;
  height: 39px;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url(/common/images/nav_main_rsv2021.png);
  background-position: center center;
  background-size: contain;
}

.navMain #navMainPC li.snsList {
  position: absolute;
  top: 0;
  left: 734px;
  width: 75px;
  margin: 0;
  background-image: none;
  overflow: hidden;
}
.navMain #navMainPC li.snsList li {
  background-image: none;
}
.navMain #navMainPC li.snsList a {
  margin: 16px 7px 0 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}
.navMain #navMainPC li.snsList a:hover {
  opacity: 0.8;
  cursor: pointer !important;
}

.navMain #navMainPC li.resavation a:hover {
  background-color: #fee5e7;
}

/* hover */
.navMain #navMainPC li.home a:hover, .navMain #navMainPC li.clinic a:hover, .navMain #navMainPC li.access a:hover, .navMain #navMainPC li.news a:hover, .navMain #navMainPC li.blog a:hover, .navMain #navMainPC li.media a:hover, .navMain #navMainPC li.contact a:hover {
  background-position: center -60px !important;
}

/* current */
#home .navMain #navMainPC li.home a,
#clinic .navMain #navMainPC li.clinic a,
#medical .navMain #navMainPC li.clinic a,
#staff .navMain #navMainPC li.clinic a,
#access .navMain #navMainPC li.access a,
#contact .navMain #navMainPC li.contact a,
#news .navMain #navMainPC li.news a,
#blog .navMain #navMainPC li.blog a,
#media .navMain #navMainPC li.media a {
  background-position: center -120px !important;
}

#home .navMain #navMainPC li.home a:hover,
#clinic .navMain #navMainPC li.clinic a:hover,
#medical .navMain #navMainPC li.clinic a:hover,
#staff .navMain #navMainPC li.clinic a:hover,
#access .navMain #navMainPC li.access a:hover,
#contact .navMain #navMainPC li.contact a:hover,
#news .navMain #navMainPC li.news a:hover,
#blog .navMain #navMainPC li.blog a:hover,
#media .navMain li.media #navMainPC a:hover {
  background-position: center -60px !important;
}

.navMain #navMainPC li a .navMainText {
  display: block;
  width: 100%;
  height: 100%;
  /* 200x300 */
  background-image: url(/common/images/nav_main_text_2019.png);
  background-repeat: no-repeat;
  background-size: 200px 500px;
  text-indent: -9999px;
}

.navMain #navMainPC li.home a .navMainText {
  background-position: center 0px;
}

/*--------------------*/
.navMain #navMainPC li.pullown {
  position: relative;
}

.navMain #navMainPC li ul.child {
  display: none;
  width: auto;
  position: absolute;
  top: 48px !important;
  left: 0px !important;
  padding: 0;
  z-index: 10 !important;
  background: #ee7a85;
  background: rgba(238, 122, 133, 0.8);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.navMain #navMainPC li ul.child li {
  float: none;
  width: auto;
  height: auto;
  display: block;
  font-weight: bold;
  color: #fff;
  background: url("/common/images/border_dotted_white.png") repeat-x left bottom;
  line-height: normal;
}

.navMain #navMainPC li ul.child li:last-child {
  background: none;
}

.navMain #navMainPC li ul.child li a {
  padding: 0.9em 1.1em;
  display: block;
  width: auto;
  height: auto;
  font-size: 12px;
  color: #fff;
  background: none;
  text-indent: 0;
  white-space: nowrap;
}

.navMain li ul.child li a:hover {
  color: #ffffff;
}

/*--------------------*/
/* sidrNav */
@media (max-width: 640px) {
  .navMain .navMainPC {
    display: none;
  }
  .navMain {
    height: 100%;
    position: relative;
  }
}
.content {
  width: 1040px;
  margin: 0 auto;
}

.contentInner {
  margin: 0 0;
  text-align: left;
  background: #ffffff;
}

@media (max-width: 640px) {
  .content {
    width: 100%;
  }
  .contentInner {
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
.breadcrumbs {
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d5d6d7;
}

.breadcrumbs .breadcrumbsNav {
  padding: 0.5em 20px;
}

.breadcrumbs .breadcrumbsNav li {
  display: inline;
  font-size: 87.5%;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .breadcrumbs .breadcrumbsNav li {
    font-size: 85.7%;
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .breadcrumbs .breadcrumbsNav li {
    font-size: 95.8%;
    font-size: 1.15rem;
  }
}

.breadcrumbs .breadcrumbsNav li a {
  /* color: #585f64; */
  /* color: #707679; */
}

@media (max-width: 640px) {
  .breadcrumbs {
    margin: 0 0px;
  }
  .breadcrumbs .breadcrumbsNav {
    padding: 0.3em 4%;
  }
}
@media (max-width: 420px) {
  .breadcrumbs {
    display: none;
  }
}
.alpha {
  width: 100%;
  float: left;
}

.alphaInner {
  margin-right: 274px;
  padding: 28px 40px 36px 40px;
}

@media (max-width: 640px) {
  .alpha {
    float: none;
  }
  .alphaInner {
    margin: 0px;
    padding: 18px 5.5% 0 5.5%;
  }
}
.alpha h1 {
  font-size: 161%;
}

.alpha h1.pageTitle {
  margin: 0 0 1.2em -6px;
  font-size: 161%;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.05em;
}

.alpha h1.pageTitle .pageTitleText {
  display: table-cell;
  height: 49px;
  padding: 0px 0px 0px 58px;
  /* 50x49 */
  background: url(/common/images/content_title_bg.jpg) no-repeat left center;
  vertical-align: middle;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .alpha h1.pageTitle .pageTitleText {
    background-image: url(/common/images/content_title_bg@2x.jpg);
    background-size: 50px 49px;
  }
}
.alpha h1.pageTitle span.sub {
  display: inline;
  padding: 0;
  /* 50x49 */
  background: none;
  font-size: 80%;
}

.alpha h1.pageTitle.pageTitleM {
  font-size: 142.9%;
}

.alpha h2 {
  margin: 0 0 0.4em 0;
  font-size: 128.5%;
  font-weight: 500;
}

.alpha h3 {
  margin: 0 0 0.3em 0;
  font-size: 114.3%;
  font-weight: 500;
}

.alpha section {
  margin: 0 0 1.2em 0;
}

.alpha section.sectionMargin {
  margin: 0 0 34px 0;
}

.alpha p {
  margin: 0 0 1em 0;
  line-height: 180%;
  /*text-align: justify;*/
  text-align: left;
  text-justify: auto;
}

.alpha p:last-child {
  /* margin: 0 0 1.2em 0; */
}

.alpha ul {
  margin: 0 0 0.5em 0;
  line-height: 161%;
}

.alpha ul:last-child {
  /* margin: 0 0 1.2em 0; */
}

.alpha li {
  margin: 0 0 0.2em 0;
}

.alpha li:last-child {
  margin: 0;
}

@media (max-width: 640px) {
  .alpha h1.pageTitle {
    margin: 0 0 0.5em -2px;
    letter-spacing: 0;
    font-size: 21px;
  }
  .alpha h1.pageTitle.pageTitleM {
    font-size: 21px;
  }
  .alpha h2 {
    margin: 0 0 0.4em 0;
    font-size: 18px !important;
  }
  .alpha p {
    font-size: 14px;
  }
  .alpha p:last-child {
    margin: 0 0 0.5em 0;
  }
  .alpha section {
    margin: 0 0 0.9em 0;
  }
  .alpha section.sectionMargin {
    margin: 0 0 26px 0;
  }
}
.alpha .blogArchiveIndexYearlyList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.alpha .blogArchiveIndexYearlyList ul li.blogArchiveIndexMonthlyList {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  .alpha .blogArchiveIndexYearlyList ul li.blogArchiveIndexMonthlyList {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media (max-width: 420px) {
  .alpha .blogArchiveIndexYearlyList ul li.blogArchiveIndexMonthlyList {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

/*----- Beta (aside) -----*/
.beta {
  width: 274px;
  margin-left: -274px;
  float: right;
}

.betaInner {
  padding: 36px 40px 36px 0;
}

@media (max-width: 640px) {
  .beta {
    width: 100%;
    margin: 0px;
    float: none;
  }
  .betaInner {
    padding: 0 5.5% 0 5.5%;
  }
}
/*----- Widget Common -----*/
.widget {
  width: 100%;
  margin: 0 0 30px 0;
}

.widget.widgetBnr li.bnr {
  margin: 0 0 18px 0;
  padding: 0;
  line-height: 0;
}

.widget.widgetBnr li.bnr:last-child {
  margin: 0 0 0 0;
}

.widget.widgetBnr li.bnr img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .widget.widgetBnr li.bnr {
    text-align: center;
  }
  .widget.widgetBnr li.bnr.covid {
    display: none;
  }
}
.widget h1.widgetTitle {
  height: 34px;
  margin: 0;
  font-size: 114.3% !important;
}

.widget h1.widgetTitle a,
.widget h1.widgetTitle span {
  display: block;
  height: 100%;
}

.widget h1.widgetTitle a:hover {
  display: block;
  height: 100%;
}

.widget h1.widgetTitle span {
  display: block;
  height: 100%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left center;
}

.widget .widgetCatTitle {
  padding: 0 0 1px 0;
  background: url(/common/images/border_dotted_light_gray.png) repeat-x left bottom;
}

.widget .widgetCatTitle a {
  display: block;
  padding: 8px 10px 8px 10px;
}

.widget .widgetList li {
  padding: 0 0 1px 0;
  font-size: 87.5%;
  font-size: 1.4rem;
  line-height: 135%;
  /* 600x1 */
  background: url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
  background-size: 600px 1px;
  image-rendering: -webkit-optimize-contrast; /* Chrome, Safari */
  image-rendering: crisp-edges; /* CSS3 Proposed */
}
@media (max-width: 640px) {
  .widget .widgetList li {
    font-size: 85.7%;
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .widget .widgetList li {
    font-size: 95.8%;
    font-size: 1.15rem;
  }
}

.widget .widgetList.borderNone li {
  background-image: url(/common/images/border_dotted_light_gray.png);
}

.widget .widgetList.borderNone li:last-child {
  background-image: url(/common/images/border_dotted_dark_gray.png);
}

.widget .widgetList li a {
  display: block;
  padding: 8px 10px 8px 24px;
  font-weight: normal;
}

/*.widget .widgetList.borderNone li a {
	padding-top: 4px;
	padding-bottom: 4px;
}
.widget .widgetList.borderNone li:first-child a {
	padding-top: 8px;
}
.widget .widgetList.borderNone li:last-child a {
	padding-bottom: 8px;
}*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .widget h1.widgetTitle span {
    background-size: 250px 34px;
  }
  .widget .widgetList li a {
    background-size: 20px 12px !important;
  }
}
@media (max-width: 640px) {
  .widget {
    margin: 0 0 20px 0;
  }
}
/*----- Widget Schedule -----*/
#widgetSchedule.widget,
.widgetSchedule.widget {
  margin: 0 0 36px 0;
  background-color: #ffffff;
}
#widgetSchedule.widget h1.widgetTitle,
.widgetSchedule.widget h1.widgetTitle {
  background: #b0d874;
  background: -o-linear-gradient(#b1d976, #add472);
  background: -webkit-gradient(linear, left top, left bottom, from(#b1d976), to(#add472));
  background: linear-gradient(#b1d976, #add472);
  border-top: 1px solid #c9e4a0;
  border-bottom: 1px solid #a9ca7a;
}
#widgetSchedule.widget h1.widgetTitle span,
.widgetSchedule.widget h1.widgetTitle span {
  background-image: url(/common/images/widget_schedule_head.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetSchedule.widget h1.widgetTitle span,
.widgetSchedule.widget h1.widgetTitle span {
    background-image: url("/common/images/widget_schedule_head@2x.png");
  }
}
#widgetSchedule.widget p.onePageTitle,
.widgetSchedule.widget p.onePageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bdc2c3;
  margin-bottom: 0;
  color: #ffffff;
  padding: 0.5em 0.8em 0.5em 3em;
  font-weight: bold;
  line-height: 1.3;
  background-image: url(/common/images/widget_schedule_head_staff.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetSchedule.widget p.onePageTitle,
.widgetSchedule.widget p.onePageTitle {
    background-image: url("/common/images/widget_schedule_head_staff@2x.png");
  }
}
#widgetSchedule.widget p.onePageTitle a,
.widgetSchedule.widget p.onePageTitle a {
  color: #ffffff !important;
}
@media (max-width: 420px) {
  #widgetSchedule.widget p.onePageTitle,
.widgetSchedule.widget p.onePageTitle {
    padding-left: 3.2em;
  }
}
#widgetSchedule.widget table,
.widgetSchedule.widget table {
  width: 100%;
}
#widgetSchedule.widget table#scheduleSP,
.widgetSchedule.widget table#scheduleSP {
  display: none;
}
#widgetSchedule.widget table tr,
.widgetSchedule.widget table tr {
  /* 600x1 */
  background: url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}
#widgetSchedule.widget table thead,
#widgetSchedule.widget table tbody,
.widgetSchedule.widget table thead,
.widgetSchedule.widget table tbody {
  /* border-left: 1px solid #d5d6d7;
  border-right: 1px solid #d5d6d7; */
}
#widgetSchedule.widget table th,
#widgetSchedule.widget table td,
.widgetSchedule.widget table th,
.widgetSchedule.widget table td {
  margin: 0 0 1px 0;
  padding: 7px 8px;
  text-align: center;
  vertical-align: middle;
}
#widgetSchedule.widget table.calendar.onePage,
.widgetSchedule.widget table.calendar.onePage {
  font-size: 75%;
  line-height: 1.4;
  margin-bottom: 0;
}
#widgetSchedule.widget table.calendar.weekly th,
.widgetSchedule.widget table.calendar.weekly th {
  font-size: 114.3%;
  white-space: nowrap;
  font-weight: 500;
}
#widgetSchedule.widget table.calendar.weekly td, #widgetSchedule.widget table.calendar.holidaySeason td,
.widgetSchedule.widget table.calendar.weekly td,
.widgetSchedule.widget table.calendar.holidaySeason td {
  line-height: 135.5%;
}
#widgetSchedule.widget table.calendar thead th,
#widgetSchedule.widget table.calendar tbody td,
.widgetSchedule.widget table.calendar thead th,
.widgetSchedule.widget table.calendar tbody td {
  border-left: 1px solid #d5d6d7;
}
#widgetSchedule.widget table.calendar tfoot td,
.widgetSchedule.widget table.calendar tfoot td {
  margin: 0 0 1px 0;
  padding: 8px 8px;
  line-height: 150%;
  background: #f7fbf1 url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}
#widgetSchedule.widget table.calendar tfoot td.onePage,
.widgetSchedule.widget table.calendar tfoot td.onePage {
  background: #eaecec;
}
#widgetSchedule.widget table.calendar caption,
.widgetSchedule.widget table.calendar caption {
  margin: 0;
  padding: 8px 14px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  background: #bdde8d;
  border-top: 1px solid #d4e9b3;
  border-bottom: 1px solid #bad595;
}
#widgetSchedule.widget table.calendar th,
#widgetSchedule.widget table.calendar td,
.widgetSchedule.widget table.calendar th,
.widgetSchedule.widget table.calendar td {
  width: 14.28%;
}
#widgetSchedule.widget table.calendar th:first-child,
#widgetSchedule.widget table.calendar td:first-child,
.widgetSchedule.widget table.calendar th:first-child,
.widgetSchedule.widget table.calendar td:first-child {
  border-left: none;
}
#widgetSchedule.widget .calendarMonthlyCaption,
.widgetSchedule.widget .calendarMonthlyCaption {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
  vertical-align: middle;
  color: #ffffff;
  background: #bdde8d;
  border-top: 1px solid #d4e9b3;
  border-bottom: 1px solid #bad595;
  text-align: center;
  padding: 1px 0 1px 0;
}
#widgetSchedule.widget .calendarMonthlyCaption strong,
.widgetSchedule.widget .calendarMonthlyCaption strong {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.1em;
  line-height: 28px;
  max-width: 9em;
  overflow: visible;
  white-space: nowrap;
}
#widgetSchedule.widget .calendarMonthlyCaption span.dir a,
.widgetSchedule.widget .calendarMonthlyCaption span.dir a {
  font-weight: bold;
  color: #ffffff;
}
#widgetSchedule.widget .calendarMonthlyCaption span.dir.prev,
.widgetSchedule.widget .calendarMonthlyCaption span.dir.prev {
  padding: 0 0 0 2em;
}
#widgetSchedule.widget .calendarMonthlyCaption span.dir.next,
.widgetSchedule.widget .calendarMonthlyCaption span.dir.next {
  padding: 0 2em 0 0;
}
@media (max-width: 640px) {
  #widgetSchedule.widget .calendarMonthlyCaption span.dir,
.widgetSchedule.widget .calendarMonthlyCaption span.dir {
    font-size: 85.7%;
  }
  #widgetSchedule.widget .calendarMonthlyCaption span.dir.prev,
.widgetSchedule.widget .calendarMonthlyCaption span.dir.prev {
    padding: 0 0 0 2em;
  }
  #widgetSchedule.widget .calendarMonthlyCaption span.dir.next,
.widgetSchedule.widget .calendarMonthlyCaption span.dir.next {
    padding: 0 1.2em 0 0;
  }
}
#widgetSchedule.widget table.calendar.monthly,
.widgetSchedule.widget table.calendar.monthly {
  margin-top: 0;
}
#widgetSchedule.widget table.calendar.monthly caption,
.widgetSchedule.widget table.calendar.monthly caption {
  text-align: center;
  position: relative;
  padding: 1px 0 1px 0;
}
#widgetSchedule.widget table.calendar.monthly caption strong,
.widgetSchedule.widget table.calendar.monthly caption strong {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 28px;
}
#widgetSchedule.widget table.calendar.monthly caption span.dir,
.widgetSchedule.widget table.calendar.monthly caption span.dir {
  position: absolute;
  top: 5px;
}
#widgetSchedule.widget table.calendar.monthly caption span.dir a,
.widgetSchedule.widget table.calendar.monthly caption span.dir a {
  font-weight: bold;
  color: #ffffff;
}
#widgetSchedule.widget table.calendar.monthly caption span.dir.prev,
.widgetSchedule.widget table.calendar.monthly caption span.dir.prev {
  left: 6%;
}
#widgetSchedule.widget table.calendar.monthly caption span.dir.next,
.widgetSchedule.widget table.calendar.monthly caption span.dir.next {
  right: 6%;
}
@media (max-width: 640px) {
  #widgetSchedule.widget table.calendar.monthly caption span.dir,
.widgetSchedule.widget table.calendar.monthly caption span.dir {
    font-size: 85.7%;
    top: 6px;
  }
  #widgetSchedule.widget table.calendar.monthly caption span.dir.prev,
.widgetSchedule.widget table.calendar.monthly caption span.dir.prev {
    left: 4% !important;
  }
  #widgetSchedule.widget table.calendar.monthly caption span.dir.next,
.widgetSchedule.widget table.calendar.monthly caption span.dir.next {
    right: 4%;
  }
}
#widgetSchedule.widget table.calendar.monthly th,
.widgetSchedule.widget table.calendar.monthly th {
  font-weight: normal;
}
#widgetSchedule.widget table.calendar.monthly th,
#widgetSchedule.widget table.calendar.monthly td,
.widgetSchedule.widget table.calendar.monthly th,
.widgetSchedule.widget table.calendar.monthly td {
  vertical-align: top;
  padding: 5px 2px 6px 2px;
}
#widgetSchedule.widget table.calendar.monthly th:last-child,
#widgetSchedule.widget table.calendar.monthly td:last-child,
.widgetSchedule.widget table.calendar.monthly th:last-child,
.widgetSchedule.widget table.calendar.monthly td:last-child {
  background: #f5fcff url("/common/images/border_dotted_dark_gray.png") repeat-x bottom left;
}
#widgetSchedule.widget table.calendar.monthly th .note,
#widgetSchedule.widget table.calendar.monthly td .note,
.widgetSchedule.widget table.calendar.monthly th .note,
.widgetSchedule.widget table.calendar.monthly td .note {
  display: block;
  font-size: 85.7%;
  line-height: 1.2em;
  text-decoration: underline;
}
@media (max-width: 400px) {
  #widgetSchedule.widget table.calendar.monthly th .note,
#widgetSchedule.widget table.calendar.monthly td .note,
.widgetSchedule.widget table.calendar.monthly th .note,
.widgetSchedule.widget table.calendar.monthly td .note {
    font-size: 71.43%;
  }
}
#widgetSchedule.widget table.calendar.monthly .sunday,
#widgetSchedule.widget table.calendar.monthly .holiday,
.widgetSchedule.widget table.calendar.monthly .sunday,
.widgetSchedule.widget table.calendar.monthly .holiday {
  color: #E50003;
}
#widgetSchedule.widget table.calendar.monthly .saturday,
.widgetSchedule.widget table.calendar.monthly .saturday {
  color: #7fc8e7;
}
#widgetSchedule.widget table.calendar.monthly .today,
.widgetSchedule.widget table.calendar.monthly .today {
  /*font-size: 300%;*/
  display: block;
  border: 1px solid #5F6268 !important;
}

/* Monthly */
@media (max-width: 640px) {
  #widgetSchedule.widget,
.widgetSchedule.widget {
    margin: 0 0 10px 0;
  }
  #widgetSchedule.widget table#schedulePC,
.widgetSchedule.widget table#schedulePC {
    display: none;
  }
  #widgetSchedule.widget table#scheduleSP,
.widgetSchedule.widget table#scheduleSP {
    display: table;
  }
  #widgetSchedule.widget table th,
#widgetSchedule.widget table td,
.widgetSchedule.widget table th,
.widgetSchedule.widget table td {
    margin: 0 0 1px 0;
    white-space: normal;
  }
  #widgetSchedule.widget table.calendar.weekly th,
.widgetSchedule.widget table.calendar.weekly th {
    font-weight: 500;
  }
  #widgetSchedule.widget table.calendar.weekly tfoot td strong,
.widgetSchedule.widget table.calendar.weekly tfoot td strong {
    /*font-size: 16px;*/
    line-height: 150%;
  }
  #widgetSchedule.widget table.holidaySeason tbody td,
.widgetSchedule.widget table.holidaySeason tbody td {
    font-size: 85.7%;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  table.calendar.weekly tbody td,
table.calendar.holidaySeason tbody td {
    padding: 7px 3px;
  }
  table.calendar.holidaySeason tbody td {
    font-size: 71.4%;
  }
}
@media (max-width: 640px) and (max-width: 320px) {
  table.calendar.weekly th,
table.calendar.weekly td {
    font-size: 85.7%;
  }
}
#widgetSchedule .calendar.holidaySeason,
#widgetSchedule .widgetScheduleContact {
  margin-top: 20px;
}

#widgetSchedule .widgetScheduleTel,
.widgetSchedule .widgetScheduleTel {
  width: 100%;
  float: left;
}
#widgetSchedule .widgetScheduleTel .widgetScheduleTelInner,
.widgetSchedule .widgetScheduleTel .widgetScheduleTelInner {
  margin-right: 210px;
  padding: 0;
}
#widgetSchedule .widgetScheduleTel strong.tel,
.widgetSchedule .widgetScheduleTel strong.tel {
  display: block;
  position: relative;
  width: 368px;
  height: 38px;
  margin: 8px 0 0 0;
  /* 380x38 */
  background-image: url("/common/images/widget_schedule_telephone_2016.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}
#widgetSchedule .widgetScheduleTel strong.tel a,
.widgetSchedule .widgetScheduleTel strong.tel a {
  display: block;
  position: absolute;
  width: 368px;
  height: 38px;
  top: 0;
  left: 0;
  margin: 0;
  text-indent: -9999px;
}

@media (max-width: 640px) {
  #widgetSchedule .calendar.monthly,
#widgetSchedule .widgetScheduleContact {
    margin-top: 16px;
  }
  #widgetSchedule .widgetScheduleTel {
    width: 100%;
    float: none;
  }
  #widgetSchedule .widgetScheduleTel .widgetScheduleTelInner {
    margin: 0;
  }
  #widgetSchedule .widgetScheduleTel p {
    text-align: center;
    margin-bottom: 0 !important;
  }
  #widgetSchedule .widgetScheduleTel strong.tel {
    width: 100%;
    height: 38px;
    line-height: 1.8em;
    /*background: none;*/
    /*text-indent: 0px;*/
    background-size: contain;
    /*background-size: cover !important;*/
  }
  #widgetSchedule .widgetScheduleTel strong.tel a {
    width: 100%;
    height: 38px;
  }
}
#widgetSchedule .widgetScheduleButton,
.widgetSchedule .widgetScheduleButton {
  width: 204px;
  margin-top: 4px;
  margin-left: -204px;
  float: right;
}
#widgetSchedule .widgetScheduleButton a,
.widgetSchedule .widgetScheduleButton a {
  display: block;
  width: 85px;
  height: 85px;
  margin-left: 15px;
  float: right;
  /* 87x87 */
  text-indent: -9999px;
}
#widgetSchedule .widgetScheduleButton a.contact,
.widgetSchedule .widgetScheduleButton a.contact {
  background-image: url("/common/images/widget_schedule_button_contact_2016.jpg");
}
#widgetSchedule .widgetScheduleButton a.reservation,
.widgetSchedule .widgetScheduleButton a.reservation {
  background-image: url("/common/images/widget_schedule_button_rsv.jpg");
}
@media (max-width: 640px) {
  #widgetSchedule .widgetScheduleButton,
.widgetSchedule .widgetScheduleButton {
    width: 100%;
    margin: 0;
    text-align: center;
    float: none;
  }
  #widgetSchedule .widgetScheduleButton a,
.widgetSchedule .widgetScheduleButton a {
    display: inline-block;
    float: none;
    margin: 20px 10px 20px 10px;
  }
}

/*----- Widget News and Media -----*/
#widgetNews,
#widgetMedia {
  font-size: 100%;
}

#widgetNews h1.widgetTitle,
#widgetMedia h1.widgetTitle {
  border-top: 1px solid #a7d9ef;
  border-bottom: 1px solid #83bfd9;
}

#widgetNews h1.widgetTitle,
#widgetMedia h1.widgetTitle {
  background: #7fc8e8;
  background: -o-linear-gradient(#80c9e8, #7ec6e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#80c9e8), to(#7ec6e6));
  background: linear-gradient(#80c9e8, #7ec6e6);
}

#widgetNews h1.widgetTitle span {
  /* 250x34 */
  background-image: url(/common/images/widget_news_head.png);
}

#widgetMedia h1.widgetTitle span {
  /* 250x34 */
  background-image: url(/common/images/widget_media_head.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetNews h1.widgetTitle span {
    background-image: url("/common/images/widget_news_head@2x.png");
  }
  #widgetMedia h1.widgetTitle span {
    background-image: url("/common/images/widget_media_head@2x.png");
  }
}
#widgetNews .widgetList li,
#widgetMedia .widgetList li {
  font-weight: bold;
}

#widgetNews .widgetList li a,
#widgetMedia .widgetList li a {
  min-height: 12px;
  background: #e6f4fa url(/common/images/widget_news_link_arw.png) no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetNews .widgetList li a,
#widgetMedia .widgetList li a {
    background-image: url(/common/images/widget_news_link_arw@2x.png);
  }
}
#widgetNews .widgetList li a:hover,
#widgetMedia .widgetList li a:hover {
  color: #ec717c;
  background-color: #f6fcff;
  /* kijyun-transition */
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#widgetNews .widgetList li a .date,
#widgetMedia .widgetList li a .date {
  display: block;
  font-size: 85.7%;
  font-weight: normal;
}

#widgetNews .widgetList li a.linkNormalColor:hover .date,
#widgetMedia .widgetList li a.linkNormalColor:hover .date {
  text-decoration: none !important;
}

#widgetNews .widgetNewsNavMonthly,
#widgetMedia .widgetMediaNavYearly {
  display: none;
  padding: 0 0 1px 0;
  /* 2x2 */
  background: url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}

#widgetMedia .widgetMediaNavYearly {
  display: block;
}

#widgetNews .widgetNewsNavMonthly .widgetNewsNavMonthlyInner,
#widgetMedia .widgetMediaNavYearly .widgetMediaNavYearlyInner {
  padding: 10px 12px;
  background: #f6fcff;
}

#widgetNews .widgetNewsNavMonthly select,
#widgetMedia .widgetMediaNavYearly select {
  width: 100%;
  padding: 4px 6px;
  background: #ffffff;
  border: 1px solid #d5d6d7;
}

#widgetNews .widgetNewsNavMonthly select option,
#widgetMedia .widgetMediaNavYearly select option {
  font-size: 100%;
  text-align: center;
}

#widgetNews .widgetNewsNav {
  padding: 0 0 1px 0;
  /* 2x2 */
  background: url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}

#widgetNews .widgetNewsNav ul {
  padding: 8px 2px;
  background: #f6fcff;
  text-align: center;
}

#widgetNews .widgetNewsNav ul li {
  display: inline;
}

#widgetNews .widgetNewsNav ul li a {
  margin: 0 5px;
  padding: 2px 0 2px 17px;
  font-size: 85.7%;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: left center;
}

#widgetNews .widgetNewsNav ul li a:hover {
  color: #ec717c;
}

#widgetNews .widgetNewsNav ul li.index a {
  background-image: url(/common/images/widget_news_link_list.png);
}

#widgetNews .widgetNewsNav ul li.rss a {
  background-image: url(/common/images/widget_news_link_rss.png);
}

@media (max-width: 640px) {
  .widget .widgetList li {
    font-size: 13px;
    line-height: 148%;
  }
  #widgetNews .widgetNewsNav ul {
    padding: 8px 4px;
    text-align: left;
  }
}
/*----- Widget Blog and Staff 2015/07 -----*/
#widgetBlog {
  font-size: 100%;
}

#widgetStaff h1.widgetTitle,
#widgetBlog h1.widgetTitle {
  border-top: 1px solid #f5b4ba;
  border-bottom: 1px solid #df929a;
}

#widgetStaff h1.widgetTitle a,
#widgetBlog h1.widgetTitle a {
  background: #ef8993;
  background: -o-linear-gradient(#f08c96, #ec8791);
  background: -webkit-gradient(linear, left top, left bottom, from(#f08c96), to(#ec8791));
  background: linear-gradient(#f08c96, #ec8791);
}

#widgetStaff h1.widgetTitle span {
  /* 250x34 */
  background-image: url(/common/images/widget_staff_head.png);
}

#widgetBlog h1.widgetTitle span {
  /* 250x34 */
  background-image: url(/common/images/widget_blog_head.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetStaff h1.widgetTitle span {
    background-image: url("/common/images/widget_staff_head@2x.png");
  }
  #widgetBlog h1.widgetTitle span {
    background-image: url("/common/images/widget_blog_head@2x.png");
  }
}
#widgetStaff .widgetCatTitle a {
  min-height: 12px;
  background: #fdf7f8;
}

#widgetStaff .widgetList li,
#widgetBlog .widgetList li {
  font-weight: bold;
}

#widgetStaff .widgetList li a,
#widgetBlog .widgetList li a {
  min-height: 12px;
  background: #fcecee url(/common/images/widget_blog_link_arw.png) no-repeat left center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetStaff .widgetList li a,
#widgetBlog .widgetList li a {
    background-image: url(/common/images/widget_blog_link_arw@2x.png);
  }
}
#widgetBlog .widgetList li a:hover {
  color: #ec717c;
  background-color: #fdf7f8;
  /* kijyun-transition */
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#widgetBlog .widgetList li a .count {
  font-weight: normal;
}

#widgetBlog .widgetList li a.linkNormalColor:hover .count {
  text-decoration: none !important;
}

#widgetBlog h1.widgetTitleSub {
  padding: 6px 10px;
  color: #ffffff;
  letter-spacing: 0.12em;
  background: #f29ea7;
}

#widgetBlog .widgetBlogAuthor,
#widgetBlog .widgetBlogCategory {
  margin: 12px 0 0 0;
  font-size: 85.7%;
}

#widgetBlog .widgetBlogNavMonthly {
  padding: 0 0 1px 0;
  /* 2x2 */
  background: url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}

#widgetBlog .widgetBlogNavMonthly .widgetBlogNavMonthlyInner {
  padding: 10px 12px;
  background: #fdf7f8;
}

#widgetBlog .widgetBlogNavMonthly select {
  width: 100%;
  padding: 4px 6px;
  background: #ffffff;
  border: 1px solid #d5d6d7;
}

#widgetBlog .widgetBlogNavMonthly select option {
  font-size: 100%;
  text-align: center;
}

#widgetBlog .widgetBlogNav {
  padding: 0 0 1px 0;
  /* 2x2 */
  background: url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}

#widgetBlog .widgetBlogNav ul {
  padding: 8px 2px;
  background: #fdf7f8;
  text-align: center;
}

#widgetBlog .widgetBlogNav ul li {
  display: inline;
}

#widgetBlog .widgetBlogNav ul li a {
  margin: 0 5px;
  padding: 2px 0 2px 17px;
  font-size: 85.7%;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: left center;
}

#widgetBlog .widgetBlogNav ul li a:hover {
  color: #ec717c;
}

#widgetBlog .widgetBlogNav ul li.index a {
  background-image: url(/common/images/widget_news_link_list.png);
}

#widgetBlog .widgetBlogNav ul li.rss a {
  background-image: url(/common/images/widget_blog_link_rss.png);
}

@media (max-width: 640px) {
  .widget .widgetList li {
    font-size: 13px;
    line-height: 148%;
  }
  #widgetBlog .widgetBlogNav ul {
    padding: 8px 4px;
    text-align: left;
  }
}
/*----- Widget Medical -----*/
#widgetMedical h1.widgetTitle {
  border-top: 1px solid #ffb37c;
  border-bottom: 1px solid #f1a065;
}

#widgetMedical h1.widgetTitle a {
  background: #ffa361;
  background: -o-linear-gradient(#ffa564, #fba05f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa564), to(#fba05f));
  background: linear-gradient(#ffa564, #fba05f);
}

#widgetMedical h1.widgetTitle span {
  /* 250x34 */
  background-image: url(/common/images/widget_medical_head.png);
}

#widgetMedical h1.widgetTitle.naiyou span {
  /* 250x34 */
  background-image: url(/common/images/widget_medical_head_naiyou.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetMedical h1.widgetTitle span {
    background-image: url(/common/images/widget_medical_head@2x.png);
  }
  #widgetMedical h1.widgetTitle.naiyou span {
    background-image: url(/common/images/widget_medical_head_naiyou@2x.png);
  }
}
#widgetMedical .widgetList li {
  font-size: 114.3%;
  line-height: 148%;
  letter-spacing: 0.08em;
}

#widgetMedical .widgetList li a {
  background: #fff2e9 url(/common/images/widget_medical_link_arw.png) no-repeat left center;
}

#widgetMedical .widgetList li.linkNone a {
  /* 暫定処置 */
  pointer-events: none;
  cursor: default;
}

#widgetMedical .widgetList li.resavation a .resavationInner {
  display: block;
  margin: -8px -10px -8px 0;
  padding: 8px 10px 8px 0;
  background: #fff2e9 url(/common/images/widget_medical_link_rsv.png) no-repeat right top;
}

#widgetMedical .widgetList li.resavation a .textS {
  display: block;
  margin-top: -0.3em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetMedical .widgetList li a {
    background-image: url(/common/images/widget_medical_link_arw@2x.png);
  }
}
#widgetMedical .widgetList li a:hover {
  /* background-color: #fffaf6; */
}

#widgetMedical .note {
  padding: 10px 12px 11px 12px;
  font-size: 85.7%;
  line-height: 150%;
  /* 2x2 */
  background: #fffaf6 url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}

#widgetMedical .note.subject {
  /*background-color: #ffe8d8;*/
}

#widgetMedical .note strong {
  font-size: 114.3%;
  line-height: 150%;
}

#widgetMedical .note.subject strong {
  font-size: 130.6%;
}

#widgetMedical .widgetList li {
  font-size: 114.3%;
  letter-spacing: 0.08em;
}

@media (max-width: 640px) {
  #widgetMedical .widgetList li {
    font-size: 13px;
  }
}
/*----- Widget Access -----*/
#widgetAccess h1.widgetTitle {
  border-top: 1px solid #d6acca;
  border-bottom: 1px solid #c698b9;
}

#widgetAccess h1.widgetTitle a {
  background: #ce9bc0;
  background: -o-linear-gradient(#cf9dc1, #cb98bd);
  background: -webkit-gradient(linear, left top, left bottom, from(#cf9dc1), to(#cb98bd));
  background: linear-gradient(#cf9dc1, #cb98bd);
}

#widgetAccess h1.widgetTitle span {
  /* 250x34 */
  background-image: url(/common/images/widget_access_head.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #widgetAccess h1.widgetTitle span {
    background-image: url("/common/images/widget_access_head@2x.png");
  }
}
#widgetAccess .note {
  padding: 10px 12px 11px 12px;
  line-height: 150%;
  /* 2x2 */
  background: #fff9fd url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
}

#widgetAccess address.note {
  /* color: #686f73; */
  font-style: normal;
  line-height: 150%;
}

#widgetAccess address.note strong {
  font-weight: 500;
}

#widgetAccess p.note {
  font-size: 85.7%;
}

#widgetAccess p.note .tel {
  font-size: 145%;
  line-height: 150%;
}

#widgetAccess ul {
  height: 281px;
  /* 4x4 */
  background: #fff9fd url(/common/images/widget_access_link_border.png) left top;
}

#widgetAccess ul li {
  float: left;
  height: 105px;
}

#widgetAccess ul li.yokoyama {
  margin: 0 1px 1px 0;
  width: 116px;
}

#widgetAccess ul li.higashi {
  margin: 0 0 1px 0;
  width: 117px;
}

#widgetAccess ul li.kodenma {
  margin: 0 0 1px 0;
  width: 117px;
}

#widgetAccess ul li.bakuro {
  margin: 0 1px 1px 0;
  width: 116px;
}

#widgetAccess ul li.ningyo {
  width: 100%;
  height: 68px;
  margin: 0 0 1px 0;
}

@media (max-width: 640px) {
  #widgetAccess ul {
    height: auto;
    background-image: none;
  }
  #widgetAccess ul li.yokoyama,
#widgetAccess ul li.higashi,
#widgetAccess ul li.kodenma,
#widgetAccess ul li.bakuro,
#widgetAccess ul li.ningyo {
    float: none;
    margin: 0;
    padding: 0 0 1px 0;
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    font-size: 13px;
    line-height: 148%;
    /* 600x1 */
    background: url(/common/images/border_dotted_dark_gray.png) repeat-x left bottom;
  }
}
#widgetAccess ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fcedf8;
  /* 80x700 */
  background-repeat: no-repeat;
}
#widgetAccess ul li a:hover {
  text-decoration: none !important;
}

#widgetAccess ul li.yokoyama a {
  background-position: 0px 0px;
}

#widgetAccess ul li.higashi a {
  background-position: -120px 0px;
}

#widgetAccess ul li.kodenma a {
  background-position: -360px 0px;
}

#widgetAccess ul li.bakuro a {
  background-position: -240px 0px;
}

#widgetAccess ul li.ningyo a {
  background-position: -480px 0px;
}

#widgetAccess ul li a:hover {
  background-color: #fff9fd;
  /* kijyun-transition */
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#widgetAccess ul li a .info {
  color: #707679;
  display: block;
  line-height: 1.3;
  padding: 12px 12px 0 12px;
}
#widgetAccess ul li a .info * {
  display: block;
}
#widgetAccess ul li a .info small {
  font-size: 12px;
}
#widgetAccess ul li a .info .stationName {
  font-size: 17px;
}
@media (max-width: 420px) {
  #widgetAccess ul li a .info .stationName {
    font-size: 15px;
  }
}
#widgetAccess ul li a .info .stationTime {
  font-size: 14px;
}
#widgetAccess ul li a .info .ningyo {
  display: inline-block;
  padding-right: 0.3em;
}
@media (max-width: 640px) {
  #widgetAccess ul li a .info * {
    display: inline;
  }
  #widgetAccess ul li a .info .stationName {
    padding-right: 0.3em;
  }
  #widgetAccess ul li a .info .stationTime {
    font-size: 12px;
  }
}

#widgetAccess ul li a .map {
  position: absolute;
  left: 12px;
  bottom: 4px;
  display: block;
  min-height: 10px;
  padding: 2px 2px 2px 19px;
  font-size: 80.5%;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Lucida Grande", "Arial", "Helvetica", sans-serif;
  letter-spacing: 0.05em;
  /* 14x16 */
  /*background: url(/common/images/widget_access_link_icon.png) no-repeat left center;*/
  /* 11x16 */
  background: url(/common/images/widget_access_link_icon.svg) no-repeat left center;
  background-size: auto 66%;
}
@media (max-width: 640px) {
  #widgetAccess ul li a .map {
    font-size: 78.6%;
    font-size: 1.1rem;
  }
}
@media (max-width: 420px) {
  #widgetAccess ul li a .map {
    font-size: 75%;
    font-size: 0.9rem;
  }
}

#widgetAccess ul li.ningyo a .map {
  left: 66px;
}

#widgetAccess ul li a:hover .map {
  text-decoration: underline !important;
}

@media (max-width: 640px) {
  #widgetAccess ul li a {
    width: auto;
    padding: 0.8em 0.8em 0.8em 24px;
    letter-spacing: 0;
    background-image: url(/common/images/widget_access_link_arw.png);
    background-repeat: no-repeat;
    background-position: left center !important;
  }
}
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  #widgetAccess ul li a {
    background-image: url(/common/images/widget_access_link_arw@2x.png);
    background-size: 20px 12px;
  }
}
@media (max-width: 640px) {
  #widgetAccess ul li a .info {
    width: auto !important;
    /*border: 1px solid #000000; */
    display: inline;
    text-indent: 0;
    color: #707679;
  }
}
@media (max-width: 640px) {
  #widgetAccess ul li a .info:hover {
    color: #ec717c;
  }
}
@media (max-width: 640px) {
  #widgetAccess ul li a .map {
    display: inline;
    left: auto !important;
    right: 0 !important;
    bottom: 0.3em;
    height: auto;
    padding: 8px 12px 8px 18px;
    font-weight: normal;
    letter-spacing: 0;
    letter-spacing: 0;
  }
}
/*----- Footer -----*/
.footer {
  color: #ffffff;
  background: #ee7a85;
  background: -o-linear-gradient(#ef7f89, #e7747f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ef7f89), to(#e7747f));
  background: linear-gradient(#ef7f89, #e7747f);
}
.footer a {
  color: #ffffff;
}

.footerInner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.footer .footerLeft {
  width: 100%;
  padding: 1.6em 0;
}

.footer .footerBorder {
  height: 1px;
  margin: 1.2em 0;
  /* 600x1 */
  background: url("/common/images/border_dotted_white.png") left top;
}

@media (max-width: 640px) {
  .footer {
    /* display: none;  */
    overflow: hidden;
  }
  .footerInner {
    width: auto;
    text-align: center;
  }
  .footer .footerLeft {
    width: auto;
    padding: 3% 5.5%;
  }
  .footer .footerLeft .footerLeftInner {
    margin-right: 0;
    padding: 0;
  }
  .footer .footerBorder {
    height: 1px;
    margin: 0.5em 0;
  }
}
.footer .footerNav ul {
  margin: 0 0 0 0;
  text-align: center;
}
.footer .footerNav ul li {
  letter-spacing: 0;
  display: inline;
  margin: 0;
  font-size: 87.5%;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .footer .footerNav ul li {
    font-size: 85.7%;
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .footer .footerNav ul li {
    font-size: 95.8%;
    font-size: 1.15rem;
  }
}
.footer .footerNav ul li a {
  padding: 0;
  white-space: nowrap;
}
.footer .footerNav ul li:after {
  content: " ｜";
}
.footer .footerNav ul li.return:after, .footer .footerNav ul li.pageTop:after {
  content: "";
}

.footer .footerNav ul li.pageTop {
  display: block;
  width: 80px;
  height: 80px;
  z-index: 10;
  position: fixed;
  bottom: -80px;
  right: 2px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.footer .footerNav ul li.pageTop.isShow {
  bottom: 2px;
}

.footer .footerNav ul li.pageTop a {
  display: block;
  width: 56px;
  height: 56px;
  background: #ee7a85;
  background: url("/common/images/footer_page_top@2x.png") no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
}

.footer .footerNav ul li .footerNavBorder {
  padding: 0 0.2em;
}

@media (max-width: 640px) {
  .footer .footerNav ul li {
    float: none;
    display: inline;
    line-height: 160%;
  }
  .footer .footerNav ul li.pageTop {
    width: 48px;
    height: 48px;
    right: 3%;
  }
  .footer .footerNav ul li.pageTop.isShow {
    bottom: calc(2.4% + 1.8em);
    margin-bottom: 3em;
  }
  .footer .footerNav ul li.pageTop.isShow.pageEnd {
    bottom: 2.4%;
    margin-bottom: 0;
    border: 1px #ffffff solid;
  }
  .footer .footerNav ul li.pageTop a {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 420px) {
  .footer .footerNav ul li.pageTop {
    width: 36px;
    height: 36px;
  }
  .footer .footerNav ul li.pageTop a {
    width: 36px;
    height: 36px;
  }
}
.footer .footerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: auto;
      -ms-flex-align: auto;
          align-items: auto;
}

.footer .footerInfo .footerMark {
  min-height: 5.4em;
  margin: 0 0 0 -4px;
  padding: 0.4em 0;
  padding-left: calc(5.8em + 4px);
  background: no-repeat left center;
  background-image: url("/common/images/footer_mark@2x.png");
  background-size: 5.56em 5.4em;
  font-size: 100%;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .footer .footerInfo .footerMark {
    font-size: 100%;
    font-size: 1.4rem;
  }
}
@media (max-width: 420px) {
  .footer .footerInfo .footerMark {
    font-size: 100%;
    font-size: 1.2rem;
  }
}

.footer .footerInfo .footerTitle {
  font-size: 125%;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .footer .footerInfo .footerTitle {
    font-size: 128.6%;
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  .footer .footerInfo .footerTitle {
    font-size: 145.8%;
    font-size: 1.75rem;
  }
}

.footer .footerInfo .footerTitle a {
  color: #ffffff;
}

.footer .footerInfo .footerAddress {
  font-style: normal;
}

.footer .footerInfo .footerTelephone {
  font-size: 112.5%;
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .footer .footerInfo .footerTelephone {
    font-size: 114.3%;
    font-size: 1.6rem;
  }
}
@media (max-width: 420px) {
  .footer .footerInfo .footerTelephone {
    font-size: 116.7%;
    font-size: 1.4rem;
  }
}

.footer .footerInfo .footerTelephone .footerFax {
  font-weight: normal;
}

@media (max-width: 640px) {
  .footer .footerInfo {
    display: block;
  }
  .footer .footerInfo .footerMark {
    margin: 0 0 0.5em 0;
    background: none;
    padding: 0;
  }
  .footer .footerInfo .footerTitle {
    line-height: 160%;
  }
  .footer .footerInfo .footerAddress {
    line-height: 160%;
  }
  .footer .footerInfo .footerTelephone .footerFax {
    display: none;
  }
}
.footer .footerInfo .headerTimetable {
  margin: 0;
}

.footer .footerInfo .headerTimetable dt {
  clear: left;
  float: left;
  width: 5.6em;
  white-spece: nowrap;
}
.footer .footerInfo .headerTimetable dt:after {
  content: "：";
}

.footer .footerInfo .headerTimetable dd {
  margin-left: 5.8em; /* = dt.width + dt.padding */
  margin-bottom: 0.2em;
  line-height: 150%;
}
.footer .footerInfo .headerTimetable dd.notice:before {
  content: "※";
}
.footer .footerInfo .headerTimetable dd a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer .footerInfo .headerTimetable dt {
    display: block;
    width: auto;
    float: none;
    white-space: nowrap;
    font-size: 112.5%;
    font-size: 1.8rem;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .footer .footerInfo .headerTimetable dt {
    font-size: 114.3%;
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) and (max-width: 420px) {
  .footer .footerInfo .headerTimetable dt {
    font-size: 116.7%;
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .footer .footerInfo .headerTimetable dt:after {
    content: "";
  }
}
@media (max-width: 640px) {
  .footer .footerInfo .headerTimetable dd {
    display: block;
    margin-left: 0;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 640px) {
  .footer .footerInfo .headerTimetable dd.notice {
    display: block;
    margin-bottom: 1.2em;
  }
  .footer .footerInfo .headerTimetable dd.notice:before {
    content: "";
  }
}
.footer .footerMap {
  /*position: absolute;
  right: 0px;
  top: 30px;*/
}
.footer .footerMap iframe {
  width: 360px;
  height: 100%;
  border: 1px solid #ffffff;
}

@media (max-width: 640px) {
  .footer .footerMap {
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
    margin-bottom: 0.5em;
  }
  .footer .footerMap iframe {
    border: none;
    width: 100%;
    height: 66vw;
  }
}
.footer .footerMap small {
  font-size: 87.5%;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .footer .footerMap small {
    font-size: 85.7%;
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .footer .footerMap small {
    font-size: 95.8%;
    font-size: 1.15rem;
  }
}

.footer .footerMap small a {
  color: #ffffff;
}

.footer .footerCopyright {
  font-size: 87.5%;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Lucida Grande", "Arial", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.08em;
  line-height: 140%;
}
@media (max-width: 640px) {
  .footer .footerCopyright {
    font-size: 85.7%;
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .footer .footerCopyright {
    font-size: 95.8%;
    font-size: 1.15rem;
  }
}

.footer .footerNav .fixBottom {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 0.7em 0.3em 0.7em;
  background: #ee7a85;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 641px) {
  .footer .footerNav .fixBottom {
    display: none;
  }
}
.footer .footerNav .fixBottom .covid {
  margin: -0.5em -0.7em 0.3em -0.7em;
  width: calc(100% + 0.7em + 0.7em);
  background: url(/common/images/bnr_covid_bg_2.jpg);
  background-size: cover;
  line-height: 2.4;
}
.footer .footerNav .fixBottom .covid a {
  background: url(/common/images/bnr_covid_bg_icon.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1.4em;
}
.footer .footerNav .fixBottom .schedule .pinkSq {
  display: inline-block;
  width: 1.3em;
  background: #ffffff;
  color: #ee7a85;
  line-height: 1.3em;
  margin-right: 0.1em;
}
.footer .footerNav .fixBottom .tel {
  line-height: 1.3;
}
.footer .footerNav .fixBottom .tel .textTrajan {
  padding-left: 1.15em;
  background: no-repeat 0 0.25em;
  background-image: url("/common/images/footer_tel_icon.svg");
  background-size: 0.95em;
}

.footer .footerNav .fixBottom.isShow {
  width: 100%;
  bottom: -5em;
}

/* 写真つき説明 */
.alpha article.commentary {
  margin: 0 0 21px 0;
  padding: 0 0 23px 0;
  border-bottom: 1px solid #d5d6d7;
}

.alpha article.commentary h1 {
  margin: 0 0 0.35em 0;
  font-size: 128.6%;
  font-weight: 500;
  line-height: 130%;
}

.alpha article.commentary .commentaryPhoto {
  /*float: left;*/
  padding: 0 4px 12px 0;
  line-height: 0;
}

.alpha article.commentary .commentaryPhoto a {
  margin: 0 18px 0 0;
}

.alpha article.commentary .commentaryPhoto img {
  margin: 0 18px 0 0;
}

.alpha article.commentary .commentaryPhoto a img {
  margin: 0;
}

.alpha article.commentary .commentaryPhoto a:hover img {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}

.alpha article.commentary p {
  margin: 0 0 0.5em 0;
  text-align: left;
}

.alpha article.commentary p:last-child {
  margin: 0;
}

@media (max-width: 640px) {
  .alpha article.commentary .commentaryPhoto {
    float: none;
    padding-bottom: 8px;
    line-height: 0;
    text-align: center;
  }
  .alpha article.commentary .commentaryPhoto a,
.alpha article.commentary .commentaryPhoto img {
    margin: 0 7px 16px 7px;
  }
  .alpha article.commentary .commentaryPhoto a img {
    margin: 0 0 0 0;
  }
}
@media (max-width: 400px) {
  .alpha article.commentary .commentaryPhoto a,
.alpha article.commentary .commentaryPhoto img {
    margin: 0 5px 16px 5px;
  }
  .alpha article.commentary .commentaryPhoto a img {
    margin: 0 0 0 0;
  }
}</pre></body></html>