body {
  font-family: Arial, sans-serif;
  width: 100%;
  margin: auto;
  background: #f9f9f9;
}

.header a {
  font-family: sans-serif;
  text-decoration: none;
}

.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    right: 30px;
    top: 30px;
    position: absolute;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}

.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #172e59;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #172e59;
}

.item {
  width: 90%;
  margin: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.item h3 {
  text-align: center;
  margin-top: 5px;
  color: #00608d;
  padding-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  white-space: pre-line;
}

.item p {
  color: darkslategrey;
  line-height: 1.4;
  white-space: pre-line;
}

.item a{
  color: #1995AD;
  text-decoration: none;
}

.item a:hover{
  cursor: pointer;
  text-decoration: none;
}

.header {
  position: relative;
  height: 120px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 9999;
  width: 100%;
  visibility: visible;
}

#change{
  text-align: center;
}

h1{
  left: 30px;
}

h1, h1 a {
  position: relative;
  text-align: left;
  margin: 0;               /* remove auto margin to avoid centering */
  font-size: 60px;
  color: khaki;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1995AD;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.title_link:hover {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.header h1 a {
  display: block;
  text-align: left;
  color: inherit;
  text-decoration: none;    /* added missing semicolon here */
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: relative;
}

h2{
  padding-top: 15px;
  position: relative;
  text-align: left;
  left: 30px;
  margin: auto;
  color: #00608d;
  font-size: 20px;
}

#theme{
  margin-top: 40px;
}

h4{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #00608d;
  font-size: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

#theme h5{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #00608d;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 40px;
}

.square-container {
  display: flex;
  flex-wrap: wrap;          /* Allow wrapping to multiple rows */
  gap: 10px;                /* Space between squares */
  justify-content: center;  /* Center the squares horizontally */
  max-width: 340px;         /* Limit width so only two squares fit per row (2 * 150px + gaps) */
  margin: 20px auto; 
  font-size: 15px;
  font-weight: lighter;
}

.square {
  width: 150px;
  height: 30px;
  padding: 0 10px; 
  background-color: #00608d;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-weight: bold;
  border-radius: 6px;
  color: white;
}

#teladdress{
  font-size: 24px;
}

#teladdress, #teladdress:hover{
  color: #1995AD;
  cursor: pointer;
  text-decoration: none
}

#tel{
  margin: auto;
  margin-top: 40px;
  width: 260px;
  height: 40px;
  background-color: khaki;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#line_button{
	margin-top: 30px;
	text-align: center
}

#prescription, #notice, #about{
  width: 90%;
  margin: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

h6, {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
}

#blue_title, #yellow_title{
  color: #00608d;
}

p{
  margin-right: auto;
  margin-left: auto;
  color: darkslategrey;
}

#notice p{
  text-align: center;
}

#textbox1 p, #textbox1 ol{
  text-align: left;
}

#textbox1, #textbox3, #fax, #epark, #curon, #line, #notice{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

#fax, #epark, #curon, #line{
  width: 305px;
}

#textbox3{
  width: 300px;
  padding-bottom: 10px;
  position: center;
}

#link, #h5{
  display: inline-block;
}

#prescription h5, #about h5{
  color: #00608d;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-right: 10px;
}

#prescription a{
  color: #1995AD;
}

#about a, #about p{
  color: #1995AD;
}

#timetable{
  color: #1995AD;
  width: 210;
  margin-right: auto;
  margin-left: auto;
}

#timetable td{
  border-left: 20px solid White;
  border-right: 20px solid White;
}

#prescription, #notice, #about{
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

ul{
  list-style-type: disc;
}

.container{
  position: sticky;
  z-index: 0;
  justify-content: center;
  max-width: 540px;
  padding-top: 20px;
}

iframe{
	width: 90%;
  height: 300px;
  margin: auto;
}

#blank{
  margin-top: 15px
}