@charset "UTF-8";
/* ======================
 TMD Gan Soudan Shien Center
 File Name: resource2017/css/layout.css
 Latest Update: 2021/04/08
====================== */
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0 0 0 0;
  background: #ffffff;
  color: #3a322c;
}

/* Section */
.section-inner-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  text-align: center;
}

.header .section-inner-width {
  min-width: 0;
}

.section-inner-margin {
  min-height: 76px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: left;
}

.section-home .section-inner-margin {
  margin-right: 20px;
}

.sub-page .section-inner-margin {
  padding: 0 0 2.8em 0;
}

.header .section-inner-margin {
  position: relative;
}

@media (max-width: 940px) and (min-width: 761px) {
  .section-inner-margin {
    margin-left: 40px;
    margin-right: 40px;
  }
  .section-home .section-inner-margin {
    margin-right: 14px;
  }
}
@media (max-width: 760px) and (min-width: 641px) {
  .section-inner-margin {
    margin-left: 32px;
    margin-right: 32px;
  }
  .section-home .section-inner-margin {
    margin-right: 12px;
  }
  .sub-page .section-inner-margin {
    padding: 0 0 2.5em 0;
  }
}
@media (max-width: 640px) {
  .section-inner-margin {
    margin-left: 24px;
    margin-right: 24px;
  }
  .sub-page .section-inner-margin {
    padding: 0 0 2.2em 0;
  }
}
/*----- Header -----*/
.header {
  position: fixed;
  width: 100%;
  height: 120px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  background: #ec6d45;
  background-color: rgba(236, 109, 69, 0.95);
  z-index: 99;
}

.header .header-title {
  text-align: left;
  position: absolute;
  z-index: 10;
  margin-left: -24px;
  margin-top: 18px;
  width: 342px;
}

.header .header-title a {
  display: block;
  height: 84px;
  text-indent: -9999px;
  background: url(../images/header-title-2024.png) no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .header .header-title a {
    background: url(../images/header-title-2024@2x.png) no-repeat;
    background-size: 100%;
  }
}
.header .header-title a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.header-nav {
  position: relative;
  margin-right: 0;
  margin-left: 370px;
  padding: 0;
}

.header-nav ul.nav-main-menu {
  position: absolute;
  width: 100%;
  right: 0;
  max-width: 432px;
  margin: 0 50px 0 0;
  /* HM width 90px */
  padding: 0;
}

@media (max-width: 760px) and (min-width: 541px) {
  .header {
    height: 96px;
  }
  .header .section-inner-margin {
    margin: 0;
  }
  .header .header-title {
    margin-left: 14px;
    margin-top: 14px;
    width: 274px;
  }
  .header .header-title a {
    width: 274px;
    height: 67px;
  }
}
@media (max-width: 540px) {
  .header {
    height: 76px;
  }
  .header .section-inner-margin {
    margin: 0;
  }
  .header .header-title {
    margin-left: 12px;
    margin-top: 12px;
    width: 206px;
  }
  .header .header-title a {
    width: 206px;
    height: 52px;
  }
}
@media (max-width: 920px) and (min-width: 761px) {
  .header-nav {
    margin-right: 0;
    margin-left: 376px;
  }
  .header-nav ul.nav-main-menu {
    margin: 0 40px 0 0;
    /* HM width 80px */
  }
}
@media (max-width: 760px) and (min-width: 641px) {
  .header-nav {
    margin-left: 374px;
    margin-right: 0;
  }
  .header-nav ul.nav-main-menu {
    margin: 0 70px 0 0;
    /* HM width 70px */
  }
}
@media (max-width: 640px) {
  .header-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
/* MainNavi */
.header-nav li {
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

li.main {
  float: left;
  padding: 0;
  width: 33.333%;
  height: 60px;
  text-align: center;
}

li.main a {
  display: block;
  overflow: hidden;
  height: 60px;
  color: #ffffff;
}

li.main.mission-01,
li.main.mission-03,
li.main.mission-05 {
  background: url(../images/header-navi-bg-thick.gif);
}

li.main.mission-02,
li.main.mission-04,
li.main.mission-06 {
  background: url(../images/header-navi-bg-light.gif);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  li.main.mission-01,
  li.main.mission-03,
  li.main.mission-05 {
    background: url(../images/header-navi-bg-thick@2x.gif);
    background-size: 5px 5px;
  }
  li.main.mission-02,
  li.main.mission-04,
  li.main.mission-04-2023,
  li.main.mission-06 {
    background: url(../images/header-navi-bg-light@2x.gif);
    background-size: 5px 5px;
  }
}
li.main a .header-nav-text,
li.main a .header-nav-image {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

li.main a .header-nav-text {
  display: block;
  padding: 6px 6px;
  max-width: 100%;
}

li.main a .header-nav-image {
  display: block;
  margin: 0 auto;
  max-width: 128px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 2px solid #ffffff;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  text-indent: -9999px;
}

li.main a:hover .header-nav-image,
.home li.main.mission-01 a .header-nav-image,
.canc-work li.main.mission-02 a .header-nav-image,
.canc-salon li.main.mission-03 a .header-nav-image,
.canc-lecture li.main.mission-04 a .header-nav-image,
.canc-basic li.main.mission-05 a .header-nav-image,
.canc-library li.main.mission-06 a .header-nav-image {
  border-color: rgb(255, 255, 255);
}

li.main.mission-01.current a .header-nav-image,
li.main.mission-03.current a .header-nav-image,
li.main.mission-05.current a .header-nav-image {
  background-color: #ee7c58;
}

li.main.mission-02.current a .header-nav-image,
li.main.mission-04.current a .header-nav-image,
li.main.mission-06.current a .header-nav-image {
  background-color: #f19a7e;
}

li.main.mission-01 a .header-nav-image {
  background-image: url(../images/header-nav-misson-01.svg);
}

li.main.mission-02 a .header-nav-image {
  background-image: url(../images/header-nav-misson-02.svg);
}

li.main.mission-03 a .header-nav-image {
  background-image: url(../images/header-nav-misson-03.svg);
}

li.main.mission-04-2023 a .header-nav-image {
  background-image: url(../images/header-nav-misson-04-2023.svg);
}

li.main.mission-04 a .header-nav-image {
  background-image: url(../images/header-nav-misson-04.svg);
}

li.main.mission-05 a .header-nav-image {
  background-image: url(../images/header-nav-misson-05.svg);
}

li.main.mission-06 a .header-nav-image {
  background-image: url(../images/header-nav-misson-06.svg);
}

@media (max-width: 900px) and (min-width: 761px) {
  li.main a .header-nav-text {
    padding: 5px 5px;
  }
  li.main a .header-nav-image {
    height: 44px;
    border-radius: 8px;
    background-size: contain;
  }
}
@media (max-width: 760px) and (min-width: 641px) {
  li.main,
  li.main a {
    height: 48px;
  }
  li.main a .header-nav-text {
    padding: 4px 4px;
  }
  li.main a .header-nav-image {
    max-width: 100%;
    border-radius: 6px;
    height: 36px;
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .header-nav ul.nav-main-menu {
    display: none;
  }
}
.section-top {
  border-top: 120px solid #ec6d45;
}

@media only screen and (max-width: 760px) and (min-width: 541px) {
  .section-top {
    border-top: 96px solid #ec6d45;
  }
}
@media only screen and (max-width: 540px) {
  .section-top {
    border-top: 76px solid #ec6d45;
  }
}
/* Section Mission home and sub */
.section-mission {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center;
  background-position: 0 120px;
  background-repeat: repeat-x;
}
@media (max-width: 760px) and (min-width: 541px) {
  .section-mission {
    padding-top: 96px;
    margin-top: -96px;
  }
}
@media (max-width: 540px) {
  .section-mission {
    padding-top: 76px;
    margin-top: -76px;
    background-position: 0 76px;
  }
}

.section-mission p {
  margin-bottom: 0.8em;
  text-justify: auto;
  line-height: 1.65;
}

.section-mission p:last-child {
  margin-bottom: 0;
}

.section-mission p.justify {
  text-align: justify;
}

.section-mission .section-float-left {
  float: left;
}

.section-mission .section-float-right {
  float: right;
}

.section-mission .section-text {
  padding-top: 2.5em;
  padding-bottom: 2.6em;
}

.section-mission .section-text img {
  max-width: 100%;
  height: auto;
}

.section-figure-svg {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.figure-box {
  display: block;
  line-height: 0;
}

/* 電話リンク */
.section-mission img.tel-link {
  margin: 4px 0 -2px 0;
  vertical-align: baseline;
}

/* アクセス */
.section-mission a.hospital {
  display: inline-block;
  min-height: 25px;
  margin: 3px 0 0 0;
  padding: 5px 0 1px 40px;
  line-height: 1.3;
  background: url(../images/section-hospital.png) no-repeat center left;
  background-size: 31px 28px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .section-mission a.hospital {
    background-image: url(../images/section-hospital@2x.png);
  }
}
/*----- Footer -----*/
.footer {
  width: 100%;
  background: #ec6e46;
  margin-top: -1px;
  padding: 28px 0;
  text-align: center;
}

.footer .footer-body {
  min-height: 80px;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer .footer-inner-white {
  margin: 0;
  padding: 1.6em 1.6em;
  background: #ffffff;
  border-radius: 30px;
}

.footer .footer-tel {
  margin: 0;
}

.footer .footer-tel strong {
  font-size: 133.33%;
  display: block;
}

.footer .footer-tel .tel-link {
  margin: 0 0 10px 0;
  max-width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer .footer-body {
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer .footer-inner-white {
    padding: 1.4em 1.4em;
    border-radius: 28px;
  }
}
@media (max-width: 540px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer .footer-body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer .footer-inner-white {
    padding: 1.2em 1.2em;
    border-radius: 16px;
  }
}
/* Button */
.footer .footer-btn ul.footer-btn-illust {
  margin: 0 auto 0.8em auto;
  width: 100%;
  max-width: 940px;
  letter-spacing: -0.5em;
}

.footer .footer-btn ul.footer-btn-illust li {
  display: inline-block;
  padding-bottom: 0.3em;
  width: 25%;
}

.canc-library .footer .footer-btn ul.footer-btn-illust {
  width: 75%;
}

.canc-library .footer .footer-btn ul.footer-btn-illust li {
  width: 33.333%;
}

.home .footer .footer-btn ul li.home,
.canc-work .footer .footer-btn ul li.canc-work,
.canc-salon .footer .footer-btn ul li.canc-salon,
.canc-lecture .footer .footer-btn ul li.canc-lecture,
.canc-basic .footer .footer-btn ul li.canc-basic {
  display: none;
}

.footer .footer-btn ul.footer-btn-illust li a img {
  width: 88%;
  height: auto;
  vertical-align: top;
}

.footer .footer-btn ul.footer-btn-text {
  max-width: 100%;
  margin: 0 auto 1.2em auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}
.footer .footer-btn ul.footer-btn-text li {
  padding: 0 0.8em 0.5em 0.8em;
  text-align: center;
}
.footer .footer-btn ul.footer-btn-text li.canc-library {
  width: 100%;
}
.footer .footer-btn ul.footer-btn-text li a img {
  width: auto;
  height: 26px;
  vertical-align: top;
}

@media (max-width: 640px) {
  .footer .footer-btn ul.footer-btn-illust {
    margin-bottom: 0.6em;
  }
  .canc-library .footer .footer-btn ul.footer-btn-illust {
    width: 100%;
  }
  .footer .footer-btn ul.footer-btn-illust li,
  .canc-library .footer .footer-btn ul.footer-btn-illust li {
    width: 50%;
    max-width: 200px;
  }
  .footer .footer-btn ul.footer-btn-text {
    display: inline-block;
    margin: 0 auto 1.2em auto;
    /*-webkit-flex-direction: column;
    flex-direction: column;*/
  }
  .footer .footer-btn ul.footer-btn-text li {
    text-align: left;
    padding: 0 0 0.5em 0;
  }
  .footer .footer-btn ul.footer-btn-text li a img {
    height: 26px;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .footer .footer-btn ul.footer-btn-text li a img {
    height: 20px;
  }
}
.footer .page-top {
  width: 60px;
  height: 60px;
  z-index: 10;
  position: fixed;
  bottom: 28px;
  right: 28px;
}

.footer .page-top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/footer-nav-page-top.png);
  background-size: cover;
  text-indent: -9999px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.footer .page-top a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .footer .page-top a {
    background-image: url(../images/footer-nav-page-top@2x.png);
    background-size: cover;
  }
}
@media (max-width: 760px) {
  .footer .page-top {
    bottom: 22px;
    right: 22px;
  }
}
@media (max-width: 640px) {
  .footer .page-top {
    bottom: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
  }
  .footer .page-top a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 420px) {
  .footer .page-top {
    bottom: -100px;
    right: -100px;
  }
}
.footer .footer-nav-utility {
  display: inline-block;
  margin: 1.2em auto 0.4em auto;
}

.footer .footer-nav-utility ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  text-align: left;
}

@media (max-width: 640px) {
  .footer .footer-nav-utility ul { /* Safari */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer-nav-utility li {
  margin: 0 0.4em;
  padding-bottom: 0.4em;
}

.footer .footer-nav-utility a {
  padding: 1px 0px 1px 17px;
  background: url(../images/footer-nav-nav-utility-link.png) no-repeat 0px center;
  color: #ffffff;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .footer .footer-nav-utility a {
    background-image: url(../images/footer-nav-nav-utility-link@2x.png);
    background-size: 14px 14px;
  }
}
.footer .footer-copyright {
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #ffffff;
}