@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.7.0/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");

/* 

/* CSS Document */
body {
  width: 100vw;
  /*  font-family: 游ゴシック体, "Yu Gothic", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Zen Maru Gothic", sans-serif;
  min-height: calc(100vh - 14px);
  position: relative;
  margin: 0;
}

p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8em;
  margin: 0;
}

a {
  display: block;
  color: #333;
  text-decoration: none;
}

.inline {
  display: inline;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  font-size: 1rem;
}

h2 {
  margin: 0;
  font-size: 1.6rem;
}

h3 {
  margin: 0;
}

table {
  border-collapse: collapse;
}

.flex {
  display: flex;
}

.img_flex p {
  margin: 10px;
}

.img_flex img {
  height: 280px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.anc {
  margin-top: -160px !important;
  padding-top: 160px !important;
}

section {
  margin-bottom: 100px;
}

.under section {
  margin: 100px 8vw;
}

.gradation {
  background: linear-gradient(115deg, #0076dd, #26c3f5);
}

.blue {
  color: #0076dd;
}

.red {
  color: #fc5f5f;
}

.fw_bold {
  font-weight: bold;
}

a.blue {
  display: inline-block;
}

.linethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

/*-----------------------
ボタン
-------------------------*/
.btn_blue,
.btn_orange,
.btn_blue_opacity,
.btn_orange_opacity,
.btn_red {
  display: inline-block;
  margin: 20px auto 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.btn_blue a,
.btn_orange a,
.btn_blue_opacity a,
.btn_orange_opacity a,
.btn_red a {
  color: #fff;
  display: block;
  border-radius: 30px;
  padding: 12px 20px;
}

.btn_blue a,
.btn_blue_opacity a {
  background: #20b8fc;
  border: 2px solid #20b8fc;
}

.btn_orange a,
.btn_orange_opacity a {
  background: #ff995a;
  border: 2px solid #ff995a;
}

.btn_green a {
  background: #43c1bb;
  border: 2px solid #43c1bb;
}

.btn_blue a:hover,
.btn_orange a:hover,
.btn_green a:hover {
  background: #fff;
}

.btn_blue a:hover {
  color: #20b8fc;
  border: 2px solid #20b8fc;
}

.btn_orange a:hover {
  color: #ff995a;
  border: 2px solid #ff995a;
}

.btn_green a:hover {
  color: #43c1bb;
  border: 2px solid #43c1bb;
}

.btn_blue_opacity a,
.btn_orange_opacity a {
  opacity: 1;
}

.btn_blue_opacity a:hover,
.btn_orange_opacity a:hover {
  opacity: 0.6;
}

.btn_red {
  background: #fc5f5f;
  border-radius: 30px;
  border: 1px solid #fc5f5f;
}

.btn_red a:hover {
  border: 1px solid #fc5f5f;
  background: #fff;
  color: #fc5f5f;
}

.btn_border a {
  color: #0076dd;
  display: block;
  padding: 10px 20px;
  border: 1px solid #0076dd;
  border-radius: 30px;
}

.btn_border a:hover {
  background: #0076dd;
  color: #fff;
}

/*-----------------------
header
-------------------------*/
header {
  position: relative;
}

.header_fix {
  height: 180px;
  transition: 0.3s;
  padding-top: 20px;
  position: absolute;
  top: 0;
}

.header_fix,
.side_fix {
  width: 100vw;
  position: fixed;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  /* height: 130px; */
}

header .logo {
  width: 30%;
  max-width: 400px;
  margin-right: 10px;
  display: flex;
}

header .tel {
  width: 30%;
  max-width: 300px;
  margin-top: 5px;
}

header .top .flex {
  align-items: center;
  justify-content: flex-end;
  /* width: 70%; */
  width: 65%;
}

header .top,
header .global_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  width: calc(100% - 12vw);
}

header .top_submenu {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  padding: 0 10px;
  align-items: center;
}

header .top_submenu li {
  margin-bottom: 10px;
  position: relative;
  width: 32%;
  box-sizing: border-box;
}

header .top_submenu li a {
  display: block;
  color: #20b8fc;
  font-weight: bold;
  border: 1px solid #20b8fc;
  background: #fff;
  border-radius: 30px;
  padding: 7px 7px 7px 30px;
  font-size: 0.8rem;
  transition: 0.3s;
}

header .top_submenu li a:hover {
  background: #20b8fc;
  transition: 0.3s;
  opacity: 1;
  color: #fff;
}

header .top_submenu li a::before {
  content: "▶︎";
  color: #20b8fc;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 6px;
  vertical-align: middle;
  padding: 2px 5px 0 5px;
}

header .top_submenu li a:hover::before {
  color: #fff;
}

header .top_submenu li.kango a {
  border: 1px solid #d82b83;
  color: #d82b83;
}

header .top_submenu li.kango a:hover {
  background: #d82b83;
}

header .top_submenu li.kango a::before {
  color: #d82b83;
}

header .top_submenu li.kango a::after {
  content: "安全・安楽・満足";
  display: inline-block;
  font-size: 70%;
  color: #d82b83;
  font-weight: bold;
  margin-left: 5px;
}

header .top_submenu li.kango a:hover,
header .top_submenu li.kango a:hover::before,
header .top_submenu li.kango a:hover::after {
  color: #fff;
}

header .top_submenu li.houmon a {
  border: 1px solid #ff9b17;
  color: #ff9b17;
}

header .top_submenu li.houmon a:hover {
  background: #ff9b17;
  color: #fff;
}

header .top_submenu li.houmon a::before {
  color: #ff9b17;
}

header .top_submenu li.houmon a:hover,
header .top_submenu li.houmon a:hover::before {
  color: #fff !important;
}

.sub_sp_wrapp {
  display: none;
}

header .header_fix .global_menu {
  justify-content: center;
  margin-top: 10px;
  transition: 0.3s;
}

header .global_menu>li {
  width: calc(100% / 5);
  transition: 0.3s;
}

header .global_menu>li:hover {
  background: rgba(254, 254, 254, 0.3);
}

header .global_menu>li>a {
  height: 40px;
  padding: 0 15px;
  text-align: center;
  position: relative;
  font-size: 1.2rem;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
}

header .global_menu>li a:hover {
  color: #0076dd;
  opacity: 1;
}

header .global_menu>li>a::after {
  content: "";
  width: 2px;
  height: 32px;
  background: #20b8fc;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
}

header .global_menu>li:first-child>a::before {
  content: "";
  width: 2px;
  height: 32px;
  background: #20b8fc;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

header .global_menu>li:last-child::after {
  background: none;
}

header .global_menu {
  position: relative;
}

header .global_menu>li .gm_sub {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
  font-size: 1rem;
  background: #fff;
  padding: 20px 80px;
}

header .global_menu>li .gm_sub.active {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #8fdbfd;
}

header .global_menu>li .gm_sub.active li {
  width: calc(100% / 5);
  margin: 10px 0px;
  position: relative;
  padding-left: 30px;
  padding: 5px 15px 5px 30px;
  transition: 0.3s;
}

header .global_menu>li .gm_sub.active li:hover {
  background: #e1f6fe;
}

header .global_menu>li .gm_sub.active li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-right: 5px;
  color: #0076dd;
  /*アイコンの色*/
  position: absolute;
  top: 8px;
  left: 5px;
}

header .global_menu>li .gm_sub.active li.no_list {
  width: 60%;
  padding-left: 0;
}

header .global_menu>li .gm_sub.active li.no_list a {
  display: inline;
}

header .global_menu>li .gm_sub.active li.no_list a::before {
  content: none;
}

header .side_fix {
  width: 60px;
  text-align: center;
  position: fixed;
  right: 0;
  top: 0;
}

header .side_fix .contact:hover,
header .side_fix .access:hover,
header .side_fix .support:hover {
  opacity: 0.6;
}

header .side_fix .contact,
header .side_fix .access,
header .side_fix .support {
  line-height: 1.3;
}

header .side_fix .contact {
  background: #0076dd;
  padding: 30px 0;
  margin: 0;
}

header .side_fix .contact::before,
header .side_fix .access::before,
header .side_fix .support::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 10px;
}

header .side_fix .contact::before {
  background-image: url("img/icon_mail.webp");
  width: 36px;
  height: 30px;
}

header .side_fix .access::before {
  background-image: url("img/icon_access.webp");
  width: 36px;
  height: 42px;
}

header .side_fix .access {
  background: #ff995a;
  padding: 30px 0;
}

header .side_fix .support::before {
  background-image: url("img/icon_support.webp");
  width: 36px;
  height: 42px;
}

header .side_fix .support {
  background: #45c25a;
  padding: 30px 0;
}

header .side_fix a {
  color: #fff;
}

header .side_fix a:hover {
  opacity: 1;
}

.is-animation {
  height: 154px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

header .is-animation .global_menu {
  margin-top: 15px;
}

header .is-animation .global_menu.test {
  margin-top: 0px;
}

header .is-animation .global_menu>li {
  font-size: 1.2rem;
}

header .is-animation .global_menu li::after {
  height: 30px;
  top: 0;
}

header .is-animation .top_submenu li {
  font-size: 1.1vw;
}

.hamburger_menu,
.logo_sp,
.sp_fix {
  display: none;
}

/*220516 テストページ
-------------------------------------------------------------------------*/
header .head_tel {
  display: flex;
  flex-wrap: wrap;
  width: 260px;
}

header .head_tel>div {
  width: 100%;
}

/*-----------------------
footer
-------------------------*/
footer {
  background: #f4f4f4;
  padding-top: 40px;
  position: relative;
}

footer .logo {
  width: 300px;
}

footer .logo,
footer .adress {
  margin: 0 6vw;
}

footer .adress {
  margin-bottom: 40px;
  padding-left: 40px;
}

footer .flex {
  position: absolute;
  top: 0;
  right: 6vw;
}

footer .flex li {
  background: #20b8fc;
  padding: 10px 20px;
  margin: 0 20px;
}

footer .flex li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer .flex li a {
    font-size: 0.9rem;
  }
}

footer .copyright {
  text-align: center;
  color: #fff;
  background: #0076dd;
  padding: 10px 0;
}

.btn_top {
  background: #b6b6b6;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  z-index: 8888;
  right: 10px;
  bottom: 30px;
}

.btn_top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.btn_top a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  padding-right: 5px;
}

/*-----------------------
under
-------------------------*/
.under .title {
  background-image: url(img/top_bg.webp);
}

.bg_white {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
}

.under main {
  background-color: #f8f8f8;
  padding-bottom: 80px;
}

.under .slider,
.under .open {
  display: none;
}

.under .title {
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.under .title h1 {
  color: #fff;
  font-size: 2.6em;
  margin-left: 8vw;
  position: absolute;
  bottom: 40px;
}

.under .guide_menu {
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #0076dd;
  border-bottom: 1px solid #0076dd;
  margin: 30px 8vw 30px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .under .guide_menu {
    width: 90%;
    margin: 30px auto 50px;
  }
}

.under .guide_menu li {
  margin: 10px;
  position: relative;
}

.under .guide_menu li a {
  display: block;
  padding-left: 20px;
  position: relative;
}

.under .guide_menu li::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #0076dd;
  margin-right: 10px;
  vertical-align: text-bottom;
  position: absolute;
  top: 5px;
}

.pankuzu {
  padding: 30px 8vw;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .pankuzu {
    padding: 30px 15px;
    background: #fff;
    font-size: 0.8rem;
  }
}

.pankuzu li {
  margin-right: 10px;
}

.pankuzu li:last-child {
  color: #0076dd;
}

.under h2 {
  font-size: 2.1rem;
}

.under h2::before {
  content: "";
  width: 12px;
  height: 40px;
  background: linear-gradient(to bottom, #0076dd, #26c3f5);
  display: inline-block;
  vertical-align: sub;
  margin-right: 14px;
}

.under h3 {
  background: linear-gradient(115deg, #0076dd, #26c3f5);
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 6px;
  font-size: 1.4em;
}

.under h4 {
  color: #0076dd;
  font-size: 1.2em;
}

.under section {
  margin-bottom: 100px;
  margin-top: -160px;
  padding-top: 160px;
}

.under .box {
  margin-bottom: 80px;
}

.service .flex,
.outpatient .flex {
  align-items: flex-start;
}

.txt_img {
  justify-content: space-between;
}

.txt {
  width: 50%;
  z-index: 2;
}

.img {
  width: 40%;
}

.img_left_bottom {
  box-shadow: -30px 20px #cae5ef;
}

@media screen and (max-width: 768px) {
  .img_left_bottom {
    box-shadow: -13px 10px #cae5ef;
  }
}

.img_left_top {
  box-shadow: -20px -25px #cae5ef;
}

@media screen and (max-width: 768px) {
  .img_left_top {
    box-shadow: -11px -13px #cae5ef;
  }
}

.img_right_bottom {
  box-shadow: 50px 50px #cae5ef;
}

.img_right_top {
  box-shadow: 30px -25px #cae5ef;
}

@media screen and (max-width: 768px) {
  .img_right_top {
    box-shadow: 25px -15px #cae5ef;
  }
}

.img_left_bottom img,
.img_left_top img,
.img_right_bottom img,
.img_right_top img {
  vertical-align: bottom;
  width: 100%;
}

.ml20 {
  margin-left: 20px;
}

.under .doctor .flex {
  justify-content: space-between;
}

.under .doctor .flex>p {
  width: 30%;
}

.under .doctor .flex .bg_white {
  width: 56%;
}

/*-----------------------
modal
-------------------------*/
.modal.is-show {
  opacity: 1;
  visibility: visible;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.4s;
  z-index: 999;
}

.modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.modal__cont {
  position: relative;
  width: 620px;
  margin: 300px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}

.modal__text {
  color: #000;
  text-align: center;
}

/*-----------------------
table
-------------------------*/
.table01 {
  width: 100%;
}

.table01 tr th {
  color: #0076dd;
  text-align: left;
}

.table01 tr th,
.table01 tr td {
  border-bottom: 1px solid #707070;
  padding: 20px;
}

.table01 tr:last-child th,
.table01 tr:last-child td {
  border-bottom: 0;
}

.table02 tr th {
  color: #0076dd;
  background: #e2f6ff;
}

.table02 tr th,
.table02 tr td {
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  padding: 20px 40px;
}

.table03 tr th {
  padding: 30px 20px;
}

.table03 tr td {
  text-align: center;
}

.table03 tr th,
.table03 tr td {
  border: 1px solid #707070;
}

.table03 .weekday {
  background: #fffce2;
}

.table03 .sat {
  background: #e2f6ff;
  color: #0076dd;
}

.table03 .sun {
  background: #ffd9d9;
  color: #fc5f5f;
}

.table03 .am {
  background: #d0efeb;
}

.table03 .pm {
  background: #cce4fa;
}

.table03 .close {
  background: #f4f4f4;
}

/*-----------------------
list
-------------------------*/
.list_dots li::before {
  content: "●";
  margin: 8px;
  height: 8px;
  color: #0076dd;
}

.list_dots li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
}

.br_sp,
.sp {
  display: none;
}

.bg_gray {
  background: #f8f8f8;
}

/*-----------------------
page_index
-------------------------*/
section.page_index ul {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

section.page_index ul li {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  background: linear-gradient(115deg, #0076dd, #26c3f5);
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 1.4vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.page_index ul li a {
  color: #fff;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

section.page_index ul li a:hover {
  opacity: 0.6;
}

/*-----------------------
accordion
-------------------------*/
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: saddlebrown;
}

.cp_actab td {
  font-size: 11px;
  padding: 1em;
  border: 1px solid #626262 !important;
}

.cp_actab th {
  padding: 1em;
  font-size: 11px;
  border: 1px solid #626262;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 10px;
  cursor: pointer;
  margin: 0 0 1px 0;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  color: #333333;
  background: #f8f8f8;
}

.cp_actab .cp_actab-content p {
  margin: 1em;
  font-size: 12px;
}

.cp_actab p {
  margin-bottom: 0px;
}

/* :checked */
.cp_actab input:checked~.cp_actab-content {
  max-height: 172em;
}

.link_menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 100px 8vw;
  padding: 10px;
}

.link_menu li {
  text-align: center;
  margin: 0 10px;
}

.link_menu li a {
  color: #fff;
  text-decoration: underline;
}

/*210517追記*/
header .blue_line {
  /*background: linear-gradient(115deg, #0076DD, #26C3F5);*/
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 6vw;
  margin-bottom: 10px;
  margin-top: 5px;
}

header .blue_line .search_box {}

header .blue_line .search_box .gsc-control-cse {
  background: none;
  border: none;
}

header .blue_line .search_box .gsc-control-cse {
  padding: 2px 1em;
}

form.gsc-search-box {
  margin-bottom: 0px;
}

header .blue_line .lang_btn {}

header .blue_line .lang_btn ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .blue_line .lang_btn ul li {
  border: 1px solid #0076dd;
  background: #fff;
  padding: 2px 10px;
  margin: 0 10px;
  font-size: 15px;
}

header .blue_line .lang_btn ul li a {
  color: #0076dd;
}

@media screen and (max-width: 1080px) {

  header .global_menu li,
  header .is-animation .global_menu li {
    font-size: 1rem;
  }

  header .global_menu li {
    padding: 0;
  }

  .img_flex img {
    height: inherit;
  }
}

@media screen and (max-width: 768px) {

  .br_sp,
  .sp {
    display: block;
  }

  .ml20 {
    margin-left: 0;
  }

  .under h2 {
    font-size: 1.4rem;
  }

  .under h2::before {
    height: 30px;
  }

  footer {
    margin-top: 80px;
  }

  footer .flex {
    flex-direction: row;
    top: -90px;
    right: 8px;
    padding-left: 0;
    gap: 15px;
  }

  footer .flex li {
    width: auto;
    margin: 0;
  }

  footer .logo {
    width: auto;
  }

  footer .adress {
    margin-left: 0;
  }

  .under .title {
    height: 270px;
  }

  .under .title h1 {
    font-size: 2em;
  }

  .under section .flex,
  .under .guide_menu {
    flex-direction: column;
  }

  .bg_white {
    padding: 30px 15px;
  }

  .txt_img .txt {
    width: 90%;
    margin: 0 auto 20px;
  }

  .txt_img .img {
    width: 90%;
    margin: 30px auto 0;
  }

  .under .guide_menu li {
    margin: 10px 20px;
  }

  .under section {
    width: 90%;
    margin: 0 auto 50px;
    margin-top: -40px;
    padding-top: 40px;
  }

  .table02 tr th,
  .table02 tr td {
    padding: 20px 20px;
  }

  section.page_index ul li {
    width: calc(100% / 1 - 20px);
    font-size: 1.1rem;
  }

  .scroll {
    overflow: scroll;
  }

  .btn_top {
    display: none !important;
  }
}

@media (orientation: landscape) {}

/*220407 ヘッダー変更
-------------------------------------------------------------------------*/
.header_fix.test {
  background: #fff;
  height: 150px;
}

.header_fix.test.is-animation {
  height: 150px;
}

header .header_fix.test .global_menu {
  margin-top: 10px;
}

header .top .flex.head_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 60%;
}

header .top .flex.head_menu .top_submenu_blue {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}

header .top .flex.head_menu .top_submenu_blue li {
  width: calc(100% / 3);
  border-right: 1px solid #fff;
}

header .top .flex.head_menu .top_submenu_blue li a {
  display: block;
  background: #0076dd;
  color: #fff;
  padding: 5px 20px;
  font-size: 1rem;
}

header .top .flex.head_menu .top_submenu_blue li a::before {
  content: ">";
  margin-right: 10px;
}

header .top .flex.head_menu .top_submenu_blue li a span {
  font-size: 0.7rem;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
    padding-bottom: 90px;
  }

  header .logo_sp.test a {
    width: 60vw;
  }

  header .logo_sp img {
    width: 66vw;
    padding: 20px 5px;
  }

  .sub_sp_wrapp {
    position: fixed;
    top: 48px;
    display: block;
    background: #fff;
    width: 100%;
    z-index: 999;
    padding: 20px 0 0 0;
    align-items: center;
  }

  header .top_submenu li {
    width: calc(100% / 2 - 5px);
  }

  header .top_submenu li a {
    font-size: 3vw;
  }

  header .top_submenu li a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.tel_link {
  display: inline;
}

@media screen and (max-width: 1500px) {
  header .top_submenu li {
    width: 45%;
  }
}

@media screen and (max-width: 1300px) {
  header .top_submenu {
    display: none;
  }

  header .header_fix,
  header .side_fix {
    display: none;
  }

  header .logo_sp,
  header .tel_sp {
    display: block;
  }

  .header_sp_bg {
    background: #fff;
    z-index: 9999;
  }

  header .logo_sp {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 9998;
    background: #fff;
  }

  .hamburger_menu {
    display: block;
    z-index: 9999;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
  }

  #nav-toggle {
    height: 32px;
    position: fixed;
    top: 12px;
    right: 12px;
    cursor: pointer;
  }

  #nav-toggle div {
    position: relative;
    width: 36px;
  }

  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition:
      transform 0.3s ease-in-out,
      top 0.5s ease;
  }

  /* #nav-toggle close */
  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 10px;
  }

  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  #nav-toggle span:nth-child(4) {
    background: none;
    color: #fff;
    top: 24px;
    left: -2px;
  }

  #nav-toggle span:hover span:nth-child(1) {
    top: 4px;
  }

  #nav-toggle span:hover span:nth-child(3) {
    top: 23px;
  }

  .open_nav #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }

  .open_nav #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .open_nav #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }

  #container {
    z-index: 900;
  }

  #gloval-nav nav {
    z-index: 999;
  }

  #gloval-nav {
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.5s ease,
      visibility 0.5s ease;
  }

  .open_nav #gloval-nav {
    visibility: visible;
    opacity: 1;
  }

  #gloval-nav ul {
    margin-left: 30px;
  }

  #gloval-nav ul li {
    position: relative;
    padding: 10px 0 18px;
    font-family: "Kosugi Maru", sans-serif;
  }

  #gloval-nav ul li a {
    color: #fff;
  }

  .open_nav #gloval-nav li {
    transform: translateX(0);
  }

  .sp_fix {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    padding-left: 0;
    width: 100%;
  }

  .sp_fix p {
    font-size: 13px;
  }

  .sp_fix .tel_sp,
  .sp_fix .contact,
  .sp_fix .access {
    width: calc(100vw / 4);
    text-align: center;
  }

  .sp_fix .contact p {
    margin-top: 3px;
  }

  .sp_fix .contact p,
  .sp_fix .access p {
    color: #fff;
  }

  .sp_fix .tel_sp p {
    color: #0076dd;
  }

  .sp_fix .tel_sp img {
    width: 25px;
  }

  .sp_fix .contact img {
    width: 30px;
    margin-bottom: 0;
  }

  .sp_fix .access img {
    width: 30px;
  }

  .sp_fix .tel_sp {
    width: 100%;
    padding: 12px 0 0 0;
  }

  .sp_fix .contact {
    background: #0076dd;
    padding: 8px 0 0 0;
    color: #fff;
    width: 100%;
  }

  .sp_fix .access {
    background: #ff995a;
    padding: 8px 0 0 0;
    color: #fff;
    width: 100%;
  }

  .sp_fix .support {
    background: #45c25a;
    padding: 8px 0 0 0;
    color: #fff;
    width: 100%;
  }

  .sp_fix .support img {
    width: 36px;
  }

  .sp_fix .support p {
    line-height: 1;
    color: #fff;
    text-align: center;
  }

  header .logo_sp img {
    width: 35vw;
    padding: 20px 5px;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  header .logo_sp img {
    width: 66vw;
  }
}


/* 70周年記念ロゴ（ヘッダー）
-------------------------------------------------------------------------*/
.head_seventy {
  display: inline-block;
  margin-right: 20px;
}

.head_seventy a {
  display: inline-block;
}

.head_seventy a:hover {
  transition: all 0.2s ease-in;
  opacity: 0.6;
}

.head_seventy a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 70px;
}

@media screen and (max-width: 1300px) {
  .logo_sp.seventy {
    display: flex;
    align-items: center;
  }

  .logo_sp.seventy a {
    display: inline-block;
  }

  .logo_sp.seventy a.seventy_sp {
    display: inline-block;
  }

  .logo_sp.seventy a.seventy_sp:hover {
    transition: all 0.2s ease-in;
    opacity: 0.6;
  }

  .logo_sp.seventy a.seventy_sp img {
    width: auto;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .head_seventy {
    display: none;
  }

  .logo_sp.seventy a.seventy_sp {
    display: none;
  }
}

/* 70周年記念ロゴ（フッター）
-------------------------------------------------------------------------*/
.foot_seventy {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
}

.foot_seventy a {
  display: inline-block;
}

.foot_seventy a:hover {
  transition: all 0.2s ease-in;
  opacity: 0.6;
}

.foot_seventy a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 120px;
}