@charset "UTF-8";
* {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

body {
  color: #333333;
}

.wf {
  transform: rotate(0.05deg);
}

a {
  text-decoration: none;
  color: #333333;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

ul li {
  list-style: none;
}

.m_b_1 {
  margin-bottom: 1em;
}

.m_b_2 {
  margin-bottom: 2em;
}

.p_l_2 {
  padding-left: 2em;
}

.p_r_2 {
  padding-right: 2em;
}

main ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.slogan {
  display: block;
  font-size: 2em;
  margin: auto;
  text-align: center;
  margin-bottom: 2em;
}

section {
  margin-bottom: 3em;
}

.container {
  margin: 0 auto;
  padding: 1%;
  max-width: 1200px;
}

.c_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  row-gap: 2em;
  margin-bottom: 2em;
}
.c_box .c_50 {
  width: 49%;
}
.c_box .c_33 {
  width: 32%;
}
.c_box .c_25 {
  width: 24%;
}
.c_box .c_20 {
  width: 19%;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: 1em;
       column-gap: 1em;
  width: -moz-fit-content;
  width: fit-content;
}
.title img {
  max-width: 60px;
  width: 100%;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5% 2%;
}
header .logo {
  transition: all 0.5s;
}
header .logo span {
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
  display: block;
  margin: 0.5em auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1d66af;
  border-radius: 40px;
  color: white;
  padding: 0.15em 1em;
}
header .logo img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
header .logo:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
header .r_box {
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
header .r_box .catch_box .catch {
  color: red;
  font-size: 2em;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 600;
}
header .r_box .catch_box .time {
  color: red;
  font-weight: 600;
  font-size: 1.4em;
  padding-left: 1em;
}
header .r_box .tel_box .tel {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  align-items: center;
  color: #ee7439;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
header .r_box .tel_box .tel img {
  max-width: 24px;
  width: 100%;
}
header .r_box .tel_box .tel a {
  color: #ee7439;
  transition: all 0.5s;
}
header .r_box .tel_box .tel a:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
header .r_box .mail_box {
  align-self: start;
}
header .r_box .mail_box a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.5s;
}
header .r_box .mail_box a img {
  max-width: 120px;
  width: 100%;
}
header .r_box .mail_box a:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

/*==================================*/
/* ========== mobile menu ==========*/
/*==================================*/
.m_menu {
  background-color: #6699cc;
  width: 100%;
  display: none;
}
.m_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.m_menu ul li {
  width: 50%;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6699cc;
}
.m_menu ul li a {
  color: #fff;
  display: flex;
  align-items: center; /* ← 縦方向の中央揃え */
  justify-content: center;
  width: 100%;
  height: 100%;
}
.m_menu ul li:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.m_menu ul li:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.m_menu ul li:nth-child(3) {
  border-right: 1px solid #fff;
}

/*========= mobile menu end ========*/
footer {
  border-top: 0.1px solid #333;
  padding: 1%;
}
footer .c_box {
  justify-content: space-between;
}
footer .c_box .logo {
  transition: all 0.5s;
}
footer .c_box .logo:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
footer .f_nav nav ul,
footer .f_nav .icon {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
footer .f_nav ul {
  flex-wrap: wrap;
  row-gap: 0.5em;
}
footer .f_nav ul li a {
  transition: all 0.5s;
}
footer .f_nav ul li a:hover {
  color: #ee7439;
  transition: all 0.5s;
}
footer .f_nav .icon {
  margin-top: 2em;
  margin-left: auto;
  flex-wrap: wrap;
  row-gap: 1em;
}
footer .copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
}

/*====================================================
 ページトップに戻る
 ====================================================*/
.pagetop {
  position: fixed;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgb(102, 153, 204);
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  border: none;
  z-index: 9999;
  transition: all 0.5s;
}
.pagetop span {
  display: block;
  color: white;
  position: absolute;
  inset: 0;
  top: 50px;
  font-size: 0.8em;
}

.fa-angle-up {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 4em;
  position: relative;
  bottom: 7px;
  height: 1em;
  transition: color 0.5s, font-size 0.5s;
}

/*====================================================
 table
 ====================================================*/
table {
  justify-content: center;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table tbody {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table th,
table td {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
  vertical-align: middle;
}
table th {
  background-color: #62aaf9;
  color: white;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */