@charset "UTF-8";
/*-------------------------------------------------
 master.scss


-------------------------------------------------*/
/* base setting
-------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  word-wrap: break-word; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ベース設定
------------------------------------------------------*/
/* ----- color ------- */
/* ベース設定
------------------------------------------------------*/
/* media query setting */
img.cm {
  max-width: 590px;
  height: auto; }

@media screen and (max-width: 768px) {
  img.cm {
    width: 100%;
    height: auto; } }
/* ----- font ------- */
/*
・フォントサイズは、基準となるサイズをpタグとして決め（通常の文章）これを基点に個々のパーツのサイズを検討する
・フォントに限らず各デバイスごとに細かな表示調整を行えいるようメディアクエリごとに設定を変更できるようにする

*/
/* link 設定 (default 設定) 

$clr-link-l: #0000ff;
$clr-link-v: #000080;
$clr-link-h: #ff0000;
$clr-link-a: #ff8000;

*/
h1 {
  margin: 0; }

body {
  color: #444;
  font-size: 13px;
  font-family: "" Roboto "," Mplus 1p "," Noto Sans Japanese ", " Helvetica Neue ", Helvetica, Arial, " 游ゴシック "," YuGothic "," Hiragino Kaku Gothic ProN "," Hiragino Kaku Gothic Pro "," Meiryo "," メイリオ "," ＭＳ ゴシック ",sans-serif";
  letter-spacing: 0.04em;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-justify: inter-ideograph; }

a {
  text-decoration: none;
  color: #A78E23;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  border-color: #A78E23; }

a:link {
  color: #A78E23; }

a:visited {
  color: #A78E23; }

a:hover {
  color: #F4D44C; }

a:active {
  color: #F4D44C; }

h1, h2, .ad-article h3, .ad-article h4, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese";
  letter-spacing: 0.04em;
  line-height: 1.2em;
  font-weight: 900; }

h1 {
  font-size: 240%; }

h2, .ad-article h3, .ad-article h4 {
  font-size: 200%; }

h3 {
  font-size: 165%; }

h4 {
  font-size: 150%; }

h5 {
  font-size: 130%; }

h6, dt {
  font-size: 115%; }

p {
  font-size: 13px;
  line-height: 1.8em; }

ul {
  list-style-type: none; }

dl {
  padding: 0;
  margin: 0; }

table {
  border: 1px solid #ccc;
  border-collapse: collapse; }
table tr th, table tr td {
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 1.1em;
  letter-spacing: 0.1em; }

@media screen and (max-width: 768px) {
  table tr th, table tr td {
    padding: 10px 5px;
    font-size: 80%;
    line-height: 1.04em; } }
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* mixin
-------------------------------------------------*/
/*  角丸処理を行う （引数 角丸の直径 px）
-------------------------------------------------------------*/
/*  角丸処理を行う （引数 角丸の直径 px）
-------------------------------------------------------------*/
/*  角丸処理を行う （引数 角丸の直径 px）
-------------------------------------------------------------*/
/*  角丸処理を行う （引数 角丸の直径 px）
-------------------------------------------------------------*/
/*  パララックス効果のボックスを作成
-------------------------------------------------------------*/
/* cube-effect
-------------------------------------------------------------*/
/* layout
-------------------------------------------------*/
.inner-wrap {
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 480px) {
  body .l-wrapper .l-header {
    width: 100%; }
  body .l-wrapper .l-header.fixed {
    position: fixed;
    top: 0; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  body .l-wrapper .l-header {
    width: 100%;
    position: abusolute; }
  body .l-wrapper .l-header.fixed {
    position: fixed;
    top: 0; } }
@media screen and (min-width: 769px) and (max-width: 1169px) {
  body .l-wrapper .l-header, body .l-wrapper .l-content, body .l-wrapper .l-footer {
    width: 100%; }
  body .l-wrapper .l-header .inner-wrap, body .l-wrapper .l-content .inner-wrap, body .l-wrapper .l-footer .inner-wrap {
    width: 100%; }
  body .l-wrapper .l-header .limit_width, body .l-wrapper .l-content .limit_width, body .l-wrapper .l-footer .limit_width {
    width: 100%; }
  body .l-wrapper .l-header.fixed {
    position: fixed;
    top: 0; } }
@media screen and (min-width: 1170px) {
  body .l-wrapper .l-header, body .l-wrapper .l-content, body .l-wrapper .l-footer {
    width: 100%; }
  body .l-wrapper .l-header .limit_width, body .l-wrapper .l-content .limit_width, body .l-wrapper .l-footer .limit_width {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto; }
  body .l-wrapper .l-header.fixed {
    position: fixed;
    top: 0; } }

.l-header {
  z-index: 100; }
.l-header .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF; }
.l-header .inner-wrap p.logo {
  display: block;
  width: 120px;
  height: 50px;
  padding: 7.5px; }
.l-header .inner-wrap p.logo a {
  width: 100%;
  height: 100%;
  display: block; }
.l-header .inner-wrap p.logo a img {
  width: 100%;
  height: auto; }
.l-header .inner-wrap.calendar-box {
  padding: 20px; }

@media screen and (max-width: 768px) {
  .l-header {
    border-bottom: none; }
  .l-header .inner-wrap {
    background-color: rgba(255, 255, 255, 0.5); }
  .l-header .inner-wrap .navStatic > p {
    font-size: 130%;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 50px; }
  .l-header .inner-wrap .navStatic ul li {
    padding: 10px 0 10px 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #444444; }
  .l-header .inner-wrap .navStatic ul li a {
    font-size: 90%;
    display: block;
    width: 100%; }
  .l-header .inner-wrap .navi-pc {
    display: none; }
  .l-header .inner-wrap .drawer-nav {
    width: 18.25rem;
    background-color: rgba(51, 51, 51, 0.9);
    font-weight: bold; }

  .drawer--right .drawer-nav {
    right: -18.25rem; }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 18.25rem; } }
@media screen and (min-width: 769px) {
  .l-header {
    background-color: #FFF;
    border-bottom: none; }
  .l-header .inner-wrap .drawer-hamburger {
    display: none; }
  .l-header .inner-wrap .navStatic > p {
    font-size: 130%;
    color: #f2f2f2;
    font-weight: bold;
    text-align: center;
    line-height: 50px; }
  .l-header .inner-wrap .navStatic ul li {
    padding: 10px 0 10px 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #444444; }
  .l-header .inner-wrap .navStatic ul li a {
    font-size: 90%;
    display: block;
    width: 100%; }
  .l-header .inner-wrap .navi-pc ul {
    display: flex; }
  .l-header .inner-wrap .navi-pc ul li {
    padding-right: 10px; }
  .l-header .inner-wrap .navi-pc ul li a {
    font-weight: bold; }
  .l-header .inner-wrap .drawer-nav {
    width: 18.25rem;
    background-color: rgba(51, 51, 51, 0.9);
    font-weight: bold; }

  .drawer--right .drawer-nav {
    right: -18.25rem; }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 18.25rem; } }
.l-firstView {
  width: 100%; }
.l-firstView .moviearea {
  width: 60%;
  height: auto; }
.l-firstView .moviearea video {
  width: 100%;
  height: auto; }

.l-content {
  padding: 0px;
  padding-top: 50px; }
.l-content .l-firstView {
  width: 100%; }

p.tmp_eyecatch {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 100%; }
p.tmp_eyecatch a {
  width: 100%;
  height: auto; }
p.tmp_eyecatch a img {
  width: 100%;
  height: auto; }

.tmp_open_announce h1 {
  padding: 40px 20px;
  margin: 0 auto; }
.tmp_open_announce p {
  text-align: center;
  width: 400px;
  margin: 0 auto; }
.tmp_open_announce div.tmp_featrue div.inner_wrap {
  width: 60%;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row; }
.tmp_open_announce div.tmp_featrue div.inner_wrap div dl dt {
  text-align: center; }
.tmp_open_announce div.tmp_featrue div.inner_wrap div dl dd {
  width: 80%;
  text-align: center; }

.tmp_title h2, .tmp_title .ad-article h3, .ad-article .tmp_title h3, .tmp_title .ad-article h4, .ad-article .tmp_title h4 {
  font-size: 260%;
  text-align: center;
  margin: 0;
  color: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.7); }

.tmp_2colum, .tmp_2colum_rev {
  display: flex;
  display: -webkit-flex;
  width: 70%;
  margin: 0 auto; }
.tmp_2colum div, .tmp_2colum_rev div {
  width: 50%;
  padding: 60px 30px; }
.tmp_2colum div p, .tmp_2colum_rev div p {
  width: 85%;
  margin: 0 auto; }
.tmp_2colum div p img, .tmp_2colum_rev div p img {
  width: 100%;
  height: auto; }

.tmp_2colum_rev {
  flex-direction: row-reverse; }

.tmp_table {
  padding: 40px 20px; }
.tmp_table table {
  width: 70%;
  margin: 0 auto; }

.parallax-test {
  background-image: url(../img/common/bg-wall01.jpg);
  background-repeat: repeat;
  background-attachment: fixed; }
.parallax-test .tmp_unit_box {
  background: rgba(255, 255, 255, 0.5); }

.parallax-test2 {
  background-image: url(../img/common/bg-wall01.jpg);
  background-repeat: repeat;
  height: 30px;
  background-attachment: fixed; }
.parallax-test2 .tmp_unit_box {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(102, 102, 102, 0.2) inset;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(102, 102, 102, 0.2) inset;
  -moz-box-shadow: 0px 2px 2px 2px rgba(102, 102, 102, 0.2) inset; }

.l-footer .f-navigation {
  background-color: #f2f2f2; }
.l-footer .footer-logo {
  background-color: #666; }
.l-footer .footer-logo p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  color: #FFF;
  text-align: center; }
.l-footer .footer-logo p a {
  line-height: 0;
  display: block;
  width: 40px;
  margin: 0 auto; }
.l-footer .footer-logo p a img {
  width: 100%;
  height: auto; }
.l-footer .footer-logo p img {
  display: block;
  width: 40px;
  margin: 0 auto; }
.l-footer .footer-logo p:last-child a {
  display: inline; }

.l-header {
  z-index: 100; }
.l-header .inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF; }
.l-header .inner-wrap p.logo {
  display: block;
  width: 120px;
  height: 50px;
  padding: 7.5px; }
.l-header .inner-wrap p.logo a {
  width: 100%;
  height: 100%;
  display: block; }
.l-header .inner-wrap p.logo a img {
  width: 100%;
  height: auto; }
.l-header .inner-wrap.calendar-box {
  padding: 20px; }

@media screen and (max-width: 768px) {
  .l-header {
    border-bottom: none; }
  .l-header .inner-wrap {
    background-color: rgba(255, 255, 255, 0.5); }
  .l-header .inner-wrap .navStatic > p {
    font-size: 130%;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 50px; }
  .l-header .inner-wrap .navStatic ul li {
    padding: 10px 0 10px 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #444444; }
  .l-header .inner-wrap .navStatic ul li a {
    font-size: 90%;
    display: block;
    width: 100%; }
  .l-header .inner-wrap .navi-pc {
    display: none; }
  .l-header .inner-wrap .drawer-nav {
    width: 18.25rem;
    background-color: rgba(51, 51, 51, 0.9);
    font-weight: bold; }

  .drawer--right .drawer-nav {
    right: -18.25rem; }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 18.25rem; } }
@media screen and (min-width: 769px) {
  .l-header {
    background-color: #FFF;
    border-bottom: none; }
  .l-header .inner-wrap .drawer-hamburger {
    display: none; }
  .l-header .inner-wrap .navStatic > p {
    font-size: 130%;
    color: #f2f2f2;
    font-weight: bold;
    text-align: center;
    line-height: 50px; }
  .l-header .inner-wrap .navStatic ul li {
    padding: 10px 0 10px 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #444444; }
  .l-header .inner-wrap .navStatic ul li a {
    font-size: 90%;
    display: block;
    width: 100%; }
  .l-header .inner-wrap .navi-pc ul {
    display: flex; }
  .l-header .inner-wrap .navi-pc ul li {
    padding-right: 10px; }
  .l-header .inner-wrap .navi-pc ul li a {
    font-weight: bold; }
  .l-header .inner-wrap .drawer-nav {
    width: 18.25rem;
    background-color: rgba(51, 51, 51, 0.9);
    font-weight: bold; }

  .drawer--right .drawer-nav {
    right: -18.25rem; }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 18.25rem; } }
.l-firstView {
  width: 100%; }
.l-firstView .moviearea {
  width: 60%;
  height: auto; }
.l-firstView .moviearea video {
  width: 100%;
  height: auto; }

.l-content {
  padding: 0px;
  padding-top: 50px; }
.l-content .l-firstView {
  width: 100%; }

p.tmp_eyecatch {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 100%; }
p.tmp_eyecatch a {
  width: 100%;
  height: auto; }
p.tmp_eyecatch a img {
  width: 100%;
  height: auto; }

.tmp_open_announce h1 {
  padding: 40px 20px;
  margin: 0 auto; }
.tmp_open_announce p {
  text-align: center;
  width: 400px;
  margin: 0 auto; }
.tmp_open_announce div.tmp_featrue div.inner_wrap {
  width: 60%;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row; }
.tmp_open_announce div.tmp_featrue div.inner_wrap div dl dt {
  text-align: center; }
.tmp_open_announce div.tmp_featrue div.inner_wrap div dl dd {
  width: 80%;
  text-align: center; }

.tmp_title h2, .tmp_title .ad-article h3, .ad-article .tmp_title h3, .tmp_title .ad-article h4, .ad-article .tmp_title h4 {
  font-size: 260%;
  text-align: center;
  margin: 0;
  color: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.7); }

.tmp_2colum, .tmp_2colum_rev {
  display: flex;
  display: -webkit-flex;
  width: 70%;
  margin: 0 auto; }
.tmp_2colum div, .tmp_2colum_rev div {
  width: 50%;
  padding: 60px 30px; }
.tmp_2colum div p, .tmp_2colum_rev div p {
  width: 85%;
  margin: 0 auto; }
.tmp_2colum div p img, .tmp_2colum_rev div p img {
  width: 100%;
  height: auto; }

.tmp_2colum_rev {
  flex-direction: row-reverse; }

.tmp_table {
  padding: 40px 20px; }
.tmp_table table {
  width: 70%;
  margin: 0 auto; }

.parallax-test {
  background-image: url(../img/common/bg-wall01.jpg);
  background-repeat: repeat;
  background-attachment: fixed; }
.parallax-test .tmp_unit_box {
  background: rgba(255, 255, 255, 0.5); }

.parallax-test2 {
  background-image: url(../img/common/bg-wall01.jpg);
  background-repeat: repeat;
  height: 30px;
  background-attachment: fixed; }
.parallax-test2 .tmp_unit_box {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 2px 2px rgba(102, 102, 102, 0.2) inset;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(102, 102, 102, 0.2) inset;
  -moz-box-shadow: 0px 2px 2px 2px rgba(102, 102, 102, 0.2) inset; }

.l-footer .f-navigation {
  background-color: #f2f2f2; }
.l-footer .footer-logo {
  background-color: #666; }
.l-footer .footer-logo p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  color: #FFF;
  text-align: center; }
.l-footer .footer-logo p a {
  line-height: 0;
  display: block;
  width: 40px;
  margin: 0 auto; }
.l-footer .footer-logo p a img {
  width: 100%;
  height: auto; }
.l-footer .footer-logo p img {
  display: block;
  width: 40px;
  margin: 0 auto; }
.l-footer .footer-logo p:last-child a {
  display: inline; }

/* unit
-------------------------------------------------*/
.unt-service {
  font-size: 13px; }
.unt-service .inner-wrap .mod-service .inner-wrap, .unt-service .inner-wrap .mod-service-rv .inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.unt-service .inner-wrap .mod-service .inner-wrap > .txt, .unt-service .inner-wrap .mod-service-rv .inner-wrap > .txt {
  width: 60%; }
.unt-service .inner-wrap .mod-service .inner-wrap > .img, .unt-service .inner-wrap .mod-service-rv .inner-wrap > .img {
  width: 40%; }
.unt-service .inner-wrap .mod-service .inner-wrap > .img p img, .unt-service .inner-wrap .mod-service-rv .inner-wrap > .img p img {
  width: 100%;
  height: auto; }
.unt-service .inner-wrap .mod-service-rv .inner-wrap {
  display: flex;
  flex-direction: row-reverse; }

.mod-concept {
  padding: 20px;
  margin: 20px;
  font-size: 13px;
  text-align: center; }

.feature-list .grid2_1, .feature-list .grid3_1, .feature-list .grid4_1, .feature-list .ad-article .grid6_1, .ad-article .feature-list .grid6_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.feature-list .grid2_1 .item, .feature-list .grid3_1 .item, .feature-list .grid4_1 .item, .feature-list .ad-article .grid6_1 .item, .ad-article .feature-list .grid6_1 .item {
  width: 50%; }
.feature-list .grid3_1 .item {
  width: 33.3%; }
.feature-list .grid4_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.feature-list .grid4_1 .item {
  width: 25%; }

@media screen and (max-width: 768px) {
  .feature-list .grid2_1, .feature-list .grid3_1, .feature-list .grid4_1, .feature-list .ad-article .grid6_1, .ad-article .feature-list .grid6_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .feature-list .grid2_1 .item, .feature-list .grid3_1 .item, .feature-list .grid4_1 .item, .feature-list .ad-article .grid6_1 .item, .ad-article .feature-list .grid6_1 .item {
    width: 100%; }
  .feature-list .grid4_1 .item {
    width: 50%; } }
.sty-quote {
  width: 80%;
  position: relative;
  border: 3px solid #A78E23;
  padding: 30px;
  margin: 0 auto;
  font-size: 150%;
  letter-spacing: 0.08em; }

.sty-quote:after {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  padding-top: 30px;
  content: '"';
  color: #A78E23;
  font-size: 500%;
  background-color: #FFF;
  border-radius: 25px;
  font-style: italic; }

.sty-quote:before {
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  padding-top: 30px;
  content: '"';
  color: #A78E23;
  font-size: 500%;
  background-color: #FFF;
  border-radius: 25px;
  font-style: italic; }

@media screen and (max-width: 768px) {
  .sty-quote {
    width: 100%;
    font-size: 115%;
    font-weight: bold; } }
.sty-feature-list {
  width: 90%;
  margin: 0 auto;
  font-size: 13px; }
.sty-feature-list li {
  font-weight: bold;
  font-size: 165%;
  line-height: 1.2em;
  color: #A78E23;
  letter-spacing: 0.05em; }
.sty-feature-list li div {
  vertical-align: middle;
  background: url("./../img/common/bg-feature01.svg") no-repeat center center;
  background-size: 80%; }
.sty-feature-list li div span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 768px) {
  .sty-feature-list {
    padding: 0;
    width: 100%; }
  .sty-feature-list li {
    font-size: 150%; }
  .sty-feature-list li div {
    vertical-align: middle;
    background: url("./../img/common/bg-feature01.svg") no-repeat center center;
    background-size: 90%; } }
.static-aspect {
  position: relative;
  width: 100%; }
.static-aspect > .cnt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.static-aspect:before {
  content: "";
  display: block;
  padding-top: 100%; }

.sty-table {
  width: 98%;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding: 20px;
  margin: 20px; }
.sty-table caption {
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.8em;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
.sty-table th {
  background-color: #f2f2f2;
  color: #4C50F4; }

.contact_area .grid2_1, .contact_area .grid3_1, .contact_area .grid4_1, .contact_area .ad-article .grid6_1, .ad-article .contact_area .grid6_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.contact_area .grid2_1 > .item, .contact_area .feature-list .grid3_1 > .item, .contact_area .feature-list .grid4_1 > .item, .contact_area .grid3_1 > .item, .contact_area .grid4_1 > .item, .contact_area .ad-article .grid3_1 > .item, .contact_area .ad-article .grid4_1 > .item, .contact_area .ad-article .grid6_1 > .item, .ad-article .contact_area .grid6_1 > .item {
  width: 50%; }
.contact_area .grid3_1 > .item {
  width: 33.3%; }
.contact_area .grid4_1 > .item {
  width: 25%; }

@media screen and (max-width: 768px) {
  .contact_area .grid2_1, .contact_area .grid3_1, .contact_area .grid4_1, .contact_area .ad-article .grid6_1, .ad-article .contact_area .grid6_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .contact_area .grid2_1 .item, .contact_area .grid3_1 .item, .contact_area .grid4_1 .item, .contact_area .ad-article .grid6_1 .item, .ad-article .contact_area .grid6_1 .item {
    width: 100%; }
  .contact_area .grid2_1pc, .contact_area .grid4_1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .contact_area .grid2_1pc .item, .contact_area .grid4_1 .item {
    width: 100%; }
  .contact_area .grid4_1 .item {
    width: 100%; } }
.sty-titleCont {
  margin: 30px 10px;
  padding: 60px 0;
  font-size: 165%;
  text-align: center;
  line-height: 1.9em;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444; }

@media screen and (max-width: 480px) {
  .sty-titleCont {
    font-size: 115%;
    padding: 20px 0; } }
.sty-titleCont + p {
  text-align: center;
  padding: 20px; }

.contact_list {
  padding: 10px;
  margin-bottom: 50px; }
.contact_list h2, .contact_list .ad-article h3, .ad-article .contact_list h3, .contact_list .ad-article h4, .ad-article .contact_list h4 {
  padding: 20px 10px;
  font-size: 130%;
  text-align: center;
  color: #A78E23; }
.contact_list > p {
  position: relative;
  margin: 20px;
  height: 160px;
  overflow: hidden; }
.contact_list > p img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.contact_list div.detail {
  background-color: #f2f2f2;
  padding: 10px; }
.contact_list div.detail dl > * {
  text-align: center;
  font-weight: bold; }
.contact_list div.detail dl dd {
  font-size: 115%;
  color: #A78E23; }
.contact_list div.detail p {
  text-align: center;
  padding: 10px 20px;
  line-height: 1.08em; }

@media screen and (max-width: 768px) {
  .contact_list > p {
    position: relative;
    margin: 20px;
    height: 120px;
    overflow: hidden; }
  .contact_list > p img {
    width: 75%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
.mod-atic-titlebox {
  font-size: 13px;
  font-weight: bold;
  word-break: break-all;
  background-color: #f2f2f2; }
.mod-atic-titlebox p {
  padding: 10px;
  font-size: 130%;
  font-family: "Mplus 1p"; }
.mod-atic-titlebox > .tit {
  padding: 10px;
  font-size: 130%;
  line-height: 1.4em; }
.mod-atic-titlebox > .tit span {
  font-size: 240%;
  line-height: 1.2em; }

@media screen and (max-width: 768px) {
  .mod-atic-titlebox {
    font-size: 13px; }
  .mod-atic-titlebox p {
    font-size: 13px;
    font-weight: bold; }
  .mod-atic-titlebox > .tit {
    font-size: 90%; }
  .mod-atic-titlebox > .tit span {
    font-size: 200%; } }
.mod-atic-contentbox {
  font-size: 13px;
  padding: 40px 20px;
  background-color: rgba(242, 242, 242, 0.7); }

.unt-tourist {
  font-size: 13px; }
.unt-tourist .inner-wrap .gridBox2_1 .grid {
  padding: 10px; }
.unt-tourist .inner-wrap a {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.8em; }

.info_center_img {
  padding-top: 0;
  padding-left: 0; }
.info_center_img p {
  width: 100%; }
.info_center_img p img {
  width: 100%;
  height: auto; }

.mod-tourist, .mod-tourist-rv {
  padding: 40px; }
.mod-tourist .inner-wrap, .mod-tourist-rv .inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative; }
.mod-tourist .inner-wrap > .txt, .mod-tourist-rv .inner-wrap > .txt {
  width: 60%;
  position: relative;
  text-align: center;
  background-color: #f2f2f2; }
.mod-tourist .inner-wrap > .txt div, .mod-tourist-rv .inner-wrap > .txt div {
  font-family: "Mplus 1p";
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.mod-tourist .inner-wrap > .txt div > .tit, .mod-tourist-rv .inner-wrap > .txt div > .tit {
  font-size: 200%;
  padding: 20px 0; }
.mod-tourist .inner-wrap > .img, .mod-tourist-rv .inner-wrap > .img {
  width: 40%; }
.mod-tourist .inner-wrap > .img p, .mod-tourist-rv .inner-wrap > .img p {
  line-height: 0; }
.mod-tourist .inner-wrap > .img p img, .mod-tourist-rv .inner-wrap > .img p img {
  width: 100%;
  height: auto; }

.mod-tourist-rv .inner-wrap {
  display: flex;
  flex-direction: row-reverse; }

@media screen and (max-width: 768px) {
  .mod-tourist, .mod-tourist-rv, .mod-tourist-rv {
    padding: 0 10px; }
  .mod-tourist .inner-wrap, .mod-tourist-rv .inner-wrap, .mod-tourist-rv .inner-wrap {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    position: relative; }
  .mod-tourist .inner-wrap > .txt, .mod-tourist-rv .inner-wrap > .txt, .mod-tourist .inner-wrap > .img, .mod-tourist-rv .inner-wrap > .img, .mod-tourist-rv .inner-wrap > .txt, .mod-tourist-rv .inner-wrap > .img {
    width: 100%;
    padding-bottom: 0; }
  .mod-tourist .inner-wrap > .txt, .mod-tourist-rv .inner-wrap > .txt, .mod-tourist-rv .inner-wrap > .txt {
    margin-bottom: 50px;
    padding: 20px 0; }
  .mod-tourist .inner-wrap > .txt div, .mod-tourist-rv .inner-wrap > .txt div, .mod-tourist-rv .inner-wrap > .txt div {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .mod-tourist .inner-wrap > .txt div .tit, .mod-tourist-rv .inner-wrap > .txt div .tit, .mod-tourist-rv .inner-wrap > .txt div .tit {
    font-size: 150%; } }
.mod-opentime {
  text-align: center;
  background-color: #f2f2f2;
  padding: 30px;
  margin: 0 40px; }
.mod-opentime p {
  padding: 20px; }

@media screen and (max-width: 768px) {
  .mod-opentime {
    margin: 0 10px; } }
.mod-atic_map .gridBox2_1 .grid .map_wrap {
  width: 100%;
  height: 450px; }

@media screen and (max-width: 768px) {
  .mod-atic_map .gridBox2_1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .mod-atic_map .gridBox2_1 .grid {
    width: 100%; }
  .mod-atic_map .gridBox2_1 .grid .map_wrap {
    width: 100%;
    height: 450px; } }
.touristInfo {
  overflow: hidden;
  color: #444;
  position: relative; }
.touristInfo .gridbox2_1 .grid:first-child {
  width: 50%;
  position: absolute;
  top: 20px;
  left: 20px; }
.touristInfo .gridbox2_1 .grid:last-child {
  width: 100%;
  position: absolute; }

@media screen and (max-width: 768px) {
  .touristInfo {
    color: #444;
    position: relative; }
  .touristInfo .gridBox2_1 {
    align-items: center; }
  .touristInfo .gridBox2_1 .grid:first-child {
    padding: 20px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 3; }
  .touristInfo .gridBox2_1 .grid:last-child {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; } }
/* module
-------------------------------------------------*/
/*
-------------*/
/* container base module
-------------------------------------------------*/
.container-base, .container-round, .container-scol {
  padding: 0; }

.container-round {
  padding: 10px; }
.container-round .inner-wrap {
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */ }

.container-scol .inner-wrap {
  background-color: rgba(255, 255, 255, 0.7); }

.test_div {
  float: left; }

.meiryo {
  font-family: "Meiryo", "メイリオ"; }

.hiraKgothic_proN {
  font-family: "Hiragino Kaku Gothic ProN"; }

.mplus {
  font-family: "Mplus 1p"; }

.notosans {
  font-family: "Noto Sans Japanese"; }

.sawarabi {
  font-family: "Sawarabi Gothic"; }

.yuuG {
  font-family: "游ゴシック"; }

.anton {
  font-family: "Anton", sans-serif; }

.oxygen {
  font-family: "Oxygen", sans-serif; }

.boxLineStyle {
  float: left;
  margin: 20px;
  width: 300px;
  border-top: 1px double #444; }

.titArticle {
  border-bottom: 4px double #444;
  padding: 20px 30px;
  font-size: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800; }

.test-p {
  padding: 60px 30px; }

.tmp_unit_box {
  padding: 25px; }
.tmp_unit_box h1, .tmp_unit_box h2, .tmp_unit_box .ad-article h3, .ad-article .tmp_unit_box h3, .tmp_unit_box .ad-article h4, .ad-article .tmp_unit_box h4, .tmp_unit_box h3, .tmp_unit_box h4, .tmp_unit_box h5, .tmp_unit_box h6, .tmp_unit_box p, .tmp_unit_box dt, .tmp_unit_box dd {
  text-align: center;
  width: 100%; }
.tmp_unit_box p, .tmp_unit_box dd {
  width: 85%;
  padding: 0;
  margin: 0 auto; }

.mod-eyecatch div.inner-wrap p {
  margin: 0; }
.mod-eyecatch div.inner-wrap p img {
  display: none;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 768px) {
  .mod-eyecatch div.inner-wrap p img:first-child {
    display: none; }
  .mod-eyecatch div.inner-wrap p img:last-child {
    display: block; } }
@media screen and (min-width: 769px) {
  .mod-eyecatch div.inner-wrap p {
    position: relative;
    height: 100vh; }
  .mod-eyecatch div.inner-wrap p img:first-child {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover; }
  .mod-eyecatch div.inner-wrap p img:last-child {
    display: none; } }
.tit-row_2 {
  font-size: 13px;
  width: 100%;
  display: block;
  text-align: center; }
.tit-row_2 p {
  width: 100%;
  display: block; }
.tit-row_2 p:first-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 165%;
  letter-spacing: -0.03em;
  font-family: 'Century Gothic', sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2em;
  height: 75px;
  position: relative; }
.tit-row_2 p:first-child span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.tit-row_2 p:last-child {
  padding-top: 10px;
  font-size: 115%; }

.mod-explain-ac div.inner-wrap:first-child {
  /*
  background:
  	url("../img/common/bg-wall03.jpg") repeat repeat;
  background-size:140px 140px;
  background-position:center center;
  */ }
.mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box h1 {
  font-size: 200%;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  font-weight: 400; }
.mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box h1 img {
  padding: 40px 10px;
  width: 60%;
  height: auto; }
.mod-explain-ac div.inner-wrap:nth-child(2) {
  /*
  background:
  	url("../img/common/bg-wall04.jpg") repeat repeat;
  background-size:140px 140px;
  background-position:center center;
  */ }

@media screen and (max-width: 768px) {
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box p {
    width: 100%; }
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box p img {
    width: 60%;
    margin: 0 auto; }
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box p.logos img {
    width: 20%;
    height: auto; }
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box h1 {
    font-size: 130%;
    font-weight: bold; } }
@media screen and (min-width: 769px) {
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box p.logos {
    text-align: center; }
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box p.logos img {
    width: 200px;
    height: auto;
    padding: 30px 0; }
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box h1 {
    font-weight: bold;
    letter-spacing: 0.04em; }
  .mod-explain-ac div.inner-wrap:first-child div.tmp_unit_box h1 img {
    width: 220px; } }
.title_box {
  padding: 0 25px; }

@media screen and (max-width: 768px) {
  .title_box {
    padding: 0 25px; } }
.flavor01 {
  width: 100%;
  border: none;
  border-collapse: collapse; }
.flavor01 dt, .flavor01 dd {
  font-size: 13px;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  text-align: left; }
.flavor01 dt {
  font-weight: bold;
  color: #4C50F4;
  border-bottom: none;
  text-align: left;
  padding: 10px;
  padding-bottom: 0; }
.flavor01 dd {
  border-top: none;
  padding: 0 20px 10px;
  margin-left: 0; }
.flavor01 tr th, .flavor01 tr td {
  border: 1px dashed #ccc;
  text-align: left;
  font-size: 13px; }
.flavor01 tr th {
  font-weight: bold;
  color: #4C50F4;
  border-bottom: none;
  text-align: left;
  padding: 10px;
  padding-bottom: 0; }
.flavor01 tr th:after {
  content: ":"; }
.flavor01 tr td {
  border-top: none;
  padding-top: 0; }
.flavor01 tr:first-child th {
  border-top: none; }
.flavor01 tr:nth-child(2) td:last-child {
  border-bottom: none; }
.flavor01 tr:last-child td {
  border-bottom: none; }

@media screen and (max-width: 768px) {
  .flavor01 {
    margin: 0 auto;
    width: 98%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px); }
  .flavor01 tr th, .flavor01 tr td {
    font-size: 2.2vw;
    line-height: 3.2vw;
    padding: 3px; } }
.mod-detail-box {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f2f2f2; }

.mod-floor-map {
  width: 100%; }
.mod-floor-map div p {
  width: 65%;
  margin: 50px auto; }
.mod-floor-map div p img {
  width: 100%;
  height: auto;
  line-height: 0;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 768px) {
  .mod-floor-map div p {
    width: 100%; } }
.mod-contact, .mod-contact-ato {
  padding: 60px 20px; }
.mod-contact a, .mod-contact-ato a {
  display: inline;
  text-align: center; }
.mod-contact > .logo, .mod-contact-ato > .logo {
  display: block;
  width: 30%;
  margin: 0 auto; }
.mod-contact > .logo img, .mod-contact-ato > .logo img {
  width: 100%; }
.mod-contact p, .mod-contact-ato p {
  text-align: center; }
.mod-contact dl dt, .mod-contact-ato dl dt, .mod-contact dl dd, .mod-contact-ato dl dd {
  text-align: center;
  padding: 10px;
  margin: 0; }
.mod-contact dl dt, .mod-contact-ato dl dt {
  padding-bottom: 0;
  font-size: 12px; }
.mod-contact dl dd, .mod-contact-ato dl dd {
  padding-top: 0; }
.mod-contact dl dd a, .mod-contact-ato dl dd a {
  font-size: 200%;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .mod-contact-ato > .logo {
    width: 60%; } }
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 700ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.totop {
  position: absolute;
  z-index: 99;
  width: 60px;
  height: 60px;
  right: 50%;
  background-color: #4C50F4;
  margin-right: -30px;
  margin-top: -30px;
  position: fixed;
  right: 2%;
  margin-right: 0;
  margin-top: 0;
  bottom: 4%; }
.totop p {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: contain; }
.totop p a {
  font-family: 'Michroma', sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 130%;
  color: #FFF;
  font-weight: bold;
  text-align: center; }

.sty-list .sty-item, .sty-list-count .sty-item {
  display: relative; }
.sty-list .sty-item .sty-tit, .sty-list-count .sty-item .sty-tit {
  text-align: center;
  font-size: 150%;
  font-family: "Mplus 1p";
  font-weight: 800;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  min-height: 100px; }
.sty-list .sty-item .sty-con, .sty-list-count .sty-item .sty-con {
  font-size: 13px;
  text-align: center; }
.sty-list .sty-item .sty-tit, .sty-list-count .sty-item .sty-tit, .sty-list .sty-item .sty-con, .sty-list-count .sty-item .sty-con {
  margin: 10px; }
.sty-list .sty-item .duration, .sty-list-count .sty-item .duration {
  padding: 0 20px; }
.sty-list .sty-item .status-box, .sty-list-count .sty-item .status-box {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px; }
.sty-list .sty-item .status-box p, .sty-list-count .sty-item .status-box p {
  margin: 0; }

.sty-list-count {
  counter-reset: countdown; }
.sty-list-count li {
  counter-increment: countdown; }
.sty-list-count li .sty-tit:before {
  font-size: 115% !important;
  display: inline;
  content: "POINT." counter(countdown);
  font-family: 'Century Gothic', sans-serif;
  font-style: italic;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  font-size: 13px; }

.img-box {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  width: 98%;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  margin: 20px; }
.img-box .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.img-box .inner img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.img-box:before {
  content: "";
  display: block;
  padding-top: 100%; }

.cube-effect, .cube-effect-mod {
  /* コンフィグ
  ----------------------------------*/
  width: 90%;
  height: 50px;
  margin: 0 auto; }
.cube-effect a, .cube-effect-mod a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px; }
.cube-effect a span, .cube-effect-mod a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  font-weidght: bold;
  text-align: center;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none; }
.cube-effect a span:nth-child(1), .cube-effect-mod a span:nth-child(1) {
  background-color: #FFE269;
  border: 1px solid #FFE269;
  color: #444;
  font-size: 115%;
  font-family: "Mplus 1p";
  font-weight: bold;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
  transform-origin: 50% 50% -25px; }
.cube-effect a span:nth-child(2), .cube-effect-mod a span:nth-child(2) {
  background-color: #333;
  color: #FFE269;
  font-weight: bold;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -25px;
  -moz-transform-origin: 50% 50% -25px;
  transform-origin: 50% 50% -25px; }
.cube-effect a:hover span:nth-child(1), .cube-effect-mod a:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }
.cube-effect a:hover span:nth-child(2), .cube-effect-mod a:hover span:nth-child(2) {
  background-color: #FFE269;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.cube-effect-mod {
  width: 40%;
  margin: 20px auto 30px; }

@media screen and (max-width: 768px) {
  .cube-effect-mod {
    width: 100%; } }
.sty-title01, .sty-title02, .sty-title03, .sty-title-con {
  padding: 60px 0;
  font-size: 165%;
  text-align: center;
  line-height: 1.9em; }
.sty-title01 span, .sty-title02 span, .sty-title03 span, .sty-title-con span {
  font-size: 240%;
  letter-spacing: -0.03em;
  font-family: 'Century Gothic', sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 2px solid #333333; }

@media screen and (max-width: 480px) {
  .sty-title01, .sty-title02, .sty-title03, .sty-title-con {
    padding: 30px 0;
    font-size: 115%;
    line-height: 1.08em; }
  .sty-title01 span, .sty-title02 span, .sty-title03 span, .sty-title-con span {
    font-size: 165%;
    display: inline-block;
    margin-bottom: 6px; } }
.sty-title02 {
  font-size: 115%; }
.sty-title02 span {
  font-size: 165%; }

.sty-title03 {
  font-size: 130%; }
.sty-title03 span {
  font-size: 165%;
  border-bottom: 1px solid #333333; }

.sty-title-con {
  line-height: 1.4em;
  font-size: 115%; }
.sty-title-con span {
  font-size: 165%;
  border-bottom: 1px solid #FFF; }

.status-box {
  font-size: 13px;
  display: inline; }
.status-box > * {
  float: left;
  display: inline-block; }

.sty-icon, .sty-icon-1 {
  padding: 0 20px;
  font-size: 130%;
  color: #FFF;
  background-color: #A78E23;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 5px; }

.sty-icon-1 {
  background-color: #4C50F4; }

.event-title {
  background-color: #f2f2f2;
  font-size: 13px; }
.event-title .inner-wrap {
  padding: 20px; }
.event-title .inner-wrap .duration {
  font-weight: bold;
  font-size: 130%; }
.event-title .inner-wrap h1 {
  padding: 20px 0;
  font-size: 240%;
  line-height: 1.6em;
  letter-spacing: 0.02em; }

@media screen and (max-width: 768px) {
  .event-title {
    background-color: #f2f2f2;
    font-size: 13px; }
  .event-title .inner-wrap {
    padding: 20px; }
  .event-title .inner-wrap .duration {
    font-weight: bold;
    font-size: 130%; }
  .event-title .inner-wrap h1 {
    padding: 20px 0;
    font-size: 200%;
    line-height: 1.6em;
    letter-spacing: 0.02em; } }
.breadcrumb ul {
  color: #f2f2f2;
  font-size: 13px; }
.breadcrumb ul li {
  font-size: 90%;
  float: left;
  padding-right: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }
.breadcrumb ul li:before {
  content: ">";
  padding-right: 10px; }
.breadcrumb ul li:last-child {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }
.breadcrumb ul li:first-child:before {
  content: none; }

.breadcrumb-box {
  background-color: #333333; }
.breadcrumb-box .inner-wrap {
  padding: 10px 20px; }

.event-content {
  font-size: 13px; }
.event-content .inner-wrap {
  padding: 50px 20px 100px; }
.event-content .inner-wrap p {
  font-size: 115%;
  padding: 10px 0;
  letter-spacing: 0.06em; }

.event_in_session {
  font-size: 13px;
  width: 98%;
  width: calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  margin: 40px auto;
  position: relative; }
.event_in_session img {
  width: 100%;
  height: auto; }
.event_in_session p {
  font-weight: bold;
  font-size: 165%;
  text-align: center; }
.event_in_session .status-box {
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 768px) {
  .event_in_session {
    width: 100%;
    margin: 10px auto 40px;
    padding: 10px 10px; } }
.contact_to_indor, .contact_to_akiba {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  padding: 30px 0;
  margin-top: 50px; }

.contact_to_indor + div.container-base .inner-wrap .mod-contact-ato, .contact_to_indor + div.container-round .inner-wrap .mod-contact-ato, .contact_to_indor + div.container-scol .inner-wrap .mod-contact-ato, .contact_to_akiba + div.container-base .inner-wrap .mod-contact-ato, .contact_to_akiba + div.container-round .inner-wrap .mod-contact-ato, .contact_to_akiba + div.container-scol .inner-wrap .mod-contact-ato {
  background-color: #f2f2f2;
  margin-bottom: 50px; }

.contact_to_akiba + div.container-base .inner-wrap .mod-contact-ato, .contact_to_akiba + div.container-round .inner-wrap .mod-contact-ato, .contact_to_akiba + div.container-scol .inner-wrap .mod-contact-ato {
  margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  .contact_to_indor, .contact_to_akiba {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    padding: 30px 0;
    margin-top: 0; } }
.policy_box {
  text-align: center;
  width: 80%;
  height: 500px;
  margin: 0 auto;
  overflow: scroll;
  background-color: #FFF;
  padding: 20px; }

@media screen and (max-width: 480px) {
  .policy_box {
    width: 100%;
    margin: 0 auto;
    height: 100px; } }
.mod-sitemap .inner-wrap {
  padding-bottom: 30px; }
.mod-sitemap .inner-wrap .sitemap-list .item {
  margin: 20px;
  padding: 20px;
  width: 98%;
  width: calc(50% - 40px);
  background-color: #f2f2f2; }
.mod-sitemap .inner-wrap .sitemap-list .item h2, .mod-sitemap .inner-wrap .sitemap-list .item .ad-article h3, .ad-article .mod-sitemap .inner-wrap .sitemap-list .item h3, .mod-sitemap .inner-wrap .sitemap-list .item .ad-article h4, .ad-article .mod-sitemap .inner-wrap .sitemap-list .item h4 {
  border-bottom: 1px solid #A78E23;
  font-size: 165%;
  line-height: 1.4em;
  padding: 5px; }
.mod-sitemap .inner-wrap .sitemap-list .item ul {
  margin: 20px auto;
  list-style-type: disc;
  padding-left: 20px; }
.mod-sitemap .inner-wrap .sitemap-list .item ul li a {
  width: 100%;
  display: block; }

@media screen and (max-width: 480px) {
  .mod-sitemap .inner-wrap {
    padding-bottom: 30px; }
  .mod-sitemap .inner-wrap .sitemap-list .item {
    margin: 10px;
    padding: 20px;
    width: 98%;
    width: calc(100% - 20px); } }
/* image link module
img要素を利用してのリンクモジュール

※現状サイズ変更に耐えられない。
　CSSにてトリミング機構を実装する必要あり

このモジュールを包括する直前の親要素にてモジュールサイズを指定する

-------------------------------------------------*/
a.imgLinker-base {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden; }
a.imgLinker-base > p.linkImg, a.imgLinker-base > div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
a.imgLinker-base > p.linkImg {
  width: 100%;
  height: 100%;
  background-color: #333; }
a.imgLinker-base > p.linkImg img {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
a.imgLinker-base > div {
  display: table; }
a.imgLinker-base > div > p {
  margin: 0;
  display: inline;
  position: absolute;
  padding: 10px;
  /* 多分スタイルに関しては分離すべき内容 */
  font-weight: bold; }
a.imgLinker-base > div > p {
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9)); }
a.imgLinker-base > div > p:first-child {
  display: none;
  color: #FFF; }
a.imgLinker-base > div > p:nth-child(2) {
  color: #FFF;
  font-size: 150%;
  line-height: 1.4em;
  font-weight: bold;
  /* 中央配置テクニック */
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 90%; }
a.imgLinker-base > div > p:last-child {
  display: none;
  color: #FFF;
  bottom: 0;
  right: 0;
  text-align: right; }

a.imgLinker-base > p.linkImg img {
  transition: 0.5s; }
a.imgLinker-base div p {
  transition: 0.5s;
  color: #444; }

a.imgLinker-base:hover > p.linkImg img {
  opacity: 1; }
a.imgLinker-base:hover > div > p:first-child {
  color: #FFF; }
a.imgLinker-base:hover > div > p:nth-child(2) {
  color: #FFF; }
a.imgLinker-base:hover > div > p:last-child {
  color: #FFF; }

@media screen and (max-width: 768px) {
  a.imgLinker-base {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden; }
  a.imgLinker-base > p.linkImg, a.imgLinker-base > div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  a.imgLinker-base > p.linkImg {
    width: 100%;
    height: 100%;
    background-color: #333; }
  a.imgLinker-base > p.linkImg img {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  a.imgLinker-base > div {
    display: table; }
  a.imgLinker-base > div > p {
    margin: 0;
    display: inline;
    position: absolute;
    padding: 10px;
    /* 多分スタイルに関しては分離すべき内容 */
    font-weight: bold; }
  a.imgLinker-base > div > p {
    -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9)); }
  a.imgLinker-base > div > p:first-child {
    color: #FFF; }
  a.imgLinker-base > div > p:nth-child(2) {
    color: #FFF;
    font-size: 115%;
    line-height: 1.4em;
    font-weight: bold;
    /* 中央配置テクニック */
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 90%; }
  a.imgLinker-base > div > p:last-child {
    color: #FFF;
    bottom: 0;
    right: 0;
    text-align: right; }

  a.imgLinker-base > p.linkImg img {
    transition: 0.5s; }
  a.imgLinker-base div p {
    transition: 0.5s;
    color: #444; }

  a.imgLinker-base:hover > p.linkImg img {
    opacity: 1; }
  a.imgLinker-base:hover > div > p:first-child {
    color: #FFF; }
  a.imgLinker-base:hover > div > p:nth-child(2) {
    color: #FFF; }
  a.imgLinker-base:hover > div > p:last-child {
    color: #FFF; } }
/*
li:nth-child(5) a.imgLinker-base:hover {
		 > p.linkImg {
			img {
				opacity:0.5;
			}
		}
		> div {
			> p:first-child {
				
	        	
				color:$clr-chr2;
			}
			> p:nth-child(2) {
				
	        	
				color:$clr-chr2;
				
			}
			> p:last-child {
	        	
				color:$clr-chr2;
			}
		}
	}

*/
/*
a.imgLinker-base:link > p.linkImg img  {
	@include setTransformTime();
}

a.imgLinker-base:hover > p.linkImg img {
	@include setTransformScale();
}
*/
.mod-list, .mod-list-footer, .mod-list-concept {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-directtion: row;
  flex-wrap: wrap;
  justify-content: center; }
.mod-list > li, .mod-list-footer > li, .mod-list-concept > li, .mod-list > div, .mod-list-footer > div, .mod-list-concept > div {
  position: relative;
  width: 25%; }

@media screen and (max-width: 768px) {
  .mod-list, .mod-list-footer, .mod-list-concept {
    display: block; }
  .mod-list > li, .mod-list-footer > li, .mod-list-concept > li, .mod-list > div, .mod-list-footer > div, .mod-list-concept > div {
    width: 100%; } }
/*
----------------------------------------------*/
.mod-list-footer {
  padding: 20px 0; }
.mod-list-footer li {
  width: 33.3%;
  position: relative;
  height: 150px;
  padding: 5px; }
.mod-list-footer li:nth-child(4), .mod-list-footer li:last-child {
  width: 50%; }

@media screen and (max-width: 768px) {
  .mod-list-footer {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .mod-list-footer > li, .mod-list-footer > div {
    width: 50%; }
  .mod-list-footer > li:last-child {
    width: 100%; } }
/*
----------------------------------------------*/
.mod-list-concept {
  counter-reset: countdown;
  position: relative;
  	/*
  	li:nth-child(2):after {
  		display:block;
  		content:"";
  		width:236px;
  		height:68px;
  		background:url("../img/common/img-coming-soon.png") no-repeat center center;
  		background-size:cover;
  		
  		position:absolute;
  		top: 50%;
     		left: 50%;
     		-webkit-transform: translate(-50%, -50%) rotate(-20deg);
     		transform: translate(-50%, -50%)rotate(-20deg);
  
  	}
  
  	li:nth-child(2) a:hover {
  		color:$clr-2;
  	}
  	*/ }
.mod-list-concept li {
  background-color: #f2f2f2; }
.mod-list-concept li dl dt, .mod-list-concept li dl dd {
  text-align: center;
  padding: 10px 20px;
  word-wrap: break-word;
  /* IE11用 */
  overflow-wrap: break-word; }
.mod-list-concept li dl dt {
  padding-bottom: 30px; }
.mod-list-concept li dl dd {
  padding-top: 0;
  margin: 0; }

@media screen and (max-width: 768px) {
  .mod-list-concept {
    padding: 40px 0; }
  .mod-list-concept li {
    width: 98%;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 20px 0; }
  .mod-list-concept li a {
    display: block; }
  .mod-list-concept li dl dt:before {
    display: inline;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: 900;
    font-size: 13px; } }
@media screen and (min-width: 769px) {
  .mod-list-concept {
    margin: 0;
    padding: 0px 0 40px;
    counter-reset: countdown; }
  .mod-list-concept li {
    margin: 40px 0; } }
.mod-imagelist div {
  display: block;
  width: 20%;
  width: calc(20% - 4px);
  width: -webkit-calc(20% - 4px);
  height: auto;
  text-aign: center; }
.mod-imagelist div h3 {
  width: 100%;
  height: auto;
  color: #FFF;
  text-shadow: 1px 1px 0 #F4D44C, -1px 1px 0 #F4D44C, 1px -1px 0 #F4D44C, -1px -1px 0 #F4D44C; }
.mod-imagelist div a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0; }
.mod-imagelist div a img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
.mod-imagelist div a:hover {
  background-color: #4C50F4; }
.mod-imagelist div a:hover img {
  transform: scale(0.97);
  opacity: 0.7; }
.mod-imagelist div:first-child {
  display: block;
  background: url("../img/common/logo-ac2-04.png") center center, #F4D44C;
  background-repeat: no-repeat no-repeat;
  background-size: 90%; }

@media screen and (max-width: 768px) {
  .mod-imagelist {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 1px 1px; }
  .mod-imagelist div {
    width: 33.3%;
    width: calc(33.3% - 2px);
    width: -webkit-calc(33.3% - 2px);
    padding: 2px 1px 1px; }
  .mod-imagelist div:first-child {
    width: 100%;
    padding-bottom: 0; }
  .mod-imagelist div:first-child h3 {
    margin: 0;
    padding: 20px 0;
    color: #FFF;
    font-weight: 600;
    text-align: center; } }
@media screen and (min-width: 769px) {
  .mod-imagelist {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0; }
  .mod-imagelist div {
    margin: 2px; }
  .mod-imagelist div:first-child h3 {
    width: 98%;
    width: calc(100% - 60px);
    padding: 10px;
    margin: 20px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #FFF; } }
.mod-eyecatch-box, .mod-eyecatch-box-event, .mod-eyecatch-box-bgfff {
  height: 600px;
  position: relative; }
.mod-eyecatch-box > div:first-child, .mod-eyecatch-box-event > div:first-child, .mod-eyecatch-box-bgfff > div:first-child {
  z-index: 5; }
.mod-eyecatch-box > div:first-child > div, .mod-eyecatch-box-event > div:first-child > div, .mod-eyecatch-box-bgfff > div:first-child > div {
  display: block;
  width: 200px;
  height: 300px;
  background: url("../img/common/logo-ac2-04.png") center center, #F4D44C;
  background-repeat: no-repeat no-repeat;
  background-size: 90%;
  position: absolute; }
.mod-eyecatch-box > div:first-child > div h3, .mod-eyecatch-box-event > div:first-child > div h3, .mod-eyecatch-box-bgfff > div:first-child > div h3 {
  text-shadow: 1px 1px 0 #F4D44C, -1px 1px 0 #F4D44C, 1px -1px 0 #F4D44C, -1px -1px 0 #F4D44C; }
.mod-eyecatch-box p, .mod-eyecatch-box-event p, .mod-eyecatch-box-bgfff p {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  text-align: center; }
.mod-eyecatch-box p img, .mod-eyecatch-box-event p img, .mod-eyecatch-box-bgfff p img {
  width: 100%;
  height: 100%; }
.mod-eyecatch-box div.map_wrap, .mod-eyecatch-box-event div.map_wrap, .mod-eyecatch-box-bgfff div.map_wrap {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  position: relative; }
.mod-eyecatch-box div.map_wrap div#map, .mod-eyecatch-box-event div.map_wrap div#map, .mod-eyecatch-box-bgfff div.map_wrap div#map {
  width: 100%;
  height: 100%;
  position: absolute; }

@media screen and (max-width: 768px) {
  .mod-eyecatch-box, .mod-eyecatch-box-event, .mod-eyecatch-box-bgfff {
    height: auto; }
  .mod-eyecatch-box > div:first-child > div, .mod-eyecatch-box-event > div:first-child > div, .mod-eyecatch-box-bgfff > div:first-child > div {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    background-color: #F4D44C; }
  .mod-eyecatch-box > div:first-child > div h3, .mod-eyecatch-box-event > div:first-child > div h3, .mod-eyecatch-box-bgfff > div:first-child > div h3 {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    color: #FFF;
    font-weight: 600; }
  .mod-eyecatch-box p, .mod-eyecatch-box-event p, .mod-eyecatch-box-bgfff p {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  .mod-eyecatch-box > div.limit_width:first-child > div, .mod-eyecatch-box-event > div.limit_width:first-child > div, .mod-eyecatch-box-bgfff > div.limit_width:first-child > div {
    z-index: 3;
    -webkit-transform: translateY(27%);
    /* Safari用 */
    transform: translateY(27%);
    z-index: 5; }
  .mod-eyecatch-box > div.limit_width:first-child > div > h3, .mod-eyecatch-box-event > div.limit_width:first-child > div > h3, .mod-eyecatch-box-bgfff > div.limit_width:first-child > div > h3 {
    padding: 10px;
    margin: 20px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #FFF; } }
.mod-eyecatch-box2 h3 {
  margin: 0; }

.mod-eyecatch-box-event, .mod-eyecatch-box-bgfff {
  height: auto; }
.mod-eyecatch-box-event > div:first-child, .mod-eyecatch-box-bgfff > div:first-child {
  z-index: 5; }
.mod-eyecatch-box-event > div:first-child > div, .mod-eyecatch-box-bgfff > div:first-child > div {
  width: 250px;
  height: 360px; }
.mod-eyecatch-box-event > p, .mod-eyecatch-box-bgfff > p {
  position: relative;
  width: 100%;
  overflow: hidden; }
.mod-eyecatch-box-event > p img, .mod-eyecatch-box-bgfff > p img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit; }

@media screen and (min-width: 769px) {
  .mod-eyecatch-box-event > div.limit_width:first-child > div, .mod-eyecatch-box-bgfff > div.limit_width:first-child > div {
    z-index: 3;
    -webkit-transform: translateY(13%);
    /* Safari用 */
    transform: translateY(13%);
    z-index: 5; }
  .mod-eyecatch-box-event > div.limit_width:first-child > div > h3, .mod-eyecatch-box-bgfff > div.limit_width:first-child > div > h3 {
    padding: 10px;
    margin: 20px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #FFF; }
  .mod-eyecatch-box-event p img, .mod-eyecatch-box-bgfff p img {
    line-height: 0; } }
@media screen and (min-width: 1169px) {
  .mod-eyecatch-box-event, .mod-eyecatch-box-bgfff {
    background-color: #f2f2f2;
    height: auto; }
  .mod-eyecatch-box-event p, .mod-eyecatch-box-bgfff p {
    margin: 0 auto; }
  .mod-eyecatch-box-event p img, .mod-eyecatch-box-bgfff p img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media screen and (max-width: 1170px) {
  .mod-eyecatch-box-event p, .mod-eyecatch-box-bgfff p {
    line-height: 0;
    width: 100%;
    height: auto; }
  .mod-eyecatch-box-event p img, .mod-eyecatch-box-bgfff p img {
    line-height: 0;
    position: relative;
    width: 100%;
    height: auto; } }
.mod-eyecatch-box-eventList {
  width: 100%; }
.mod-eyecatch-box-eventList .inner-wrap .test {
  width: 100%;
  position: relative; }
.mod-eyecatch-box-eventList .inner-wrap .test p {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.mod-eyecatch-box-eventList .inner-wrap .test p img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0; }
.mod-eyecatch-box-eventList .inner-wrap .test::before {
  display: block;
  content: "";
  padding-top: 37.5%; }
.mod-eyecatch-box-eventList .inner-wrap .test.confirm::before {
  display: block;
  content: "";
  padding-top: 50%; }

@media screen and (min-width: 1170px) {
  .mod-eyecatch-box-bgfff p {
    max-width: 1200px;
    margin: 0 auto; }
  .mod-eyecatch-box-bgfff p img {
    width: 1200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media screen and (min-width: 768px) {
  .mod-eyecatch-box-bgfff p img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
@media screen and (min-width: 769px) and (max-width: 1169px) {
  .mod-eyecatch-box-bgfff > p {
    line-height: 0;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .mod-eyecatch-box-bgfff > p > img {
    line-height: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none; }
  .mod-eyecatch-box-bgfff > p:before {
    content: "";
    display: block;
    padding-top: 66.6%; } }
.swiper-slide [class^="swiper-button-"], .swiper-container-item .swiper-slide [class^="swiper-button-"], .swiper-container-ev [class^="swiper-button-"], .swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: all .3s ease; }

.swiper-slide, .swiper-container-item .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.swiper-container-top {
  overflow: hidden;
  width: 100%;
  height: 90vh;
  transition: opacity .6s ease, transform .3s ease; }
.swiper-container-top.nav-slider {
  width: 20%;
  padding-left: 5px; }
.swiper-container-top.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: .4;
  transition: opacity .3s ease; }
.swiper-container-top.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1; }
.swiper-container-top.nav-slider .swiper-slide .content {
  width: 100%; }
.swiper-container-top.nav-slider .swiper-slide .content .title {
  font-size: 20px; }
.swiper-container-top:hover .swiper-button-prev, .swiper-container-top:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }
.swiper-container-top.loading {
  opacity: 0;
  visibility: hidden; }

.swiper-slide {
  overflow: hidden; }
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
.swiper-slide .entity-img {
  display: none; }
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff; }
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px; }
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity .3s ease, transform .7s ease; }
.swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1; }
.swiper-slide [class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden; }
.swiper-slide .swiper-button-prev {
  transform: translateX(50px); }
.swiper-slide .swiper-button-next {
  transform: translateX(-50px); }

/*
---------------------------------*/
.swiper-container-item {
  overflow: hidden;
  width: 80%;
  height: 500px;
  float: left;
  transition: opacity .6s ease, transform .3s ease; }
.swiper-container-item.nav-slider2 {
  width: 20%;
  padding-left: 5px; }
.swiper-container-item.nav-slider2 .swiper-slide {
  cursor: pointer;
  opacity: .4;
  transition: opacity .3s ease; }
.swiper-container-item.nav-slider2 .swiper-slide.swiper-slide-active {
  opacity: 1; }
.swiper-container-item.nav-slider2 .swiper-slide .content {
  width: 100%; }
.swiper-container-item.nav-slider2 .swiper-slide .content .title {
  font-size: 20px; }
.swiper-container-item:hover .swiper-button-prev, .swiper-container-item:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }
.swiper-container-item.loading {
  opacity: 0;
  visibility: hidden; }
.swiper-container-item .swiper-slide {
  overflow: hidden; }
.swiper-container-item .swiper-slide .slide-bgimg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
.swiper-container-item .swiper-slide .entity-img {
  display: none; }
.swiper-container-item .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff; }
.swiper-container-item .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px; }
.swiper-container-item .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity .3s ease, transform .7s ease; }
.swiper-container-item .swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1; }
.swiper-container-item .swiper-slide [class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden; }
.swiper-container-item .swiper-slide .swiper-button-prev {
  transform: translateX(50px); }
.swiper-container-item .swiper-slide .swiper-button-next {
  transform: translateX(-50px); }

/*
---------------------------------*/
.swiper-slide [class^="swiper-button-"], .swiper-container-item .swiper-slide [class^="swiper-button-"], .swiper-container-ev [class^="swiper-button-"], .swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: all .3s ease; }

.swiper-slide, .swiper-container-item .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.swiper-container-ev {
  width: 100%;
  transition: opacity .6s ease; }
.swiper-container-ev.swiper-container-coverflow {
  padding-top: 2%;
  overflow: hidden; }
.swiper-container-ev.loading {
  opacity: 0;
  visibility: hidden; }
.swiper-container-ev:hover .swiper-button-prev, .swiper-container-ev:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }
.swiper-container-ev .swiper-pagination {
  position: relative; }
.swiper-container-ev .swiper-slide {
  background-position: center;
  background-size: cover;
  align-self: center; }
.swiper-container-ev .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
.swiper-container-ev .swiper-slide a img {
  width: 100%;
  height: auto;
  line-height: 0;
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */ }
.swiper-container-ev .swiper-slide a .status-box {
  position: absolute;
  top: 0;
  left: 0; }
.swiper-container-ev .swiper-slide .entity-img {
  display: none; }
.swiper-container-ev .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff; }
.swiper-container-ev .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px; }
.swiper-container-ev .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4; }
.swiper-container-ev [class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden; }
.swiper-container-ev .swiper-button-prev {
  transform: translateX(50px); }
.swiper-container-ev .swiper-button-next {
  transform: translateX(-50px); }
.swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: .4; }
.swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%; }
.swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1; }
.swiper-container-ev .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px; }

@media (max-width: 1180px) {
  .swiper-slide .content .title {
    font-size: 25px; }
  .swiper-slide .content .caption {
    font-size: 12px; } }
@media (max-width: 1023px) {
  .swiper-container {
    height: 40vw; }
  .swiper-container.swiper-container-coverflow {
    padding-top: 0; } }
.mod-slide {
  overflow: hidden; }

@media screen and (min-width: 769px) {
  .mod-slide .swiper-container {
    height: auto;
    max-height: 285px; } }
@media screen and (max-width: 768px) {
  .swiper-container {
    height: auto;
    overflow: hidden; } }
.mod-iteminfo {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.mod-iteminfo .item-image-box {
  width: 60%;
  padding: 20px; }
.mod-iteminfo .item-info {
  width: 40%;
  padding: 20px;
  diplay: block; }
.mod-iteminfo .item-info .item-price {
  font-size: 240%;
  color: #A78E23;
  font-weight: bold;
  text-align: right; }
.mod-iteminfo .item-info .item-catch-copy {
  padding: 20px 0 10px; }
.mod-iteminfo .item-info .item-table {
  margin: 0 0 20px;
  font-size: 13px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: #333333 1px solid; }
.mod-iteminfo .item-info .item-table dt, .mod-iteminfo .item-info .item-table dd {
  padding: 10px;
  text-align: center;
  font-size: 90%;
  border-bottom: #333333 1px solid; }
.mod-iteminfo .item-info .item-table dt {
  width: 40%;
  background-color: #f2f2f2; }
.mod-iteminfo .item-info .item-table dd {
  width: 60%; }
.mod-iteminfo .item-detail {
  width: 100%;
  diplay: block; }

.ad-article {
  background-color: #f2f2f2;
  font-size: 13px;
  padding: 20px 40px 100px;
  	/*
  	.cube-effect-mod:after {
  		display:block;
  		content:"";
  		width:236px;
  		height:68px;
  		background:url("../img/common/img-coming-soon.png") no-repeat center center;
  		background-size:cover;
  		
  		position:absolute;
  		top: 50%;
     		left: 50%;
     		-webkit-transform: translate(-50%, -50%) rotate(-20deg);
     		transform: translate(-50%, -50%)rotate(-20deg);
  	}
  	*/ }
.ad-article .cube-effect-mod {
  position: relative; }
.ad-article img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
.ad-article .imageBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  magin: 0 20px; }
.ad-article .imageBox p img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
.ad-article h2, .ad-article h3, .ad-article h4 {
  color: #444;
  font-size: 200%;
  line-height: 1.5em;
  padding: 5px 0;
  border-bottom: 1px solid #4C50F4;
  margin: 30px 0; }
.ad-article h3 {
  font-size: 165%;
  margin: 30px 0;
  border-bottom: none;
  border-left: 5px solid #4C50F4;
  padding: 0 0 0 20px; }
.ad-article h4 {
  font-size: 150%;
  margin: 30px 0;
  border-bottom: none; }
.ad-article p {
  font-size: 13px;
  padding: 5px 0;
  line-height: 1.8em; }
.ad-article ul {
  padding: 20px 0 20px 40px;
  font-size: 13px;
  list-style-type: disc; }
.ad-article ol {
  padding: 20px 0 20px 40px;
  font-size: 13px; }
.ad-article blockquote {
  position: relative;
  margin: 1.5em 1em 1.5em;
  padding: 1em;
  border: 1px solid #E6E6E6;
  background-color: #FAFAFA;
  z-index: 1; }
.ad-article blockquote p {
  position: relative;
  z-index: 1; }
.ad-article blockquote:before {
  content: "“";
  font-size: 500%;
  line-height: 1em;
  color: #BDBDBD;
  position: absolute;
  left: 0;
  top: 0; }
.ad-article blockquote:after {
  content: "”";
  font-size: 500%;
  line-height: 0em;
  color: #BDBDBD;
  position: absolute;
  right: 0;
  bottom: 0; }
.ad-article .imgLeft {
  justify-content: flex-start; }
.ad-article .imgRight {
  justify-content: flex-end; }
.ad-article .grid2_1, .ad-article .grid3_1, .ad-article .grid4_1, .ad-article .grid6_1 {
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .ad-article h2, .ad-article h3, .ad-article h4 {
    font-size: 165%;
    line-height: 1.5em;
    padding: 5px 0;
    border-bottom: 1px solid #444;
    margin: 30px 0; }

  .ad-article h3 {
    line-height: 1.5em;
    padding: 5px 0;
    border-bottom: 1px solid #444;
    margin: 30px 0;
    font-size: 150%;
    margin: 30px 0; }

  .ad-article h4 {
    line-height: 1.5em;
    padding: 5px 0;
    border-bottom: 1px solid #444;
    margin: 30px 0;
    font-size: 130%;
    margin: 30px 0; }

  .ad-article p {
    font-size: 13px;
    padding: 5px 0;
    line-height: 1.8em; }

  .ad-article .img_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .ad-article .img_left div:first-child {
    width: 40%; }
  .ad-article .img_left div:first-child img {
    width: 100%;
    height: auto;
    padding: 10px;
    padding: 10px 10px 10px 0; }
  .ad-article .img_left div:last-child {
    width: 60%;
    padding: 10px 20px; }

  .ad-article .img_right {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap; }
  .ad-article .img_right div:first-child {
    width: 100%; }
  .ad-article .img_right div:first-child img {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 10px; }
  .ad-article .img_right div:last-child {
    width: 100%;
    padding: 10px 20px; }

  .event-content .inner-wrap {
    padding: 50px 10px 100px; }

  .ad-article {
    padding: 10px 10px 100px; } }
.ad-article .grid2_1, .ad-article .grid3_1, .ad-article .grid4_1, .ad-article .grid6_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.ad-article .grid2_1 .item, .ad-article .grid3_1 .item, .ad-article .grid4_1 .item, .ad-article .grid6_1 .item {
  width: 50%;
  padding: 0 10px; }

.ad-article .grid3_1 .item {
  width: 33.3%; }

@media screen and (max-width: 768px) {
  .ad-article .grid2_1, .ad-article .grid3_1, .ad-article .grid4_1, .ad-article .grid6_1 {
    display: block; }
  .ad-article .grid2_1 .item, .ad-article .grid3_1 .item, .ad-article .grid4_1 .item, .ad-article .grid6_1 .item, .ad-article .grid2_1 .item:first-child, .ad-article .grid3_1 .item:first-child, .ad-article .grid4_1 .item:first-child, .ad-article .grid6_1 .item:first-child, .ad-article .grid2_1 .item:last-child, .ad-article .grid3_1 .item:last-child, .ad-article .grid4_1 .item:last-child, .ad-article .grid6_1 .item:last-child {
    width: 100% !important; } }
.ad-article .grid4_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.ad-article .grid4_1 .item {
  width: 25%; }

.ad-article .grid6_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.ad-article .grid6_1 .item {
  width: 16.6%; }
.ad-article .grid6_1 .item img {
  display: block;
  padding: 0;
  line-height: 0;
  margin: 0; }

@media screen and (max-width: 768px) {
  .ad-article .grid6_1 .item, .ad-article .grid6_1 .item:first-child, .ad-article .grid6_1 .item:last-child {
    width: 33.3% !important; }
  .ad-article .grid6_1 .item img, .ad-article .grid6_1 .item:first-child img, .ad-article .grid6_1 .item:last-child img {
    display: block;
    padding: 0;
    line-height: 0;
    margin: 0; } }
.cont_message {
  text-align: center; }

@media screen and (max-width: 480px) {
  .cont_message {
    margin: 20px; } }
/* エラーメッセージの上部を消去 */
div.screen-reader-response {
  display: none; }

.form_temp01 {
  margin: 40px 10px;
  background-color: #f2f2f2;
  padding: 20px;
  /*--------------------------------------
  テキスト
  ---------------------------------------*/
  /*--------------------------------------
  ラジオボタン
  ---------------------------------------*/
  /*--------------------------------------
  チェックボックス
  ---------------------------------------*/
  /*--------------------------------------
  プルダウン
  ---------------------------------------*/
  /*--------------------------------------
  ファイル選択
  ---------------------------------------*/
  /*--------------------------------------
  テキストエリア
  ---------------------------------------*/
  /*--------------------------------------
  送信ボタン
  ---------------------------------------*/ }
.form_temp01 > * {
  margin: 0 auto;
  text-align: center; }
.form_temp01 > p.msr_sendbtn_05 input[type="submit"] {
  margin: 0 auto; }
.form_temp01 h3 {
  padding: 30px 0; }
.form_temp01 .msr_text_05, .form_temp01 .msr_textarea_05, .form_temp01 .msr_radio_05, .form_temp01 .msr_textarea_05 {
  padding-bottom: 20px;
  width: 80%; }
.form_temp01 .msr_text_05 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px; }
.form_temp01 .msr_text_05 input[type=text], .form_temp01 .msr_text_05 input[type=email] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100%;
  max-width: 460px; }
.form_temp01 .msr_radio_05 {
  padding-bottom: 20px; }
.form_temp01 .msr_radio_05 p {
  font-size: 14px;
  padding-bottom: 5px; }
.form_temp01 .msr_radio_05 label input[type=radio] {
  display: none;
  margin: 0;
  padding-right: 20px; }
.form_temp01 .wpcf7-radio > span.wpcf7-list-item {
  display: block;
  width: 100%;
  max-width: 460px;
  padding: 10px 0;
  text-align: left;
  margin: 0 auto; }
.form_temp01 .wpcf7-radio > span.wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 15px; }
.form_temp01 .msr_radio_05 label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative; }
.form_temp01 .msr_radio_05 input[type=radio] + label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px; }
.form_temp01 .msr_radio_05 input[type=radio]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px; }
.form_temp01 .msr_chack_05 {
  padding-bottom: 20px; }
.form_temp01 .msr_chack_05 p {
  font-size: 14px;
  padding-bottom: 5px; }
.form_temp01 .msr_chack_05 input[type=checkbox] {
  display: none;
  margin: 0; }
.form_temp01 .msr_chack_05 input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0 24px;
  position: relative; }
.form_temp01 .msr_chack_05 input[type=checkbox] + label::before {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px; }
.form_temp01 .msr_chack_05 input[type=checkbox]:checked + label::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%; }
.form_temp01 .msr_chack_05 input[type=checkbox]:checked + label::after {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  left: 3px;
  margin-top: -6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 10px; }
.form_temp01 .msr_pulldown_05 {
  padding-bottom: 20px;
  position: relative;
  width: 230px; }
.form_temp01 .msr_pulldown_05 p {
  font-size: 14px;
  padding-bottom: 5px; }
.form_temp01 .msr_pulldown_05 select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  position: relative;
  height: 40px;
  width: 230px; }
.form_temp01 .msr_pulldown_05 label {
  position: relative; }
.form_temp01 .msr_pulldown_05 label::after {
  content: "";
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  width: 8px; }
.form_temp01 .msr_file_05 {
  padding-bottom: 20px;
  width: 460px; }
.form_temp01 .msr_file_05 label {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 10px;
  position: relative;
  height: 40px;
  width: 230px; }
.form_temp01 .msr_file_05 label::before {
  content: "＋";
  color: #333333;
  font-size: 20px;
  line-height: 1;
  margin-top: -9px;
  right: 10px;
  position: absolute;
  top: 50%; }
.form_temp01 .msr_file_05 input[type=file] {
  display: none; }
.form_temp01 .msr_textarea_05 {
  padding-bottom: 10px; }
.form_temp01 .msr_textarea_05 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px; }
.form_temp01 .msr_textarea_05 textarea {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 100%;
  max-width: 460px; }
.form_temp01 .msr_sendbtn_05 {
  margin: 0 0 10px; }
.form_temp01 .msr_sendbtn_05 input[type=submit] {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px; }
.form_temp01 .msr_sendbtn_05 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF; }
.form_temp01 .msr_sendbtn_05 input[disabled=disabled] {
  cursor: default;
  opacity: 0.5; }
.form_temp01 .msr_sendbtn_05 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333; }

@media screen and (max-width: 480px) {
  .form_temp01 h3 {
    font-size: 150%; }
  .form_temp01 > * {
    margin: 0 auto;
    text-align: center; }
  .form_temp01 > p.msr_sendbtn_05 input[type="submit"] {
    margin: 0 auto; }
  .form_temp01 .msr_text_05 {
    padding-bottom: 20px;
    width: 100%; }
  .form_temp01 .msr_text_05 input[type=text], .form_temp01 .msr_text_05 input[type=email] {
    width: 100%; }
  .form_temp01 .msr_textarea_05 {
    width: 90%; }
  .form_temp01 .msr_textarea_05 label {
    display: block;
    font-size: 14px;
    padding-bottom: 5px; }
  .form_temp01 .msr_textarea_05 {
    width: 100%; } }
.mod-indoorView {
  padding: 50px 0; }

/* image link module
img要素を利用してのリンクモジュール

※現状サイズ変更に耐えられない。
　CSSにてトリミング機構を実装する必要あり

このモジュールを包括する直前の親要素にてモジュールサイズを指定する

-------------------------------------------------*/
a.imgLinker-base {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden; }
a.imgLinker-base > p.linkImg, a.imgLinker-base > div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
a.imgLinker-base > p.linkImg {
  width: 100%;
  height: 100%;
  background-color: #333; }
a.imgLinker-base > p.linkImg img {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
a.imgLinker-base > div {
  display: table; }
a.imgLinker-base > div > p {
  margin: 0;
  display: inline;
  position: absolute;
  padding: 10px;
  /* 多分スタイルに関しては分離すべき内容 */
  font-weight: bold; }
a.imgLinker-base > div > p {
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9)); }
a.imgLinker-base > div > p:first-child {
  display: none;
  color: #FFF; }
a.imgLinker-base > div > p:nth-child(2) {
  color: #FFF;
  font-size: 150%;
  line-height: 1.4em;
  font-weight: bold;
  /* 中央配置テクニック */
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 90%; }
a.imgLinker-base > div > p:last-child {
  display: none;
  color: #FFF;
  bottom: 0;
  right: 0;
  text-align: right; }

a.imgLinker-base > p.linkImg img {
  transition: 0.5s; }
a.imgLinker-base div p {
  transition: 0.5s;
  color: #444; }

a.imgLinker-base:hover > p.linkImg img {
  opacity: 1; }
a.imgLinker-base:hover > div > p:first-child {
  color: #FFF; }
a.imgLinker-base:hover > div > p:nth-child(2) {
  color: #FFF; }
a.imgLinker-base:hover > div > p:last-child {
  color: #FFF; }

@media screen and (max-width: 768px) {
  a.imgLinker-base {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden; }
  a.imgLinker-base > p.linkImg, a.imgLinker-base > div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  a.imgLinker-base > p.linkImg {
    width: 100%;
    height: 100%;
    background-color: #333; }
  a.imgLinker-base > p.linkImg img {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  a.imgLinker-base > div {
    display: table; }
  a.imgLinker-base > div > p {
    margin: 0;
    display: inline;
    position: absolute;
    padding: 10px;
    /* 多分スタイルに関しては分離すべき内容 */
    font-weight: bold; }
  a.imgLinker-base > div > p {
    -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.9)); }
  a.imgLinker-base > div > p:first-child {
    color: #FFF; }
  a.imgLinker-base > div > p:nth-child(2) {
    color: #FFF;
    font-size: 115%;
    line-height: 1.4em;
    font-weight: bold;
    /* 中央配置テクニック */
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 90%; }
  a.imgLinker-base > div > p:last-child {
    color: #FFF;
    bottom: 0;
    right: 0;
    text-align: right; }

  a.imgLinker-base > p.linkImg img {
    transition: 0.5s; }
  a.imgLinker-base div p {
    transition: 0.5s;
    color: #444; }

  a.imgLinker-base:hover > p.linkImg img {
    opacity: 1; }
  a.imgLinker-base:hover > div > p:first-child {
    color: #FFF; }
  a.imgLinker-base:hover > div > p:nth-child(2) {
    color: #FFF; }
  a.imgLinker-base:hover > div > p:last-child {
    color: #FFF; } }
/*
li:nth-child(5) a.imgLinker-base:hover {
		 > p.linkImg {
			img {
				opacity:0.5;
			}
		}
		> div {
			> p:first-child {
				
	        	
				color:$clr-chr2;
			}
			> p:nth-child(2) {
				
	        	
				color:$clr-chr2;
				
			}
			> p:last-child {
	        	
				color:$clr-chr2;
			}
		}
	}

*/
/*
a.imgLinker-base:link > p.linkImg img  {
	@include setTransformTime();
}

a.imgLinker-base:hover > p.linkImg img {
	@include setTransformScale();
}
*/
/*cssの背景指定だから使用方法が限定されてちょっと使いづらい。
htmlのimg要素を背景として利用できないものか。。。

*/
div.parallax_box {
  box-sizing: border-box;
  display: flex;
  padding: 5%;
  align-items: center;
  justify-content: center;
  height: 100%; }

.parallax-bg {
  background-image: url("http://dev-akihabara-japan.com/assets/images/custom/top-mv-img-asia5.png");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.mod-event-slider .duration {
  font-weight: bold;
  padding: 0 20px; }
.mod-event-slider .ev-title {
  font-size: 165%;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0 20px 10px; }

/* PC PCブラウザ用　デフォルト表示設定
-----------------------------------------------*/
.gridBox2_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox2_1 > .grid {
  width: 50%; }

.gridBox3_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox3_1 > .grid {
  width: 33.33333%; }

.gridBox4_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox4_1 > .grid {
  width: 25%; }

.gridBox5_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox5_1 > .grid {
  width: 20%; }

.gridBox6_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox6_1 > .grid {
  width: 16.66667%; }

.gridBox7_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox7_1 > .grid {
  width: 14.28571%; }

.gridBox8_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox8_1 > .grid {
  width: 12.5%; }

.gridBox9_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox9_1 > .grid {
  width: 11.11111%; }

.gridBox10_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox10_1 > .grid {
  width: 10%; }

.gridBox11_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox11_1 > .grid {
  width: 9.09091%; }

.gridBox12_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.gridBox12_1 > .grid {
  width: 8.33333%; }

/* SP スマートフォン用　表示設定
-----------------------------------------------*/
@media screen and (max-width: 480px) {
  .gridBox2_1_sp, .gridBox2_1, .gridBox3_1, .gridBox4_1, .gridBox5_1, .gridBox6_1, .gridBox7_1, .gridBox8_1, .gridBox9_1, .gridBox10_1, .gridBox11_1, .gridBox12_1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .gridBox2_1_sp > .grid, .gridBox2_1 > .grid, .gridBox3_1 > .grid, .gridBox4_1 > .grid, .gridBox5_1 > .grid, .gridBox6_1 > .grid, .gridBox7_1 > .grid, .gridBox8_1 > .grid, .gridBox9_1 > .grid, .gridBox10_1 > .grid, .gridBox11_1 > .grid, .gridBox12_1 > .grid {
    width: 100%; } }
/* TB タブレット用　表示設定
-----------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 767px) {
  .gridBox2_1_tb, .gridBox2_1, .gridBox3_1, .gridBox4_1, .gridBox5_1, .gridBox6_1, .gridBox7_1, .gridBox8_1, .gridBox9_1, .gridBox10_1, .gridBox11_1, .gridBox12_1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .gridBox2_1_tb > .grid, .gridBox2_1 > .grid, .gridBox3_1 > .grid, .gridBox4_1 > .grid, .gridBox5_1 > .grid, .gridBox6_1 > .grid, .gridBox7_1 > .grid, .gridBox8_1 > .grid, .gridBox9_1 > .grid, .gridBox10_1 > .grid, .gridBox11_1 > .grid, .gridBox12_1 > .grid {
    width: 100%; } }
.contactLink {
  padding: 20px; }
.contactLink > .inner-wrap {
  border: 6px solid #f2f2f2;
  padding: 30px 50px; }
.contactLink > .inner-wrap .tit {
  font-size: 150%;
  font-weight: bold;
  position: relative; }
.contactLink > .inner-wrap .tit .bookmark {
  position: absolute;
  top: 0;
  left: -40px;
  color: #A78E23;
  transform: rotate(-90deg);
  font-size: 30px;
  line-height: 30px;
  z-index: 5; }
.contactLink > .inner-wrap .gridBox2_1 .grid {
  position: relative; }
.contactLink > .inner-wrap .gridBox2_1 .grid .exp {
  padding: 10px 30px 10px 0; }
.contactLink > .inner-wrap .gridBox2_1 .grid .exp dt {
  font-weight: bold;
  border-bottom: 1px dashed #A78E23; }
.contactLink > .inner-wrap .gridBox2_1 .grid .exp dd {
  padding: 10px 0 0;
  line-height: 1.2em; }
@media screen and (max-width: 768px) {
  .contactLink > .inner-wrap .gridBox2_1 .grid .exp {
    padding-right: 0; }
  .contactLink > .inner-wrap .gridBox2_1 .grid .exp dt, .contactLink > .inner-wrap .gridBox2_1 .grid .exp dd {
    text-align: center; } }
.contactLink > .inner-wrap .gridBox2_1 .grid .tel, .contactLink > .inner-wrap .gridBox2_1 .grid .tel2 {
  text-align: center;
  font-weight: bold;
  font-size: 240%;
  color: #A78E23;
  line-height: 1.05em; }
.contactLink > .inner-wrap .gridBox2_1 .grid .tel2 {
  font-size: 115%; }
@media screen and (max-width: 768px) {
  .contactLink > .inner-wrap .gridBox2_1 .grid .tel, .contactLink > .inner-wrap .gridBox2_1 .grid .tel2 {
    font-size: 150%; }
  .contactLink > .inner-wrap .gridBox2_1 .grid .tel2 {
    font-size: 150%; } }
.contactLink > .inner-wrap .gridBox2_1 .grid .open_h {
  text-align: center; }
.contactLink > .inner-wrap .gridBox2_1 .grid .description {
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  background-color: #FCFCB8; }
.contactLink > .inner-wrap .gridBox2_1 .grid .lnkbutton01 {
  height: 60px;
  padding: 0 20px;
  display: block;
  font-weight: bold;
  color: #FFF;
  width: 100%;
  position: relative;
  background-color: #A78E23;
  font-size: 130%;
  line-height: 2.2em;
  transition: 0.6s; }
.contactLink > .inner-wrap .gridBox2_1 .grid .lnkbutton01 span {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
@media screen and (max-width: 480px) {
  .contactLink > .inner-wrap .gridBox2_1 .grid .lnkbutton01 {
    font-size: 90%; } }
@media screen and (max-width: 480px) {
  .contactLink > .inner-wrap .gridBox2_1 .grid .lnkbutton01 {
    padding: 0 10px; } }
.contactLink > .inner-wrap .gridBox2_1 .grid .lnkbutton01:hover {
  background-color: #FFE269; }
.contactLink > .inner-wrap .gridBox2_1.tourist_flg {
  width: 85%;
  margin: 0 auto; }
@media screen and (max-width: 480px) {
  .contactLink > .inner-wrap .gridBox2_1.tourist_flg {
    width: 100%; } }
.contactLink > .inner-wrap .gridBox2_1.tourist_flg > .grid {
  width: 100%; }
.contactLink > .inner-wrap .gridBox2_1.tourist_flg > .grid .exp {
  padding: 0; }
.contactLink > .inner-wrap .gridBox2_1.tourist_flg > .grid .exp dt {
  text-align: center; }
.contactLink > .inner-wrap .gridBox2_1.tourist_flg > .grid .exp dd {
  padding: 0; }
.contactLink > .inner-wrap .gridBox2_1.tourist_flg > .grid .exp dd .open_h {
  padding-top: 10px; }
.contactLink > .inner-wrap .gridBox2_1.tourist_flg > .grid .exp dd .description {
  margin: 0 0 10px 0; }

@media screen and (max-width: 768px) {
  .contactLink > .inner-wrap {
    padding: 30px 30px; }
  .contactLink > .inner-wrap .gridBox2_1 > .grid {
    width: 100%; } }
.box-calendar {
  background-color: #ECE9D9;
  padding: 20px; }
.box-calendar .inner-wrap {
  background-color: #FFF;
  padding: 20px; }
.box-calendar .inner-wrap #calendar a {
  color: #FFF; }

.box-article > .inner-wrap {
  padding: 20px; }
.box-article > .inner-wrap > .container-base > .inner-wrap, .box-article > .inner-wrap > .container-round > .inner-wrap, .box-article > .inner-wrap > .container-scol > .inner-wrap {
  padding: 20px 0;
  background-color: #ECE9D9; }
.box-article > .inner-wrap > .container-base > .inner-wrap .event_in_session, .box-article > .inner-wrap > .container-round > .inner-wrap .event_in_session, .box-article > .inner-wrap > .container-scol > .inner-wrap .event_in_session {
  width: 98%;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  margin: 20px 10px 20px;
  padding: 40px 20px 20px;
  background-color: #FFF; }
.box-article > .inner-wrap #twitter-widget-0 {
  padding-top: 30px; }

.box-contact {
  background-color: #f2f2f2;
  margin: 20px; }
.box-contact > .grid {
  padding: 20px; }

.box-contact {
  background-color: #f2f2f2;
  margin: 20px; }
.box-contact > .grid {
  padding: 20px; }
@media screen and (max-width: 480px) {
  .box-contact > .grid > .logo-cont .img {
    width: 80%;
    height: auto;
    margin: 10%;
    border-bottom: 1px solid #000;
    width: 90%;
    padding: 5% 0;
    margin: 0 5%; }
  .box-contact > .grid > .address-cont {
    text-align: center;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold; }
  .box-contact > .grid > .address-cont.open_close {
    padding-top: 10px;
    font-size: 12px; }
  .box-contact > .grid > .address-cont.open_close span {
    font-size: 10px; }
  .box-contact > .grid > .logo-cont .img {
    width: 80%;
    height: auto;
    margin: 10%;
    border-bottom: 1px solid #000;
    width: 90%;
    padding: 5% 0;
    margin: 0 5%; }
  .box-contact > .grid > .static_map .img {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  .box-contact > .grid > .logo-cont .img {
    width: 70%;
    height: auto;
    border-bottom: 1px solid #000;
    padding: 8% 0;
    margin: 0 15%; }
  .box-contact > .grid > .address-cont {
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold; }
  .box-contact > .grid > .address-cont.open_close {
    padding-top: 10px;
    font-size: 14px; }
  .box-contact > .grid > .address-cont.open_close span {
    font-size: 12px; }
  .box-contact > .grid > .static_map .img {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  .box-contact > .grid > .logo-cont .img {
    width: 70%;
    height: auto;
    margin: 10%;
    border-bottom: 1px solid #000;
    padding: 8% 0;
    margin: 0 15%; }
  .box-contact > .grid > .address-cont {
    text-align: center;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold; }
  .box-contact > .grid > .address-cont.open_close {
    padding-top: 10px;
    font-size: 14px; }
  .box-contact > .grid > .address-cont.open_close span {
    font-size: 12px; }
  .box-contact > .grid > .static_map .img {
    width: 100%;
    height: auto; } }

.mod-title, .mod-title2 {
  font-size: 16px;
  position: relative;
  height: 150px;
  margin: 20px 0;
  display: flex;
  justify-content: center; }
.mod-title > .tit, .mod-title2 > .tit {
  text-align: center;
  z-index: 3;
  align-self: center; }
.mod-title > .tit .cap, .mod-title2 > .tit .cap {
  z-index: 3; }
.mod-title > .tit .cap:first-child, .mod-title2 > .tit .cap:first-child {
  font-size: 100%; }
.mod-title > .tit .cap:last-child, .mod-title2 > .tit .cap:last-child {
  font-size: 60%;
  text-decoration: underline; }

.mod-title:before, .mod-title2:before {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  opacity: .5;
  background: url("./../img/common/logo-ac1-03.png");
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto; }

.mod-title2 {
  width: 100%;
  height: 60px;
  font-size: 12px;
  display: block; }
.mod-title2 > .tit {
  margin-left: 105px;
  border-bottom: 1px solid #444;
  text-align: left;
  align-self: flex-start; }
.mod-title2 > .tit > .cap:last-child {
  text-decoration: none; }

.mod-title2:before {
  display: block;
  content: "";
  width: 95px;
  height: 95px;
  opacity: 1;
  background: url("./../img/common/logo-ac1-03.png");
  background-size: contain;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto; }

#map {
  width: 100%;
  height: 100%; }

.l-header .inner-wrap #hamburger {
  position: absolute;
  top: -5px; }

.ibn{
	margin-top:500px;
	width: 510px;
	height:708px;
}