@charset "UTF-8";
::-moz-selection {
  background: #FFEC00;
  color: #006EFF;
}
::selection {
  background: #FFEC00;
  color: #006EFF;
}

::-moz-selection {
  background: #FFEC00;
  color: #006EFF;
}

html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  text-decoration: none;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row,
.row > * {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 1.6em;
  font-family: "Helvetica Neue", Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic";
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  scroll-behavior: smooth;
}

a {
  color: #006EFF;
  font-weight: 600;
}

a:hover {
  color: #FFEC00;
}

p,
span {
  font-size: 1rem;
  font-weight: 600;
  text-align: justify;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

.midashi {
  border-top: 4px solid #FFEC00;
  margin: 0 10%;
  padding-top: 20px;
}

.midashi span {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

.midashi .midashi-border {
  position: relative;
  margin: 20px;
  padding: 25px;
}

.midashi .midashi-border:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000;
  left: 0;
  right: 0;
  padding: 0 2%;
}

/*== ボタン共通設定 */
.button {
  margin-bottom: 20px;
}

.button .btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #006EFF;
  border-radius: 0;
  /* ボーダーの色と太さ */
  padding: 20px 5px 20px 20px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.button .btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #006EFF;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}

.button .btn:hover span {
  color: #006EFF;
}

.button .btn:hover:before {
  /*hoverした時のアニメーション*/
  height: 100%;
  background-color: #FFEC00;
}

.button .btn:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #FFEC00;
  /*背景色*/
  width: 100%;
  height: 0;
  /*アニメーション*/
  -webkit-transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

header .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .top-right p {
  position: fixed;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 0.2rem;
  color: #006EFF;
  font-weight: 600;
  top: 40vh;
  right: 3.5vw;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff), color-stop(80%, #006EFF));
  background: linear-gradient(top, #fff 80%, #006EFF 80% 100%);
  /*動き*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#g-nav.panelactive {
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  /*ナビゲーションの縦スクロール*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav #g-nav-list .logo-active {
  display: block;
  float: left;
  padding: 60px 0 60px 5vw;
  width: 150px;
}

#g-nav #g-nav-list .toggle {
  display: none;
}

#g-nav #g-nav-list .option {
  position: relative;
}

#g-nav #g-nav-list .title,
#g-nav #g-nav-list .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#g-nav #g-nav-list .title {
  padding: 15px 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #000;
}

#g-nav #g-nav-list .title:after, #g-nav #g-nav-list .title:before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 3px;
  height: 1em;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#g-nav #g-nav-list .title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#g-nav #g-nav-list .content {
  max-height: 0;
  overflow: hidden;
  width: 100%;
}

#g-nav #g-nav-list .content span {
  background: #fff;
  padding: 3px 8px;
  font-weight: 400;
  font-size: 1.1rem;
  margin-right: 10px;
  border: 1px solid #000;
}

#g-nav #g-nav-list .content p {
  margin: 0;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #000;
}

#g-nav #g-nav-list .content p:last-child {
  border-bottom: none;
}

#g-nav #g-nav-list .toggle:checked + .title + .content {
  max-height: 50vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  border-bottom: 1px solid #000;
}

#g-nav #g-nav-list .toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 25%;
  width: 100%;
  padding: 60px 0 60px 5vw;
}

#g-nav li {
  list-style: none;
  text-align: left;
}

#g-nav li a {
  color: #006EFF;
  text-decoration: none;
  padding: 5px 5px 5px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

#g-nav li a:hover {
  color: #FFEC00;
}

#g-nav img.menu-logo {
  position: absolute;
  width: 50px;
  text-align: center;
  top: 90%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 20px;
  right: 20px;
  background-color: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn span {
  /*×に変化*/
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 4px;
  border-radius: 0;
  background-color: #000;
  width: 60%;
}

.openbtn span:nth-of-type(1) {
  top: 12px;
}

.openbtn span:nth-of-type(2) {
  top: 22px;
}

.openbtn span:nth-of-type(3) {
  top: 32px;
}

.openbtn .nav-s {
  top: 38px;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
}

.openbtn.active span:nth-of-type(1) {
  top: 15px;
  left: 14px;
  -webkit-transform: translateY(6px) rotate(-40deg);
          transform: translateY(6px) rotate(-40deg);
  width: 65%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 27px;
  left: 14px;
  -webkit-transform: translateY(-6px) rotate(40deg);
          transform: translateY(-6px) rotate(40deg);
  width: 65%;
}

.error {
  padding: 100px 10vw;
  text-align: center;
}

.error h1 {
  color: #000;
}

.top-img {
  height: 100vh;
}

.top-img .top-img-left {
  height: 100vh;
}

.top-img .top-img-left img.title {
  position: absolute;
  width: 23%;
  height: auto;
  left: 5vw;
  top: 8vh;
}

.top-img .top-img-left img.day {
  position: absolute;
  width: 17%;
  height: auto;
  left: 5vw;
  bottom: 8vh;
}

.top-img .top-img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFEC00;
}

.top-img .top-img-center img {
  width: auto;
  height: 80vh;
}

.top-bar {
  width: 100vw;
  background-color: #006EFF;
  text-align: center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-bar h4 {
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #fff;
}

.top-bar span.week {
  font-size: 1.6rem;
  margin: 0 5px;
  vertical-align: 11%;
}

.theme {
  margin: 8% 20%;
}

.theme p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 4rem;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto;
}

.timetable {
  margin: 50px 10% 150px;
}

.timetable h4 {
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.timetable h6 {
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  color: #006EFF;
}

.timetable .table-wrap {
  overflow-x: scroll;
  margin-bottom: 50px;
}

.timetable .table-wrap .table {
  width: 100%;
  border-collapse: collapse;
}

.timetable .table-wrap .table tr:nth-child(odd) {
  background-color: #FFEC00;
}

.timetable .table-wrap .table th,
.timetable .table-wrap .table td {
  text-align: left;
  word-break: break-word;
  font-size: 1.3rem;
  margin-bottom: 18px;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
  border-right: 1px solid #000;
  font-weight: 600;
  vertical-align: middle;
}

.timetable .table-wrap .table th {
  width: 50px;
  min-width: 50px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #fff;
  padding: 4px 8px 4px 0;
  color: #006EFF;
}

.timetable .table-wrap .table th:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 104%;
  height: 100%;
  border-right: 1px solid #000;
}

.timetable .table-wrap .table td {
  width: 180px;
  min-width: 180px;
  padding: 6px 8px 4px 8px;
}

.timetable .table-wrap_2 h6 {
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  color: #fff;
  background-color: #006EFF;
  padding: 6px 8px;
}

.timetable .table-wrap_2:nth-child(even) {
  padding-right: 20px;
}

.timetable .table-wrap_2:nth-child(odd) {
  padding-left: 20px;
}

.timetable .table-wrap_2 .table_2 {
  width: 100%;
  border-collapse: collapse;
  white-space: inherit;
}

.timetable .table-wrap_2 .table_2 tr {
  border-bottom: 1px solid #006EFF;
}

.timetable .table-wrap_2 .table_2 tr:last-child {
  border-bottom: none;
}

.timetable .table-wrap_2 .table_2 td {
  text-align: left;
  word-break: break-word;
  font-size: 1.3rem;
  margin-bottom: 18px;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  vertical-align: middle;
  border-right: 1px solid #006EFF;
  padding: 8px 8px 6px 8px;
}

.timetable .table-wrap_2 .table_2 td:first-child {
  color: #006EFF;
  font-size: 1.5rem;
  width: 25%;
}

.timetable .table-wrap_2 .table_2 td:last-child {
  border-right: none;
  width: 75%;
}

.timetable a {
  text-decoration: underline;
}

.timetable a:hover {
  color: #fff;
}

.map {
  margin: 50px 10% 150px 10%;
  text-align: center;
}

.map ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.map ul li .button .btn {
  max-width: 100%;
}

.map ul li .button .btn span .svg-inline--fa {
  margin-right: 15px;
}

.map ul li .map-img {
  margin-bottom: 40px;
}

.map ul li .map-img img {
  width: 300px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.map p {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #006EFF;
  letter-spacing: 0.1rem;
  line-height: 2.8rem;
  text-align: center;
}

.shingaku {
  margin: 50px 10% 150px;
}

.shingaku .item {
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.shingaku .item img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 18px;
}

.shingaku .item .shingaku-title p {
  font-size: 1.6rem;
  color: #006EFF;
  margin-bottom: 14px;
  border-radius: 25px;
  border: 1px solid #006EFF;
  padding: 10px;
  text-align: center;
}

.shingaku .item .shingaku-name p {
  font-size: 1.4rem;
  color: #006EFF;
  margin-bottom: 14px;
  font-weight: 400;
}

.shingaku .item .shingaku-text p {
  font-size: 1.5rem;
  margin-bottom: 18px;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
}

.shingaku .item .shingaku-date p {
  font-size: 1.4rem;
  color: #006EFF;
  margin-bottom: 12px;
}

.shingaku .item .shingaku-date p.mail {
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: inherit;
}

.shingaku .item .shingaku-date .button .btn {
  margin-top: 20px;
  max-width: 200px;
  padding: 10px 5px 10px 10px;
  background-color: #006EFF;
  border: none;
}

.shingaku .item .shingaku-date .button .btn span {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shingaku .item .shingaku-date .button .btn:hover span {
  color: #006EFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shingaku .item .shingaku-place p {
  font-size: 1.4rem;
  color: #006EFF;
}

.shingaku .item .shingaku-place a {
  font-size: 1.4rem;
}

.shingaku .item .shingaku-entry p {
  word-break: break-all;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 2.2rem;
}

.shingaku .item .shingaku-entry a {
  color: #006EFF;
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 1px solid;
}

.shingaku .item .shingaku-entry a:hover {
  color: #FFEC00;
}

.shingaku .item:nth-child(odd) {
  padding-right: 40px;
}

.shingaku .item:nth-child(even) {
  padding-left: 40px;
}

.tabBox {
  margin: 50px 10% 50px 10%;
  border-bottom: 1px solid #006EFF;
}

.tabBox .tabArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}

.tabBox .tabArea .one_tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: break-word;
  min-width: 0;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
}

.tabBox .tabArea .one_tab:nth-child(2) {
  border-left: 1px solid #006EFF;
  border-right: 1px solid #006EFF;
}

.tabBox .tabArea .one_tab span {
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  color: #006EFF;
}

.tabBox .tabArea .one_tab span:hover {
  color: #fff;
}

.tabBox .tabArea .one_tab.select .tab_inner {
  color: #fff;
  background-color: #006EFF;
}

.tabBox .tabArea .one_tab:hover {
  text-decoration: none;
  background-color: #006EFF;
}

.tabBox .tabArea .one_tab .tab_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.tabBox.tab2 {
  margin: 0 10% 150px 10%;
  border-bottom: none;
  border-top: 1px solid #006EFF;
}

.tabBox.bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contents .tab_main {
  display: none;
  min-height: 280px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.contents .tab_main.is_show {
  display: block;
}

.onsite_1,
.onsite_2,
.onsite_3 {
  margin: 0 10%;
}

.onsite_1 h6,
.onsite_2 h6,
.onsite_3 h6 {
  font-weight: 600;
  margin-bottom: 30px;
  background-color: #006EFF;
  color: #fff;
  padding: 10px;
}

.onsite_1 .item,
.onsite_2 .item,
.onsite_3 .item {
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 65px;
}

.onsite_1 .item img,
.onsite_2 .item img,
.onsite_3 .item img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 18px;
}

.onsite_1 .item .event-class,
.onsite_2 .item .event-class,
.onsite_3 .item .event-class {
  position: absolute;
  z-index: 1;
}

.onsite_1 .item .event-class p,
.onsite_2 .item .event-class p,
.onsite_3 .item .event-class p {
  font-size: 1.1rem;
  background: #006EFF;
  margin-bottom: 14px;
  color: #fff;
  padding: 5px 10px;
}

.onsite_1 .item .event-title p,
.onsite_2 .item .event-title p,
.onsite_3 .item .event-title p {
  font-size: 1.8rem;
  color: #006EFF;
  margin-bottom: 14px;
}

.onsite_1 .item .event-name p,
.onsite_2 .item .event-name p,
.onsite_3 .item .event-name p {
  word-break: break-all;
  font-size: 1.4rem;
  color: #006EFF;
  margin-bottom: 14px;
}

.onsite_1 .item .event-text p,
.onsite_2 .item .event-text p,
.onsite_3 .item .event-text p {
  word-break: break-all;
  font-size: 1.3rem;
  margin-bottom: 18px;
  line-height: 2.5rem;
  letter-spacing: 0.05rem;
}

.onsite_1 .item .event-text p.link,
.onsite_2 .item .event-text p.link,
.onsite_3 .item .event-text p.link {
  font-size: 1rem;
  line-height: 1.7rem;
  letter-spacing: 0.05rem;
}

.onsite_1 .item .event-date p,
.onsite_2 .item .event-date p,
.onsite_3 .item .event-date p {
  word-break: break-all;
  font-size: 1.4rem;
  color: #006EFF;
  margin-bottom: 12px;
  line-height: 2.4rem;
}

.onsite_1 .item .event-place p,
.onsite_2 .item .event-place p,
.onsite_3 .item .event-place p {
  word-break: break-all;
  font-size: 1.4rem;
  color: #006EFF;
  line-height: 2.2rem;
}

.onsite_1 .item .event-place a,
.onsite_2 .item .event-place a,
.onsite_3 .item .event-place a {
  font-size: 1.2rem;
}

.onsite_1 .item .event-entry p,
.onsite_2 .item .event-entry p,
.onsite_3 .item .event-entry p {
  word-break: break-all;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 2.1rem;
}

.onsite_1 .item .event-entry a,
.onsite_2 .item .event-entry a,
.onsite_3 .item .event-entry a {
  color: #006EFF;
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 1px solid;
}

.onsite_1 .item .event-entry a:hover,
.onsite_2 .item .event-entry a:hover,
.onsite_3 .item .event-entry a:hover {
  color: #FFEC00;
}

.onsite_1 .item:nth-child(odd),
.onsite_2 .item:nth-child(odd),
.onsite_3 .item:nth-child(odd) {
  padding-right: 40px;
}

.onsite_1 .item:nth-child(even),
.onsite_2 .item:nth-child(even),
.onsite_3 .item:nth-child(even) {
  padding-left: 40px;
}

.onsite_2 .item:nth-child(2) .event-entry p {
  margin-top: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
}

.enquete {
  margin: 50px 10% 150px;
}

.enquete h6 {
  font-weight: 600;
  line-height: 3.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #006EFF;
}

.enquete .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about {
  margin: 50px 10% 150px;
}

.about img {
  width: 50%;
}

.about .about-text {
  margin: 30px 10%;
}

.about .about-text p {
  font-size: 1.5rem;
  line-height: 3.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}

.about .about-text p:nth-child(even) {
  word-break: break-word;
  text-align: inherit;
}

.about .about-link {
  text-align: center;
  margin: 50px 10% 150px;
}

.about ul {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.about ul li .button .btn {
  max-width: 100%;
}

.access {
  margin: 50px 10%;
}

.access .address {
  margin-bottom: 15px;
}

.access .address p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.access .address a {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}

.access .address a.soft {
  margin-bottom: 35px;
}

.access .jr {
  margin: 40px 0 15px;
}

.access .jr p {
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.access .jr a {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}

.access .highway {
  margin-bottom: 30px;
}

.access .highway p {
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.measures {
  margin: 50px 15% 150px;
  border: 1px solid #006EFF;
  padding: 3%;
}

.measures .me-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  width: 20%;
  padding-right: 15px;
}

.measures .me-main-text {
  width: 80%;
}

.measures .me-main-text .me-caution {
  margin-bottom: 20px;
}

.measures .me-main-text .me-caution p {
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.measures .me-main-text .me-caution a {
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}

.measures .me-main-text .me-caution a .svg-inline--fa {
  margin-right: 5px;
}

.measures .me-main-text .me-midashi p {
  color: #006EFF;
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.measures .me-main-text .me-text {
  margin-bottom: 20px;
}

.measures .me-main-text .me-text:last-child {
  margin-bottom: 0;
}

.measures .me-main-text .me-text p {
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.measures .me-main-text .me-text ul {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.measures .me-main-text .me-text ul li {
  position: relative;
  padding-left: 13px;
}

.measures .me-main-text .me-text ul li:before {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 5px;
  height: 12px;
  border-bottom: 2px solid #000;
}

.footer-bottom {
  width: 100vw;
  background-color: #006EFF;
  padding: 100px 10% 100px;
}

.footer-bottom .midashi {
  border-top: 4px solid #fff;
  color: #fff;
  margin: 0;
}

.footer-bottom .midashi p.name {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.footer-bottom .midashi p.mail {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}

.footer-bottom .midashi .midashi-border:before {
  background-color: #fff;
}

.footer-bottom .footer-logo {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-bottom .footer-logo img {
  width: 50px;
}
/*# sourceMappingURL=style.css.map */