/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/ress/dist/ress.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ============================================================
*
* BASE
*
* ============================================================ */
/* ------------------------------------------------------------
* 基本設定
* ------------------------------------------------------------ */

/* ============================================================
*
* レイアウト
*
* ============================================================ */
/* ------------------------------------------------------------
* ヘッダー
* ------------------------------------------------------------ */
.ly_header {
  position: relative;
  z-index: 9990;
}
.ly_header.ly_header__topheader {
  width: 100%;
  top: 0;
  background-color: initial;
}
.ly_header.ly_title__workscat {
  background-color: #006cb8;
}

.ly_header_inner {
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* フッター
* ------------------------------------------------------------ */
.ly_footer {
  border-top: 8px solid #2e735d;
  position: relative;
  padding: 80px 0;
  margin-top: 60px;
  background-color: #e6e6e6;
}
.ly_footer__home {
  padding: 60px 0 40px;
}

.ly_footer_inner {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
/* ------------------------------------------------------------
* セクション
* ------------------------------------------------------------ */
.ly_sect {
  position: relative;
  padding: 40px 0;
}
.ly_sect > .ly_sect_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 40px 40px 0 0;
}
.ly_sect.ly_sect__color_key {
  background-color: #006cb8;
}
.ly_sect.ly_sect__color_key-light {
  background-color: #e5f1e3;
  width: 100%;
}
.ly_sect.ly_sect__color_sub {
  background-color: #2e735d;
  width: 100%;
}
.ly_sect.ly_sect__color_gray-lighter {
  background-color: #fafafa;
  margin-top: 40px;
}
.ly_sect.ly_sect__color_gray-light {
  background-color: #e6e6e6;
  margin-top: 40px;
}
.ly_sect.ly_sect_narrowPadding {
  padding: 50px 0;
}
.ly_sect.ly_sect__color_key_lighter {
  background-color: #f9fcfc;
}
.ly_sect.ly_sect__entry {
  padding-top: 20px;
}

/* ------------------------------------------------------------
* コンテンツエリア
* ------------------------------------------------------------ */
.ly_cont {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.ly_sect .ly_cont {
  position: relative;
}

.ly_cont.ly_cont__mdNarrow {
  max-width: 1000px;
}

.ly_cont.ly_cont__narrow {
  max-width: 1000px;
}

.ly_cont.ly_cont__wide {
  max-width: 1380px;
}

.ly_outerbox {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* ------------------------------------------------------------
* ページのタイトル部分
* ------------------------------------------------------------ */
.ly_title.ly_title__workscat {
  background-color: #006cb8;
}
.ly_title.ly_title__nobgimg {
  background-image: none;
}

/* ============================================================
*
* ユニークグループ
*
* ============================================================ */
img {
  vertical-align: middle;
}

body {
  color: #5d5d5d;
  padding-top: 0;
}

.fixbutton {
  display: none;
}

img {
  max-width: 100%;
}

.un_hero {
  margin: 120px 0;
  text-align: center;
}

.un_hero_header {
  max-width: 400px;
  margin: 40px auto;
}

.un_hero_footer_subtitle {
  font-size: 2.5vw;
  vertical-align: middle;
  letter-spacing: 0.2em;
}
.un_hero_footer_subtitle span {
  position: relative;
  top: -5px;
  width: 7.5em;
  display: inline-block;
  margin-right: 0;
}

.un_hero_footer_title {
  font-size: 6.5vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.un_hero_sub_image_bottom {
  width: 40%;
  min-width: 400px;
  margin: -12vw auto 10px;
}

.un_reservedbtn a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 1em 3em;
  border: 1px solid #999;
  border-radius: 999px;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.un_reservedbtn a:hover {
  background-color: #006cb8;
  color: #fff;
}
.un_hero_youtube_cont {
  max-width: 50%;
  margin: 40px auto;
  position: relative;
}
.un_hero_youtube_cont img {
  border-radius: 10px;
}
.un_hero_youtube_cont:hover {
  cursor: pointer;
  opacity: 0.9;
}
.un_hero_youtube_cont::before {
  content: "";
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAAA5CAMAAAB59jczAAAAM1BMVEVMaXEAcLYAbLj///8Aa7gAbbcAbLgAbbgAbLgAbLifx+Tl8PhTnM8hgMIQdb18tNu/2u2VCjC9AAAACnRSTlMAFv//Ol164aPEyORTGAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVdJREFUeJzNmOFugzAMhI0TJzaU0fd/2gkoG+0qYtND2v2s1E82ZxJ8RE/qsoiUoqpqZnUR77X+ZGamqqWI5NzRe+Wi9vxnv6ppya88OwnbYWXfqzJC+tN/93mBq2xDYiqcpStQGKe8EM86/E622AwE8lJkgRIL1JfNG9TorKpExFgR2BjmDk4U6HzPkubw3EYOqTSHp09TiKgOYhpuIaK1iSndRzQxpd7LNC/R3bo1z7KN6GXWANHXeg0RU5q+2kQOER2tU5CY0jCiianxOOkE8bhMOlPjoT0UJt4b3hDe6xohDp55rAGi5wiqF7zX5iQOE/g065sP8CHz3ArtiYkSg/eMtoiOidlLL7ivhf/7V0qmDk4kMJGwqwIvywL+O7zAd4UMJWYCLwt13a2BRLlodyX8fk3wDICI5PM5tz/ZBzhL+c178iPvmSOdo7xnjoTmvEde855vg+Mp0vkTbIQAAAAASUVORK5CYII=);
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 50px;
  inset: 0;
  margin: auto;
  position: absolute;
}

.un_largeheading {
  font-size: 20px;
  position: relative;
  text-align: center;
  color: #006cb8;
  margin: 80px 10px 40px;
}
.un_largeheading::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.un_largeheading .un_heading-ja {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.un_largeheading .un_heading-ja::before, .un_largeheading .un_heading-ja::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #006cb8;
}
.un_largeheading .un_heading-ja::before {
  left: -60px;
}
.un_largeheading .un_heading-ja::after {
  right: -60px;
}

.un_midheading {
  text-align: center;
  font-size: 30px;
  margin: 40px 0;
}

.un_largecopy_body {
  text-align: center;
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.un_point_detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.un_point_detail_wrap .un_point_detail_image {
  width: 50%;
}
.un_point_detail_wrap .un_point_detail_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.un_point_detail_wrap:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.un_point_detail_wrap .un_point_detail_body {
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.un_point_detail_wrap .un_point_detail_body.un_point_detail_body__01 {
  background-color: #4cc5d7;
}
.un_point_detail_wrap .un_point_detail_body.un_point_detail_body__02 {
  background-color: #000000;
}
.un_point_detail_wrap .un_point_detail_body.un_point_detail_body__03 {
  background-color: #d79b4c;
}
.un_point_detail_wrap .un_point_exicon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABSCAMAAADJlcLyAAAAIVBMVEVMaXH///////////////////////////////////////8c1D1MAAAACnRSTlMAZefAmEUggBAwbGa6JAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAf5JREFUeJy1mduWwyAIReWmif//wbPaXKqJRA3MeaxkF0QgtSGcigBMBGFUUZgApLEiTHkTQhxBMR72fLWHXIqXHkoOVOPrD69OWoeVLvY5aX71aelmn8+ti6XPu+gh0vVunlGUIK+OX8Ut+9239hqqOYWm/bYzsb2WSWFFxR4X/YtyVlwDzT5pO/bROgnDEBZtTYuT1QeWIOpa3k/HKgBFDaJqD60D+FsUpvNZJP4QRbdP+hZ8nr9/QuoWdzybVfKEyWOY0zDxg60huLHwqQJmBU/lMSn81rKTa7CVi14gE+K92jwSimfDsh9cLJqflYZVIwVTFug6ylrzbkwsQ8NwTDLTjXvCdXSAjYiuMFMCpGbZCjQ5OpY/zaeQsTzFL8pcv85ZuxCVMCMrV3GaYeBRSg2YfQyw3/7n8qQ5DIHoCZODpb88voCJAwz+BRYdYOIJC44JQM9zhh6TqVFO4NmCxAxbPVtQdGzbuXxzYc+BIkZYLGHGk0YVy/jqCDXMls9Yw0z5TBeWJQV4ZVl2De6w14FSg/U6B7EFexkoN1nvAkXt/unNLACF9abeWWWFZTZQfLzpnKPR8yXsMhNpCj3BaDfCkbvmOBZq6l4Mb6GOOAdDqK9znZ3Dxu/VR5zuHQ5GWOLgd6lXOQXTqE3C9UXeZHh3LZKImJlh7f5P8Act47NyNmf8aAAAAABJRU5ErkJggg==);
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 60px;
  text-align: center;
  padding-top: 20px;
  color: #444444;
  font-size: 14px;
}
.un_point_detail_wrap .un_point_ttl {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
}
.un_point_detail_wrap .un_point_body {
  margin-top: 20px;
  font-size: 14px;
}
.un_floor_list {
  padding: 70px 10px 50px;
}
.un_floor_list.un_floor_list__3f {
  background-color: #89ceff;
}
.un_floor_list.un_floor_list__2f {
  background-color: #b1dfff;
}
.un_floor_list.un_floor_list__1f {
  background-color: #d6eeff;
}

.un_floor_inner {
  margin-bottom: 40px;
}

.un_floor_info_wrap {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.un_floor_info_wrap .un_floor_textimage {
  position: absolute;
  width: 150px;
  left: -60px;
  top: -30px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.un_floor_info_wrap .un_floor_fig {
  width: 50%;
  padding: 20px 30px;
}
.un_floor_info_wrap .un_floor_cont {
  padding: 35px;
  margin-top: 20px;
  width: 50%;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.un_floor_info_wrap .un_floor_cont h4 {
  font-size: 24px;
  color: #006cb8;
  padding: 5px 0;
  font-weight: bold;
}
.un_floor_info_wrap .un_floor_cont p.un_floorslider_text {
  font-size: 14px;
  line-height: 1.5;
}
.un_floor_info_wrap .un_floor_cont .un_floorinfo_number {
  display: inline-block;
  padding: 10px 10px 5px;
  margin-right: 10px;
  text-align: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAMAAAC7m5rvAAAAJFBMVEVMaXEAbbgAbLgAbLgAcLcAbLgAbLkAbLcAbbgAcLUAargAbLhPSkjEAAAAC3RSTlMA2bmHIGjvRJ8QMICZDoYAAAAJcEhZcwAACxMAAAsTAQCanBgAAAFOSURBVHicpVZRtoUgCBQR0dj/ft+xm2WGJb755DQyMKA5V5AZPQhQdkMQ+ug9hTYU5YeIA+Lmjy8knUSsoRLVU9VzC+gX4yYkAq2MA+H2heCevz1J1HynwgPsnIMuJoeIC20RO/xDgCjp+mQlHT1ise/mQ4+QcpRwJkxQkIhD17JDpUKTW5MAZmmfSC7JAlBpyQTYZbEDNDO/UeYvK516xz6TZh7WAbeYEJuRDdMJ8bZX8zT3thpj8HB7X9GslcW6eK2VyQE67yULS/yKRhGpKo0rF1ZKk1qcpf2NBZss0chI8/+isZGGa7XRmgFhye64NlxQabbicGlx4nWZ4Np25+75fkN7c82nw/bmmvYAbqxpmXynTQ5m6lhz5YHyhwQWyxp8veJ+cyroLWHU//0+HjpQBX4QYfR7ehFTb2H0vVs6NvJnUsA5zsVl5qG0P46GW5mpcMWjAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
.un_floor_info_wrap .un_floor_cont .un_floorslider_image {
  margin-top: 10px;
}
.un_floor_info_wrap .un_floor_cont .slick-arrow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  background-color: rgba(85, 85, 85, 0.7);
  background-position: center;
  background-size: 1rem auto;
  border-radius: 50%;
}
.un_floor_info_wrap .un_floor_cont .slick-prev,
.un_floor_info_wrap .un_floor_cont .slick-next {
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  top: 60%;
}
.un_floor_info_wrap .un_floor_cont .slick-prev {
  margin-right: 1rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQsOGMwLC4yNi4xLjUxLjI5LjcxbDYsNmMuMzkuMzksMS4wMi4zOSwxLjQxLDBzLjM5LTEuMDIsMC0xLjQxbC01LjI5LTUuMjksNS4yOS01LjI5Yy4zOS0uMzkuMzktMS4wMiwwLTEuNDFzLTEuMDItLjM5LTEuNDEsMGwtNiw2Yy0uMi4yLS4yOS40NS0uMjkuNzFaIiBzdHlsZT0iZmlsbDojZmZmOyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
.un_floor_info_wrap .un_floor_cont .slick-prev.slick-disabled {
  opacity: 0;
}
.un_floor_info_wrap .un_floor_cont .slick-prev::before {
  content: "";
}
.un_floor_info_wrap .un_floor_cont .slick-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0iZmlsbDojZmZmOyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
.un_floor_info_wrap .un_floor_cont .slick-next.slick-disabled {
  opacity: 0;
}
.un_floor_info_wrap .un_floor_cont .slick-next::before {
  content: "";
}
.specification_table {
  margin: auto;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-spacing: 0;
  font-size: 14px;
}
.specification_table td,
.specification_table th {
  vertical-align: top;
  padding: 10px 20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.specification_table th {
  background-color: #e6e6e6;
  padding: 8px 10px;
}

.un_cta_catalog {
  margin: 40px auto;
  padding: 20px;
  max-width: 1100px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.un_cta_catalog:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.un_event {
  background-color: #fff597;
  padding: 40px 0;
}

.un_eventimageslider_cont {
  padding: 0 5px;
}

.un_frat_wrap {
  max-width: 1300px;
  margin: 40px auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.un_frat_wrap .un_frat_image {
  width: 45%;
}
.un_frat_wrap .un_frat_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.un_frat_wrap .un_frat_body {
  width: 55%;
  padding: 20px 40px;
}
.un_frat_wrap .un_frat_ttltoptext {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff597;
  padding: 10px 20px;
  line-height: 1.2;
}
.un_frat_wrap .un_frat_ttlimg {
  max-width: 500px;
  margin: 20px 0;
}
.un_frat_wrap .un_frat_eventinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  margin-top: 10px;
}
.un_frat_wrap .un_frat_eventinfo .un_frat_eventinfottl {
  background-color: #006cb8;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.2;
  margin-right: 10px;
}
.un_eventform_messasge {
  text-align: center;
}
.un_eventform_messasge span {
  display: inline-block;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 999px;
  margin-bottom: 40px;
  font-size: 1.05em;
  border: 1px solid #999;
}
.un_reservedform_wrap {
  background-color: #fff;
  padding: 30px;
}

.un_instagram_wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.un_instagram_wrap .un_instagram_cont {
  padding: 0 5px;
}
.un_instagram_link {
  text-align: center;
  font-size: 1.2em;
  margin: 20px 10px 80px;
}
.un_instagram_link span {
  display: inline-block;
  width: 1.5em;
  margin-right: 15px;
}
.un_instagram_link a {
  text-decoration: none;
  color: #333;
}
.un_instagram_link a:hover {
  color: #006cb8;
}
.c-form-select-item select {
  margin-top: 8px;
}

.un_access_adress {
  text-align: center;
}

.un_access_map_container {
  margin: 20px 0 10px;
}
.un_access_map_container iframe {
  width: 100% !important;
}

.un_access_routeinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.un_access_routeinfo dl {
  font-size: 14px;
}
.un_access_routeinfo dl dt {
  font-weight: bold;
  margin-top: 10px;
}

.un_footertel_wrap {
  text-align: center;
  margin: 80px 10px;
}
.un_footertel_wrap .un_footertel {
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: bold;
  color: #006cb8;
}
@media screen and (min-width: 768px){
  .ly_footer__home {
    padding-top: 100px;
  }
  .ly_sect {
    padding: 60px 0;
  }
  table.c-form td,
  table.c-confirm td {
    padding: 0.7em 0.7em 0.7em 0;
  }
}
@media screen and (min-width: 1024px){
  body {
    padding-top: 0;
  }
  .ly_cont.ly_cont__mdNarrow {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1023px){
  .ly_header_inner {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px){
  .ly_footer {
    padding: 40px 0 20px;
    margin-top: 30px;
  }
  .ly_footer_inner {
    padding-right: 12px;
    padding-left: 12px;
  }
  .ly_sect.ly_sect_narrowPadding {
    padding: 30px 0;
  }
  .ly_cont {
    padding-right: 12px;
    padding-left: 12px;
  }
  .ly_outerbox {
    border-radius: 20px;
    padding: 30px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body {
    padding-top: 0;
  }
  .un_hero {
    margin: 100px 0;
  }
  .un_hero_header {
    width: 40%;
    min-width: 150px;
    margin: 20px auto;
  }
  .un_hero_footer_subtitle {
    font-size: 3vw;
  }
  .un_hero_footer_title {
    font-size: 8vw;
    margin-bottom: 30px;
  }
  .un_hero_sub_image_bottom {
    width: 60%;
    min-width: 200px;
    margin: -12vw auto 10px;
  }
  .un_hero_youtube_cont {
    max-width: 100%;
    margin: 20px 10px;
  }
  .un_largeheading {
    font-size: 16px;
    margin: 90px 10px 40px;
  }
  .un_largeheading::before {
    font-size: 40px;
  }
  .un_largeheading .un_heading-ja::before {
    left: -40px;
  }
  .un_largeheading .un_heading-ja::after {
    right: -40px;
  }
  .un_midheading {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .un_largecopy_body {
    font-size: 20px;
  }
  .un_point_images_grid {
    margin-bottom: 20px;
  }
  .un_point_detail_wrap {
    display: block;
    margin-bottom: 10px;
  }
  .un_point_detail_wrap .un_point_detail_image {
    width: 100%;
  }
  .un_point_detail_wrap .un_point_exicon {
    display: none;
  }
  .un_point_detail_wrap .un_point_detail_body {
    width: 100%;
    padding: 20px;
  }
  .un_point_detail_wrap .un_point_ttl {
    font-size: 18px;
    margin-top: 5px;
  }
  .un_point_detail_wrap .un_point_body {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 5px;
  }
  .un_floor_list {
    padding: 40px 5px 20px;
  }
  .un_floor_info_wrap {
    display: block;
  }
  .un_floor_info_wrap .un_floor_textimage {
    position: absolute;
    width: 100px;
    left: 0px;
    top: -20px;
  }
  .un_floor_info_wrap .un_floor_fig {
    width: 100%;
    padding: 20px 30px 0;
  }
  .un_floor_info_wrap .un_floor_cont {
    padding: 10px 20px;
    margin: 20px 10px;
    width: calc(100% - 20px);
  }
  .un_floor_info_wrap .un_floor_cont h4 {
    font-size: 20px;
  }
  .specification_table {
    margin: 0 10px;
  }
  .specification_table td,
  .specification_table th {
    font-size: 12px;
    line-height: 1.4;
    padding: 5px 10px;
  }
  .un_cta_catalog {
    margin: 10px auto 30px;
    padding: 10px;
  }
  .un_frat_wrap {
    margin: 20px 20px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_frat_wrap .un_frat_image {
    width: 100%;
  }
  .un_frat_wrap .un_frat_image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    aspect-ratio: 4/2;
  }
  .un_frat_wrap .un_frat_ttltoptext {
    font-size: 13px;
    padding: 5px 10px;
  }
  .un_frat_wrap .un_frat_body {
    width: 100%;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1.4;
  }
  .un_frat_wrap .un_frat_ttltoptext {
    font-size: 14px;
  }
  .un_frat_wrap .un_frat_ttlimg {
    margin: 10px auto;
  }
  .un_frat_wrap .un_frat_eventinfo {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }
  .un_frat_wrap .un_frat_eventinfo .un_frat_eventinfottl {
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .un_eventform_messasge span {
    margin: 10px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.4;
  }
  .un_instagram_wrap {
    padding: 0 5px;
  }
  .un_instagram_wrap .un_instagram_cont {
    padding: 0 2px;
  }
  .un_reservedform_wrap {
    margin: 0 -20px;
    padding: 20px;
  }
  .privacy-txt {
    font-size: 14px;
  }
  .un_access_map_container iframe {
    height: 300px !important;
  }
  .un_access_routeinfo {
    margin: 0 20px;
  }
  .un_access_routeinfo dl {
    font-size: 12px;
  }
  .un_footertel_wrap {
    font-size: 12px;
    margin: 60px 10px;
  }
  .un_footertel_wrap .un_footertel {
    font-size: 2.8em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px){
  .un_hero {
    margin: 70px 0;
  }
}

/*# sourceMappingURL=bundle_park.min.css.map*/