
body {
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
  text-decoration: none;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Shin Maru Go Regular", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #68A4C4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 86px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #459B9B;
}

#header.header-transparent {
  background: #97D5F4;
}

#header.header-scrolled {
  background: rgba(170, 211, 242, 0.85);
  height: 86px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

#main {
  margin: 0;
}

@media screen and (max-width: 480px) {
  #header {
    height: 76px;
  }
  #header.header-scrolled {
    height: 76px;
  }
  #header .logo img {
    max-height: 42px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 16px;
  color: #0A4765;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0D6289;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #446699;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #446699;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(170, 211, 242, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 58px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 20px 15px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  color: #1e4356;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #68A4C4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 102vh;
  overflow: hidden;
  position: relative;
  background: #DCEFF7;
}

#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: url("../img/top-img.jpg") center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.4);
}


#hero .carousel-container {
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 300px;
  width: 100%;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: "Hiragino Maru Gothic W4 JIS2004", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  text-shadow:
  #2A2A2A 1px 1px 7px, #2A2A2A -1px 1px 7px,
  #2A2A2A 1px -1px 7px, #2A2A2A -1px -1px 7px;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
}
@media screen and (max-width: 959px) {
  #hero {
    height: 80vh;
    background: #DCEFF7;
  }
  #hero::after {
    left: 50%;
    top: 0;
    height: 95%;
    background: linear-gradient(to top, rgba(224, 238, 246, 0.25), rgba(30, 67, 86, 0.1)), url("../img/951px.jpg") center bottom no-repeat;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero h2 {
    font-size: 28px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #hero {
    height: 88vh;
    background: #DCEFF7;
  }
  #hero::after {
    left: 50%;
    top: 0;
    height: 95%;
    background: linear-gradient(to top, rgba(224, 238, 246, 0.25), rgba(30, 67, 86, 0.1)), url("../img/481px.jpg") center bottom no-repeat;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero .carousel-container {
    margin-top: 200px;
  }
  #hero h2 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #DCEFF7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #68A4C4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title img {
  text-align: center;
  padding-bottom: 10px;
  max-height: 74px;
}

.section-title h4 {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}

.section-title p {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .section-title h4 {
      font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  min-height: 40px;
  margin-top: 90px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  font-size: 14px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# 院長あいさつ
--------------------------------------------------------------*/
.greeting .greeting-box {
  padding: 50px 30px 30px 60px;
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.greeting .icon-box {
  padding-bottom: 20px;
  align-items: center;
}

.greeting .icon-box h3.title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
}

.greeting .icon-box .description {
  line-height: 30px;
  font-size: 18px;
}

.greeting .img-box {
  padding-bottom: 20px;
  text-align: center;
}

.greeting .img-box .pic {
  overflow: hidden;
  width: 230px;
  border-radius: 50%;
  border: 3px solid #7AC7FF;
  margin: 0 auto 10px auto;
}

.greeting .img-box p {
  font-size: 18px;
  text-align: center;
}
.greeting .img-box p span {
  font-size: 16px;
  text-align: center;
}

.greeting h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
.greeting ul {
  list-style: none;
  padding: 0;
}

.greeting ul li {
  padding-bottom: 5px;
  font-size: 16px;
  font-family: "UD Shin Go Regular", sans-serif;
}

.greeting p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .greeting .greeting-box {
    padding: 30px 20px 30px 20px;
  }
  .greeting .icon-box h3.title {
    font-size: 26px;
  }
  .greeting .icon-box .description {
    font-size: 16px;
  }
  .greeting h4 {
    font-size: 20px;
  }
  .greeting ul li {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
/*--------------------------------------------------------------
# 訪問診療
--------------------------------------------------------------*/
.visit {
  background: linear-gradient(rgba(40, 58, 90, 0.8), rgba(40, 58, 90, 0.2)), url("../img/visit-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.visit h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-shadow:
  #424242 1px 1px 7px, #424242 -1px 1px 7px,
  #424242 1px -1px 7px, #424242 -1px -1px 7px;
}
.visit h3 span {
  color: #FF9BAD;
}
.visit p {
  padding: 14px 0;
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 18px;
  color: #fff;
}
.visit .box-01 {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background: linear-gradient(rgba(237, 185, 42, 0.95), rgba(237, 185, 42, 0.6));
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  text-align: center;
  border-radius: 20px;
  max-height: 292px;
}

.visit .box-01  h4 {
  margin-bottom: 30px;
  color: #333;
  font-size: 30px;
  font-weight: 700;
}

.visit .box-01 ul {
  list-style: none;
  padding: 0;
}

.visit .box-01 ul li {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
}
.visit .content h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.visit .content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
}

.visit .content table th {
  padding: 6px 0;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 17px;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}
.visit .content table td {
  font-family: "Shin Maru Go Regular", sans-serif;
  padding: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #fff;
}

.visit .area img {
  max-height: 380px;
}

.visit .tel-btn {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

.visit .tel-btn:hover {
  background: #47b2e4;
  border: 3px solid #47b2e4;
}

@media (max-width: 1024px) {
  .visit {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1440px) {
  .visit .box-01 {
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;
  }
  .visit .box-01 h4 {
     font-size: 28px;
  }
  .visit .box-01 ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .visit h3 {
    font-size: 44px;
  }
  .visit .box-01 {
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;
  }
  .visit .area {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .visit h3 {
    font-size: 33px;
    text-align: left;
  }
  .visit p {
    font-size: 16px;
    text-align: left;
  }
  .visit .box-01 {
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;
  }
  .visit .box-01  h4 {
    font-size: 28px;
  }
  .visit .box-01 ul li {
    font-size: 18px;
  }
  .visit .area {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# 診療案内
--------------------------------------------------------------*/
.medical-info {
  padding: 60px 0 20px 0;
  background: #FFFFF0;
}
.medical-info h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.medical-info .icon-box {
  padding: 50px 20px 0 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 330px;
  position: relative;
  background: #FFF6B5;
  border-radius: 16px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.medical-info .icon {
  position: absolute;
  top: -30px;
  left: calc(50% - 120px);
  transition: 0.2s;
  border-radius: 50px;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 240px;
  height: 65px;
  background: #ff5821;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.medical-info .title {
  font-weight: 700;
  margin-top: 5px;
  font-size: 26px;
  text-transform: uppercase;
}
.medical-info .title a {
  color: #560F1C;
}
.medical-info .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #ff5821;
}
.medical-info .icon-box:hover .icon i {
  color: #ff5821;
}
.medical-info .icon-box:hover .title a {
  color: #ff5821;
}
.medical-info .description {
  margin-top: 20px;
}
.medical-info p {
  line-height: 26px;
  font-size: 16px;
  text-align: left;
}
.medical-info .content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  width: 100%;
}

.medical-info .content table th {
  border: 1px solid #454545;
  padding: 6px 0;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 18px;
  color: #333;
  text-align: center;
  background: #fff;
}
.medical-info .content table td {
  font-family: "Shin Maru Go Regular", sans-serif;
  padding: 16px 0;
  border: 1px solid #454545;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #002B56;
  background: #BFDFFF;
}
.medical-info .content table td.closed {
  color: #A80020;
  background: #FFD3DA;
}
.medical-info .content table td.outpatient {
  color: #2B4C26;
  background: #DAFFD3;
}
.medical-info .content table span {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 18px;
  white-space: nowrap;
  color: #A80020;
}
.medical-info .content table td.hour {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
  color: #333;
  background: #F2F2FF;
}
.medical-info .content ul {
  list-style: none;
  padding: 0;
}
.medical-info .content ul li {
  font-size: 18px;
  color: #774234;
  padding-bottom: 3px;
  padding-left: 6px;
}

@media screen and (max-width: 480px) {
  .medical-info .content .disp {
    display: none !important;
  }
  .medical-info .content table td {
    font-size: 14px;
    padding: 6px;
  }
  .medical-info .content table td.hour {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# 診療科目
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
  background: #FFFFF0;
}

.services .icon-box {
  padding: 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(126, 125, 120, 0.3);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #BFDDED;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 2px dotted #83BDDC;
}

.services .icon i {
  font-size: 44px;
  line-height: 1;
  color: #83BDDC;
}

.services .title {
  font-family: "UD Shin Go Medium", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 0;
}
.services .services-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.services .services-title img {
  text-align: center;
  padding-bottom: 10px;
  max-height: 92px;
}

.services .services-title h4 {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}

/*--------------------------------------------------------------
# 院内紹介
--------------------------------------------------------------*/
.photograph .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.photograph .member-02 {
  text-align: center;
  margin-bottom: 20px;
}
.photograph .member-02 img {
  margin-top: 20px;
}
.photograph .member .member-img {
  position: relative;
  overflow: hidden;
}
.photograph .member .member-info {
  padding: 10px 15px;
}
.photograph .member .member-info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  color: #473d3a;
}
.photograph .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #989595;
}
.photograph .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}
.photograph .member:hover .social {
  opacity: 1;
}
/*--------------------------------------------------------------
# Q&A
--------------------------------------------------------------*/
.flow .flow-box {
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 102, 0.3);
  padding: 30px 20px;
  background: #fff;
}
.flow .qa-box-01 {
  padding-bottom: 10px;
}
.flow .qa-box-02 {
  padding-bottom: 20px;
}
.flow .q-box {
  width: 56px;
  text-align: center;
}
.flow .circle-q {
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
  font-family: 'Kosugi Maru', sans-serif;
  border-radius: 50%;
  text-align: center;
  background: #3164B7;
  color: #ffffff;
  line-height: 38px;
}
.flow .circle-a {
  width: 40px;
  height: 40px;
  font-size: 1.7rem;
  font-family: 'Kosugi Maru', sans-serif;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #D4003A;
  line-height: 31px;
  border: 3px solid #D4003A;
}
.flow h4 {
  font-size: 22px;
  color: #E54132;
  margin-top: 6px;
  font-weight: bold;
}
.flow p {
  font-size: 18px;
}
.flow p:last-child {
  margin-bottom: 0;
}
.flow ul {
  list-style: none;
  padding: 0;
}
.flow ul li {
  margin: 4px 0;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .flow .flow-box {
    padding: 20px 15px;
  }
  .flow .circle-q {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 32px;
  }
  .flow .circle-a {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 27px;
  }
  .flow .q-box {
    width: 50px;
    text-align: center;
  }
  .flow h4 {
    font-size: 20px;
    font-weight: bold;
  }
  .flow p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  margin: 0 auto;
}
.features h3 {
  font-weight: 400;
  font-size: 24px;
}


.features ul {
  list-style: none;
  padding: 0;
}

.features ul li {
  padding-bottom: 10px;
}

.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  padding: 20px 20px 30px 20px;
  margin: 0;
}

.contact .info-box h2.logo {
  text-align: center;
  padding: 20px 0 30px 0;
  margin: 0 auto;
}

.contact .info-box h2 img {
  max-height: 90px;
}

.contact .info-box h3 {
  font-size: 19px;
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #444;
  padding-bottom: 2px;
  margin: 0 auto;
}

.contact .info-box .tel {
  font-size: 18px;
  color: #444;
  padding: 0 0 8px 0;
}

.contact .info-box .tel i {
  font-size: 26px;
  color: #2B749B;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #2B749B;
}

.contact .info-box .tel span {
  font-size: 28px;
  color: #2B749B;
  padding: 8px;
}

.contact .info-box .tel-btn {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 auto;
  border: 1px solid #76A368;
  color: #fff;
  background: #51A538;
}

.contact .info-box p {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

.contact .info-box .insta {
  padding: 20px 0 0 0;
  text-align: center;
  margin: 0 auto;
}

.contact .info-box .insta img {
  max-height: 60px;
}

.contact .info-box .map {
  padding: 0;
  margin-bottom: -6px;
}

.contact .info-box .map iframe {
  width: 100%;
  height: 380px;
}



@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# 意思決定支援に関する指針
--------------------------------------------------------------*/
.guideline {
  padding: 60px 0;
}

.guideline h2 {
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 30px;
  padding: 10px 0 30px 0;
  text-align: center;
}

.guideline h3 {
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 22px;
  padding: 10px 0 6px 0;
  line-height: 1.3;
  margin: 0 auto;
}
.guideline p {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.guideline ul {
  list-style: none;
  padding: 0;
}

.guideline ul li {
  padding-bottom: 6px;
}

.guideline h4 {
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 20px;
  padding: 10px 0 6px 0;
  line-height: 1.3;
  margin: 0 auto;
}


@media screen and (max-width: 480px) {
  .guideline h2 {
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    padding: 0 0 30px 0;
  }
  .guideline h3 {
    font-size: 18px;
  }
  .guideline p {
    font-size: 14px;
  }
  .guideline ul li {
    font-size: 14px;
  }
  .guideline h4 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2389BC;
  padding: 0 0 10px 0;
}

#footer .footer-top {
  background: #E5F3FA;
  border-top: 1px solid #D0E1EA;
  border-bottom: 1px solid #D0E1EA;
  padding: 60px 0 30px 0;
}

#footer .footer-top .info-box {
  color: #444;
  text-align: center;
  padding: 20px 20px 30px 20px;
  margin: 0;
}

#footer .footer-top .info-box h2.logo {
  text-align: center;
  padding: 20px 0 30px 0;
  margin: 0 auto;
}

#footer .footer-top .info-box h2 img {
  max-height: 90px;
}

#footer .footer-top .info-box h3 {
  font-size: 19px;
  font-family: "Shin Maru Go Regular", sans-serif;
  color: #444;
  padding-bottom: 2px;
  margin: 0 auto;
}

#footer .footer-top .info-box .tel {
  font-size: 18px;
  color: #444;
  padding: 0 0 8px 0;
}

#footer .footer-top .info-box .tel i {
  font-size: 26px;
  color: #2B749B;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #2B749B;
}

#footer .footer-top .info-box .tel span {
  font-size: 28px;
  color: #2B749B;
  padding: 8px;
}

#footer .footer-top .info-box .tel-btn {
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 auto;
  border: 1px solid #76A368;
  color: #fff;
  background: #51A538;
}

#footer .footer-top .info-box p {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#footer .footer-top .info-box .insta {
  padding: 20px 0 0 0;
  text-align: center;
  margin: 0 auto;
}

#footer .footer-top .info-box .insta img {
  max-height: 60px;
}

#footer .footer-top .info-box .map {
  padding: 0;
  margin-bottom: -6px;
}

#footer .footer-top .info-box .map iframe {
  width: 100%;
  height: 380px;
}

#footer .copyright {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 20px 0 10px 0;
}

@media screen and (max-width: 480px) {
  #footer .footer-top {
    padding: 30px 0 20px 0;
  }
  #footer .footer-top .info-box {
    padding: 10px 0 30px 0;
  }
  #footer .footer-top .info-box h2.logo {
    padding: 10px 0 20px 0;
  }
  #footer .footer-top .info-box h3 {
    font-size: 14px;
  }
  #footer .footer-top .info-box .tel {
    font-size: 15px;
    color: #444;
    padding: 0 0 8px 0;
  }

  #footer .footer-top .info-box .tel i {
    font-size: 18px;
    color: #2B749B;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #2B749B;
  }

  #footer .footer-top .info-box .tel span {
    font-size: 20px;
    color: #2B749B;
    padding: 8px;
  }
  #footer .copyright {
    font-size: 12px;
  }
}
