@charset "UTF-8";
/*マップ
width:map-get($width,contents);
*/
/*
background:url("/img/header_001.png")no-repeat center;
*/
/*
@include media ("tb-l") {}
@include media ("tb-s") {}
@include media ("sp-l") {}
@include media ("sp-s") {}
@include media ("sp-ss") {}
*/
/*CONTENTS設計
@include contentsWidth(600px,sp-s);
@include smpWidth100Ratio(sp-s);
@include contentsHeight(auto);
@include contentsMargin(60px,90px);
@include contentsPadding(60px,90px,30px);
*/
/*文字省略
@include ellipsis;
@include lineClamp(2,14px,41px);
*/
/*img
@include img(cover);
*/
/*title
@include title;
*/
/*table-style
@include table-style(200px,#fff,1px);
*/
/*title-font-size
@include h-font-size(1.5rem,1.2rem,70px,40px);
@include p-font-size(16px,14px);
@include detail-font-size(16px,14px,14px,14px);
*/
/*arrowを追加する
  @include linkArrow("right");
  @include menuArrow();
*/
/*input-height
@include input-height;
*/
/*ボタンを作成する
.my-submit-button {
  @include submit-button($next-btn-color, #fff);
}
*/
/*input
@include input-text;
@include input-textarea;
*/
/*googleFont
@include googleFont-Parisienne;
@include googleFont-Fredericka;
@include googleFont-Shippori;
*/
/*
バックグラウンドカラーを追加
@include backGroundColor(#fff, 1);
テキストシャドウを追加
@include textShadow(#fff, 1);
ボックスシャドウを追加
@include boxShadow(#ac984e, 1);
*/
/*グラデーション生成
.gradient-box {
    @include gradient($theme-color, #f4d2a3);
  }
*/
/*フレキシブルボックス作成
.flex-container {
@include flexbox(column, space-around, center);
}
*/
/*
@include baseWidth(600px);
@include baseHeight;
@include basePadding(60px,50px);
@include baseMargin(60px,90px);
*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior: none;
  -webkit-appearance: none;
}

#body {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.main {
  width: 100%;
  margin-top: 65px;
}
@media only screen and (max-width:991px) {
  .main {
    margin-top: 60px;
  }
}

.main > div {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main_body {
  width: 100%;
  margin: 0 auto;
  flex: 1;
}

*,
img {
  image-rendering: -webkit-optimize-contrast;
  user-select: none;
}

*:focus {
  outline: none;
}

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

@font-face {
  font-family: "Josefin Sans";
  src: url("/font/JosefinSans-ExtraLight.ttf");
}
@font-face {
  font-family: "Parisienne";
  src: url("/font/Parisienne-Regular.ttf");
}
p,
pre,
li,
dt,
dd,
th,
td,
label,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Kosugi, Kosugi MB101 Pro, sans-serif;
  letter-spacing: 0.05em;
  color: #232323;
  text-align: left;
  word-wrap: break-word;
  line-break: normal;
  font-size: 16px;
}

span, a, div {
  color: #595757;
  font-family: Kosugi, Kosugi MB101 Pro, sans-serif;
}

h1 {
  margin: 0;
  font-size: 25px;
  height: 70px;
  line-height: 70px;
}

h3 {
  line-height: 2;
  font-size: 26px;
  font-weight: bold;
  margin: 50px 0 60px;
  padding-left: 0;
  position: relative;
}

h3 span {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

h4 {
  margin: 40px auto 10px;
  font-size: 16px;
}

*:disabled,
*:disabled * {
  color: #232323 !important;
  border: none !important;
  cursor: default !important;
  text-decoration: none !important;
  border: none !important;
  background-color: #fafafa !important;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  opacity: 1;
  font-weight: bold !important;
  scrollbar-base-color: transparent;
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: transparent;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-shadow-color: transparent;
  scrollbar-darkshadow-color: transparent;
}

.disabled td select::-ms-expand {
  display: none;
}

/*ios に適応させる*/
input {
  outline: none;
}

input[type=text],
input[type=password],
input[type=number] {
  font-family: Kosugi, Kosugi MB101 Pro, sans-serif;
  letter-spacing: 0.05em;
  color: #232323;
  text-align: left;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
}

input[type=submit],
input[type=button],
button,
.button,
.dummy__btn {
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: url(/img/common/arrow.png) no-repeat 20px center #79698a;
  color: white;
  font-weight: normal;
  width: 320px;
  height: 48px;
  line-height: 48px;
  border: none;
  border-bottom: solid 2px #7a8493;
  border-radius: 2px;
  font-size: 12px;
  -webkit-appearance: none;
  font-family: Kosugi, Kosugi MB101 Pro, sans-serif;
  letter-spacing: 2;
  user-select: none;
}
@media only screen and (max-width:768px) {
  input[type=submit],
  input[type=button],
  button,
  .button,
  .dummy__btn {
    font-size: 16px;
    letter-spacing: 1.5;
  }
}

.dummy__btn {
  background: url(/img/common/arrow.png) no-repeat 20px center #aaaab4;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.8;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline: none;
}

input[type=radio]:checked ~ label {
  color: #677e98;
}

input::placeholder {
  color: #afafaf;
  font-size: 12px;
}

/*IE*/
input:-ms-input-placeholder {
  color: #afafaf;
  font-size: 12px;
}

/*Edge*/
input::-ms-input-placeholder {
  color: #afafaf;
  font-size: 12px;
}

label {
  margin-right: 5px;
  font-size: 12px;
}

textarea::placeholder {
  color: #afafaf;
  font-size: 12px;
}

textarea::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

textarea {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

p,
pre,
h5,
h6,
table {
  margin: 10px auto;
}

form {
  margin: 0;
  width: 100%;
}

a {
  outline: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
label {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
label:hover {
  opacity: 0.8;
}

img {
  border: none;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

th {
  padding: 10px 6px 10px 45px;
  font-size: 12px;
  color: #231815;
  width: 200px;
  font-weight: normal;
}

td {
  padding: 10px 6px 10px 45px;
  font-size: 12px;
  color: #231815;
  font-weight: normal;
}

tr:nth-child(odd) th,
tr:nth-child(odd) td {
  background-color: #f7f8f8;
}

table ul {
  margin: 0 0 0 15px;
}

ul {
  margin: 10px 0 10px 25px;
  padding: 0;
  list-style: none;
}

ol {
  margin: 10px 0 10px 30px;
  padding: 0;
}

dl {
  margin: 10px auto;
}

dd {
  margin: 10px auto 10px 20px;
}

.material-symbols-outlined {
  margin-right: 8px;
  font-size: 28px;
}

@media only screen and (max-width:1199px) {
  .mypage_body {
    width: 960px;
    margin: 0 auto 70px;
  }
}
@media only screen and (max-width:768px) {
  .main {
    margin-top: 60px;
  }
}
@media only screen and (max-width:649px) {
  .main,
  .main > div {
    margin-top: 50px;
  }
  h2 {
    margin-bottom: 30px;
    font-size: 22px;
    padding-left: 15px;
  }
  h2::before {
    top: -20px;
    font-size: 44px;
  }
  h3 {
    font-size: 24px;
    padding-left: 15px;
    margin: 30px 0 50px;
  }
  h3 span {
    margin-left: -15px;
  }
}
header {
  width: 100%;
  height: 65px;
  padding: 0 30px;
  background: #f6f1ea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 3px #ac984e;
}

.site-header {
  transition: 0.5s;
}

.site-header.hide {
  transform: translateY(-105%);
}

header .display_top_logo {
  display: none;
}

header div,
header nav {
  margin: auto 0px;
  height: 100%;
}

header div {
  display: flex;
  align-items: center;
}

header .nav_right {
  margin: auto 0px;
}

header nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  margin: 0;
  height: 100%;
}

header nav ul li {
  width: auto;
  font-size: 14px;
  margin-left: 25px;
}

header nav ul > li {
  display: inline-block;
  position: relative;
}

header .nav_right ul > li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 5px;
  height: 100%;
}

header nav ul > li > a {
  padding: 20px 0px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

header nav ul > li > a:hover {
  opacity: 1;
  color: #ac984e;
  transition: 0.2s;
}

header nav ul > li > span {
  margin-left: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

header .global-nav ul > li > span {
  padding: 20px 0px 10px;
}

/* Submenu */
header nav ul li ul {
  position: absolute;
  top: 60px;
  left: -15px;
  height: auto;
  filter: drop-shadow(2px 3px 3px rgba(172, 152, 78, 0.4));
}

header nav ul li ul li {
  display: block !important;
  margin: 0;
  width: 220px;
}

header nav ul li ul li a {
  background-color: #f6f1ea;
  padding: 10px 15px;
}

header nav ul li ul li:last-child a {
  padding-bottom: 15px;
  border-radius: 0 0 30px 3px;
}

header nav ul li ul li a:hover {
  opacity: 1;
  color: #ac984e;
}

header nav ul li ul {
  display: none;
}

header nav ul li:hover ul {
  display: block;
}

header a img {
  width: 150px;
}

.header_login_btn {
  margin-left: 35px;
}

.header_regi {
  border: solid 0.25px #ac984e;
  padding: 10px 25px;
  display: block;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: #ac984e;
  background: -moz-linear-gradient(65deg, #ac984e, #f4d2a3);
  background: -webkit-linear-gradient(65deg, #ac984e, #f4d2a3);
  background: linear-gradient(25deg, #ac984e, #f4d2a3);
}

header nav ul > li > .header_regi:hover {
  opacity: 1;
  color: #595757;
  transition: 0.2s;
}

.header_login {
  font-size: 14px;
  font-weight: bold;
  color: #ac984e;
}

/* Submenu nav_rearch */
header nav ul li .li_rearch_child {
  position: relative;
}

header nav ul li:hover .li_rearch_child {
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
}

header .nav_rearch ul > li > span {
  margin-left: 1.5em;
  padding: 15px 0px;
  display: block;
  font-size: 15px;
  width: auto;
}

header .nav_rearch {
  margin: 0;
  width: 400px;
}

header .nav_rearch ul li ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  box-shadow: 0px 2px 5px #ac984e;
  width: 400px;
  height: auto;
  margin: auto;
  padding: 10px 0;
  z-index: 1;
  background-color: #fff;
}

header .nav_rearch ul li ul:last-child li {
  padding-bottom: 15px;
  border-radius: 0 0 30px 3px;
}

header .nav_rearch ul li ul select {
  text-decoration: none;
}

header input[type=text] {
  width: 400px;
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #b5b5b6;
  -webkit-appearance: none;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
}

header input[type=submit] {
  background: transparent;
  font-size: 20px;
  border: none;
  color: #b5b5b6;
  width: 40px;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}

header input[type=submit]:hover {
  color: #93bace;
}

.li_rearch {
  position: relative;
}

.li_rearch_icon {
  position: absolute;
  top: -2px;
  right: 6px;
}

header .nav_rearch input[type=radio] {
  display: none;
}

header .nav_rearch input[type=radio]:checked + label {
  color: #677e98;
}

header .nav_rearch label {
  margin: 0 10px 0 0;
  padding: 2px 0px;
  font-size: 12px;
  display: block;
}

header .nav_rearch label:hover, .header_login:hover {
  opacity: 0.7;
}

@media only screen and (max-width:1199px) {
  header {
    padding: 0 25px;
  }
  header div,
  header nav {
    margin: auto 0px;
  }
  .header_login_btn {
    margin-left: 25px;
  }
  header .nav_rearch {
    width: 350px;
  }
  header .nav_rearch ul li {
    width: 100%;
  }
  header input[type=text] {
    width: 100%;
  }
  header .nav_rearch ul li ul li {
    width: 250px;
  }
}
@media only screen and (max-width:991px) {
  header {
    height: 60px;
  }
  header input[type=text] {
    width: 100%;
  }
  /*  🍔　*/
  .site-header {
    transition: 0.5s;
  }
  .site-header.hide {
    transform: translateY(-100%);
  }
  .header_hamburge {
    position: relative;
    width: 30px;
    height: 50px;
  }
  .header_hamburge > ul {
    position: absolute;
    top: -5;
    right: 100px;
    width: 140px;
  }
  .global-nav {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #e5e5e5;
    transition: all 0.5s;
    z-index: 305;
    margin: 0;
  }
  .global-nav_innar {
    width: 100%;
    margin: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .nav_header {
    width: 100%;
    height: 84px;
    margin: 0;
    padding-top: 20px;
    box-shadow: 0 1px 3px #ac984e;
  }
  .nav_body {
    width: 100%;
    flex: 1;
    flex-direction: column;
    overflow-y: scroll;
    padding: 10px 0 100px 20px;
    margin: 0;
  }
  .nav_body li a {
    color: #595757;
    font-size: 15px;
    display: block;
  }
  .nav_body ol {
    list-style-type: none;
    margin: 0px 0 15px 30px;
  }
  .nav_body ol li {
    position: relative;
  }
  .nav_body ol li:before {
    content: "";
    border-left: solid 1px #ac984e;
    height: 20px;
    position: absolute;
    top: 10px;
    left: -15px;
  }
  .nav_body ul li span {
    font-weight: bold;
  }
  .global-nav_innar .header_login {
    border: solid 0.25px #ac984e;
    padding: 10px;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #595757;
    display: block;
    width: 180px;
    margin: 0 auto;
  }
  .global-nav_innar ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
  }
  .global-nav_innar ul li {
    line-height: 2.6;
    font-size: 18px;
    margin: 0;
  }
  .global-nav_innar ul li:last-child {
    margin-bottom: 15px;
  }
  .global-nav_innar ul li a {
    letter-spacing: 0.1em;
  }
  header nav ul > li > span {
    margin-left: 0;
  }
  .hamburger {
    position: absolute;
    margin: 4px 0 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    top: 0px;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #595757;
    transition: all 0.6s;
  }
  .arrow_menu_footer {
    font-size: 8px;
    position: absolute;
    right: 0;
    padding-top: 13px;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
    margin: 0;
  }
  /* 表示された時用のCSS */
  .nav-open .main > div {
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    right: 0;
  }
  .nav-open .hamburger {
    border-radius: 50%;
    background-color: #e5e5e5;
    animation-name: fadein;
    animation-duration: 1s;
    position: fixed;
    margin: 6px 0 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
    top: 15px;
    right: 325px;
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav-open .hamburger__line {
    background-color: #ac984e;
  }
  .nav-open .global-nav {
    top: 0;
    right: 0px;
    box-shadow: -2px 0 15px #ac984e;
  }
  .nav-open .black-bg {
    filter: blur(10px);
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  /*  🍔　*/
  .www_header_hnav {
    margin: 0;
    width: 92%;
    height: 75px;
  }
  .flex_ {
    flex-direction: initial !important;
    justify-content: space-between !important;
  }
  .flex_ li {
    width: 49% !important;
    margin: 20px 0 0 !important;
  }
  .flex_ li a {
    width: 100% !important;
    text-align: center !important;
    padding: 5px 0 !important;
  }
}
@media only screen and (max-width:912px) {
  header .nav_rearch {
    width: 50px;
  }
}
@media only screen and (max-width:649px) {
  header,
  header div,
  header nav,
  header nav ul {
    height: 50px;
  }
  header {
    padding: 0 20px;
  }
  header .nav_rearch {
    width: auto;
  }
  .smp_567px_use {
    margin: 0 5px;
  }
  header div,
  .flex_1 {
    margin: 0;
  }
  header nav ul li .li_rearch_child li {
    height: 250px;
    overflow-y: scroll;
  }
  header .nav_rearch ul > li > span {
    margin-left: 1em;
    padding: 12px 0;
  }
  header .nav_rearch label {
    font-size: 14px;
  }
  .header_ham {
    padding: 0 10px;
  }
}
@media only screen and (max-width:428px) {
  header {
    padding: 0 0 0 10px;
  }
  header a img {
    width: 140px;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
  }
  header div,
  header nav {
    margin: auto 0;
    box-sizing: border-box;
  }
  .header_hamburge {
    width: 40px;
  }
}
footer {
  width: 100%;
  height: 290px;
  background: #e5e5e5;
  display: flex;
  justify-content: space-between;
}

footer nav {
  margin: 20px auto;
  width: 740px;
  position: relative;
}

footer nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
}

footer nav ul > li {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 14px;
}

footer .header_login {
  font-size: 12px;
}

footer nav ul li > span {
  padding: 20px 0px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  width: 150px;
}

footer nav ul > li > a {
  padding: 10px 0px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

footer nav ul > li > a:hover {
  opacity: 1;
  color: #ac984e;
}

/* Submenu */
footer nav ul li ul {
  position: absolute;
  top: 50px;
  left: 0px;
  flex-direction: column;
  align-items: flex-start;
}

footer nav ul li ul li {
  margin: 0;
}

footer nav ul li ul li a {
  padding: 6px 0px;
}

.footer__copy {
  width: 100%;
  background-color: #232323;
  color: #fff;
  height: auto;
  padding: 20px 0;
}
.footer__copy p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #969696;
}

.nav_icon {
  position: absolute;
  top: 160px;
  right: 0;
  display: flex;
  flex-direction: column;
}

.nav_icon_inner {
  display: flex;
  justify-content: flex-end;
}

.nav_icon_inner a {
  display: block;
  width: 30px;
  height: 40px;
}

.nav_icon_inner a i {
  font-size: 26px;
}

.nav_icon img {
  width: 150px;
}

.nav_icon .line_icon {
  margin: 0 0 10px 0;
  width: 30px;
}

@media only screen and (max-width:768px) {
  .footer__copy {
    background-color: transparent;
  }
  .footer__copy p {
    font-size: 10px;
  }
}
.pagenavi {
  text-align: center;
  font-size: 14px;
  margin: 30px auto 20px;
}
@media only screen and (max-width:428px) {
  .pagenavi {
    font-size: 12px;
  }
}

.pagenavi a,
.pagenavi span {
  padding: 6px 8px;
  background: #f6f1ea;
  white-space: nowrap;
  color: #595757;
}

.pagenavi span {
  background: #afcbdd;
}

.pagenavi a:link {
  text-decoration: none;
}

.pagenavi a:visited {
  text-decoration: none;
}

.pagenavi a:hover {
  background: #afcbdd;
}

.pagenavi .prev {
  display: inline-block;
  font-size: 30px;
  margin-right: 6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
.pagenavi .prev::before {
  position: absolute;
  content: "";
  width: 14px;
  border-top: solid 1px #677e98;
  transform: rotate(320deg);
  right: 50%;
  top: 25px;
  margin: 0px -6px 0 0;
}
.pagenavi .prev::after {
  content: " ";
  position: absolute;
  width: 14px;
  border-top: solid 1px #677e98;
  transform: rotate(40deg);
  right: 50%;
  top: 33px;
  margin: 0 -6px 0 0;
}

.pagenavi .next {
  display: inline-block;
  font-size: 30px;
  margin-left: 6px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  vertical-align: middle;
  padding-top: 12px;
  position: relative;
}
.pagenavi .next::before {
  position: absolute;
  content: "";
  width: 14px;
  border-top: solid 1px #677e98;
  transform: rotate(-320deg);
  right: 50%;
  top: 25px;
  margin: 0px -8px 0 0;
}
.pagenavi .next::after {
  content: " ";
  position: absolute;
  width: 14px;
  border-top: solid 1px #677e98;
  transform: rotate(-40deg);
  right: 50%;
  top: 33px;
  margin: 0 -8px 0 0;
}

.pagenavi__num {
  font-size: 12px;
  padding: 0;
  margin-bottom: 5px;
}

.acd-check {
  display: none;
}

.acd-label {
  color: #231815;
  display: block;
  margin-bottom: 1px;
  margin-right: 0;
  padding: 20px 100px 20px 0;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.acd-label:after {
  background: #eee;
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  height: 60px;
  padding: 22px 25px;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.acd-content {
  display: none;
  background-color: #fafafa;
  height: 0;
  padding: 0 10px;
  transition: 0.5s;
}

.acd-content p {
  margin: 0;
}

.acd-check:checked + .acd-label:after {
  content: "\f068";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/*============
nav
=============*/
#navArea100 {
  position: relative;
}

.lines {
  width: 25px;
  height: 1px;
  background: var(--textColorMain);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -4.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  opacity: 0;
}

.line-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
  opacity: 0;
}

.nav_search_BOX100 {
  display: block;
  position: fixed;
  left: 0;
  top: -500px;
  width: 100%;
  height: 405px;
  border-radius: 0 0 30px 30px;
  background: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.2s;
  z-index: 3;
  opacity: 0;
  border-bottom: solid 0.25 #b3b3b3;
}

.open .nav_search_BOX100 {
  right: 0;
  top: 0;
  opacity: 1;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 8px #ac984e;
  z-index: 301;
}

.nav_search_BOX100 .inner {
  padding: 30px 5%;
  min-height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.search_fixed_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

header .nav_search_BOX100 .inner .li_rearch_icon_ {
  background: #ac984e;
  font-size: 16px;
  border: none;
  color: #fff;
  width: 80px;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  font-weight: normal;
}

.nav_search_BOX100 .inner .search_fixed_h2 {
  font-size: 14px;
  margin: 20px 0 10px;
  padding: 0;
}

.nav_search_BOX100 .inner .search_fixed_ul {
  width: 100%;
  height: 210px;
  overflow: scroll;
  text-align: left;
  margin: 5px 0;
}

header .nav_search_BOX100 .inner .search_fixed_ul > li > span {
  margin-left: 0;
  padding: 12px 0 12px 15px;
  display: block;
  font-size: 15px;
  width: auto;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #fafafa;
}

/*============
.toggle_btn
=============*/
.toggle_btn100 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  right: 0;
  margin: 0 15px 0 0;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 302;
}

.toggle_btn .lines {
  margin-top: 8px;
}

.toggle_btn .line-2 {
  font-size: 18px;
  line-height: 18px;
  top: 10px;
  color: #595757;
}

.open .toggle_btn100-open {
  display: block;
  position: initial;
  width: 100%;
  margin: 5px 0 0;
  border-radius: 0 0 6px 6px;
  background-color: #ac984e;
}

.open .toggle_btn100-close {
  display: none;
}

.open .toggle_btn100 span {
  background-color: #fff;
  z-index: 15;
}

.open .toggle_btn100 .line-1 {
  opacity: 1;
  display: block;
  color: #fff;
  background: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.open .toggle_btn100 .line-2 {
  opacity: 0;
}

.open_h {
  display: none !important;
}

.zindex01 {
  z-index: 15;
}

.zindex02 {
  z-index: 15;
}

.zindex01 {
  z-index: 15;
}

/*============
#mask
=============*/
#mask100 {
  display: none;
  transition: all 0.5s;
}

.open #mask100 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.nav_search_BOX .inner table {
  width: 100vw;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}

.nav_search_BOX .inner table th {
  padding: 15px 0 15px 5%;
  font-family: "Alata", sans-serif;
  background: #fff;
}

.nav_search_BOX .inner table tr td {
  font-size: 13px;
  font-family: "Alata", sans-serif;
  background: #fff;
  text-align: right;
}

.nav_search_BOX .inner table tr td a {
  width: 80px;
  height: 30px;
  background-color: var(--btnColorNextMypage);
  color: #fff;
  border: none;
  border-bottom: 2px solid #7a8493;
  outline: none;
  text-align: center;
  line-height: 30px;
  background-image: none;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

.nav_search_BOX .inner tr:nth-child(even) th,
.nav_search_BOX .inner tr:nth-child(even) td {
  background-color: #fff;
}

.nav_search_BOX .inner tr td:last-child {
  padding-right: 5%;
  text-align: right;
}

.nav-open .main > div {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width:649px) {
  .open .toggle_btn100 .line-1,
  .open .toggle_btn100 .line-3 {
    top: 28px;
  }
}
@media only screen and (max-width:428px) {
  .nav_search_BOX100 .inner {
    padding: 20px 3% 25px;
  }
  .nav_search_BOX100 {
    border-radius: 0 0 20px 20px;
  }
  .global-nav {
    right: -280px;
    width: 280px;
  }
  .nav-open .hamburger {
    right: auto;
    left: 15px;
  }
}
.stickyStyle {
  width: 100%;
}
.stickyStyle__inner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner {
    width: 100%;
  }
}
.stickyStyle__inner-left {
  position: sticky;
  top: 115px;
  width: 300px;
  height: 760px;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-left {
    display: none;
  }
}
.stickyStyle__inner-left .left-inner {
  width: 300px;
  height: auto;
}
.stickyStyle__inner-left .left-inner ul {
  margin: 0;
}
.stickyStyle__inner-left .left-inner ul li {
  border-bottom: solid 1px #ddd;
  background-color: #fff;
  list-style: none;
}
.stickyStyle__inner-left .left-inner ul li a {
  padding: 15px 25px;
  font-size: 14px;
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
}
.stickyStyle__inner-left .left-inner ul li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}
.stickyStyle__inner-left .left-inner .--active {
  background-color: #f6f1ea;
}
.stickyStyle__inner-right {
  width: 900px;
  height: auto;
  min-height: 800px;
  padding: 30px 4%;
  background-color: #fff;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-right {
    width: 960px;
    margin: 0 auto;
  }
  .stickyStyle__inner-right .smp-menu {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .stickyStyle__inner-right .smp-menu::before {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #595757;
    border-right: 1px solid #595757;
    transform: rotate(135deg);
    margin: 2px;
    z-index: 1;
  }
  .stickyStyle__inner-right .smp-menu select {
    background: #fff;
    background-image: none;
    border: 1px solid #ac984e;
    box-shadow: none;
    appearance: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 30px 0 10px;
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    font-size: 14px;
    border-radius: 3px;
  }
}
@media only screen and (max-width:991px) {
  .stickyStyle__inner-right {
    width: 100%;
    padding-bottom: 0;
  }
}
.stickyStyle__inner-right .right-inner {
  width: 800px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-right .right-inner {
    width: 100%;
  }
}
.stickyStyle__inner-right .right-inner h1 {
  border-bottom: 1px solid #ddd;
  font-size: 1.75rem;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner h1 {
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
  }
}
.stickyStyle__inner-right .right-inner h2 {
  font-size: 1.5rem;
  height: 70px;
  line-height: 70px;
  text-indent: 20px;
  position: relative;
  margin: 24px 0 20px;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner h2 {
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner h2 {
    text-indent: 0;
  }
}
.stickyStyle__inner-right .right-inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 30px;
  background-color: #ac984e;
}
.stickyStyle__inner-right .right-inner li {
  color: #595757;
  line-height: 1.8;
}
.stickyStyle__inner-right .right-inner table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: 30px;
}
.stickyStyle__inner-right .right-inner table th {
  padding: 30px 0px 30px 26px;
  font-size: 14px;
  width: 200px;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner table th {
    width: 120px;
    padding: 20px 10px 20px 4px;
  }
}
.stickyStyle__inner-right .right-inner table td {
  padding: 30px 26px 30px 0px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner table td {
    padding: 20px 0;
  }
}
.stickyStyle__inner-right .right-inner table tr:nth-child(odd) th, .stickyStyle__inner-right .right-inner table tr:nth-child(odd) td {
  background-color: #fff;
}
.stickyStyle__inner-right .right-inner h3 {
  font-size: 1.2rem;
  height: auto;
  line-height: auto;
  margin: 10px auto;
  padding: 0;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner h3 {
    font-size: 1.2rem;
    height: auto;
    line-height: auto;
  }
}
.stickyStyle__inner-right .right-inner .contact-info {
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 2%;
}
.stickyStyle__inner-right .right-inner .contact-form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 30px;
}
.stickyStyle__inner-right .right-inner .contact-form th {
  padding: 30px 0px 30px 26px;
  font-size: 14px;
  width: 200px;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .contact-form th {
    width: 120px;
    padding: 20px 10px 20px 4px;
  }
}
.stickyStyle__inner-right .right-inner .contact-form td {
  padding: 30px 26px 30px 0px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .contact-form td {
    padding: 20px 0;
  }
}
.stickyStyle__inner-right .right-inner .contact-form tr:nth-child(odd) th, .stickyStyle__inner-right .right-inner .contact-form tr:nth-child(odd) td {
  background-color: #f7f8f8;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .contact-form tr:nth-child(odd) th, .stickyStyle__inner-right .right-inner .contact-form tr:nth-child(odd) td {
    background-color: #fff;
  }
}
.stickyStyle__inner-right .right-inner .contact-form input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0.5px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .contact-form input[type=text] {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-right .right-inner .contact-form input[type=text] {
    border: 1px solid #d7c09f;
  }
}
.stickyStyle__inner-right .right-inner .contact-form input[type=text]:hover {
  opacity: 0.9;
}
.stickyStyle__inner-right .right-inner .contact-form textarea {
  width: 100%;
  height: 220px !important;
  border-radius: 3px;
  border: solid 0.5px #ddd;
  padding: 12px;
  overflow-y: scroll;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-right .right-inner .contact-form textarea {
    border: 1px solid #d7c09f;
  }
}
.stickyStyle__inner-right .right-inner .contact-form textarea:hover {
  opacity: 0.9;
}
.stickyStyle__inner-right .right-inner input[type=button], .stickyStyle__inner-right .right-inner input[type=submit] {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #79698a;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner input[type=button], .stickyStyle__inner-right .right-inner input[type=submit] {
    height: 46px;
    line-height: 46px;
  }
}
.stickyStyle__inner-right .right-inner input[type=button]:hover, .stickyStyle__inner-right .right-inner input[type=submit]:hover {
  background-color: #9384a2;
}
.stickyStyle__inner-right .right-inner input[type=button]:active, .stickyStyle__inner-right .right-inner input[type=submit]:active {
  background-color: #60536d;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-right .right-inner input[type=button], .stickyStyle__inner-right .right-inner input[type=submit] {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner input[type=button], .stickyStyle__inner-right .right-inner input[type=submit] {
    width: 100%;
  }
}
.stickyStyle__inner-right .right-inner .prev-submit-btn {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #b0a6bb;
  display: block;
  margin: 0 auto 60px;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .prev-submit-btn {
    height: 46px;
    line-height: 46px;
  }
}
.stickyStyle__inner-right .right-inner .prev-submit-btn:hover {
  background-color: #cac3d1;
}
.stickyStyle__inner-right .right-inner .prev-submit-btn:active {
  background-color: #9689a5;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-right .right-inner .prev-submit-btn {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .prev-submit-btn {
    width: 100%;
  }
}
.stickyStyle__inner-right .right-inner .top-submit-btn {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #232323;
  display: block;
  margin: 40px auto 60px;
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .top-submit-btn {
    height: 46px;
    line-height: 46px;
  }
}
.stickyStyle__inner-right .right-inner .top-submit-btn:hover {
  background-color: #3d3d3d;
}
.stickyStyle__inner-right .right-inner .top-submit-btn:active {
  background-color: #0a0a0a;
}
@media only screen and (max-width:1199px) {
  .stickyStyle__inner-right .right-inner .top-submit-btn {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  .stickyStyle__inner-right .right-inner .top-submit-btn {
    width: 100%;
  }
}

.landscape_img {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  background-image: url(/img/common/kv_top_logo.png);
  transition: 0.2s;
}

.--location {
  background-color: #d7c09f !important;
}

.sf-back-to-top {
  display: none;
  z-index: 10;
  position: fixed;
  left: 40px;
  bottom: 25px;
}

.sf-back-to-top img {
  width: 90px;
  height: 90px;
}

.noItemFound {
  width: 200px;
  margin: 70px auto;
}
@media only screen and (max-width:649px) {
  .noItemFound {
    width: 180px;
    margin-top: 10px;
  }
}

.prev-btn {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #595757;
  position: relative;
  margin: 60px auto;
}
.prev-btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -2.5px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}

.smp_567px_use {
  width: 40px;
  justify-content: center;
}

#errmsg li {
  color: #c8161d;
}

.checkbox div {
  height: 24px;
  width: 150px;
  float: left;
}

.li_listing {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #aaa;
}

.bottom_border {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bottom_border_block {
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
}

.pankuzuList {
  margin: 15px auto;
  padding: 0 25px;
}
@media only screen and (max-width:649px) {
  .pankuzuList {
    padding: 0 2%;
  }
}
.pankuzuList span {
  color: #595757;
  position: relative;
  margin-right: 35px;
  font-size: 12px;
}
@media only screen and (max-width:649px) {
  .pankuzuList span {
    margin-right: 25px;
  }
}
.pankuzuList span:first-of-type::before {
  content: "";
  right: -32px;
  top: 0;
  bottom: 0;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
  margin: auto 0.8rem;
  flex-shrink: 0;
}
@media only screen and (max-width:649px) {
  .pankuzuList span:first-of-type::before {
    right: -28px;
  }
}
.pankuzuList span:last-of-type {
  margin: 0;
  color: #677e98;
}

p.price_daiya {
  font-size: 18px;
  color: #ac984e;
  margin: 3px 0 0 0;
  padding-left: 26px;
  background: url(/img/common/daiya_icon4.png) no-repeat;
  background-size: 24px;
  background-position: 4px;
  position: relative;
}

@media only screen and (max-width:768px) {
  .scrollFadeIn {
    transition: 0.5s;
    transform: translateY(100%);
  }
  .scrollFadeIn .button {
    width: 100% !important;
    border-radius: 10px;
  }
  .scrollFadeIn.hide {
    transform: translateY(0%) !important;
  }
}
.text_wrapper {
  position: relative;
  width: 100%;
}

.text_wrapper p {
  font-size: 12px;
  line-height: 1.8;
  color: #595757;
  padding: 0;
  text-align: justify;
  margin: 30px 0 100px;
}
@media only screen and (max-width:991px) {
  .text_wrapper p {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  .text_wrapper p {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  .text_wrapper p {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  .text_wrapper p {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px) {
  .text_wrapper p {
    margin: 25px 0 80px;
  }
}

.text {
  height: 140px;
  overflow: hidden;
  margin-top: 10px;
}

.text-min {
  margin: 24px 0 40px 4%;
  padding: 0 !important;
  font-size: 16px;
  color: #595757;
}
@media only screen and (max-width:991px) {
  .text-min {
    font-size: 15px;
  }
}
@media only screen and (max-width:768px) {
  .text-min {
    font-size: 15px;
  }
}
@media only screen and (max-width:649px) {
  .text-min {
    font-size: 15px;
  }
}
@media only screen and (max-width:428px) {
  .text-min {
    font-size: 15px;
  }
}

.show_more,
.show_more2 {
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 0px;
  padding-top: 60px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  cursor: pointer;
  font-size: 12px;
  color: #677e98;
  font-weight: bold;
}

.show_more::before, .show_more2::before {
  content: " ";
  position: absolute;
  width: 16px;
  border-top: solid 2px #677e98;
  transform: rotate(320deg);
  right: 50%;
  top: 60px;
  margin: 0 -12px 0 0;
}

.show_more::after, .show_more2::after {
  content: " ";
  position: absolute;
  width: 16px;
  border-top: solid 2px #677e98;
  transform: rotate(40deg);
  right: 50%;
  top: 60px;
  margin: 0;
}

.active {
  background: none;
  bottom: -30px;
}

.on-click::before {
  margin: 0 -8px 0 0;
  transition: 0;
}

.on-click::after {
  margin: 0 -8px 0 0;
  transition: 0;
}

@media only screen and (max-width:1199px) {
  .sf-back-to-top {
    left: 25px;
    bottom: 25px;
  }
  .sf-back-to-top img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width:768px) {
  .sf-back-to-top {
    left: 25px;
    bottom: 25px;
  }
  .sf-back-to-top img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width:649px) {
  .sf-back-to-top {
    left: 20px;
    bottom: 20px;
  }
  .sf-back-to-top img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width:428px) {
  .sf-back-to-top img {
    width: 60px;
    height: 60px;
  }
}
.smp-menu, .display_912px--on,
.ps-s--on, .sp-s--on,
.display_768px_on_block,
.smp_425_on,
.display_567px_on, .display_667px_on,
.smp_567px_use,
.display_other_logo_140px,
.display_top_logo_140px,
.display_667px_on, .sp-l--on {
  display: none;
}

.display_768_flex_important,
.nav_rearch,
.free_return,
.skill_return,
.seminar_return,
.course_return {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .display_768px_on_block, .sp-l--on {
    display: block !important;
  }
  .display_912px--on, .display_768_flex_important {
    display: flex !important;
  }
  .ps-l--off, .sp-l--off, .display_912px--off, .sp-l--off {
    display: none !important;
  }
}
@media only screen and (max-width:649px) {
  .display_667px_on, .ps-s--on, .sp-s--on {
    display: block !important;
  }
  .display_667px_off, .sp-s--off {
    display: none !important;
  }
}
@media only screen and (max-width:428px) {
  .display_other_logo_140px {
    display: block !important;
  }
  .display_425px_off,
  .display_other_logo {
    display: none !important;
  }
}
.campaign {
  width: 100%;
  height: 60px;
  background-color: #f6f1ea;
  box-shadow: 0px 0px 10px #cccccc;
}
.campaign > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1160px;
  font-size: 1rem;
  color: #595757;
  margin: 0 auto;
  height: 100%;
  letter-spacing: 2;
}
@media only screen and (max-width:1199px) {
  .campaign > div {
    width: 100%;
    padding: 0 4%;
  }
}
@media only screen and (max-width:649px) {
  .campaign > div {
    padding: 0 2%;
  }
}
.campaign__info {
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.campaign__info::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ac984e;
  position: absolute;
  right: -30px;
}
@media only screen and (max-width:1199px) {
  .campaign__info::before {
    right: -20px;
  }
}
@media only screen and (max-width:649px) {
  .campaign__info::before {
    right: -10px;
  }
}
@media only screen and (max-width:649px) {
  .campaign__info .material-symbols-outlined {
    margin-right: 0;
    font-size: 26px;
  }
}
.campaign__fade {
  position: relative;
  margin: 0 0 0 65px;
  flex: 1;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-color: transparent;
}
@media only screen and (max-width:1199px) {
  .campaign__fade {
    margin: 0 0 0 50px;
  }
}
@media only screen and (max-width:649px) {
  .campaign__fade {
    margin: 0 0 0 25px;
  }
}
.campaign__fade .text-fade {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  animation-name: text-fade-animation;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.campaign__fade .text-fade .material-symbols-outlined {
  margin-left: 8px;
  font-size: 24px;
}
@media only screen and (max-width:649px) {
  .campaign__fade .text-fade {
    font-size: 13px;
  }
  .campaign__fade .text-fade .material-symbols-outlined {
    margin-left: 8px;
    font-size: 20px;
  }
}
@keyframes text-fade-animation {
  0% {
    opacity: 0; /* 最初は不透明にする */
    transform: translateY(10%); /* 位置を下に移動させない */
  }
  4% {
    opacity: 1; /* 25%まで不透明にする */
    transform: translateY(0); /* 位置を下に移動させない */
  }
  30% {
    opacity: 1; /* 50%の時に透明にする */
    transform: translateY(0); /* 位置を上に移動させる */
  }
  34% {
    opacity: 0; /* 最後は不透明にする */
    transform: translateY(-10%); /* 位置を下に移動させない */
  }
}
.campaign__fade .text-fade:nth-child(2) {
  animation-delay: 5s;
}
.campaign__fade .text-fade:nth-child(3) {
  animation-delay: 10s;
}
.campaign__link {
  margin-right: 20px;
}
@media only screen and (max-width:428px) {
  .campaign__link {
    display: block;
    margin: 0;
  }
}

.popupRegistration {
  position: relative;
}

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}

.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
.js_modalBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  filter: blur(10px);
}

.js_modalContInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 80%;
  max-width: 550px;
  overflow-y: scroll;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 2px 2px 10px #ac984e;
}
@media only screen and (max-width:768px) {
  .js_modalContInner {
    padding: 10px 20px;
  }
}
@media only screen and (max-width:428px) {
  .js_modalContInner {
    width: 96%;
    max-height: 96%;
    padding: 10px 4%;
    border-radius: 10px;
  }
}
.js_modalContInner p {
  margin-bottom: 20px;
}

.js_modalClose {
  width: 45%;
  max-width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #1b65eb;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.js_modalClose:hover {
  transition: 0.2s;
}

.js_modalClose-- {
  margin: 20px -5px 0 auto;
}
@media only screen and (max-width:649px) {
  .js_modalClose-- {
    margin: 20px -45px 0 auto;
  }
}

.flex_box_alert input[type=submit] {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #1b65eb;
  color: white;
  font-weight: normal;
  width: 45%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

.flex_box_alert {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.flex_box_alert input[type=submit] {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #1b65eb;
  color: white;
  font-weight: normal;
  width: 45%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}

@media only screen and (max-width:768px) {
  .dummy__btn {
    background-image: none;
  }
  .flex_box_alert {
    justify-content: flex-end;
  }
  .js_modalClose {
    width: auto;
    border: none;
    font-size: 16px;
  }
  .flex_box_alert input[type=submit] {
    width: 120px;
    font-weight: bold;
    margin: 0 0 0 30px;
    font-size: 16px;
  }
}
.contents__div {
  margin: 40px auto 20px;
}
.contents__div p {
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-top: 15px 0 10px;
}
.contents__div span {
  font-size: 12px;
  line-height: 0;
}
.contents__div .material-symbols-outlined {
  font-size: 100px;
  color: #c9caca;
  display: block;
  margin-bottom: 60px;
}

.privacy-radio {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.privacy-radio .radio {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 30px;
  width: 160px;
}
.privacy-radio .radio:after {
  content: none;
}
.privacy-radio .radio input[type=radio], .privacy-radio .radio label {
  font-size: 20px;
}
.privacy-radio .radio label {
  margin-left: 8px;
}

.--topFixed {
  position: fixed;
  top: 0;
  right: 50px;
  width: auto;
  font-size: 28px;
}
.--topFixed .js_modalClose-- {
  border: none;
}
.--topFixed i {
  color: #d7c09f;
}

.floor__kv {
  width: 100%;
  height: 120px;
  margin: 50px auto 0;
  position: relative;
}
@media only screen and (max-width:649px) {
  .floor__kv {
    margin: 40px auto 20px;
  }
}
.floor__kv img {
  width: 80px;
}
.floor__kv-title {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  letter-spacing: 2;
  font-weight: normal;
  margin: 0px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
@media only screen and (max-width:428px) {
  .floor__kv-title {
    font-size: 40px;
  }
}
.floor__kv-title::before {
  content: attr(data-en);
  position: absolute;
  transform: rotate(-5deg);
  top: -10px;
  left: 0;
  right: 0;
  color: #fafafa;
  font-size: 120px;
  font-weight: 400;
  font-family: "Parisienne", cursive;
  font-style: italic;
  z-index: -1;
}
@media only screen and (max-width:649px) {
  .floor__kv-title::before {
    top: -30px;
    left: -10px;
    width: 320px;
    margin: auto;
    font-size: 100px;
  }
}
.floor__kv-subTitle {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2;
  font-weight: 400;
  position: relative;
  padding-top: 0;
  margin: 0;
}

.pagenavi_num {
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 45px;
  width: 100%;
}
@media only screen and (max-width:649px) {
  .pagenavi_num {
    margin-bottom: 25px;
  }
}

.floor {
  width: 1160px;
  margin: 30px auto 90px;
}
@media only screen and (max-width:649px) {
  .floor {
    margin: 0 auto;
  }
}
@media only screen and (max-width:1199px) {
  .floor {
    width: 100%;
    padding: 0 4%;
  }
}
@media only screen and (max-width:649px) {
  .floor {
    padding: 0 2%;
  }
}
.floor__wrap {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width:1199px) {
  .floor__wrap {
    width: 100%;
  }
}
.floor__item {
  margin: 0 30px 70px 0;
  width: 200px;
  height: auto;
}
.floor__item:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width:1199px) {
  .floor__item {
    width: 18%;
    margin: 0 2.5% 60px 0;
  }
}
@media only screen and (max-width:991px) {
  .floor__item {
    margin: 0 2.6666666667% 50px 0;
    width: 23%;
  }
  .floor__item:nth-child(5n) {
    margin-right: 2.6666666667%;
  }
  .floor__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:649px) {
  .floor__item {
    margin: 0 2% 50px 0;
    width: 32%;
  }
  .floor__item:nth-child(5n) {
    margin-right: 2%;
  }
  .floor__item:nth-child(4n) {
    margin-right: 2%;
  }
  .floor__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:428px) {
  .floor__item {
    margin: 0 2% 40px 0;
    width: 49%;
  }
  .floor__item:nth-child(5n) {
    margin-right: 2%;
  }
  .floor__item:nth-child(4n) {
    margin-right: 0;
  }
  .floor__item:nth-child(3n) {
    margin-right: 2%;
  }
  .floor__item:nth-child(2n) {
    margin-right: 0;
  }
}
.floor__item-images {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  background-color: #f6f1ea;
}
.floor__item-images:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.floor__item-images .postage {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 2px 4px;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  margin: 0;
  color: #c8161d;
}
.floor__item-images .time {
  position: absolute;
  bottom: 4px;
  right: 4px;
  padding: 2px 4px;
  color: #fff;
  background-color: #000;
  font-size: 10px;
  text-align: center;
  margin: 0;
}
.floor__item-images .cntreq {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 2px 4px;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  margin: 0;
  color: #c8161d;
}
.floor__item-images .capacity {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 2px 4px;
  background-color: #c8161d;
  font-size: 10px;
  text-align: center;
  margin: 0;
  color: #fff;
}
.floor__item-images .pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
.floor__item-images .new {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
.floor__item-images .closed_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: rgba(35, 24, 21, 0.5);
  z-index: 4;
}
.floor__item-images .closed_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  z-index: 5;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 5;
  text-align: center;
  font-weight: bold;
}
.floor__item-images .sold_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: rgba(35, 24, 21, 0.5);
  z-index: 4;
}
.floor__item-images .sold_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  z-index: 5;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 5;
  text-align: center;
  font-weight: bold;
}
.floor__item-imagesInner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.floor__item-imagesInner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.floor__item-schedule {
  width: 100%;
  height: 26px;
  padding: 0 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #000;
  position: relative;
}
.floor__item-schedule .event_date {
  display: flex;
  align-items: center;
}
.floor__item-schedule .event_time {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.floor__item-schedule .material-symbols-outlined {
  margin-right: 4px;
}
.floor__item-schedule span {
  color: #fff;
  font-size: 12px;
}
.floor__item-schedule .closed_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: rgba(35, 24, 21, 0.5);
  z-index: 4;
}
.floor__item-description {
  padding: 5px 0px;
  white-space: normal;
  position: relative;
}
.floor__item-description .item-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  letter-spacing: 1;
  font-size: 14px;
  height: 41px;
}
.floor__item-description .item-price {
  height: 36px;
  line-height: 36px;
  padding: 0px;
  margin: 0;
}
.floor__item-description .item-price-yen {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #ab951d;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.floor__item-description .item-price-diamond {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #ab951d;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 28px;
  background: url(/img/common/daiya_icon4.png) no-repeat;
  background-size: 24px;
  background-position: 4px;
}
.floor__item-description .item-price-estimate {
  font-size: 14px;
  color: gray;
}
.floor__item-description .item-seller {
  display: flex;
}
.floor__item-description .item-seller-images {
  width: 40px;
  border-radius: 50%;
}
@media only screen and (max-width:428px) {
  .floor__item-description .item-seller-images {
    width: 34px;
  }
}
.floor__item-description .item-seller-images img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width:428px) {
  .floor__item-description .item-seller-images img {
    width: 34px;
    height: 34px;
  }
}
.floor__item-description .item-seller-text {
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floor__item-description .item-seller-text p {
  font-size: 10px;
  white-space: nowrap;
  margin: 4px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
}
@media only screen and (max-width:428px) {
  .floor__item-description .item-seller-text p {
    margin: 2px 0;
  }
}

@media only screen and (max-width:768px) {
  #event .floor__item {
    margin: 0 2% 50px 0;
    width: 32%;
  }
  #event .floor__item:nth-child(5n) {
    margin-right: 2%;
  }
  #event .floor__item:nth-child(4n) {
    margin-right: 2%;
  }
  #event .floor__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:649px) {
  #event .floor__item {
    margin: 0 2% 40px 0;
    width: 49%;
  }
  #event .floor__item:nth-child(5n) {
    margin-right: 2%;
  }
  #event .floor__item:nth-child(4n) {
    margin-right: 0;
  }
  #event .floor__item:nth-child(3n) {
    margin-right: 2%;
  }
  #event .floor__item:nth-child(2n) {
    margin-right: 0;
  }
}

#movie .floor__item {
  width: 260px;
  margin-right: 25px;
}
#movie .floor__item:nth-child(5n) {
  margin-right: 25px;
}
#movie .floor__item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width:1199px) {
  #movie .floor__item {
    margin: 0 2.6666666667% 50px 0;
    width: 23%;
  }
  #movie .floor__item:nth-child(5n) {
    margin-right: 2.6666666667%;
  }
}
@media only screen and (max-width:768px) {
  #movie .floor__item {
    margin: 0 2% 50px 0;
    width: 32%;
  }
  #movie .floor__item:nth-child(5n) {
    margin-right: 2%;
  }
  #movie .floor__item:nth-child(4n) {
    margin-right: 2%;
  }
  #movie .floor__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:649px) {
  #movie .floor__item {
    margin: 0 2% 40px 0;
    width: 49%;
  }
  #movie .floor__item:nth-child(5n) {
    margin-right: 2%;
  }
  #movie .floor__item:nth-child(4n) {
    margin-right: 0;
  }
  #movie .floor__item:nth-child(3n) {
    margin-right: 2%;
  }
  #movie .floor__item:nth-child(2n) {
    margin-right: 0;
  }
}
#movie .floor__item-images {
  background-color: #fff;
}
#movie .floor__item-images:before {
  padding-top: 56.25%;
}
#movie .floor__item-images .discount_bg {
  top: 82%;
}
#movie .floor__item-images .discount_text {
  margin: 0 0 2px 5px;
}
#movie .floor__item-images .pop {
  width: 25%;
}
#movie .floor__item-images .new {
  width: 25%;
}
#movie .floor__item-imagesInner img {
  object-fit: cover;
  height: 100%;
}

.detail__floor {
  width: 100%;
  height: 50px;
  padding: 0;
  box-shadow: inset 0 -1px 0 0 #dfe5ea;
  border-top: 4px solid #e3d0a4;
}
@media only screen and (max-width:649px) {
  .detail__floor {
    display: none;
  }
}
.detail__floor-inner {
  width: 1160px;
  margin: 0 auto;
  line-height: 46px;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .detail__floor-inner {
    width: 100%;
    padding: 0 4%;
  }
}
@media only screen and (max-width:991px) {
  .detail__floor-inner {
    padding: 0 2%;
  }
}
@media only screen and (max-width:768px) {
  .detail__floor-inner {
    padding: 0 4%;
  }
}
.detail__floor-inner a {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.detail__floor-inner span {
  font-size: 22px;
}
.detail__wrap {
  width: 1160px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width:1199px) {
  .detail__wrap {
    width: 100%;
    padding: 0 4%;
  }
}
@media only screen and (max-width:991px) {
  .detail__wrap {
    padding: 0 2%;
  }
}
@media only screen and (max-width:768px) {
  .detail__wrap {
    padding: 0 4%;
  }
}
@media only screen and (max-width:649px) {
  .detail__wrap {
    padding: 0 2%;
  }
}
@media only screen and (max-width:428px) {
  .detail__wrap {
    padding: 0;
  }
}
.detail__pankuzuList {
  font-size: 10px;
  padding: 13px 0;
  width: 100%;
  margin: 0px auto 15px;
  color: #787882;
}
@media only screen and (max-width:1199px) {
  .detail__pankuzuList {
    padding: 13px 0;
  }
}
@media only screen and (max-width:649px) {
  .detail__pankuzuList {
    padding: 15px 0;
    margin: 0;
  }
}
@media only screen and (max-width:428px) {
  .detail__pankuzuList {
    display: none;
  }
}
.detail__container {
  width: 100%;
}
.detail__container-left {
  width: 600px;
  height: auto;
  float: left;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .detail__container-left {
    width: 50%;
  }
}
@media only screen and (max-width:991px) {
  .detail__container-left {
    width: 44%;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-left {
    width: 100%;
    float: none;
  }
}
.detail__container-right {
  width: 500px;
  float: right;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .detail__container-right {
    width: 46%;
  }
}
@media only screen and (max-width:991px) {
  .detail__container-right {
    width: 52%;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right {
    padding: 0 2%;
  }
}
.detail__container-right .NEW_tag {
  background: #2e201c;
  padding: 2px 8px;
  text-align: center;
  font-size: 12px;
  width: auto;
  color: #fff;
  margin: 0 0 5px 0;
  display: inline-block;
}
.detail__container-right .close_tag {
  background: #c8161d;
  padding: 2px 8px;
  text-align: center;
  font-size: 12px;
  width: auto;
  color: #fff;
  margin: 0 0 5px 0;
  display: inline-block;
}
.detail__container-right .notice_tag {
  background: #eef3f5;
  padding: 2px 8px;
  text-align: center;
  font-size: 12px;
  width: auto;
  color: #2e201c;
  margin: 0 0 5px 0;
  display: inline-block;
}
.detail__container-right .open_tag {
  background: #2e201c;
  padding: 6px 10px;
  text-align: center;
  font-size: 15px;
  width: auto;
  color: #fff;
  margin: 5px 0 0px 0;
  display: inline-block;
}
.detail__container-right .open_time_box {
  width: 100%;
  height: auto;
  background-color: #2e201c;
  padding: 10px 8px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.detail__container-right .open_time {
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
}
.detail__container-right .open_time span {
  color: #fff;
  margin-right: 6px;
}
.detail__container-right .item_name {
  font-size: 24px;
  padding: 0;
  margin: 15px 0 5px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 1;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_name {
    font-size: 20px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .item_name {
    font-size: 22px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container-right .item_name {
    font-size: 22px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .item_name {
    font-size: 22px;
  }
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_name {
    margin: 0 0 5px;
  }
}
.detail__container-right .item_name-sub {
  font-size: 14px;
  display: inline-block;
  margin-top: 4px;
}
.detail__container-right .item_name_course {
  margin-top: 30px;
}
.detail__container-right .event_schedule {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
@media only screen and (max-width:1199px) {
  .detail__container-right .event_schedule {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .event_schedule {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .event_schedule {
    flex-wrap: wrap;
  }
}
.detail__container-right .event_schedule-day {
  display: flex;
  align-items: center;
}
.detail__container-right .event_schedule-time {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width:991px) {
  .detail__container-right .event_schedule-time {
    margin: 10px 0 10px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .event_schedule-time {
    margin: 10px 0 10px 20px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .event_schedule-time {
    margin: 10px 0 10px;
  }
}
.detail__container-right .item_id {
  font-size: 10px;
  color: #787882;
  margin: 0;
}
.detail__container-right .item_price {
  margin: 30px 10px 0;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_price {
    margin: 20px 10px 0;
  }
}
.detail__container-right .item_price p {
  font-size: 30px;
  text-align: left;
  color: #ac984e;
  border-left: 4px solid;
  text-indent: 10px;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_price p {
    font-size: 26px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .item_price p {
    font-size: 30px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container-right .item_price p {
    font-size: 30px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .item_price p {
    font-size: 30px;
  }
}
.detail__container-right .item_price s {
  font-size: 14px;
}
.detail__container-right .item_price-close {
  background-color: #c8161d;
  color: #fff;
  padding: 2px 10px;
  font-size: 16px;
  display: inline-block;
}
.detail__container-right .item_price-diamond {
  margin: 3px 0 0 0;
  padding-left: 26px;
  background: url(/img/common/daiya_icon4.png) no-repeat;
  background-size: 24px;
  background-position: 12px;
}
.detail__container-right .item_price-tax {
  font-size: 12px;
  color: #ac984e;
}
.detail__container-right .item_settlement {
  width: 100%;
  height: auto;
  background: #f4f6f8;
  padding: 12px 20px;
  margin: 30px 0 10px;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_settlement {
    margin: 24px 0 10px;
    padding: 10px 15px;
  }
}
.detail__container-right .item_settlement p {
  color: #232323;
  margin: 5px 0;
  font-size: 14px;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_settlement p {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .item_settlement p {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container-right .item_settlement p {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .item_settlement p {
    font-size: 14px;
  }
}
.detail__container-right .item_settlement span {
  font-size: 14px;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_settlement span {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .item_settlement span {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container-right .item_settlement span {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .item_settlement span {
    font-size: 14px;
  }
}
.detail__container-right .item_info {
  width: 100%;
  height: auto;
  background: #f4f6f8;
  padding: 12px 20px;
  margin: 15px 0 25px;
}
.detail__container-right .item_info p {
  color: #232323;
  margin: 5px 0;
  font-size: 14px;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_info p {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .item_info p {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container-right .item_info p {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .item_info p {
    font-size: 14px;
  }
}
.detail__container-right .item_info span {
  width: calc(100% - 120px);
  display: block;
  font-size: 14px;
  float: right;
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_info span {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container-right .item_info span {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container-right .item_info span {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container-right .item_info span {
    font-size: 14px;
  }
}
@media only screen and (max-width:991px) {
  .detail__container-right .item_info span {
    width: calc(100% - 80px);
  }
}
.detail__container-right .item_purchase {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:768px) {
  .detail__container-right .item_purchase {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    background-color: #f6f1ea;
    padding: 6px 2% 0;
    z-index: 9;
    box-shadow: 0px -1px 3px rgba(172, 152, 78, 0.6);
  }
  .detail__container-right .item_purchase input[type=submit] {
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    background-image: none;
    letter-spacing: 1;
  }
}
.detail__container-right .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.detail__container-right .popup.is-show {
  opacity: 1;
  visibility: visible;
}
.detail__container-right .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  padding: 50px 60px;
  background-color: #fff;
  z-index: 2;
  border-radius: 1px;
  box-shadow: 2px 2px 10px #ac984e;
}
.detail__container-right .popup-inner_alert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #919fba;
}
.detail__container-right .black-bg_alert {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  cursor: pointer;
  filter: blur(10px);
}
.detail__container-right .flex_box_alert {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.detail__container-right .close-btn_alert {
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #1b65eb;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.detail__container-right .floor_guide_p .alert_a {
  color: #106f51 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.detail__container-right .close-btn_alert:hover {
  background-color: #c2d0ea;
  transition: 0.2s;
}
.detail__container-right .flex_box_alert #submit-btn_alert {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #1b65eb;
  color: white;
  font-weight: normal;
  width: 45%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
}
@media only screen and (max-width:768px) {
  .detail__container-right .popup-inner_alert {
    padding: 10px 20px;
    border-radius: 15px;
  }
  .detail__container-right .dummy__btn {
    background-image: none;
  }
  .detail__container-right .flex_box_alert {
    justify-content: flex-end;
  }
  .detail__container-right .close-btn_alert {
    width: auto;
    border: none;
    font-size: 16px;
  }
  .detail__container-right .flex_box_alert #submit-btn_alert {
    width: 40px;
    background: none;
    color: #1b65eb;
    font-weight: bold;
    margin: 0 0 0 30px;
    font-size: 16px;
  }
}
.detail__container02 {
  width: 100%;
  height: auto;
  border-top: dotted 1px #dfe5ea;
  padding-top: 20px;
}
@media only screen and (max-width:768px) {
  .detail__container02 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.detail__container02-left {
  width: 600px;
  height: auto;
  float: left;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .detail__container02-left {
    width: 50%;
    padding: 0 4%;
  }
}
@media only screen and (max-width:991px) {
  .detail__container02-left {
    width: 52%;
    padding: 0;
  }
}
@media only screen and (max-width:768px) {
  .detail__container02-left {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width:428px) {
  .detail__container02-left {
    padding: 0 2%;
  }
}
.detail__container02-left .spec_table {
  width: 100%;
}
.detail__container02-left .spec_area_table dl:first-child {
  border-top: 1px dotted #dfe5ea;
  margin-top: 0;
}
.detail__container02-left dl {
  width: 100%;
  border-bottom: 1px dotted #dfe5ea;
  padding: 16px 0;
}
@media only screen and (max-width:768px) {
  .detail__container02-left dl:first-child {
    border-top: 1px dotted #dfe5ea;
  }
}
.detail__container02-left dt {
  display: block;
  float: left;
  width: 120px;
  clear: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #232323;
  padding-left: 10px;
}
@media only screen and (max-width:991px) {
  .detail__container02-left dt {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container02-left dt {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container02-left dt {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container02-left dt {
    font-size: 14px;
  }
}
@media only screen and (max-width:991px) {
  .detail__container02-left dt {
    width: 100px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container02-left dt {
    padding-left: 2%;
  }
}
.detail__container02-left dd {
  display: block;
  width: calc(100% - 120px);
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #232323;
  margin: 0;
}
@media only screen and (max-width:991px) {
  .detail__container02-left dd {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  .detail__container02-left dd {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  .detail__container02-left dd {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  .detail__container02-left dd {
    font-size: 14px;
  }
}
@media only screen and (max-width:991px) {
  .detail__container02-left dd {
    width: calc(100% - 100px);
  }
}
.detail__container02-right {
  width: 500px;
  float: right;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .detail__container02-right {
    width: 46%;
  }
}
@media only screen and (max-width:991px) {
  .detail__container02-right {
    width: 44%;
  }
}
@media only screen and (max-width:768px) {
  .detail__container02-right {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width:428px) {
  .detail__container02-right {
    padding: 0 2%;
  }
}
.detail__container02-right .item_information {
  width: 100%;
  padding: 16px 0;
  margin: 0;
}
@media only screen and (max-width:768px) {
  .detail__container02-right .item_information {
    padding: 10px 0;
  }
}
@media only screen and (max-width:991px) {
  .detail__container02-right .item_information {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:991px) {
  .detail__container02-right .item_information {
    margin: 0;
  }
}
.detail__container02-right .item_information-title {
  font-size: 14px;
  color: #3c4650;
  background-image: none;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .detail__container02-right .item_information-title {
    font-size: 16px;
  }
}
.detail__container02-right .item_information-title::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #3c4650;
}
@media only screen and (max-width:768px) {
  .detail__container02-right .item_information-title::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #3c4650;
    top: 17px;
  }
}
.detail__container02-right .item_information .text {
  margin-top: 8px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  color: #232323;
}
.detail .Sample_video {
  width: 100%;
  height: auto;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  .detail .Sample_video {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width:649px) {
  .detail .Sample_video {
    padding: 0 2%;
  }
}
.detail .Sample_video-iframe {
  width: 32%;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  background-color: #f6f1ea;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .detail .Sample_video-iframe {
    width: 48%;
  }
}
@media only screen and (max-width:649px) {
  .detail .Sample_video-iframe {
    width: 100%;
  }
}
.detail .Sample_video-iframe::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.detail .Sample_video-iframe .iframe_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.detail .Sample_video-iframe iframe {
  width: 100%;
  height: 100%;
}
.detail__container03 {
  width: 100%;
  height: auto;
  border-top: dotted 1px #dfe5ea;
  padding-top: 20px;
  margin-top: 50px;
}
.detail__container03-left {
  width: 600px;
  height: auto;
  float: left;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .detail__container03-left {
    width: 50%;
    padding: 0 4%;
  }
}
@media only screen and (max-width:991px) {
  .detail__container03-left {
    width: 52%;
    padding: 0;
  }
}
@media only screen and (max-width:768px) {
  .detail__container03-left {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width:428px) {
  .detail__container03-left {
    padding: 0 2%;
  }
}
.detail__container03-left .seller_information {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.detail__container03-left .seller_information-title {
  font-size: 14px;
  color: #3c4650;
  background-image: none;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .detail__container03-left .seller_information-title {
    font-size: 16px;
  }
}
.detail__container03-left .seller_information-title::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #3c4650;
}
@media only screen and (max-width:768px) {
  .detail__container03-left .seller_information-title::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #3c4650;
    top: 17px;
  }
}
.detail__container03-left .seller_information-desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}
.detail__container03-left .seller_information-desc .seller-img {
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:649px) {
  .detail__container03-left .seller_information-desc .seller-img {
    width: 80px;
    height: 80px;
  }
}
.detail__container03-left .seller_information-desc .seller-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.detail__container03-left .seller_information-desc .seller_main {
  font-size: 16px;
  color: #232323;
}
.detail__container03-left .seller_information-desc .seller_sub {
  font-size: 12px;
  color: #595757;
}
.detail__container03-left .seller_information-desc .seller-name {
  width: calc(100% - 150px);
}
@media only screen and (max-width:649px) {
  .detail__container03-left .seller_information-desc .seller-name {
    width: calc(100% - 120px);
  }
}
.detail__container03-left .seller_information-desc p {
  margin-top: 8px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  color: #232323;
}
.detail__container03-right {
  width: 500px;
  float: right;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .detail__container03-right {
    width: 46%;
  }
}
@media only screen and (max-width:991px) {
  .detail__container03-right {
    width: 44%;
  }
}
@media only screen and (max-width:768px) {
  .detail__container03-right {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width:428px) {
  .detail__container03-right {
    padding: 0 2%;
  }
}
.detail__container03-right .item_about {
  width: 100%;
  height: auto;
  background: #f6f1ea;
  padding: 12px 20px;
  margin: 15px 0 25px;
}
@media only screen and (max-width:991px) {
  .detail__container03-right .item_about {
    margin: 100px 0 0;
  }
}
.detail__container03-right .item_about-title {
  font-size: 14px;
  color: #3c4650;
  background-image: none;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .detail__container03-right .item_about-title {
    font-size: 16px;
  }
}
.detail__container03-right .item_about-title::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #3c4650;
}
@media only screen and (max-width:768px) {
  .detail__container03-right .item_about-title::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #3c4650;
    top: 17px;
  }
}
.detail__container03-right .item_about #item_share {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
}
@media only screen and (max-width:991px) {
  .detail__container03-right .item_about #item_share {
    width: 100%;
  }
}
.detail__container03-right .item_about #item_share button.js-copybtn {
  width: 100%;
  height: 40px;
  background-color: #93bace;
  border-bottom: 2px solid #929b9b;
  font-weight: bold;
  font-size: 12px;
  outline: none;
  line-height: 40px;
  letter-spacing: 2;
}
.detail__container03-right .item_about .share_box {
  display: flex;
  justify-content: center;
}
.detail__container03-right .item_about .controls_02 {
  text-align: center;
}
.detail__container03-right .item_about .controls_02 button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail__container03-right .item_about .controls_02 button[type=submit] {
  text-align: right;
  background: none;
  border: none;
  width: 300px;
  border-radius: 0px;
  font-weight: bold;
  cursor: pointer;
  color: #232323;
  font-size: 12px;
  padding: 0;
  margin: auto;
  outline: none;
  position: relative;
  height: auto;
}
@media only screen and (max-width:991px) {
  .detail .floor {
    padding: 0 2%;
    margin-bottom: 60px;
  }
}
.detail .relation_h3 {
  font-size: 16px;
  color: #677e98;
  background-image: none;
  height: 60px;
  line-height: 60px;
  margin: 0px 0 30px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-top: solid 1px #d8d1c1;
  border-bottom: solid 1px #d8d1c1;
  position: relative;
}
@media only screen and (max-width:991px) {
  .detail .relation_h3 {
    margin: 180px 0 30px;
  }
  .detail .relation_h3::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -115px;
    right: 0;
    left: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/img/common/logo-icon.png);
  }
}
.detail .relation_h3 span {
  color: #677e98;
  position: static;
  margin: 0 10px 0 0;
}

/* Slider */
.container_slider img {
  max-width: 100%;
  display: block;
  height: auto;
}

.container_slider {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.slick-loading .slick-list {
  background: url("/img/common/ajax-loader.gif") center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: none;
  content: "";
}

.slick-track:after {
  clear: both;
}

.thumb-item-nav .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.thumb-item-nav {
  height: auto;
}

.thumb-item-nav .slick-slide {
  display: flex;
  align-items: center;
  float: none !important;
  margin: 0 4px 10px 0;
  height: 60px !important;
  width: 60px !important;
  text-align: center;
  background-color: #fcfcfc;
}

.thumb-item-nav .slick-slide:last-child {
  margin-right: 0;
}

.thumb-item-nav .slick-slide:active,
.thumb-item-nav .slick-slide:focus {
  border: solid 1px #c2d5e0;
}

.slider {
  margin: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.thumb-item-nav {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.thumb-item-nav img {
  object-fit: cover;
}

.slider {
  opacity: 0;
}

.slick-initialized {
  opacity: 1;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  width: 32px;
  height: 32px;
  background-image: none;
  border-radius: 0;
  background-color: #0a0a0a;
  color: transparent;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 90;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider:hover .slick-prev,
.slider:hover .slick-next {
  opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 20%;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}

[dir=rtl] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-next {
  right: 0px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0px;
}

.slick-prev:before {
  width: 1px;
  left: 48%;
  top: 10px;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
  border-radius: 6px 10px 0 0;
}

.slick-prev:after {
  width: 1px;
  left: 48%;
  top: 15px;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
  border-radius: 0 0 10px 6px;
}

.slick-next:before {
  width: 1px;
  right: 48%;
  top: 10px;
  -webkit-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  border-radius: 10px 6px 0 0;
  border-radius: 0 0 6px 10px;
}

.slick-next:after {
  width: 1px;
  right: 48%;
  top: 15px;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  border-radius: 0 0 6px 10px;
}

.container_slider {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.container_slider .thumb-item {
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/common/photo-space.png);
  filter: drop-shadow(2px 2px 4px #eee);
}

@media (max-width: 1199px) {
  .container_slider .thumb-item {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .container_slider .thumb-item {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .container_slider .thumb-item {
    height: 400px;
  }
}
@media (max-width: 649px) {
  .container_slider .thumb-item {
    height: 420px;
  }
  .thumb-item-nav {
    width: 100%;
    margin: 10px auto 0;
  }
  .thumb-item-nav .slick-track {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .thumb-item-nav .slick-slide {
    margin: 0 2% 10px 0;
    height: 50px !important;
    width: 50px !important;
  }
}
@media (max-width: 428px) {
  .container_slider .thumb-item {
    height: auto;
  }
  .container_slider .thumb-item li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .thumb-item-nav {
    padding: 0 2%;
  }
}
#top .top {
  width: 100vw;
  height: 100vh;
  min-height: 740px;
  position: relative;
  background: url(/img/common/kv_bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width:649px) {
  #top .top {
    height: 80vh;
    min-height: 80vh;
    background-position-y: -80px;
    background-repeat: no-repeat;
  }
}
#top .top__kv {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width:1199px) {
  #top .top__kv {
    top: -50px;
  }
}
@media only screen and (max-width:768px) {
  #top .top__kv {
    top: 0px;
    width: 400px;
  }
}
@media only screen and (max-width:649px) {
  #top .top__kv {
    width: 280px;
    height: 240px;
  }
}
#top .top__kv-img {
  width: 100%;
  position: relative;
  top: -10px;
  filter: drop-shadow(10px 10px 30px rgb(255, 255, 255));
}
#top .top__kv-floors {
  margin: auto;
  margin-top: 40px;
  color: #fff;
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:649px) {
  #top .top__kv-floors {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #top .top__kv-floors {
    margin-top: 20px;
  }
}
#top .top__kv-floors a {
  color: #fff;
  font-size: 14px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media only screen and (max-width:649px) {
  #top .top__kv-floors a {
    width: 50px;
    height: 50px;
  }
}
#top .top__kv-floors a .material-symbols-outlined {
  margin-right: 0;
  font-size: 24px;
}
#top .top__kv-about {
  text-align: center;
  margin: 40px auto 0;
}
#top .top__kv-about a {
  background-color: #000;
  padding: 10px 30px;
  border-radius: 20px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Parisienne", cursive;
}
#top .top__kv-about a:hover {
  background-color: #ac984e;
}
#top .news {
  width: 100%;
  height: auto;
  background: #000;
  border-bottom: solid 0.5px #ac984e;
}
#top .news-sns {
  width: 100%;
  height: 50px;
  margin: -55px 0 10px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#top .news-sns a {
  color: #fff;
  margin: 0;
  font-size: 24px;
  display: block;
}
#top .news-lists {
  width: 600px;
  margin: 20px auto;
  padding: 0 4%;
}
@media only screen and (max-width:649px) {
  #top .news-lists {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #top .news-lists {
    margin: 15px auto;
  }
}
#top .news-lists .news-title {
  color: #ac984e;
  font-size: 16px;
  margin: 5px 0;
  font-weight: 400;
  font-family: "Fredericka the Great", cursive;
  font-style: italic;
}
#top .news-lists .news-list {
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
}
@media only screen and (max-width:649px) {
  #top .news-lists .news-list {
    font-size: 12px;
  }
}
#top .news-lists .news-link {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 12px;
}

#login .login {
  width: 600px;
  height: auto;
  margin: 60px auto 90px;
  padding: 60px 50px;
  box-shadow: 0px 0px 10px rgba(172, 152, 78, 0.4);
  border-radius: 6px;
  background-color: white;
}
@media only screen and (max-width:649px) {
  #login .login {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #login .login {
    height: 100vh;
  }
}
@media only screen and (max-width:649px) {
  #login .login {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #login .login {
    padding: 30px 4%;
  }
}
@media only screen and (max-width:649px) {
  #login .login {
    box-shadow: none;
    background: none;
  }
}
#login .login__heading {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2;
  margin: 0 auto;
  color: #232323;
}
#login .login__heading-logo {
  font-size: 40px;
  font-weight: 400;
  font-family: "Fredericka the Great", cursive;
  display: inline-block;
  padding-bottom: 14px;
  color: #232323;
}
#login .login__inputs {
  width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width:649px) {
  #login .login__inputs {
    width: 100%;
  }
}
#login .login__inputs-mail {
  margin: 30px auto 0;
  width: 100%;
}
#login .login__inputs-mail .input-title {
  font-size: 12px;
  color: #677e98;
  margin-bottom: 5px;
  font-weight: bold;
}
#login .login__inputs-mail input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0.5px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
}
@media only screen and (max-width:649px) {
  #login .login__inputs-mail input[type=text] {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width:1199px) {
  #login .login__inputs-mail input[type=text] {
    border: 1px solid #d7c09f;
  }
}
#login .login__inputs-mail input[type=text]:hover {
  opacity: 0.9;
}
#login .login__inputs-password {
  margin: 20px auto 0;
  width: 100%;
}
#login .login__inputs-password .input-password {
  font-size: 12px;
  color: #677e98;
  margin-bottom: 5px;
  font-weight: bold;
}
#login .login__inputs-password input[type=password] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0.5px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
}
@media only screen and (max-width:649px) {
  #login .login__inputs-password input[type=password] {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width:1199px) {
  #login .login__inputs-password input[type=password] {
    border: 1px solid #d7c09f;
  }
}
#login .login__inputs-password input[type=password]:hover {
  opacity: 0.9;
}
#login .login__inputs-password .input-recovery {
  font-size: 12px;
  color: #677e98;
  margin-bottom: 5px;
}
#login .login__inputs-password .input-recovery a {
  font-size: 10px;
}
#login .login__inputs-login {
  margin: 30px auto 0;
  width: 100%;
}
#login .login__inputs-login input[type=submit] {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #93bace;
  margin-top: 40px;
}
@media only screen and (max-width:649px) {
  #login .login__inputs-login input[type=submit] {
    height: 46px;
    line-height: 46px;
  }
}
#login .login__inputs-login input[type=submit]:hover {
  background-color: #b6d0de;
}
#login .login__inputs-login input[type=submit]:active {
  background-color: #70a4be;
}
@media only screen and (max-width:1199px) {
  #login .login__inputs-login input[type=submit] {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #login .login__inputs-login input[type=submit] {
    width: 100%;
  }
}
#login .login__inputs-login .input-keep {
  font-size: 14px;
  color: #595757;
}
#login .login__inputs-login .input-keep input[type=checkbox] {
  margin-right: 8px;
}
#login .login__inputs-login .input-keep p.login_keep label {
  font-size: 12px;
  position: relative;
  top: -2px;
}
#login .login__inputs-login .input-recovery {
  font-size: 12px;
  color: #677e98;
  margin-bottom: 5px;
}
#login .login__inputs-login .input-recovery a {
  font-size: 10px;
}
#login .login__links {
  margin-top: 50px;
}
#login .login__links .is-member {
  font-size: 13px;
  color: #595757;
  width: 100%;
  text-align: center;
}
#login .login__links a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #677e98;
}

#reminder .reminder {
  padding: 60px 50px;
}
@media only screen and (max-width:649px) {
  #reminder .reminder {
    padding: 30px 4%;
  }
}
#reminder .reminder__logo {
  width: 60px;
  margin: 0 auto;
}
#reminder .reminder__title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2;
  margin: 0 auto;
  color: #232323;
}
#reminder .reminder__inputs {
  width: 600px;
  height: auto;
  margin: 30px auto 60px;
  padding: 30px 50px;
  box-shadow: 0px 0px 10px rgba(172, 152, 78, 0.4);
  background-color: white;
  border-radius: 6px;
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs {
    height: auto;
  }
}
@media only screen and (max-width:768px) {
  #reminder .reminder__inputs {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs {
    padding: 0 2%;
  }
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs {
    box-shadow: none;
  }
}
#reminder .reminder__inputs-description {
  font-size: 14px;
}
#reminder .reminder__inputs-info {
  font-size: 12px;
  color: #677e98;
  margin: 30px 0 5px;
  font-weight: bold;
}
#reminder .reminder__inputs input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0.5px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs input[type=text] {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width:1199px) {
  #reminder .reminder__inputs input[type=text] {
    border: 1px solid #d7c09f;
  }
}
#reminder .reminder__inputs input[type=text]:hover {
  opacity: 0.9;
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs input[type=text] {
    margin-bottom: 40px;
  }
}
#reminder .reminder__inputs input[type=submit] {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #79698a;
  margin-top: 0;
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs input[type=submit] {
    height: 46px;
    line-height: 46px;
  }
}
#reminder .reminder__inputs input[type=submit]:hover {
  background-color: #9384a2;
}
#reminder .reminder__inputs input[type=submit]:active {
  background-color: #60536d;
}
@media only screen and (max-width:1199px) {
  #reminder .reminder__inputs input[type=submit] {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #reminder .reminder__inputs input[type=submit] {
    width: 100%;
  }
}

#regist .regist {
  height: auto;
  padding: 60px 50px;
}
@media only screen and (max-width:649px) {
  #regist .regist {
    height: auto;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist {
    padding: 30px 4%;
  }
}
#regist .regist__logo {
  width: 60px;
  margin: 0 auto;
}
#regist .regist__title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2;
  margin: 0 auto;
  color: #232323;
}
#regist .regist__inputs {
  width: 600px;
  height: auto;
  margin: 30px auto 60px;
  box-shadow: 0px 0px 10px rgba(172, 152, 78, 0.4);
  background-color: white;
  padding: 30px 50px;
  border-radius: 6px;
}
@media only screen and (max-width:649px) {
  #regist .regist__inputs {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist__inputs {
    height: auto;
  }
}
@media only screen and (max-width:768px) {
  #regist .regist__inputs {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist__inputs {
    box-shadow: none;
    padding: 20px 4%;
  }
}
#regist .regist__inputs-description {
  font-size: 14px;
}
#regist .regist__inputs-info {
  font-size: 12px;
  color: #677e98;
  margin: 30px 0 5px;
  font-weight: bold;
}
#regist .regist__inputs-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#regist .regist__inputs-name1, #regist .regist__inputs-name2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0.5px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
  width: 48%;
}
@media only screen and (max-width:649px) {
  #regist .regist__inputs-name1, #regist .regist__inputs-name2 {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width:1199px) {
  #regist .regist__inputs-name1, #regist .regist__inputs-name2 {
    border: 1px solid #d7c09f;
  }
}
#regist .regist__inputs-name1:hover, #regist .regist__inputs-name2:hover {
  opacity: 0.9;
}
#regist .regist__inputs-name2 {
  margin-left: 2%;
}
#regist .regist__inputs-mail1, #regist .regist__inputs-mail2, #regist .regist__inputs-intro {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0.5px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  padding: 10px;
}
@media only screen and (max-width:649px) {
  #regist .regist__inputs-mail1, #regist .regist__inputs-mail2, #regist .regist__inputs-intro {
    height: 46px;
    line-height: 46px;
  }
}
@media only screen and (max-width:1199px) {
  #regist .regist__inputs-mail1, #regist .regist__inputs-mail2, #regist .regist__inputs-intro {
    border: 1px solid #d7c09f;
  }
}
#regist .regist__inputs-mail1:hover, #regist .regist__inputs-mail2:hover, #regist .regist__inputs-intro:hover {
  opacity: 0.9;
}
#regist .regist__inputs-introducer {
  font-size: 12px;
  color: #677e98;
  margin: 30px 0 5px;
  font-weight: bold;
}
#regist .regist__inputs span {
  font-size: 10px;
  color: #595757;
  text-align: left;
  margin: 2px 0;
  display: block;
}
#regist .regist__inputs-checkbox {
  text-align: left;
  margin: 20px 0 10px;
}
#regist .regist__inputs-checkbox input[type=checkbox] {
  position: relative;
  top: 3px;
}
#regist .regist__inputs-checkbox label {
  font-size: 12px;
  text-align: left;
  margin: 20px 0 8px;
  user-select: none;
}
#regist .regist__inputs-checkbox p {
  font-size: 12px;
  text-align: left;
  margin: 0;
  user-select: none;
  text-indent: 25px;
}
#regist .regist__inputs-checkbox p a {
  color: #677e98;
}
#regist .regist__inputs input[type=submit] {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #79698a;
  margin: 40px auto;
}
@media only screen and (max-width:649px) {
  #regist .regist__inputs input[type=submit] {
    height: 46px;
    line-height: 46px;
  }
}
#regist .regist__inputs input[type=submit]:hover {
  background-color: #9384a2;
}
#regist .regist__inputs input[type=submit]:active {
  background-color: #60536d;
}
@media only screen and (max-width:1199px) {
  #regist .regist__inputs input[type=submit] {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist__inputs input[type=submit] {
    width: 100%;
  }
}
#regist .regist__confirm {
  text-align: center;
  margin: 0 auto;
}
#regist .regist .disabled {
  width: 600px;
  height: auto;
  margin: 30px auto 60px;
  padding: 30px 50px;
  box-shadow: 0px 0px 10px rgba(172, 152, 78, 0.4);
  border-radius: 6px;
  background-color: #fff;
}
@media only screen and (max-width:649px) {
  #regist .regist .disabled {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist .disabled {
    height: auto;
  }
}
@media only screen and (max-width:768px) {
  #regist .regist .disabled {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist .disabled {
    padding: 0 2%;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist .disabled {
    box-shadow: none;
  }
}
#regist .regist .btn-select-box {
  margin: 46px auto;
}
#regist .regist .btn-select-box .btn-select-submit {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #79698a;
  margin-bottom: 20px;
}
@media only screen and (max-width:649px) {
  #regist .regist .btn-select-box .btn-select-submit {
    height: 46px;
    line-height: 46px;
  }
}
#regist .regist .btn-select-box .btn-select-submit:hover {
  background-color: #9384a2;
}
#regist .regist .btn-select-box .btn-select-submit:active {
  background-color: #60536d;
}
@media only screen and (max-width:1199px) {
  #regist .regist .btn-select-box .btn-select-submit {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist .btn-select-box .btn-select-submit {
    width: 100%;
  }
}
#regist .regist .btn-select-box .btn-select-prev {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #b0a6bb;
  margin-top: 0;
}
@media only screen and (max-width:649px) {
  #regist .regist .btn-select-box .btn-select-prev {
    height: 46px;
    line-height: 46px;
  }
}
#regist .regist .btn-select-box .btn-select-prev:hover {
  background-color: #cac3d1;
}
#regist .regist .btn-select-box .btn-select-prev:active {
  background-color: #9689a5;
}
@media only screen and (max-width:1199px) {
  #regist .regist .btn-select-box .btn-select-prev {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #regist .regist .btn-select-box .btn-select-prev {
    width: 100%;
  }
}
#regist .regist__welcome {
  position: relative;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width:649px) {
  #regist .regist__welcome {
    font-weight: bold;
  }
}
#regist .regist__welcome::before {
  content: attr(data-en);
  position: absolute;
  transform: rotate(-5deg);
  top: -100px;
  left: -50;
  right: 0;
  color: #f7f0d9;
  font-size: 200px;
  font-family: "Tangerine", cursive;
  font-style: italic;
  z-index: -1;
}
@media only screen and (max-width:649px) {
  #regist .regist__welcome::before {
    font-size: 140px;
  }
}
#regist .regist__welcome-info {
  font-size: 14px;
  color: #232323;
  text-align: center;
  margin: 0 0 40px;
}
#regist .regist__welcome-info-sub {
  font-size: 12px;
  color: #c8161d;
  text-align: center;
  margin-bottom: 50px;
}

#notification .notification__heading {
  width: 100%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/common/information_bg_img.jpg);
  position: relative;
}
@media only screen and (max-width:649px) {
  #notification .notification__heading {
    height: 84px;
  }
}
#notification .notification__heading::before {
  content: "";
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, #fff 70%, transparent);
  background: -webkit-linear-gradient(top, transparent, #fff 70%);
  background: -moz-linear-gradient(top, transparent, #fff 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width:649px) {
  #notification .notification__heading::before {
    height: 90px;
  }
}
@media only screen and (max-width:649px) {
  #notification .notification__heading::before {
    bottom: -18px;
  }
}
#notification .notification__heading-title {
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #232323;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
}
@media only screen and (max-width:649px) {
  #notification .notification__heading-title {
    font-weight: bold;
  }
}
@media only screen and (max-width:768px) {
  #notification .notification__heading-title {
    font-size: 1.5rem;
  }
}
#notification .notification__news {
  width: 960px;
  margin: 0 auto 90px;
  padding: 60px 90px;
}
@media only screen and (max-width:991px) {
  #notification .notification__news {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #notification .notification__news {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #notification .notification__news {
    padding: 30px 2%;
  }
}
@media only screen and (max-width:649px) {
  #notification .notification__news {
    bottom: -18px;
  }
}
#notification .notification__news-lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
#notification .notification__news-list {
  border-bottom: 1px solid #ddd;
}
#notification .notification__news-list a {
  display: flex;
  padding: 24px 8px;
  position: relative;
}
#notification .notification__news-list a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}
#notification .notification__news-date {
  margin-right: 24px;
  line-height: 2;
  color: #677e98;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#notification .notification__news-title {
  width: calc(100% - 10rem - 24px);
  line-height: 2;
  color: #595757;
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width:649px) {
  #notification .notification__news-title {
    font-size: 14px;
    width: calc(100% - 8rem - 24px);
  }
}
#notification .detail {
  height: auto;
}
@media only screen and (max-width:649px) {
  #notification .detail {
    height: 100vh;
  }
}
#notification .detail__article {
  width: 960px;
  margin: 0 auto 90px;
  padding: 60px 90px;
}
@media only screen and (max-width:991px) {
  #notification .detail__article {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #notification .detail__article {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #notification .detail__article {
    padding: 0 2%;
  }
}
#notification .detail__article-image {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
#notification .detail__article-image img {
  width: 100%;
  text-align: center;
}
#notification .detail__article-title {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media only screen and (max-width:649px) {
  #notification .detail__article-title {
    font-size: 1.2rem;
  }
}
#notification .detail__article-date {
  font-size: 14px;
  color: #677e98;
  text-align: left;
}
#notification .detail__article-contents {
  margin-top: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #595757;
}
#notification .detail__article-url {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #79698a;
}
@media only screen and (max-width:649px) {
  #notification .detail__article-url {
    height: 46px;
    line-height: 46px;
  }
}
#notification .detail__article-url:hover {
  background-color: #9384a2;
}
#notification .detail__article-url:active {
  background-color: #60536d;
}
@media only screen and (max-width:1199px) {
  #notification .detail__article-url {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #notification .detail__article-url {
    width: 100%;
  }
}

#guide .index .slick-track {
  height: 300px;
}
#guide .index .slick-slide img {
  object-fit: cover;
}
@media only screen and (max-width:1199px) {
  #guide .index .slick-track {
    height: 250px;
  }
}
@media only screen and (max-width:991px) {
  #guide .index .slick-track {
    height: 200px;
  }
}
@media only screen and (max-width:649px) {
  #guide .index .slick-track {
    height: 150px;
  }
}
#guide .index__sns {
  width: 100%;
  height: 60px;
  border-top: solid 4px #f6f1ea;
  margin-bottom: 5px;
}
#guide .index__sns-inner {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:649px) {
  #guide .index__sns-inner {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
  }
}
#guide .index__sns-text {
  color: #ac984e;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width:649px) {
  #guide .index__sns-text {
    font-size: 12px;
    width: 50%;
  }
}
#guide .index__sns-info {
  display: flex;
  justify-content: space-between;
}
#guide .index__sns-info span {
  color: #ac984e;
  font-size: 14px;
  display: block;
  line-height: 35px;
  margin-right: 30px;
}
#guide .index__sns-info a {
  color: #FFF;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  width: 150px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #00B900;
}
@media only screen and (max-width:649px) {
  #guide .index__sns-info a {
    width: 140px;
  }
}
#guide .index__sns-info a:hover span {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
#guide .index__sns-info a .fa-line {
  font-size: 24px;
  position: relative;
  top: 2px;
}
#guide .index__sns-info a .fa-line:before {
  content: "\f3c0";
}
#guide .index__sns-info a span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  margin-right: 0;
}
#guide .index__floorGuide {
  width: 1150px;
  margin: 0 auto 90px;
}
@media only screen and (max-width:1199px) {
  #guide .index__floorGuide {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #guide .index__floorGuide {
    margin: 0 auto;
  }
}
#guide .index__floorGuide-title {
  color: #232323;
  font-size: 34px;
  margin: 70px auto 30px;
  height: 150px;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-title {
    font-weight: bold;
  }
}
@media only screen and (max-width:768px) {
  #guide .index__floorGuide-title {
    font-size: 30px;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-title {
    font-size: 26px;
    margin: 20px auto 0;
    height: 130px;
  }
}
#guide .index__floorGuide-title:before {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 24px;
  line-height: 34px;
  color: #595757;
  content: "Floor Guide";
}
@media only screen and (max-width:768px) {
  #guide .index__floorGuide-title:before {
    top: 64px;
  }
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-title:before {
    font-size: 20px;
    top: 58px;
  }
}
#guide .index__floorGuide-lists {
  margin: 10px 25px;
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-lists {
    margin: 0;
    padding: 0 2%;
  }
}
#guide .index__floorGuide-list:first-child {
  border-top: solid 1px #ced1d8;
}
#guide .index__floorGuide-list {
  border-bottom: solid 1px #ced1d8;
  position: relative;
}
#guide .index__floorGuide-list::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}
#guide .index__floorGuide-list a {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-list a {
    flex-direction: column;
  }
}
#guide .index__floorGuide-list a .list-name {
  width: 38%;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width:768px) {
  #guide .index__floorGuide-list a .list-name {
    padding: 10px 2% 10px 0;
  }
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-list a .list-name {
    width: 100%;
  }
}
#guide .index__floorGuide-list a .list-name::before {
  position: absolute;
  top: -6px;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 105px 0 0;
  border-color: #f6f1ea transparent transparent transparent;
  z-index: -1;
}
@media only screen and (max-width:768px) {
  #guide .index__floorGuide-list a .list-name::before {
    border-width: 100px 85px 0 0;
  }
}
#guide .index__floorGuide-list a .list-name span {
  width: 48px;
  height: 26px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}
#guide .index__floorGuide-list a .list-name .mall-color {
  background-color: #ac984e;
}
#guide .index__floorGuide-list a .list-name h2 {
  font-size: 26px;
  text-indent: 20px;
  color: #232323;
  margin-bottom: 0;
  letter-spacing: 1;
  font-weight: normal;
  margin-top: 20px;
  padding: 0;
}
@media only screen and (max-width:768px) {
  #guide .index__floorGuide-list a .list-name h2 {
    font-size: 1.4rem;
    text-indent: 10px;
  }
}
#guide .index__floorGuide-list a .list-name p {
  font-size: 12px;
  text-indent: 20px;
  color: #232323;
  margin: 0 0 30px;
}
@media only screen and (max-width:768px) {
  #guide .index__floorGuide-list a .list-name p {
    text-indent: 10px;
  }
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-list a .list-name p {
    margin-bottom: 10px;
  }
}
#guide .index__floorGuide-list .list-desc {
  width: 62%;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
@media only screen and (max-width:649px) {
  #guide .index__floorGuide-list .list-desc {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 10px;
  }
}
#guide .index__floorGuide-list .list-desc p {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
#guide .index .logo-space {
  margin: 60px auto 0;
  width: 200px;
}
@media only screen and (max-width:649px) {
  #guide .index .logo-space {
    width: 180px;
  }
}
#guide .index .logo-space img {
  width: 100%;
}
#guide .access {
  margin: 0 auto 90px;
}
@media only screen and (max-width:649px) {
  #guide .access {
    margin: 0 auto;
  }
}
#guide .access__heading {
  width: 100%;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/common/kv-sccess.png);
  position: relative;
}
@media only screen and (max-width:649px) {
  #guide .access__heading {
    height: 84px;
  }
}
#guide .access__heading::before {
  content: "";
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, #fff 70%, transparent);
  background: -webkit-linear-gradient(top, transparent, #fff 70%);
  background: -moz-linear-gradient(top, transparent, #fff 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width:649px) {
  #guide .access__heading::before {
    height: 90px;
  }
}
@media only screen and (max-width:649px) {
  #guide .access__heading::before {
    bottom: -18px;
  }
}
#guide .access__heading-title {
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #232323;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
}
@media only screen and (max-width:649px) {
  #guide .access__heading-title {
    font-weight: bold;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width:649px) {
  #guide .access__heading-title {
    bottom: -18px;
  }
}
#guide .access__links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 800px;
  margin: 90px auto 50px;
}
@media only screen and (max-width:991px) {
  #guide .access__links {
    width: 750px;
    margin: 60px auto 10px;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__links {
    width: 100%;
    padding: 0 4%;
  }
}
#guide .access__links .links__item {
  width: 160px;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  display: block;
  box-shadow: 0px 0px 10px rgba(172, 152, 78, 0.3);
}
@media only screen and (max-width:768px) {
  #guide .access__links .links__item {
    width: 25%;
    padding: 15px;
  }
}
#guide .access__links .links__item img {
  width: 85%;
}
#guide .access__links .links__item span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
#guide .access__information {
  width: 960px;
  margin: 0 auto 50px;
  padding: 30px 90px;
}
@media only screen and (max-width:991px) {
  #guide .access__information {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__information {
    margin: 0 auto;
  }
}
@media only screen and (max-width:991px) {
  #guide .access__information {
    margin: 0 auto 30px;
    padding: 30px 4%;
  }
}
@media only screen and (max-width:991px) and (max-width:768px) {
  #guide .access__information {
    margin: 0 auto;
  }
}
#guide .access__desc {
  width: 100%;
}
#guide .access__desc p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width:991px) {
  #guide .access__desc p {
    font-size: 16px;
  }
}
#guide .access__desc .site_search {
  width: 500px;
  display: block;
  margin: 50px auto;
}
@media only screen and (max-width:649px) {
  #guide .access__desc .site_search {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #guide .access__desc .site_search {
    margin: 30px auto 50px;
  }
}
#guide .access__widthFull {
  width: 100%;
  position: relative;
}
#guide .access__widthFull::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 500px 800px;
  border-color: transparent transparent transparent #f9f9f9;
  z-index: -1;
}
#guide .access__widthFull::after {
  content: "";
  position: absolute;
  top: -41px;
  left: 0;
  width: 800px;
  height: 1px;
  background-color: #fdedce;
  z-index: -1;
}
#guide .access__app {
  width: 960px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: initial;
}
@media only screen and (max-width:991px) {
  #guide .access__app {
    width: 100%;
  }
}
@media only screen and (max-width:649px) {
  #guide .access__app {
    width: 100%;
  }
}
@media only screen and (max-width:991px) {
  #guide .access__app {
    padding: 0 4%;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__app {
    display: block;
  }
}
#guide .access__app-text {
  width: 55%;
}
@media only screen and (max-width:649px) {
  #guide .access__app-text {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__app-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
#guide .access__app-text h2 {
  line-height: 2;
  font-size: 26px;
  color: rgb(55, 57, 65);
  background: none;
  font-weight: bold;
  margin: 0 0 40px;
  padding-left: 0;
}
@media only screen and (max-width:649px) {
  #guide .access__app-text h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
#guide .access__app-text p {
  line-height: 2;
}
@media only screen and (max-width:991px) {
  #guide .access__app-text p {
    line-height: 1.8;
  }
}
#guide .access__app-text a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: left;
  line-height: 50px;
  color: #677e98;
  font-size: 14px;
}
@media only screen and (max-width:991px) {
  #guide .access__app-text a {
    font-size: 12px;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__app-text a {
    font-size: 14px;
  }
}
@media only screen and (max-width:649px) {
  #guide .access__app-text a {
    font-size: 14px;
  }
}
@media only screen and (max-width:428px) {
  #guide .access__app-text a {
    font-size: 14px;
  }
}
@media only screen and (max-width:991px) {
  #guide .access__app-text a {
    line-height: 30px;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__app-text a {
    display: inline-block;
    margin-right: 20px;
    line-height: 50px;
  }
}
#guide .access__app-img {
  width: 45%;
}
@media only screen and (max-width:649px) {
  #guide .access__app-img {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__app-img {
    width: 100%;
  }
}
#guide .access__app-img .icon_shortCut {
  width: 300px;
}
@media only screen and (max-width:991px) {
  #guide .access__app-img .icon_shortCut {
    width: 90%;
  }
}
@media only screen and (max-width:649px) {
  #guide .access__app-img .icon_shortCut {
    width: 100%;
    object-fit: contain;
  }
}
#guide .access .icon-detail {
  width: 100%;
  margin: 100px auto 80px;
}
#guide .access .icon-detail img {
  width: 200px;
  display: block;
  margin: auto;
}
@media only screen and (max-width:649px) {
  #guide .access .icon-detail img {
    width: 100px;
  }
}
#guide .access__config {
  width: 600px;
  margin: 0 auto 50px;
}
@media only screen and (max-width:991px) {
  #guide .access__config {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #guide .access__config {
    margin: 0 auto;
  }
}
@media only screen and (max-width:991px) {
  #guide .access__config {
    padding: 0 10%;
  }
}
@media only screen and (max-width:649px) {
  #guide .access__config {
    padding: 0 6%;
  }
}
#guide .access__config h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 50px;
  padding-left: 0;
}
@media only screen and (max-width:649px) {
  #guide .access__config h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
#guide .access__config h3 span {
  display: block;
  font-size: 14px;
  position: initial;
}
#guide .access__config p {
  line-height: 2;
}
#guide .access__config ol {
  margin: 50px 0 50px 20px;
}
#guide .access__config ol li {
  margin-bottom: 20px;
}
#guide .access__config-img {
  width: 500px;
  margin: auto;
}
@media only screen and (max-width:649px) {
  #guide .access__config-img {
    width: 100%;
  }
}
#guide .access__config-img img {
  width: 100%;
}
#guide .access .pc-bgImg, #guide .access .ios-bgImg, #guide .access .android-bgImg {
  position: relative;
}
#guide .access .pc-bgImg::before, #guide .access .ios-bgImg::before, #guide .access .android-bgImg::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/common/access-pc.png);
  opacity: 0.1;
  z-index: -1;
}
@media only screen and (max-width:428px) {
  #guide .access .pc-bgImg::before, #guide .access .ios-bgImg::before, #guide .access .android-bgImg::before {
    width: 250px;
    height: 250px;
  }
}
#guide .access .ios-bgImg::before {
  background-image: url(/img/common/access-ios.png);
}
#guide .access .android-bgImg::before {
  background-image: url(/img/common/access-android.png);
}
#guide .archive {
  margin: 0 auto 90px;
}
@media only screen and (max-width:768px) {
  #guide .archive {
    margin: 0 auto;
  }
}
#guide .archive__heading {
  width: 100%;
  height: 150px;
  background-position: center;
  background-image: url(/img/common/guide_flower.png);
  position: relative;
}
@media only screen and (max-width:649px) {
  #guide .archive__heading {
    height: 84px;
  }
}
#guide .archive__heading::before {
  content: "";
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, #fff 70%, transparent);
  background: -webkit-linear-gradient(top, transparent, #fff 70%);
  background: -moz-linear-gradient(top, transparent, #fff 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width:649px) {
  #guide .archive__heading::before {
    height: 90px;
  }
}
@media only screen and (max-width:649px) {
  #guide .archive__heading::before {
    bottom: -18px;
  }
}
#guide .archive__heading-title {
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #232323;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
}
@media only screen and (max-width:649px) {
  #guide .archive__heading-title {
    font-weight: bold;
  }
}
@media only screen and (max-width:768px) {
  #guide .archive__heading-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width:649px) {
  #guide .archive__heading-title {
    bottom: -18px;
  }
}
#guide .archive__items {
  margin: 60px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: wrap;
  width: 1150px;
  padding: 20px 0;
}
@media only screen and (max-width:768px) {
  #guide .archive__items {
    margin: 0 auto;
  }
}
@media only screen and (max-width:1199px) {
  #guide .archive__items {
    width: 960px;
  }
}
@media only screen and (max-width:991px) {
  #guide .archive__items {
    width: 100%;
    padding: 0 4% 30px;
  }
}
@media only screen and (max-width:768px) {
  #guide .archive__items {
    padding: 0 2% 30px;
    margin-top: 40px;
  }
}
#guide .archive__item {
  width: 32%;
  margin-bottom: 24px;
}
@media only screen and (max-width:768px) {
  #guide .archive__item {
    width: 49%;
  }
}
@media only screen and (max-width:649px) {
  #guide .archive__item {
    width: 100%;
  }
}
#guide .archive__item-title {
  font-size: 16px;
  font-weight: bold;
  padding: 18px;
  margin: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  border: solid 1px #d7c09f;
  border-bottom: none;
  background-color: #f6f1ea;
}
#guide .archive__item-lists {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border: solid 1px #d7c09f;
}
#guide .archive__item-list {
  border-bottom: 1px solid #ddd;
  position: relative;
}
#guide .archive__item-list::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}
#guide .archive__item-list a {
  margin: 0;
  font-size: 1rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 20px;
  padding-right: 40px;
}
@media only screen and (max-width:649px) {
  #guide .archive__item-list a {
    padding: 18px 4%;
    padding-right: 36px;
  }
}
#guide .archive__item-list:last-child {
  border: none;
}
#guide .archive__item-comingSoon {
  margin: 0;
  font-size: 16px;
  color: #aaa;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 20px;
  padding-right: 40px;
  border: solid 1px #d7c09f;
  text-align: left;
}
@media only screen and (max-width:649px) {
  #guide .archive__item-comingSoon {
    padding: 18px 4%;
    padding-right: 36px;
  }
}
#guide .archive__contact {
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px;
}
@media only screen and (max-width:768px) {
  #guide .archive__contact {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #guide .archive__contact {
    padding: 0 2%;
  }
}
#guide .archive__contact-title {
  width: 100%;
  text-align: center;
  color: #232323;
  font-size: 1rem;
}
#guide .archive__contact-btn {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #93bace;
  margin-top: 25px;
}
@media only screen and (max-width:649px) {
  #guide .archive__contact-btn {
    height: 46px;
    line-height: 46px;
  }
}
#guide .archive__contact-btn:hover {
  background-color: #b6d0de;
}
#guide .archive__contact-btn:active {
  background-color: #70a4be;
}
@media only screen and (max-width:1199px) {
  #guide .archive__contact-btn {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #guide .archive__contact-btn {
    width: 100%;
  }
}
#guide .detail {
  height: auto;
}
@media only screen and (max-width:649px) {
  #guide .detail {
    height: 100vh;
  }
}
#guide .detail__nav {
  width: 100%;
  border-bottom: 1px solid #f6f1ea;
}
#guide .detail__nav-list {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width:649px) {
  #guide .detail__nav-list {
    margin: 10px 2%;
  }
}
#guide .detail__nav-list li {
  margin-bottom: 10px;
}
#guide .detail__nav-list li a {
  margin-right: 10px;
  border: 1px solid #d7c09f;
  border-radius: 20px;
  padding: 5px 32px 5px 20px;
  display: block;
  position: relative;
}
#guide .detail__nav-list li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2.5px;
  border-top: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(45deg);
}
@media only screen and (max-width:768px) {
  #guide .detail__nav-list li a {
    padding: 4px 24px 4px 12px;
    font-size: 12px;
    margin-right: 6px;
    font-weight: bold;
  }
  #guide .detail__nav-list li a::after {
    right: 15px;
  }
}
#guide .detail__article {
  width: 960px;
  margin: 0 auto 90px;
  padding: 60px 90px;
}
@media only screen and (max-width:991px) {
  #guide .detail__article {
    width: 100%;
  }
}
@media only screen and (max-width:768px) {
  #guide .detail__article {
    margin: 0 auto;
  }
}
@media only screen and (max-width:649px) {
  #guide .detail__article {
    padding: 10px 2%;
  }
}
#guide .detail__article-image {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
#guide .detail__article-image img {
  width: 100%;
  text-align: center;
}
#guide .detail__article-title {
  font-size: 1.75rem;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width:649px) {
  #guide .detail__article-title {
    font-size: 1.2rem;
    height: 40px;
    line-height: 40px;
  }
}
#guide .detail__article-date {
  font-size: 14px;
  color: #677e98;
  text-align: left;
  margin-bottom: 30px;
}
#guide .detail__article-contents {
  margin-top: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #595757;
}
#guide .detail__article-url {
  display: block;
  color: #fff;
  cursor: pointer;
  text-align: center;
  margin: 60px auto 10px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 40px;
  line-height: 40px;
  border: none;
  filter: drop-shadow(0px 3px 2px rgba(98, 125, 130, 0.4));
  border-radius: 3px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: url(/img/common/arrow.png) no-repeat 20px center;
  background-color: #79698a;
}
@media only screen and (max-width:649px) {
  #guide .detail__article-url {
    height: 46px;
    line-height: 46px;
  }
}
#guide .detail__article-url:hover {
  background-color: #9384a2;
}
#guide .detail__article-url:active {
  background-color: #60536d;
}
@media only screen and (max-width:1199px) {
  #guide .detail__article-url {
    width: 350px;
  }
}
@media only screen and (max-width:649px) {
  #guide .detail__article-url {
    width: 100%;
  }
}

.mt0px {
  margin-top: 0px;
}

.mb0px {
  margin-bottom: 0px;
}

.pt0px {
  padding-top: 0px;
}

.pb0px {
  padding-bottom: 0px;
}

.mt10px {
  margin-top: 10px;
}

.mb10px {
  margin-bottom: 10px;
}

.pt10px {
  padding-top: 10px;
}

.pb10px {
  padding-bottom: 10px;
}

.mt20px {
  margin-top: 20px;
}

.mb20px {
  margin-bottom: 20px;
}

.pt20px {
  padding-top: 20px;
}

.pb20px {
  padding-bottom: 20px;
}

.mt30px {
  margin-top: 30px;
}

.mb30px {
  margin-bottom: 30px;
}

.pt30px {
  padding-top: 30px;
}

.pb30px {
  padding-bottom: 30px;
}

.mt40px {
  margin-top: 40px;
}

.mb40px {
  margin-bottom: 40px;
}

.pt40px {
  padding-top: 40px;
}

.pb40px {
  padding-bottom: 40px;
}

.mt50px {
  margin-top: 50px;
}

.mb50px {
  margin-bottom: 50px;
}

.pt50px {
  padding-top: 50px;
}

.pb50px {
  padding-bottom: 50px;
}

.bold {
  font-weight: bold;
}

.themeColor {
  color: #ac984e !important;
}

.dangerColor {
  color: #c8161d !important;
}

.themeLightBgColor {
  background-color: #f6f1ea !important;
}

.redBgColor {
  background-color: #c8161d !important;
}

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

.line_marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.swing {
  animation: swing 4s infinite;
}

@keyframes swing {
  0% {
    transform: translateX(0);
  }
  1% {
    transform: rotate(8deg);
  }
  2% {
    transform: rotate(-8deg);
  }
  3% {
    transform: rotate(8deg);
  }
  4% {
    transform: rotate(-8deg);
  }
  5% {
    transform: rotate(8deg);
  }
  6% {
    transform: rotate(-8deg);
  }
  7% {
    transform: rotate(8deg);
  }
  8% {
    transform: rotate(-8deg);
  }
  9% {
    transform: rotate(8deg);
  }
  10% {
    transform: rotate(-8deg);
  }
  11% {
    transform: rotate(8deg);
  }
  12% {
    transform: rotate(-8deg);
  }
  13% {
    transform: rotate(8deg);
  }
  14% {
    transform: rotate(0);
  }
}
.dot-typing {
  width: 2px;
  height: 2px;
  border-radius: 5px;
  margin-left: -1px;
  display: inline-block;
  background-color: transparent;
  color: #c8161d;
  box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  -webkit-animation: dot-typing 1.2s infinite linear;
  animation: dot-typing 1.2s infinite linear;
}

@-webkit-keyframes dot-typing {
  0% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  40% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  50% {
    box-shadow: 4px -5px 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  60% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  70% {
    box-shadow: 4px 0 0 0 #c8161d, 10px -5px 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  80% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  90% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px -5px 0 0 #c8161d;
  }
  100% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
}
@keyframes dot-typing {
  0% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  70% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  75% {
    box-shadow: 4px -5px 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  80% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  85% {
    box-shadow: 4px 0 0 0 #c8161d, 10px -5px 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  90% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
  95% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px -5px 0 0 #c8161d;
  }
  100% {
    box-shadow: 4px 0 0 0 #c8161d, 10px 0 0 0 #c8161d, 16px 0 0 0 #c8161d;
  }
}