@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type=
],input[type=
],input[type=
] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width: auto;
box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: #555555;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-wrap: break-word; 
}
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
img {
	vertical-align:top;
}
*, *:before, *:after {
  box-sizing: border-box;
  }
/* -------------------- 
Base
-------------------- */

/* ============== PC・SP 改行 ============== */
@media screen and (min-width: 830px) {
  .br-sp {
    display: none;
  }}
@media screen and (max-width: 831px) {
  .br-pc {
    display: none;
  }}
  /* ============== PC・SP 表示切替（1400px） ============== */
@media screen and (max-width: 1400px) {
  .pc14 {
    display: none;
  }}
@media screen and (min-width: 1401px) {
  .sp14 {
    display: none;
  }}
/* ============== PC・SP 表示切替（1110px） ============== */
@media screen and (max-width: 1280px) {
  .pc12 {
    display: none;
  }}
@media screen and (min-width: 1281px) {
  .sp12 {
    display: none;
  }}
/* ============== PC・SP 表示切替（992px） ============== */
@media screen and (max-width: 992px) {
  .pc9 {
    display: none !important;
  }}
@media screen and (min-width: 993px) {
  .sp9 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（830px） ============== */
@media screen and (max-width: 830px) {
  .pc8 {
    display: none !important;
  }}
@media screen and (min-width: 831px) {
  .sp8 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（576px） ============== */
@media screen and (max-width: 630px) {
  .pc6 {
    display: none !important;
  }}
@media screen and (min-width: 631px) {
  .sp6 {
    display: none !important;
  }}
/* ============== PC・SP 表示切替（480px） ============== */
@media screen and (max-width: 480px) {
  .pc4 {
    display: none !important;
  }}
@media screen and (min-width: 481px) {
  .sp4 {
    display: none !important;
  }}
/* adobe_fonts */
html {
  font-family: "vdl-v7marugothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* header */
#navArea {
  display: none;
}
h1,h2,h3,h4,h5 {
 color: #555555;
}

  p, li, a {
  font-size: clamp(1rem, 0.821rem + 0.36vw, 1.25rem);
  letter-spacing: 3px;
  color: #555555;
  }
  /* 20px */
  .p20 {
    font-size: clamp(1.125rem, 1.036rem + 0.18vw, 1.25rem);
  }
   /* 23px */
   .p23 {
    font-size: clamp(0.938rem, 0.76rem + 0.68vw, 1.438rem);
  }
  /* 25px */
  .p25 {
    font-size: clamp(1.25rem, 1.027rem + 0.45vw, 1.563rem);
    line-height: 55px;
  }
  /* 30px */
  .p30 {
    font-size: clamp(1.563rem, 1.339rem + 0.45vw, 1.875rem);
    line-height: 65px;
  }
  /* 35px */
  .p35 {
    font-size: clamp(1.563rem, 1.116rem + 0.89vw, 2.188rem);
    font-weight: 500;
  }
  /* 40px */
  .p40 {
    font-size: clamp(1.75rem, 1.214rem + 1.07vw, 2.5rem);
  }
  /* 45px */
  .p45 {
    font-size: clamp(1.875rem, 1.205rem + 1.34vw, 2.813rem);
  }
  /* 50px */
  .ttl_font {
    font-size: clamp(1.875rem, 1.205rem + 1.34vw, 2.813rem);
  }
  :root {
    --blue: #3c91c9;
    --beige: #FFF0D6;
    --beige2: #FFF6E6;
    --bg: #F1F8FF;
    --bg2: #DBE8FB;
    --shadow01: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    --shadow02: 10px 10px 1px var(--beige);
    --shadow03: 23px 15px 1px var(--blue);
    --shadow04: 3px 3px 5px rgba(83, 83, 83, 0.45);
}
/* グローバル設定 */
body {
  background-color: var(--bg2);
  box-sizing: border-box;
}
ul {
  text-indent: -1rem;
  padding-left: 1rem;
}
table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
  text-align: center;
  margin: 20px auto;
  border: 1px solid var(--blue);
}
th, td {
  padding: 10px;
}
th {
  background-color: #f8e9d1;
  font-weight: bold;
}
td {
  background-color: #ffffff;
}
.closed {
  color: #888888;
}
.line {
  display: inline;
  background: linear-gradient(transparent 70%, var(--beige) 70%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.blue {
  color: #3c91c9;
  font-weight: 600;
}
.container {
  width: 95%;
  margin: 0 auto;
}
/* fede効果 */
.fede-box {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s ease-out;
}
.fade-r, .fade-l, .fade-t, .fade-b, .fade-c {
  opacity: 0;
  transition: all 0.8s ease-out;
}
/* --------------------------------------------------
   セクション：最新情報
-----------------------------------------------------*/
.section01.top_news {
  margin-top: 65px;
}
.section01.top_news .contents {
  position: relative;
}
/* 基本のnews_summary・エリア・ボックス設定 */
.news_summary {
  background-color: #fff;
  border-radius: 15% 22% 22% 9% / 31% 36% 33% 31%;
  width: 80%;
  margin: -2% auto 0;
}
.news_summary .area {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
    padding: 3rem;
}
.news_summary .area .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #555555;
    gap: 25px;
}
.news_summary .area .box .up {
    display: flex;
    align-items: center;
    width: auto;
    gap: 25px;
}
.news_summary .area .box .date {
    margin-right: 8px;
    display: inline-block;
    width: 210px;
}
.news_summary .area .box .category {
  margin: 0 auto;
}
.news_summary .area .box .ttl {
  overflow: hidden;
  width: 50%;
  text-overflow: ellipsis;
}
/* 日付、カテゴリー、タイトルの基本設定 */
.news_summary .date a,
.news_summary .category a,
.news_summary .ttl a {
  /* リンク全般のスタイル（例: 色、フォントサイズ、テキスト装飾など） */
  text-decoration: none;
  color: inherit;
}
/* カテゴリーの基本スタイル */
.news_summary .category a {
    display: inline-block;
    padding: 0.3em 0.6em;
    border-radius: 0.3em;
    background-color: var(--blue);
    color: #fff;
    width: 135px;
    text-align: center;
}
.news_summary .category.category-blog a {
}
.news_summary .category.category-information a {
}
.news_summary .category.category-topics a {
}
.news_summary .ttl a {
  margin-top: 0.5em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section01.top_news .link_btn {
  position: absolute;
  right: 6%;
  bottom: 0%;
}
/* --------------------------------------------------
   セクション：診療時間再掲
-----------------------------------------------------*/
.top_schedule table {
  border-collapse: collapse;
  text-align: center;
  margin: 20px auto;
  border: 1px solid var(--blue);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid var(--blue);
}
.top_schedule table th, table td {
  color: #555555;
}
.top_schedule table th, .top_schedule table td {
    padding: 10px 20px;
    font-size: clamp(1.25rem, 1.027rem + 0.45vw, 1.563rem);
}
@media screen and (max-width: 480px) {
  .top_schedule table th, .top_schedule table td {
    font-size: 14px;
  }
}
.top_schedule p.ex {
  text-align: center;
}
.top_schedule .name {
  text-align: center;
  font-weight: 600;
}
/* 上段（共通スケジュールテーブル） */
.top_schedule .area .up {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* 下段（医師別スケジュールテーブル） */
.top_schedule .area .down {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 30px;
}
/* --------------------------------------------------
   ヘッダーエリア
-----------------------------------------------------*/
/* ヘッダーコンテナ */
.header-container {
  width: 100%;
  padding: 1% 1% 0;
  box-sizing: border-box;
}
/* 上部（ロゴ・電話・ナビゲーション） */
.header-container .up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container .up .en span {
  color: var(--blue);
}
/* 左側：ロゴとテキスト */
.header-container .up .left {
  display: flex;
  align-items: center;
}
/* ロゴ画像用 */
.header-container .up .left > div img {
  height: 65px;
  width: auto;
  max-width: 100%;
  padding-right: 1rem;
}
/* テキスト部分 */
.header-container .up .left .txt h1 {
  text-align: center;
}
/* 右側：電話番号・ナビエリア */
.header-container .up .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-container .up .right div:first-child {
  margin-right: 10px;
}
.header-container .up .right div:first-child img {
  width: auto;
  height: 40px;
}
/* 電話アイコン画像用 */
.header-container .up .tel_img img {
  height: 50px;
  width: 100%;
}
/* 下部ナビゲーション（PC版） */
.down div ul {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin: 1.5rem 0 10px;
}
/* linkbtn */
.link_area {
  display: flex;
  justify-content: center;
}
.link_btn .btn a {
  color: #555555;
  background-color: var(--beige);
  display: inline-block;
  padding: 2rem 4rem;
  border-radius: 53% 46% 40% 63% / 62% 76% 42% 52%;
  box-shadow: var(--shadow04);
  font-weight: 700;
  transition: .3s ease-in-out;
}
.link_btn .btn a:hover {
  box-shadow: none;
}
/* --------------------------------------------------
   メインコンテンツ
-----------------------------------------------------*/

/* メインエリア */
.section_ttl {
  display: inline-block;
  padding: 4rem 5rem 4rem 3rem;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../img/bigttl_back.png');
}
.section_ttl .ttl {
  color: #fff;
  font-weight: 600;
  letter-spacing: 8px;
  text-shadow: 1px 1px 2px #555555;
}
.box_ttl {
  background-color: var(--beige);
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 5% 7% 8% 6% / 14% 15% 19% 22%;
  box-shadow: 10px 10px 1px var(--blue);
  letter-spacing: 3px;
}
/* --------------------------------------------------
各テーブル
-----------------------------------------------------*/
/* トップ：診療時間スケジュール */
.top .schedule.main_schedule {
  position: absolute;
  bottom: -1%;
  left: 3%;
}
.main_schedule table {
  border: 1px solid transparent;
  opacity: .9;
  border-collapse: collapse;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.main_schedule thead {
  background-color: var(--beige);
}
.main_schedule tbody{
  background-color: #fff;
}
.main_schedule tbody tr {
  border-bottom: 2px solid #5555554f;
}
.main_schedule tr th:first-child {
  padding: .5rem 1rem .5rem 1rem;
}
.main_schedule th {
  font-weight: 600;
  color: #555555;
  padding: 0 1rem;
}
.main_schedule td {
  font-weight: 600;
}
.main_schedule .closed, .main_schedule .open {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
table tr:not(:last-child) td {
  line-height: 1.5;
  text-align: center;
}
table tr:last-child td:first-child {
  line-height: 1.5;
  text-align: center;
}
.main_schedule table tr:last-child td:first-child {
  border-bottom-left-radius: 35px;
}
/* --------------------------------------------------
   セクション：診療時間再掲
-----------------------------------------------------*/
.top_schedule {
  margin-top: 65px;
}
.top_schedule table {
  border-collapse: collapse;
  text-align: center;
  margin: 20px auto 10px;
  border: 1px solid var(--blue);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
.top_schedule table tr .closed, .top_schedule table tr .open {
  font-weight: 900;
}
.top_schedule .table_b table {
  margin-bottom: 3px;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid var(--blue);
}
.top_schedule table th, table td {
  color: #555555;
}
.top_schedule table th, .top_schedule table td {
  padding: 10px 20px;
  font-weight: 400;
}
.top_schedule p.ex {
  text-align: center;
}
.top_schedule .name {
  text-align: center;
  font-weight: 600;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  line-height: 145%;
}
/* 上段（共通スケジュールテーブル） */
.top_schedule .area .up {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* 下段（医師別スケジュールテーブル） */
.top_schedule .area .down {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 30px;
}
/* --------------------------------------------------
   フッター
-----------------------------------------------------*/
footer {
  background: url("../img/footer_back.png") center / cover no-repeat;
  height: 100vh;
  margin-top: 85px;
}
footer .contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
footer .menu_up {
  display: flex;
  justify-content: space-evenly;
  margin-top: 25px;
}
footer .down .copy_right {
  text-align: center;
}

/* --------------------------------------------------
   メディアクエリ（例：幅830px以下）
-----------------------------------------------------*/
@media screen and (max-width: 830px) {
  header {
    height: 8vh;
  }
  #navArea {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    background-color: #ffffff;
    width: 220px;
    top: 0;
    left: -300px;
    bottom: 0;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1rem;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  .toggle-btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 3%;
    width: 30px;
    height: 30px;
    z-index: 4;
    cursor: pointer;
  }
  .toggle-btn span {
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all 0.5s;
    border-radius: 4px;
  }
  .toggle-btn span:nth-child(1) {
    top: 4px;
  }
  .toggle-btn span:nth-child(2) {
    top: 14px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle-btn span {
    background-color: #fff;
  }
  .open .toggle-btn span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle-btn span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
  .section_ttl {
    padding: 2.5rem 4rem 2.4rem 2rem;
  }
  /* topnews */
  .news_summary {
    width: 100%;
  }
  .news_summary .area .box .category {
    width: 100px;
    margin: unset;
  }
  .news_summary .area .box .date {
    width: auto;
  }
  .news_summary .area {
    gap: 8px;
    padding: 3rem 0rem;
    width: 90%;
  }
  .section01.top_news .link_btn {
    right: 1%;
    bottom: -3%;
  }
  .link_btn .btn a {
    padding: 1rem 2rem;
  }
  .news_summary .area .box {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    flex-direction: row;
  }
  .news_summary .area .box .up {
    justify-content: center;
  }
  .news_summary .area .box .ttl {
    line-height: 28px;
  }
  .top .schedule.main_schedule {
    left: 4%;
    bottom: -1%;
  }
  .main_schedule table tr:last-child td:first-child {
    border-bottom-left-radius: 25px;
  }
  /* header */
  .header-container .up .left .txt h1 {
    font-size: 20px;
  }
  .header-container .up .right p {
    font-size: 18px;
  }
  .header-container .up .left .txt h1 span.en {
    font-size: 14px;
  }
  .header-container .up .right {
    margin-right: 55px;
  }
  .header-container .up .right > div img {
    height: 35px;
    width: 100%;
  }
  /* footer */
  footer {
    background: url("../img/footer_back.png") center / cover no-repeat;
    height: 50vh;
    margin-top: 40px;
  }
  footer .contents {
    height: 50vh;
  }
}

@media screen and (max-width:480px) {
  .section_ttl .ttl {
    letter-spacing: 1px;
  }
  table {
    max-width: none;
  }
  .ttl_font {
    font-size: 28px;
  }
  .section_ttl {
    padding: 2rem 3rem 2rem 2rem;
  }
  p, li, a {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .p35 {
    font-size: 20px;
  }
  .p30 {
    font-size: 24px;
    line-height: 35px;
  }
  .p45 {
    font-size: 25px;
  }
  .section02.doctor_01 .area .ttl_area .posttype {
    font-size: 20px;
    line-height: 16px;
  }
  .section04.top_about .main_area .box .ttl::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .section04.top_about .main_area .box ul li {
    line-height: 30px;
  }
  .p25 {
    font-size: 17px;
    line-height: 40px;
  }
  .link_btn .btn a {
    padding: 1rem 2rem;
  }
  .news_summary .area .box .up {
    width: 100%;
    justify-content: flex-start;
  }
  /* top_news */
  .news_summary .area .box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
  /* table */
  .main_schedule .area,
  .main_schedule .area .up,
  .main_schedule .area .down,
  .main_schedule .box {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  /* 表全体 */
  .main_schedule table {
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
    border-spacing: 0;
  }
  /* セルの余白と文字サイズ調整 */
  .main_schedule table th, .main_schedule  table td {
    padding: 4px 6px;
    font-size: 11px;
    white-space: normal;
    word-break: break-word;
    text-align: center;
  }
  .main_schedule {
    width: 92%;
    margin: 0 auto;
  }
  .main_schedule .tabla_area {
    width: 100%;
    overflow: hidden;
  }
  .main_schedule table {
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
    border-spacing: 0;
    margin: 0;
  }
  .main_schedule table th,
  .main_schedule table td {
    padding: 4px 6px;
    font-size: 11px;
    white-space: normal;
    word-break: break-word;
  }
  .main_schedule .open,
  .main_schedule .closed {
    font-size: 14px;
  }
  .main_schedule tr th:first-child,
  .main_schedule tr td:first-child {
    width: 80px;
  }
  .main_schedule table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
  }
  .main_schedule table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
  }
  .main_schedule tr th:first-child {
    padding: 8px 0;
  }
  .top .schedule.main_schedule {
    left: 4%;
    bottom: 1%;
  }
  .news_summary .area .box {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .news_summary .area {
    padding: 2rem 0rem;
  }
  .news_summary .area .box .date {
    margin-right: 0;
  }
  .news_summary {
    border-radius: 15px;
  }
  .section01.top_news .link_btn {
    bottom: -20%;
  }
  .news_summary .category a {
    font-size: 13px;
    margin-left: 8px;
    padding: 0 0.6em;
  }
  .news_summary .area .box .ttl {
    width: 100%;
  }
  /* top_schedule */
  .top_schedule .area,
  .top_schedule .area .up,
  .top_schedule .area .down,
  .top_schedule .box {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  /* 表全体 */
  .top_schedule table {
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
    border-spacing: 0;
  }
  /* セルの余白と文字サイズ調整 */
  .top_schedule table th, .top_schedule table td {
    padding: 4px 6px;
    font-size: 11px;
    white-space: normal;
    word-break: break-word;
    text-align: center;
  }
  /* 曜日アイコン（○や／）のサイズ調整 */
  .top_schedule .open,
  .top_schedule .closed {
    font-size: 14px;
  }
  .top_schedule p.ex {
    font-size: 12px;
    padding: 0.5em;
  }
  /* 医師別スケジュールの縦並び */
  .top_schedule .area .down {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
  /* 表の角丸なども念のため */
  .top_schedule table {
    border-radius: 6px;
    overflow: hidden;
  }
  table tr th:first-child, table tr td:first-child {
    font-weight: bold;
    width: 80px;
  }
  /* header */
  .header-container .up .left > div img {
    height: 40px;
  }
  .toggle-btn {
    top: 11px;
    right: 15px;
  }
  .header-container .up .left .txt h1 {
    font-size: 14px;
    letter-spacing: 1px;
  }
  /* footer */
  footer .menu_up {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .header-container .up .left .txt h1 span.en {
    font-size: 10px;
}
  footer .menu_up li {
    margin: 0 1rem;
  }
}