@charset "UTF-8";
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

body {
  margin: 0; }

main {
  display: block; }

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

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

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

[type="number"] {
  -moz-appearance: textfield; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

[contenteditable]:focus {
  outline: auto; }

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

.scrollable {
  /*overflow: scroll;*/
  overflow-y: hidden;
  float: none; }

@media screen and (max-width: 768px) {
  .scrollable::after {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #005e8e;
    display: block;
    content: "←表は横にスクロールできます→";
    padding-top: 1em;
    padding-bottom: 1em; } }
.scrollable ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.scrollable ul li {
  width: 49%; }

.table-base-style {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.table-base-style td,
.table-base-style th {
  text-align: center;
  padding: 4px;
  border: 2px solid #fff;
  vertical-align: middle; }

.table-base-style td.text-price {
  text-align: right;
  padding-right: 10px; }

.table-base-style td.text-guide {
  text-align: left;
  padding: 10px 10px; }

.table-base-style th {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background-color: #3a3a3a;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px; }

.table-base-style.padding-guide th {
  padding: 14px 10px;
  font-weight: 400; }

.table-base-style.table-room-detail th {
  height: 70%; }

.table-base-style td {
  background-color: #f3f3f3; }

.table-base-style tr:nth-child(even) td {
  background-color: #e9e9e9; }

tr.unusable td, .table-base-style tr.unusable:nth-child(even) td {
  background-color: #d6d6d6;
  /*color: #505050;*/ }

.table-base-style a,
.table-base-style a:visited {
  color: #00709E;
  text-decoration: underline; }

.table-base-style a:hover {
  text-decoration: none; }

.price_charge table.charge {
  width: 100%;
  table-layout: fixed; }

.price_charge table.charge thead tr {
  width: 21.59%; }

.price_charge table.charge td {
  width: 25.91%; }

@media screen and (max-width: 768px) {
  .price_charge table.charge {
    width: auto;
    table-layout: auto; }

  .price_charge table.charge thead tr {
    width: auto; }

  .price_charge table.charge td {
    width: auto; } }
.pc_sp20 {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .pc_sp20 {
      margin-bottom: 0; } }

/*#meetingroom table.futai th:last-child{
	width: 25%;
}
#guide table th{
	width: 11.5%;
}
#party table th:first-child{
	width: 12%;
}
#party table th{
	width: 29.3%;
}
#gallery table.futai th:first-child, #gallery table.futai th:last-child{
	width: 27%;
}
#theater table.charge th{
	width: 13.3%;
}
#theater table th:first-child{
	width: 20%;
}
#theater table.futai th:last-child, #theater table.futai th:nth-child(3){
	width: 13.3%;
}
#lesson table.futai th:nth-child(2){
	width: 23.5%;
}
#room table.futai td{
	width: 16.6%;
}
#room table.charge td{
	width: 14.2%;
}
*/
@media screen and (max-width: 768px) {
  .scrollable ul li {
    width: 100%; }

  .table-base-style td,
  .table-base-style th {
    min-width: 5em; }

  /*　---　ケータリング一覧用 SP　---　*/
  .catering_list_t {
    width: 615px; }

  /*　---　ケータリング一覧用 SP end　---　*/
  /*　---　SP版でテーブルセル内の折り返し禁止：class="nowrap-cell"　---　*/
  .table-base-style th.nowrap-cell,
  .table-base-style td.nowrap-cell,
  .table-elchan-style th.nowrap-cell,
  .table-elchan-style td.nowrap-cell {
    white-space: nowrap; }

  .table-base-style th,
  .table-base-style td {
    white-space: nowrap; }

  .scrollable li + li {
    margin-top: 10px; }

  .catering_nav li {
    display: inline-block;
    width: 49%;
    margin: 0 0 0.5em; }

  #meetingroom table.futai th:last-child {
    width: 11.5%; }

  #lesson table.futai th:nth-child(2) {
    width: 22%; }

  #theater table.futai th:first-child {
    width: 20%; }

  #norikae .norikae-sp {
    margin: 50px auto;
    padding: 10px; } }
* {
  box-sizing: border-box; }

/* 
======================================================================
reset
====================================================================== */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td, article, section, aside, header, nav {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

li {
  list-style-type: none; }

p {
  margin: 0;
  padding: 0; }

/* 
======================================================================
common
====================================================================== */
html {
  font-size: 62.5%; }

body {
  color: #111111;
  font-size: 1.6rem;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  background: #f3f3f3 url("../../assets/img/header_mv.jpg") no-repeat top/contain; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4rem;
      background-image: url("../img/header_mv_sp.jpg"); } }

a, a:visited {
  color: #00709E;
  text-decoration: underline;
  -webkit-transition: all .2s;
  transition: all .2s; }

a:hover {
  text-decoration: none; }

a img {
  transition: 0.3s ease-in-out; }

a img:hover {
  opacity: 0.7; }

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

button {
  transition: .3s; }

input {
  transition: .3s; }

hover {
  transition: .3s; }

h1 {
  font-size: 2.5em; }

h1 .floor_num {
  font-size: 18px;
  border: solid 1px;
  padding: 0 5px;
  margin-right: 10px;
  vertical-align: middle; }

h1 .explain {
  font-size: 16px; }

.h1_bg {
  background-color: #f0f0f0;
  padding: 0 3.2%;
  margin: 0 -3.2% 20px; }

.h1_bg h1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0;
  font-weight: 400; }

.two_lines h1 {
  padding: 0.8em 0; }

h2 {
  font-size: 1.7em;
  font-weight: 500; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.2em; }

.flex-between {
  display: flex;
  justify-content: space-between; }

.d_pc {
  display: block; }

.d_sp {
  display: none; }

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

  .d_sp {
    display: block; } }
header {
  width: 100%;
  height: 72px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 25px; }

.logo img {
  width: 140px;
  height: auto; }

.contents_innner {
  width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .contents_innner {
      width: 100%; } }

.block_bl {
  margin: 304px auto 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 768px) {
    .block_bl {
      margin-top: 84px;
      width: calc(100% - 20px); } }

.block_wt {
  background-color: #fff;
  padding: 28px 50px 126px; }
  @media screen and (max-width: 768px) {
    .block_wt {
      padding: 0 0 30px 0; } }

.fs_16 {
  font-size: 1.6rem;
  font-weight: 400; }

.fs_14 {
  font-size: 1.4rem;
  font-weight: 400; }

.tx_red {
  color: #ca0000; }

.mb40 {
  margin-bottom: 40px; }

.pb24 {
  padding-bottom: 24px; }

/* 
======================================================================
introduction & point
====================================================================== */
.introduction {
  padding-bottom: 58px; }
  .introduction h1 {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding: 35px 20px; }
    @media screen and (max-width: 768px) {
      .introduction h1 {
        font-size: 2.4rem; } }
  .introduction .fig_introimg {
    width: 90%;
    max-width: 860px;
    margin: 0 auto; }

.point h1 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 0.7em 0;
  margin-bottom: 58px; }
  @media screen and (max-width: 768px) {
    .point h1 {
      font-size: 2.4rem;
      margin-bottom: 30px; } }
.point ul {
  width: 964px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .point ul {
      width: 90%;
      flex-wrap: column;
      justify-content: center; } }
.point li {
  width: 48%;
  background-color: #f3f3f3;
  border-radius: 10px;
  margin-bottom: 42px; }
  @media screen and (max-width: 768px) {
    .point li {
      width: 100%;
      margin-bottom: 20px; } }
  .point li:not([class]) {
    background-color: none; }
.point .point_txt {
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .point .point_txt {
      display: block;
      position: relative; } }
  .point .point_txt .point_no {
    width: 17.71%;
    padding-top: 78px;
    padding-bottom: 78px;
    border-right: #111 solid 1px;
    text-align: center; }
    .point .point_txt .point_no img {
      width: 32px;
      height: 63px; }
    @media screen and (max-width: 768px) {
      .point .point_txt .point_no {
        width: 40px;
        height: 63px;
        padding: 0 8px 0 0;
        position: absolute;
        top: 18px;
        left: 26px;
        text-align: center; }
        .point .point_txt .point_no img {
          width: 29px;
          height: 57px; } }
  .point .point_txt dl {
    width: 82.29%;
    padding: 15px 30px 15px 26px; }
    @media screen and (max-width: 768px) {
      .point .point_txt dl {
        width: 100%; } }
    .point .point_txt dl h2 {
      margin-bottom: 28px; }
    @media screen and (max-width: 768px) {
      .point .point_txt dl dt {
        margin-left: 66px; } }

.poti01 {
  width: 171px; }
  @media screen and (max-width: 768px) {
    .poti01 {
      width: calc(171px * 0.9); } }

.poti02 {
  width: 123px; }
  @media screen and (max-width: 768px) {
    .poti02 {
      width: calc(123px * 0.9); } }

.poti03 {
  width: 122px; }
  @media screen and (max-width: 768px) {
    .poti03 {
      width: calc(122px * 0.9); } }

.poti04 {
  width: 238px; }
  @media screen and (max-width: 768px) {
    .poti04 {
      width: calc(238px * 0.9); } }

.poti05 {
  width: 240px; }
  @media screen and (max-width: 768px) {
    .poti05 {
      width: calc(240px * 0.9); } }

/* 
======================================================================
info
====================================================================== */
.info {
  border: #ca0000 solid 2px;
  margin: 0 auto;
  line-height: 1.8em; }
  @media screen and (max-width: 768px) {
    .info {
      margin-top: 20px;
      width: calc(100% - 20px); } }
  .info h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background-color: #ca0000;
    text-align: center;
    padding-top: 0.4em;
    padding-bottom: 0.4em; }
  .info > p {
    margin: 25px 34px;
    color: #ca0000; }
  .info .cmp {
    background-color: #ffdfd4;
    padding: 15px 33px;
    margin: 25px;
    border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .info .cmp {
        padding: 1em 1.5em;
        margin: 20px; } }
    .info .cmp h3 {
      color: #fff;
      font-weight: 700;
      font-size: 1.8rem;
      text-align: center;
      padding: 0.4em;
      background-color: #ff7d50;
      border-radius: 7px; }
    .info .cmp a {
      text-decoration: underline;
      color: #ff591f; }
    .info .cmp a:hover {
      color: #c4826b; }
    .info .cmp > p {
      margin: 1em 0;
      color: #ff591f; }

/* 
======================================================================
overview
====================================================================== */
.overview h1 {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #3a3a3a;
  padding-top: 0.3em;
  margin-top: 30px;
  padding-bottom: 0.3em; }
.overview_inner {
  background-color: #f3f3f3;
  padding: 20px; }
  .overview_inner .fig_facility {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .overview_inner .fig_facility {
        flex-flow: column; } }
    .overview_inner .fig_facility img {
      width: 49%;
      height: auto; }
      @media screen and (max-width: 768px) {
        .overview_inner .fig_facility img {
          width: 100%;
          margin-bottom: 10px; } }
.overview .map {
  width: 100%;
  margin-top: 25px;
  border-bottom: #3a3a3a solid 1px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .overview .map {
      margin-top: 18px; } }
.overview .add {
  width: 100%;
  display: flex;
  margin-bottom: 30px; }
  .overview .add dt {
    width: 100px;
    background-color: #3a3a3a;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    margin-right: 0.4em;
    display: flex;
    justify-content: center;
    align-items: center; }
  .overview .add dd {
    padding: 0.4em; }
.overview h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px; }
.overview .n_inner {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .overview .n_inner {
      flex-flow: column; } }
  .overview .n_inner dl {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 25px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21); }
    @media screen and (max-width: 768px) {
      .overview .n_inner dl {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px; } }
  .overview .n_inner .kyakuseki {
    width: 36.04%; }
  .overview .n_inner .butai {
    width: 34.79%; }
  .overview .n_inner .gakuya {
    width: 24.16%; }
  @media screen and (max-width: 768px) {
    .overview .n_inner .kyakuseki, .overview .n_inner .butai, .overview .n_inner .gakuya {
      width: 100%; } }
  .overview .n_inner dt {
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #3a3a3a;
    text-align: center;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .overview .n_inner dd {
    font-size: 1.4rem;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px; }
  .overview .n_inner .tx_seki {
    font-size: 3rem;
    margin-top: 38px;
    margin-bottom: 32px; }
  .overview .n_inner .tx_butai {
    font-size: 2rem;
    margin-top: 36px;
    margin-bottom: 30px; }
  .overview .n_inner .tx_gakuya {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 40px;
    line-height: 1.8em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .overview .n_inner .tx_gakuya {
        margin-top: 16px; } }

/* 
======================================================================
price
====================================================================== */
.price {
  font-weight: 400;
  width: 90%;
  max-width: 926px;
  margin: 100px auto 0px; }
  .price h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.4em; }
  .price .price_charge {
    margin-bottom: 122px; }
    @media screen and (max-width: 768px) {
      .price .price_charge {
        margin-bottom: 50px; } }
  .price_futai > p {
    margin-bottom: 10px; }

.ti_layer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 2.8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em; }
  .ti_layer span {
    position: relative;
    z-index: 2; }
  .ti_layer::before {
    content: attr(data-en);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    color: #f3f3f3;
    font-size: 10rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }

/* 
======================================================================
flow
====================================================================== */
.flow {
  width: 90%;
  max-width: 926px;
  margin: 100px auto 0px; }

.fig_flow {
  width: 100%;
  max-width: 838px;
  margin: 30px auto 80px; }
  @media screen and (max-width: 768px) {
    .fig_flow {
      margin: 20px auto 40px; } }

.flow_detail {
  margin-bottom: 74px; }
  .flow_detail .flow_child {
    background-color: #f3f3f3;
    display: flex; }
    @media screen and (max-width: 768px) {
      .flow_detail .flow_child {
        display: block;
        position: relative; } }
  .flow_detail .flow_no {
    width: 38px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #005e8e;
    border-top-right-radius: 19px; }
    @media screen and (max-width: 768px) {
      .flow_detail .flow_no {
        position: absolute;
        z-index: 4;
        height: 100%; } }
  .flow_detail .flow_ti {
    width: 210px;
    padding: 18px 24px;
    font-size: 1.8rem;
    line-height: 1.3em; }
    @media screen and (max-width: 768px) {
      .flow_detail .flow_ti {
        width: 100%;
        padding-left: 60px; } }
  .flow_detail .flow_txt {
    width: calc(100% - 248px);
    padding: 18px 36px 18px 0;
    font-weight: 400;
    line-height: 1.5em; }
    @media screen and (max-width: 768px) {
      .flow_detail .flow_txt {
        width: auto;
        line-height: 1.8em;
        padding: 0 18px 18px 60px; } }
  .flow_detail .flow_bluearrow {
    margin-bottom: 6px; }

/* 
======================================================================
inquiry
====================================================================== */
.inquiry {
  text-align: center;
  width: 100%;
  padding: 30px 20px 26px;
  background-color: #f3f3f3;
  border: #3a3a3a solid 2px; }
  @media screen and (max-width: 768px) {
    .inquiry {
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; } }
  .inquiry h2 {
    font-size: 2.0rem;
    margin-bottom: 32px;
    font-weight: 700; }
  .inquiry .inquiry_inner {
    width: 90%;
    max-width: 620px;
    margin: 0 auto 36px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .inquiry .inquiry_inner {
        display: block; } }
  .inquiry .inquiry_child {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .inquiry .inquiry_child {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    .inquiry .inquiry_child dt {
      color: #fff;
      font-size: 2.0rem;
      letter-spacing: 0.1em;
      background-color: #3a3a3a;
      border-radius: 2px;
      padding: 0.06em; }
      @media screen and (max-width: 768px) {
        .inquiry .inquiry_child dt {
          font-size: 1.8rem; } }
    .inquiry .inquiry_child dd {
      font-size: 4.4rem;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .inquiry .inquiry_child dd {
          font-size: 3.8rem;
          margin-bottom: 20px; } }

/* 
======================================================================
btn
====================================================================== */
.btn ul {
  width: 90%;
  max-width: 812px;
  margin: 52px auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .btn ul {
      width: 80%;
      flex-flow: column; } }
  .btn ul li {
    width: 48.02%; }
    @media screen and (max-width: 768px) {
      .btn ul li {
        width: 100%;
        margin-bottom: 1em; } }

.link {
  text-decoration: none; }

.btn_form,
a.btn_form {
  color: #fff;
  box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  display: block;
  padding: 18px;
  font-size: 2rem;
  border-radius: 10px;
  line-height: 1.3em; }
  @media screen and (max-width: 768px) {
    .btn_form,
    a.btn_form {
      font-size: 1.8rem; } }

.btn_form:hover,
a.btn_form:hover {
  color: #fff;
  display: block; }

.f_ex {
  background-color: #4fb8cf; }
  .f_ex:hover {
    background-color: #84d7e9; }

.f_new {
  background-color: #ff9a42; }
  .f_new:hover {
    background-color: #fbae6a; }

/* 
======================================================================
footer
====================================================================== */
footer {
  width: 100%;
  height: 62px;
  font-size: 1.4rem;
  text-align: center;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

/*# sourceMappingURL=common.css.map */
