@charset "utf-8";
.head-ttl-wrap{
  text-align: center;
  background-color: transparent;
}
.head-ttl{
  color: #754c24;
  line-height: 1.2;
}
.head-ttl-sub{
  font-size: 1.6rem;
  margin-top: 4px;
}
.head-subttl{
  margin-bottom: 3rem;
}
.head-subttl span{
  font-size: 0.875rem;
  min-width: 101px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  line-height: 1;
  padding: 0 10px;
  background: #754c24;
}
.bg-lightyellow {
  background: #fbfaed;
}
.text-sepia {
  color: #754c24;
}
.text-pink {
  color: #ed7479;
}
.font-weight-medium {
  font-weight: 500;
}
.size-18 {
  font-size: 1.125rem;
  line-height: 1.3;
}
.size-19 {
  font-size: 1.1875rem;
  line-height: 1.3;
}
.guide-topbox-pc {
  background: url(./images/guide-top.png) no-repeat top right/80%;
  height: 700px;
}
.guide-innerbox {
  top: 40%;
}
.guide-eye-catching {
  font-size: 2rem;
}
.guide-innerbox p {
  font-size: 1rem;
  line-height: 2;
}
.guide-access-box {
  border: 5px solid rgba(239, 203, 193, 0.5);
  border-radius: 10px;
}
p.guide-consul {
  font-size: 1.4rem;
  font-weight: bold;
}
.guide-tel {
  font-size: 3rem;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
.guide-tel::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 47px;
  background: url(./images/common/tel-pink.png) no-repeat center center/contain;
}
p.guide-address {
  font-size: 1.1rem;
}
.google_map{
  position:relative;
  width:100%;
  height:0;
  padding-top:75%;
}
.google_map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.guide-small-menu-outer {
  justify-content: center;	
}
.guide-small-menu-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 14%;
  flex: 0 0 14%;
}
.guide-small-menu-wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.guide-small-menu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #563904;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #563904;
  font-size: 1.1rem;
  font-weight: 500;
  transition: 0.3s;
}
/*.guide-small-menu::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 1px #563904;
  border-right:  solid 1px #563904;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: calc(50% - 5px);
  color: #563904;
}*/
.guide-small-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #563904 transparent transparent transparent;
  bottom: 10px;
}
a.guide-small-menu:hover{
  border: 1px solid #ed7479;
  background: #ed7479;
  color: #FFFFFF;
  opacity: 1;
}
a.guide-small-menu:hover::after{
  border-color: #FFFFFF transparent transparent transparent;
}
.clinical-departments-label {
  text-align: center;
}
.clinical-departments-label > span {
  font-size: 1.125rem;
  padding: 0 20px;
  font-weight: 500;
  display: inline-block;
  margin: 4px 5px;
  border: 1px solid #cccccc;
  min-width: 130px;
  height: 32px;
}
.bg-babygreen {
  background: #ecfff0;
}
.bg-babyyellow {
  background: #ffecb6;
}
.bg-babypink {
  background: #ffdde8;
}
.bg-babyyellowgreen {
  background: #f0ffc5;
}
.bg-babyviolet {
  background: #e7dcff;
}
.bg-babyblue {
  background: #d0e6fa;
}
.guide-prof {
  font-size: 1rem;
  line-height: 1.75;
  text-align: center;
}
.guide-prof-tel {
  position: relative;
  padding-left: 1rem;
}
.guide-prof-tel::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url(./images/guide/tel-small.png) no-repeat center center/contain;
  width: 11px;
  height: 15px;
}
.facility-list-wrap {
  background: #FCEAEB;
  display: flex;
  text-align: center;
}
.facility-list-1, .facility-list-2 {
  width: 30%;
  border-right: 1px solid #ED7479;
}
.facility-list-3 {
  width: 40%;
}
.facility-list-1, .facility-list-2, .facility-list-3 {
  padding: 63px 15px;
}
.facility-list-1 img {
  width: 60px;
}
.facility-list-2 img {
  width: 76px;
}
.facility-list-3 img {
  width: 145px;
}
.facility-icon-wrap {
  height: 90px;
}
.facility-list-title {
  font-size: 1.5625rem;
  color: #754C24;
  font-weight: 500;
}
.facility-list-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  text-align: left;
}
.facility-list-wrap ul li {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.facility-list-wrap ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border-right: 1px solid #ED7479;
  border-bottom: 1px solid #ED7479;
  transform: rotate(45deg);
}
.facility-list-wrap ul li a {
  color: #333333;
}
.guide-box {
  border: 1px solid #000;
  padding-bottom: 15px;
}
.facility-name {
  font-size: 1.56rem;
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
}
.guide-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 168px;
  height: 34px;
  border-radius: 19px;
  padding: 0 32px;
  background-color: #FFFFFF;
  border: 1px solid #808080;
  font-weight: 500;
  font-size: 1.06‬rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s;
}
.guide-box a::after {
  content: '▶';
  font-family: YuGothic, 'Yu Gothic' , '游ゴシック', 'Helvetica Neue' , 'Hiragino Sans','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro' , 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', -apple-system, BlinkMacSystemFont, sans-serif;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 11px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.guide-box a:hover{
  border: 1px solid #ed7479;
  background: #ed7479;
  color: #FFFFFF;
  opacity: 1;
}
.guide-box a:hover::after{
  border-color: #FFFFFF transparent transparent transparent;
}
.border-wave {
  width: 100%;
  display: block;
}
.guide-catch {
  font-size: 1.4375rem;
  padding: 3px 15px;
  display: inline-block;
  color: #FFFFFF;
  background: #ed7479;
  position: relative;
  top: -20px;
}
.guide-abel-subtitle {
  position: relative;
}
.guide-abel-subtitle span {
  padding: 0 15px;
  background: #FFFFFF;
  position: relative;
}
.bg-lightyellow .guide-abel-subtitle span {
  background: #fbfaed;
}
.guide-abel-subtitle::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #754c24;
}
.guide-map iframe {
  width: 100%;
  height: 260px;
}
a.to-detail-bt-sepia {
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 46px 8px 32px;
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 168px;
  border-radius: 17px;
  transition: 0.3s;
  border: 1px solid #754c24;
  color: #754c24;
}
a.to-detail-bt-sepia::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7.8px;
  border-color: transparent transparent transparent #754c24;
}
.to-detail-bt-sepia:hover {
  color: #FFFFFF;
  background: #ed7479;
  border: 1px solid #ed7479;
  opacity: 1;
}
.to-detail-bt-sepia:hover::before {
  border-color: transparent transparent transparent #FFFFFF;
}
.top-bottom-pinkborder {
  border-top: 1px solid #ed7479;
  border-bottom: 1px solid #ed7479;
}
.size-22 {
  font-size: 1.375rem;
}
.size-28 {
  font-size: 1.75rem;
}
.fade_in1, .fade_in2, .fade_in3, .fade_in4, .fade_in5, .fade_in6 {
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}
.fade_in1 {
  transition: all 0.4s 0s ease;
}
.fade_in2 {
  transition: all 0.4s 0.3s ease;
}
.fade_in3 {
  transition: all 0.4s 0.6s ease;
}
.fade_in4 {
  transition: all 0.4s 0.9s ease;
}
.fade_in5 {
  transition: all 0.4s 1.2s ease;
}
.fade_in6 {
  transition: all 0.4s 1.5s ease;
}
.fade_in1-active, .fade_in2-active, .fade_in3-active, .fade_in4-active, .fade_in5-active, .fade_in6-active {
  visibility: visible; transform: translateY(0px);
  opacity: 1;
}

ul.worries {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  height: 474px;
}
ul.worries li {
  font-size: 1.06rem;
  line-height: 1.47;
  letter-spacing: 0.05em;
  color: #754c24;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #faeeeb;
  box-shadow:0px 0px 13px 13px rgba(255,255,255,1) inset;
  position: absolute;
}
ul.worries li:nth-child(1) {
  bottom: 0;
  left: 0;
}
ul.worries li:nth-child(2) {
  top: 0;
  left: 17%;
}
ul.worries li:nth-child(3) {
  top: 0;
  right: 17%;
}
ul.worries li:nth-child(4) {
  bottom: 0;
  right: 0;
}
figure.whatis-wrap {
  margin-top: -322px;
  position: relative;
}
ul.about-contact {
  list-style: none;
  padding-left: 0;
  margin: 35px 0;
}
ul.about-contact li {
  border-left: 1px solid #ED7479;
}
ul.about-contact li:last-child {
  border-right: 1px solid #ED7479;
}
ul.about-contact li a.about-contact-tel, ul.about-contact li span {
  font-size: 1.5625rem;
}
ul.about-contact li a, ul.about-contact li span {
  color: #ED7479;
  font-weight: 700;
  display: block;
}
ul.about-contact li img {
  display: inline-block;
  margin-bottom: 10px;
}
ul.about-contact li a.about-contact-mail {
  font-size: 1.125rem;
  padding-top: 5px;
}
@media all and (max-width: 1199px) {
  figure.whatis-wrap {
    margin-top: -297px;
}
ul.worries {
  height: 432px;
}
  ul.worries li {
    width: 220px;
    height: 220px;
}
}

@media all and (max-width: 991px) {
  .title-40 {
    font-size: 1.9rem;
    letter-spacing: 0.07em;
}
  figure.whatis-wrap {
    margin-top: -180px;
}
ul.worries {
  height: 394px;
}
  ul.worries li {
    width: 200px;
    height: 200px;
}
}

@media all and (max-width: 767px) {
  ul.worries li {
    width: 180px;
    height: 180px;
    font-size: 14px;
    letter-spacing: 0;
}
ul.worries {
  height: 350px;
}
ul.worries li:nth-child(3) {
  right: 13%;
}
ul.about-contact li a.about-contact-mail {
  font-size: 1rem;
  padding-top: 6px;
}
}

@media all and (max-width: 575px) {
  figure.whatis-wrap {
    margin-top: 0;
}
ul.worries {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
  ul.worries li {
    position: static;
    max-width: 50%;
}
.head-subttl {
  margin-bottom: 2rem;
}
ul.about-contact li:not(:last-child) {
  border-bottom: 1px solid #ED7479;
}
ul.about-contact li {
  border-left: none;
}
ul.about-contact li:last-child {
  border-right: none;
}
.guide-catch {
  font-size: 1.125rem;
}
}
@media (max-width: 480px){
  .title-40 {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

/* コンポーネント１の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //コンポーネント１の記述 */

/* コンポーネント２の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //コンポーネント２の記述 */


/* セクション１の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション１の記述 */

/* セクション２の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション２の記述 */

/* セクション３の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}