@charset "UTF-8";
body {
  font-family: a-otf-ryumin-pr6n, serif;
  -webkit-font-smoothing: antialiased; }

/*============================
フォントサイズ
============================*/
.txt-ttl {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 3px; }

.txt-xl {
  font-size: 30px;
  line-height: 1.4; }
  .txt-xl span {
    display: block; }

.txt-ll {
  font-size: 26px;
  line-height: 1.4; }

.txt-l {
  font-size: 24px;
  line-height: 1.5; }

.txt-m {
  font-size: 20px;
  line-height: 1.5; }

.txt-s {
  font-size: 18px;
  line-height: 1.6; }

.txt-ss {
  font-size: 15px;
  line-height: 1.6; }

.txt-xs {
  font-size: 14px;
  line-height: 1.8; }

.txt-xxs {
  font-size: 13px;
  line-height: 1.8; }

.txt-xxxs {
  font-size: 12px;
  line-height: 1.8; }

.b {
  font-weight: bold; }

.txt-le {
  text-align: left; }

.txt-r {
  text-align: right; }

.txt-c {
  text-align: center; }

.txt-js {
  text-align: justify;
  text-justify: inter-ideograph; }

.txt-thr {
  text-decoration: line-through; }

.txt-br {
  white-space: pre-wrap; }

ruby rt {
  font-size: 8px;
  transform: translateY(-0.4em); }

.txt-wt {
  color: #fff; }

/*============================
文字間
============================*/
.ls-l {
  letter-spacing: 3px; }

.ls-m {
  letter-spacing: 1.5px; }

.ls-s {
  letter-spacing: -1.5px; }

.ls-ss {
  letter-spacing: -5px; }

/*============================
line-height上書き用
============================*/
.lh-m {
  line-height: 170%; }

.lh-s {
  line-height: 150%; }

.lh-xs {
  line-height: 110%; }

/*============================
インデント
============================*/
.indent {
  padding-left: 1em;
  text-indent: -1em; }

.indent2 {
  padding-left: 2em;
  text-indent: -2em; }

.textArea {
  position: absolute;
  right: 10%;
  height: auto;
  box-sizing: border-box;
  padding: 4.0em 0 0em 1.5em; }

.tate {
  text-align: left;
  display: block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }

/*========================================================
// ■ tablet
========================================================*/
@media (min-width: 650px) {
  /*============================
  フォントサイズ
  ============================*/
  .txt-ttl {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 5px; }

  .txt-xl {
    font-size: 40px;
    line-height: 1.4; }
    .txt-xl span {
      display: inline-block; }

  .txt-ll {
    font-size: 33px;
    line-height: 1.4; }

  .txt-l {
    font-size: 26px;
    line-height: 1.5; }

  .txt-m {
    font-size: 24px;
    line-height: 1.5; }

  .txt-s {
    font-size: 20px;
    line-height: 1.6; }

  .txt-ss {
    font-size: 18px;
    line-height: 1.6; }

  .txt-xs {
    font-size: 14px;
    line-height: 1.8; }

  .txt-xxs {
    font-size: 12px;
    line-height: 2.2; }

  .txt-xxxs {
    font-size: 11px;
    line-height: 1.8; } }
/*========================================================
// ■ pc:
========================================================*/
/*========================================================
// ■ pc-large: 1200px;
========================================================*/
/*============================
#common style
============================*/
.hidden {
  display: none; }

.clear {
  clear: both; }

.clearL {
  clear: left; }

.clearR {
  clear: right; }

.fl {
  float: left; }

.fr {
  float: right; }

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

.list-fade {
  opacity: 0;
  transition: .4s; }

.mv {
  opacity: 1.0;
  transition: .4s; }

.ajust-zindex {
  position: relative;
  z-index: 50; }

::selection {
  background: #ccc;
  /* Safari */ }

::-moz-selection {
  background: #ccc;
  /* Firefox */ }

.bg_pink {
  background-color: #F9E2D6; }

.bg_white {
  background-color: #ffffff; }

.bg_gray {
  background-color: #eeeeee; }

a {
  color: inherit;
  text-decoration: underline; }

a.noline {
  color: inherit;
  text-decoration: none; }

a.btn {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }

a.btn:hover {
  color: #ffffff;
  background-color: #000000;
  animation: btn-anime 0.1s step-end 0 2;
  -webkit-animation: btn-anime 0.1s step-end 0 2;
  -moz-animation: btn-anime 0.1s step-end 0 2;
  transition: all 0.2s ease 0.2s;
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s; }

@-webkit-keyframes btn-anime {
  from,
    to {
    background-color: #ffffff;
    color: #000000; }
  50% {
    background-color: #ffffff;
    color: #000000; } }
@-moz-keyframes btn-anime {
  from,
    to {
    background-color: #ffffff;
    color: #000000; }
  50% {
    background-color: #ffffff;
    color: #000000; } }
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a {
  opacity: 1;
  transition: opacity 0.5s; }

a:hover {
  opacity: 0.7;
  transition: opacity 0.5s; }

.m-auto {
  margin: 0 auto; }

.img-70 img {
  width: 70%; }

.img-80 img {
  width: 80%; }

.img-90 img {
  width: 90%; }

.img-100 img {
  width: 100%; }

.mt-xl {
  margin-top: 100px; }

.mt-ll {
  margin-top: 80px; }

.mt-l {
  margin-top: 60px; }

.mt-m {
  margin-top: 40px; }

.mt-s {
  margin-top: 20px; }

.mt-ss {
  margin-top: 10px; }

.mt-xs {
  margin-top: 5px; }

.mb-xl {
  margin-bottom: 100px; }

.mb-ll {
  margin-bottom: 80px; }

.mb-l {
  margin-bottom: 60px; }

.mb-m {
  margin-bottom: 40px; }

.mb-s {
  margin-bottom: 20px; }

.mb-ss {
  margin-bottom: 10px; }

.mb-xs {
  margin-bottom: 5px; }

.mr-xl {
  margin-right: 100px; }

.mr-ll {
  margin-right: 80px; }

.mr-l {
  margin-right: 60px; }

.mr-m {
  margin-right: 40px; }

.mr-s {
  margin-right: 20px; }

.mr-ss {
  margin-right: 10px; }

.mr-xs {
  margin-right: 5px; }

.ml-xl {
  margin-left: 100px; }

.ml-ll {
  margin-left: 80px; }

.ml-l {
  margin-left: 60px; }

.ml-m {
  margin-left: 40px; }

.ml-s {
  margin-left: 20px; }

.ml-ss {
  margin-left: 10px; }

.ml-xs {
  margin-left: 5px; }

.pt-xxl {
  padding-top: 150px; }

.pt-xl {
  padding-top: 100px; }

.pt-ll {
  padding-top: 60px; }

.pt-l {
  padding-top: 40px; }

.pt-m {
  padding-top: 30px; }

.pt-s {
  padding-top: 20px; }

.pt-ss {
  padding-top: 15px; }

.pt-xs {
  padding-top: 10px; }

.pb-xl {
  padding-bottom: 100px; }

.pb-ll {
  padding-bottom: 60px; }

.pb-l {
  padding-bottom: 40px; }

.pb-m {
  padding-bottom: 30px; }

.pb-s {
  padding-bottom: 20px; }

.pb-ss {
  padding-bottom: 15px; }

.pb-xs {
  padding-bottom: 10px; }

.pb-xxs {
  padding-bottom: 6px; }

.pb-xxxs {
  padding-bottom: 4px; }

.pr-xl {
  padding-right: 100px; }

.pr-ll {
  padding-right: 80px; }

.pr-l {
  padding-right: 60px; }

.pr-m {
  padding-right: 40px; }

.pr-s {
  padding-right: 20px; }

.pr-ss {
  padding-right: 10px; }

.pr-xs {
  padding-right: 5px; }

.pl-xl {
  padding-left: 100px; }

.pl-ll {
  padding-left: 80px; }

.pl-l {
  padding-left: 60px; }

.pl-m {
  padding-left: 40px; }

.pl-s {
  padding-left: 20px; }

.pl-ss {
  padding-left: 10px; }

.pl-xs {
  padding-left: 5px; }

.pdreset {
  padding: 0 !important; }

/*========================================================
// ■ SP
========================================================*/
.event_bnr {
  position: fixed;
  bottom: 10px;
  left: 15px;
  z-index: 400; }
  .event_bnr img {
    width: 67%; }

.btn_close {
  position: relative;
  top: 18px;
  left: -8px;
  z-index: 500; }
  .btn_close img {
    width: 20px !important;
    height: 20px !important; }

.z-top {
  z-index: 10000; }

.paging .next, .paging .prev {
  display: inline-block; }

.btn-standard {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px 3em 15px 4em;
  background: url("../img/arrow.png") 20px 19px no-repeat;
  background-size: 20px 10px;
  background-color: #eeeeee;
  box-shadow: 2px 2px #e5e5e5; }
  .btn-standard a {
    text-decoration: none; }

.btn-standard-wt {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px 3em 15px 4em;
  background: url("../img/arrow.png") 20px 19px no-repeat;
  background-size: 20px 10px;
  background-color: #ffffff;
  box-shadow: 2px 2px #e5e5e5; }
  .btn-standard-wt a {
    text-decoration: none; }

.btn-event {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px 3em 15px 4em;
  background: url("../img/arrow.png") 20px 19px no-repeat;
  background-size: 20px 10px;
  background-color: #F9E2D6;
  box-shadow: 2px 2px #DECDC4; }
  .btn-event a {
    text-decoration: none; }

button.btn-confirm {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px 3em 15px 4em;
  background: url("../img/arrow.png") 20px 19px no-repeat;
  background-size: 20px 10px;
  background-color: #F9E2D6;
  box-shadow: 2px 2px #DECDC4; }

input[type=submit].btn-confirm {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px 3em 15px 4em;
  background: url("../img/arrow.png") 20px 19px no-repeat;
  background-size: 20px 10px;
  background-color: #F9E2D6;
  box-shadow: 2px 2px #DECDC4; }

input.btn-confirm {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 15px 3em 15px 4em;
  background: url("../img/arrow.png") 20px 19px no-repeat;
  background-size: 20px 10px;
  background-color: #F9E2D6;
  box-shadow: 2px 2px #DECDC4; }

.btn-arrow {
  background: transparent url("../img/arrow.png") 0px 5px no-repeat;
  background-size: 20px 10px;
  padding-left: 25px; }

.btn-arrow-reverse {
  background: transparent url("../img/arrow-reverse.png") 0px 5px no-repeat;
  background-size: 20px 10px;
  padding-left: 25px; }

.service_height {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.inner {
  display: inline-block; }

.tablecell {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 150px; }

hr.bdr {
  border: none;
  border-bottom: 1px #ccc solid;
  padding-bottom: 14px;
  margin-bottom: 17px; }

hr.bdr-first {
  border: none;
  border-top: 1px #ccc solid;
  margin: 0 0 0 0;
  padding: 17px  0 0 0; }

.totop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 400; }
  .totop img {
    width: 41px;
    height: 53px; }

/*============================
// ボタン SP
============================*/
/*============================
// 改行 SP
============================*/
.pc {
  display: none; }

.sp {
  display: block; }

br.spbr {
  display: inline; }

br.pcbr {
  display: none; }

/*========================================================
// ■ tablet: 768px;
========================================================*/
@media (min-width: 650px) {
  .pc {
    display: block; }

  .sp {
    display: none; }

  br.spbr {
    display: none; }

  br.pcbr {
    display: inline; }

  .event_bnr {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 400; }
    .event_bnr img {
      width: 400px; }

  .btn-standard {
    text-align: center;
    display: inline-block;
    width: 280px;
    padding: 9px 3em 9px 4em;
    background: url("../img/arrow.png") 20px 14px no-repeat;
    background-size: 20px 10px;
    background-color: #eeeeee;
    box-shadow: 2px 2px #e5e5e5; }
    .btn-standard a {
      text-decoration: none; }

  .btn-standard-wt {
    text-align: center;
    display: inline-block;
    width: 280px;
    padding: 9px 3em 9px 4em;
    background: url("../img/arrow.png") 20px 14px no-repeat;
    background-size: 20px 10px;
    background-color: #ffffff;
    box-shadow: 2px 2px #e5e5e5; }
    .btn-standard-wt a {
      text-decoration: none; }

  .btn-event {
    text-align: center;
    display: inline-block;
    width: 280px;
    padding: 9px 3em 9px 4em;
    background: url("../img/arrow.png") 20px 14px no-repeat;
    background-size: 20px 10px;
    background-color: #F9E2D6;
    box-shadow: 2px 2px #DECDC4; }
    .btn-event a {
      text-decoration: none; }

  button.btn-confirm {
    text-align: center;
    display: inline-block;
    width: 280px;
    padding: 9px 3em 9px 4em;
    background: url("../img/arrow.png") 20px 14px no-repeat;
    background-size: 20px 10px;
    background-color: #F9E2D6;
    box-shadow: 2px 2px #DECDC4; }

  input[type=submit].btn-confirm {
    text-align: center;
    display: inline-block;
    width: 280px;
    padding: 9px 3em 9px 4em;
    background: url("../img/arrow.png") 20px 14px no-repeat;
    background-size: 20px 10px;
    background-color: #F9E2D6;
    box-shadow: 2px 2px #DECDC4; }

  input.btn-confirm {
    text-align: center;
    display: inline-block;
    width: 280px;
    padding: 9px 3em 9px 4em;
    background: url("../img/arrow.png") 20px 14px no-repeat;
    background-size: 20px 10px;
    background-color: #F9E2D6;
    box-shadow: 2px 2px #DECDC4; }

  .btn_close {
    position: relative;
    top: 18px;
    left: -8px;
    z-index: 500; }
    .btn_close img {
      width: 20px !important;
      height: 20px !important; }

  .totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 400; }
    .totop img {
      width: 41px;
      height: 53px; } }
/*========================================================
// ■ pc: 992px;
========================================================*/
/*========================================================
// ■ pc-large: 1200px;
========================================================*/
/*========================================================
// ■ SP
========================================================*/
body {
  font-size: 12px;
  line-height: 160%; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#kikaku, #book, #map, #map-sp, #menu, #service, #access, #kissa, #reserve, #store, #past, #event, #plan, #achivement, #process {
  padding-top: 80px;
  margin-top: -80px; }

div.nav-pc {
  transition: all 0.3s ease 0s;
  background-color: white;
  height: 55px;
  padding: 0 20px;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  text-align: left; }
  div.nav-pc a {
    text-decoration: none; }
  div.nav-pc a:hover {
    text-decoration: underline; }
  div.nav-pc li {
    float: left;
    padding-right: 0em;
    line-height: 50px;
    transition: all 0.3s ease 0s; }
  div.nav-pc li:last-child {
    padding-right: 0em; }
  div.nav-pc .logo img {
    width: 120px;
    padding-top: 20px; }
  div.nav-pc li.sns img {
    width: 18px;
    padding-top: 26px; }

.main-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  margin: 20px;
  background-color: #F9E2D6;
  height: calc(100vh - 120px);
  width: calc(100vw - 40px); }
  .main-slider .slider {
    height: calc(100vh - 122px);
    width: calc(100vw - 42px); }
    .main-slider .slider .slider1sp {
      height: calc(100vh - 122px);
      width: calc(100vw - 42px);
      background-size: cover;
      position: relative; }
    .main-slider .slider .slider2sp {
      height: calc(100vh - 122px);
      width: calc(100vw - 42px);
      background-size: cover;
      position: relative; }
    .main-slider .slider .slider3sp {
      height: calc(100vh - 122px);
      width: calc(100vw - 42px);
      background-size: cover;
      position: relative; }
  .main-slider .slick-dotted.slick-slider {
    margin-bottom: 0; }

.main-area {
  margin: 20px;
  background-color: #F9E2D6;
  border: 1px #000 solid;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .main-area .inner {
    display: block; }
  .main-area .slider {
    opacity: 0;
    transition: opacity .3s linear; }
    .main-area .slider .slider01 {
      width: 100%;
      background: url("../img/slider01sp.png") center center no-repeat;
      background-size: cover;
      position: relative; }
    .main-area .slider .slider02 {
      width: 100%;
      background: url("../img/slider02sp.png") center center no-repeat;
      background-size: cover;
      position: relative; }
    .main-area .slider .slider03 {
      width: 100%;
      background: url("../img/slider03sp.png") center center no-repeat;
      background-size: cover;
      position: relative; }
    .main-area .slider a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .main-area .slider.slick-initialized {
    opacity: 1; }
  .main-area .main-area-tablecell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 250px;
    position: relative;
    left: 0px; }
  .main-area .logoarea {
    position: relative; }
    .main-area .logoarea .logo-inner {
      position: absolute;
      background-color: #fff;
      padding: 15px;
      top: -30px;
      left: -30px;
      z-index: 100; }

nav {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 103;
  text-align: right; }
  nav .nav-bg {
    margin: 0;
    padding: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    z-index: 103; }

.logo-2nd {
  position: relative;
  z-index: 101;
  display: inline-block; }

/*============================
// スマホハンバーガーナビ
============================*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
  z-index: 99998; }

.menu-trigger {
  position: relative;
  width: 29px;
  height: 17px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background-color: #000; }

.menu-trigger span:nth-of-type(1) {
  top: 0px; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  top: 20px; }

.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  transition: all .2s; }

.menu-trigger.menu-active span:nth-of-type(1) {
  transform: translateY(20px) scale(0); }

.menu-trigger.menu-active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-trigger.menu-active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.menu-trigger.menu-active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px; }

/*============================
// スマホナビ／開く（白字に黒のハンバーガー）
============================*/
#navigation {
  z-index: 30;
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  color: #000;
  background-color: #fff;
  opacity: 0.95;
  font-weight: bold;
  z-index: 102; }

.navigation_menu {
  padding-top: 60px; }

#navigation .navigation_inner .navigation_menu .navigation_item a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  padding-left: 30px; }

.navigation_inner .navi-two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .navigation_inner .navi-two-column .navi-two-column-item {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 2);
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
    padding: 10px 0; }
    .navigation_inner .navi-two-column .navi-two-column-item img.icon_insta {
      width: 20%; }

.snsicon-area {
  margin: 0 auto;
  padding-left: 30px;
  width: 100%; }

.snsicon-area li {
  display: inline-block;
  padding: 0 10px 5px 0; }
  .snsicon-area li img {
    width: 20px; }

.logo-eigo img {
  width: 40%; }

.btn-pos {
  position: relative; }

.btn-pos-inner {
  position: absolute;
  bottom: 10px;
  right: 15px; }

.contents {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.contents-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.contents-tight {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.contents-event {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.two-column li.two-column-li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 0 0 0; }
.two-column li.two-column-li:nth-child(2) {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 0 0 0px; }

.two-column-half li.two-column-li-half {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 0 0 0; }
.two-column-half li.two-column-li-half:nth-child(2) {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 0 0 0px; }

.three-column li.three-column-li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 0 0 0; }
.three-column li.three-column-li:nth-child(3) {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0 0 0 0px; }

.three-column-book-sp li.three-column-li-book-sp {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 0;
  margin-bottom: 30px; }
.three-column-book-sp li.three-column-li-book-sp:nth-child(2n) {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 15px;
  margin-bottom: 30px; }

.bdr-box {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.4); }

.pos-ttl {
  z-index: 10;
  margin-top: 69px;
  position: relative;
  width: 100%;
  min-height: 350px; }
  .pos-ttl .pos-ttl-inner {
    position: absolute;
    right: 0;
    top: 0; }

.pos-ttl-bg {
  z-index: 10;
  margin-top: 0px;
  position: relative;
  width: 100%;
  min-height: 350px; }
  .pos-ttl-bg .pos-ttl-bg-inner {
    position: absolute;
    right: 0;
    top: 0; }

.pos-ttl-bg-pd {
  padding-top: 60px; }

.pos-subnavi {
  z-index: 30;
  margin-top: 50px;
  position: relative;
  width: 100%;
  min-height: 350px; }
  .pos-subnavi .pos-subnavi-inner {
    position: absolute;
    right: 3em;
    top: 1em; }
  .pos-subnavi .pos-subnavi-inner-business {
    position: absolute;
    right: 6em;
    top: -7em; }
  .pos-subnavi .pos-subnavi-inner-b_library {
    position: absolute;
    right: 5em;
    top: -7em; }
  .pos-subnavi .pos-subnavi-inner-event {
    position: absolute;
    right: 5.5em;
    top: 1.5em; }
  .pos-subnavi li {
    padding-right: 2em;
    line-height: 0px;
    letter-spacing: 3px; }
  .pos-subnavi li::before {
    content: "― "; }
  .pos-subnavi a {
    text-decoration: none; }

.tieup-area-wrap {
  background-color: #fff;
  border: 30px solid #eee;
  padding: 30px; }

.tieup-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex; }
  .tieup-area .tieup-area-item:nth-child(1) {
    flex-basis: 45%; }
  .tieup-area .tieup-area-item:nth-child(2) {
    flex-basis: 54%;
    padding: 0 0 0 20px; }

.tieup-area:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.ttl-nmg-xl {
  margin-top: -380px; }

.ttl-nmg-l {
  margin-top: -300px; }

.ttl-nmg {
  margin-top: -140px; }

.ttl-nmg-s {
  margin-top: -140px; }

.ttl-nmg-xs {
  margin-top: -100px; }

.mainimg-nmg-l {
  margin-top: -360px; }

.mainimg-nmg {
  margin-top: -300px; }

.mainimg-nmg-business {
  margin-top: -260px; }

.mainimg-nmg-xs {
  margin-top: -90px; }

.reserve-area {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between; }
  .reserve-area .reserve-area-item:nth-child(1) {
    flex-basis: 100%; }
  .reserve-area .reserve-area-item:nth-child(2) {
    flex-basis: 100%; }
  .reserve-area .reserve-data {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1.1em 0;
    margin-bottom: 1.8em;
    display: flex;
    align-items: top;
    justify-content: space-between; }
    .reserve-area .reserve-data .reserve-data-item:nth-child(1) {
      flex-basis: 15%; }
    .reserve-area .reserve-data .reserve-data-item:nth-child(2) {
      flex-basis: 84%; }
    .reserve-area .reserve-data .data-table {
      display: table; }
      .reserve-area .reserve-data .data-table .td-time {
        display: table-cell;
        width: 7em; }
      .reserve-area .reserve-data .data-table .td-cost {
        display: table-cell; }

.pos-service-ttl {
  padding-left: 5px; }

.service-area {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 60px; }
  .service-area .service-area-item {
    flex-basis: 100%;
    padding-bottom: 50px; }

.service-area-three {
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  flex-direction: row; }
  .service-area-three .service-area-three-item {
    flex-basis: 47.5%; }

.contact-area {
  display: table;
  width: 100%; }
  .contact-area .contact-area-th {
    display: table-cell;
    padding-right: 1em;
    width: 30%;
    vertical-align: top; }
  .contact-area .contact-area-td {
    display: table-cell;
    width: 69%;
    vertical-align: top; }
    .contact-area .contact-area-td span {
      display: block; }
    .contact-area .contact-area-td input::placeholder {
      color: #aaa; }
    .contact-area .contact-area-td textarea::placeholder {
      color: #aaa; }
    .contact-area .contact-area-td textarea {
      color: #000 !important; }
    .contact-area .contact-area-td input.txt-area {
      width: 100%;
      height: 30px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 1em; }
    .contact-area .contact-area-td input.txt-area-tel {
      width: 20.8%;
      height: 30px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      padding: 0 1em; }
    .contact-area .contact-area-td input.txt-area-date {
      width: 30%;
      height: 30px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      padding: 0 1em; }
    .contact-area .contact-area-td textarea {
      border: 1px solid #ccc;
      width: 100%;
      height: 300px;
      padding: 1em;
      color: #aaa; }
    .contact-area .contact-area-td input[type=checkbox] {
      display: inline-block;
      position: relative;
      top: 2px; }
    .contact-area .contact-area-td .contact-area-intable {
      display: table;
      width: 100%; }
      .contact-area .contact-area-td .contact-area-intable .contact-area-intable-th {
        display: block;
        width: 100%; }
        .contact-area .contact-area-td .contact-area-intable .contact-area-intable-th span {
          display: inline-block;
          padding: 0.1em 0 2px; }
      .contact-area .contact-area-td .contact-area-intable .contact-area-intable-td {
        display: block;
        text-align: left;
        width: 100%; }

.icon-must {
  margin-left: 0em;
  font-size: 10px;
  line-height: 10px;
  background-color: #F9E2D6;
  padding: 0 0.5em; }

/*----------------------------
carousel 店内用
----------------------------*/
.carouselBox {
  position: relative;
  overflow: hidden;
  /*border:1px solid rgba(0,0,0,2);
  border-width:1px;*/
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 500px; }

.carouselBox:before {
  position: absolute;
  left: -1px;
  top: 0;
  content: '';
  height: 100%;
  background: #fff;
  z-index: 1; }

.carouselBox:after {
  position: absolute;
  right: -1px;
  top: 0;
  content: '';
  height: 100%;
  background: #fff;
  z-index: 1; }

.carouselBox a:hover {
  text-decoration: none; }

div.carouselleft {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 100px;
  text-align: left;
  z-index: 5;
  margin: -13px 0 0; }

div.carouselright {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 100px;
  text-align: right;
  z-index: 5;
  margin: -13px 0 0; }

div.carouselleft img,
div.carouselright img {
  width: 20px; }

div.carouselleft .hide,
div.carouselright .hide {
  cursor: normal;
  opacity: 0.0; }

div.carouselleft .show,
div.carouselright .show {
  cursor: pointer; }

#carousel01,
#carousel02,
#carousel03,
#carousel04,
#carousel05,
#carousel06,
#carousel07,
#carousel08,
#carousel09 {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 90px; }

.carouselBox ul {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.carouselBox ul li {
  width: 250px;
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
  border: 1px dotted rgba(255, 255, 255, 0.4);
  border-width: 0 1px 0 0;
  text-align: left;
  /*background:rgba(0,0,0,0.6);*/ }

.carouselBox ul li a.thumbnail,
.carouselBox ul li div.thumbnail {
  display: block;
  margin: 0 20px 12px;
  overflow: hidden; }

.carouselBox ul li a.descript,
.carouselBox ul li div.descript {
  display: block;
  margin: 0 20px; }

.carouselBox ul li:last-child {
  border-width: 0; }

.carouselBox li h3 {
  font-size: 140%;
  /*←120から140へ変更おねがいします*/
  line-height: 1.35;
  /*←1.2から1.35へ変更おねがいします*/
  font-weight: bold;
  margin: 0 0 6px; }

.carouselBox li h3 span {
  background: #e0e0e0;
  border-radius: 100px;
  padding: 0 1em;
  font-weight: normal;
  /*margin:0 0 0 0.5em;*/ }

.carouselBox li img {
  width: 100%; }

/*----------------------------
carousel サービス用
----------------------------*/
.carouselBox3 {
  position: relative;
  overflow: hidden;
  /*border:1px solid rgba(0,0,0,2);
  border-width:1px;*/
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 405px; }

.carouselBox3:before {
  position: absolute;
  left: -1px;
  top: 0;
  content: '';
  height: 100%;
  background: #fff;
  z-index: 1; }

.carouselBox3:after {
  position: absolute;
  right: -1px;
  top: 0;
  content: '';
  height: 100%;
  background: #fff;
  z-index: 1; }

.carouselBox3 a:hover {
  text-decoration: none; }

.carouselBox3 ul {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.carouselBox3 ul li {
  width: 250px;
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
  border: 1px dotted rgba(255, 255, 255, 0.4);
  border-width: 0 1px 0 0;
  text-align: left;
  /*background:rgba(0,0,0,0.6);*/ }

.carouselBox3 ul li a.thumbnail,
.carouselBox3 ul li div.thumbnail {
  display: block;
  margin: 0 20px 12px;
  overflow: hidden; }

.carouselBox3 ul li a.descript,
.carouselBox3 ul li div.descript {
  display: block;
  margin: 0 20px; }

.carouselBox3 ul li:last-child {
  border-width: 0; }

.carouselBox3 li h3 {
  font-size: 140%;
  /*←120から140へ変更おねがいします*/
  line-height: 1.35;
  /*←1.2から1.35へ変更おねがいします*/
  font-weight: bold;
  margin: 0 0 6px; }

.carouselBox3 li h3 span {
  background: #e0e0e0;
  border-radius: 100px;
  padding: 0 1em;
  font-weight: normal;
  /*margin:0 0 0 0.5em;*/ }

.carouselBox3 li img {
  width: 100%; }

.carouselBox2 {
  position: relative;
  overflow: hidden;
  /*border:1px solid rgba(0,0,0,2);
  border-width:1px;*/
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 270px; }

.carouselBox2:before {
  position: absolute;
  left: -1px;
  top: 0;
  content: '';
  height: 100%;
  background: #fff;
  z-index: 1; }

.carouselBox2:after {
  position: absolute;
  right: -1px;
  top: 0;
  content: '';
  height: 100%;
  background: #fff;
  z-index: 1; }

.carouselBox2 a:hover {
  text-decoration: none; }

div.carouselleft {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 100px;
  text-align: left;
  z-index: 5;
  margin: -13px 0 0; }

div.carouselright {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 100px;
  text-align: right;
  z-index: 5;
  margin: -13px 0 0; }

div.carouselleft img,
div.carouselright img {
  width: 20px; }

div.carouselleft .hide,
div.carouselright .hide {
  cursor: normal;
  opacity: 0.0; }

div.carouselleft .show,
div.carouselright .show {
  cursor: pointer; }

#carousel01,
#carousel02,
#carousel03,
#carousel04,
#carousel05,
#carousel06,
#carousel07,
#carousel08,
#carousel09 {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 90px; }

.carouselBox2 ul {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.carouselBox2 ul li {
  width: 250px;
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
  border: 1px dotted rgba(255, 255, 255, 0.4);
  border-width: 0 1px 0 0;
  text-align: left;
  /*background:rgba(0,0,0,0.6);*/ }

.carouselBox2 ul li a.thumbnail,
.carouselBox2 ul li div.thumbnail {
  display: block;
  margin: 0 20px 12px;
  overflow: hidden; }

.carouselBox2 ul li a.descript,
.carouselBox2 ul li div.descript {
  display: block;
  margin: 0 20px; }

.carouselBox2 ul li:last-child {
  border-width: 0; }

.carouselBox2 li h3 {
  font-size: 140%;
  /*←120から140へ変更おねがいします*/
  line-height: 1.35;
  /*←1.2から1.35へ変更おねがいします*/
  font-weight: bold;
  margin: 0 0 6px; }

.carouselBox2 li h3 span {
  background: #e0e0e0;
  border-radius: 100px;
  padding: 0 1em;
  font-weight: normal;
  /*margin:0 0 0 0.5em;*/ }

.carouselBox2 li img {
  width: 100%; }

.honjitsu-area {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eeeeee;
  background-size: 80px 80px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0.5) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(255, 255, 255, 0.5) 99%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1%, rgba(255, 255, 255, 0.5) 1%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 99%, rgba(255, 255, 255, 0.5) 99%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 26%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 51%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3) 76%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 100%); }

.honjitsu-area-inner {
  padding: 50px 0; }

.tashinami-area {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 20px 20px; }

.map-area-nmg {
  margin-top: -180px; }

.map-area {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  margin: 0px;
  align-items: center;
  justify-content: space-between; }
  .map-area .map-area-item:nth-child(1) {
    flex-basis: 100%; }
  .map-area .map-area-item:nth-child(2) {
    flex-basis: 100%; }

dl.data-area {
  width: 100%; }

dl.data-area dt {
  display: inline-block;
  width: 20%;
  vertical-align: top; }

dl.data-area dd {
  display: inline-block;
  width: 70%;
  vertical-align: top; }

footer .bk {
  background-color: #2B2B2B; }
footer .gy {
  background-color: #eee; }
footer a {
  text-decoration: none; }
footer a:hover {
  text-decoration: underline; }
footer .footernav-area {
  padding: 40px 0; }
footer .footernav-area ul li {
  float: none;
  padding-right: 2em; }

.event-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .event-slider div img {
    border: 1px solid #979797; }
  .event-slider .event-slider-inner {
    padding: 11px; }
  .event-slider .slide-arrow {
    position: absolute;
    top: 26%;
    margin-top: -15px;
    z-index: 100; }
  .event-slider .next-arrow {
    width: 25px;
    right: -10px; }
  .event-slider .prev-arrow {
    width: 25px;
    left: -10px; }

.event-icon-before {
  display: inline-block;
  position: relative;
  z-index: 102; }
  .event-icon-before .inner {
    padding: 10px;
    background-color: #F9E2D6;
    position: absolute;
    display: block;
    top: -10px;
    left: -10px; }
  .event-icon-before .end {
    padding: 10px;
    background-color: #ccc;
    position: absolute;
    display: block;
    top: -10px;
    left: -10px; }

.btn-stretch {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .btn-stretch a {
    text-decoration: none; }
  .btn-stretch .btn-event {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px; }
  .btn-stretch .btn-standard {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease; }

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); }

.store-ph-thum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .store-ph-thum div {
    width: 49%; }

.news-attention {
  position: relative;
  z-index: 1; }
  .news-attention a:hover {
    opacity: 1; }
  .news-attention .news-attention-inner {
    position: absolute;
    background-color: #F4F4F4;
    padding: 1em;
    top: -2px;
    right: 0px;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .news-attention .news-attention-inner span.attention {
      color: red; }

.news-detail h1 {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 0.5em; }
.news-detail li {
  list-style: circle;
  list-style-position: inside; }

.news-area {
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap; }
  .news-area a {
    text-decoration: none; }
  .news-area a:hover {
    text-decoration: underline; }
  .news-area .news-ttl {
    min-height: auto; }
  .news-area .news-item {
    flex-basis: 100%;
    width: 100%;
    border-right: 0;
    padding-right: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column; }
  .news-area .news-item:nth-child(2),
  .news-area .news-item:nth-child(5),
  .news-area .news-item:nth-child(8),
  .news-area .news-item:nth-child(11) {
    padding: 15px 0px; }
  .news-area .news-item:nth-child(3n) {
    padding: 15px 0px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc; }
  .news-area .date {
    text-align: right;
    margin-top: auto;
    letter-spacing: .1em;
    font-style: italic; }

.news-ttl-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .news-ttl-area .news-ttl-area-item {
    flex-basis: 70%; }
  .news-ttl-area .news-ttl-area-item:nth-child(2) {
    flex-basis: 29%; }

.news-bdr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 3.5em;
  padding-top: 2.6em; }

.news-bdr-box {
  padding: 2em;
  border: 1px solid #ccc; }

.kikaku-top-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .kikaku-top-area .kikaku-area-item {
    flex-basis: 100%; }
  .kikaku-top-area .kikaku-area-item:nth-child(2) {
    flex-basis: 100%; }

.kikaku-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  .kikaku-area .kikaku-area-item {
    flex-basis: 100%; }
  .kikaku-area .kikaku-area-item:nth-child(2) {
    flex-basis: 100%; }

.kikaku-archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .kikaku-archive .kikaku-archive-item {
    flex-basis: 48%;
    padding-bottom: 40px; }
  .kikaku-archive .kikaku-archive-item:nth-child(4) {
    display: block; }

.event-list {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap; }
  .event-list .event-list-item {
    flex-basis: 100%;
    margin-bottom: 40px; }

.b_library-achivement {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.b_library-achivement-article {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center; }
  .b_library-achivement-article header {
    margin-top: -20px; }

.b_library-achivement-article-img img {
  max-width: 100%; }

.b_library-achivement-article-cat {
  background-color: #F8E2D5;
  padding: 5px 15px;
  position: relative;
  z-index: 100; }

.b_library-achivement-article-title {
  font-size: 22px;
  margin: 20px auto; }

.b_library-achivement-link {
  text-decoration: none;
  background: url("../img/arrow.png") left center no-repeat;
  padding-left: 30px;
  background-size: 22px 11px;
  margin-top: 15px;
  display: block; }

.b_library-voice-img {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .b_library-voice-img img {
    max-width: 100%; }

.b_library-process-list {
  display: flex;
  flex-direction: column; }
  .b_library-process-list li {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px; }
    .b_library-process-list li::before {
      transform: rotate(90deg);
      content: '';
      display: block;
      width: 50px;
      height: 25px;
      background: url("../img/arrow.png") center center no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 0;
      margin-right: -25px;
      right: 50%;
      z-index: 100; }
    .b_library-process-list li:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
      .b_library-process-list li:last-child::before {
        display: none; }
    .b_library-process-list li .img-wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
    .b_library-process-list li .img {
      position: relative;
      width: 50%; }
      .b_library-process-list li .img img {
        width: 100%;
        height: auto; }

.b_library-process-list-title {
  font-size: 18px;
  text-align: center;
  margin: 20px auto; }

.b_library_single-article header {
  text-align: center;
  margin-bottom: 50px; }

.b_library_single-article-eyecatch {
  margin-bottom: 50px; }
  .b_library_single-article-eyecatch img {
    width: 100%;
    height: auto; }

.b_library_single-article-cat-wrapper {
  display: inline-block; }

.b_library_single-article-cat {
  background-color: #F8E2D5;
  padding: 5px 15px;
  position: relative;
  z-index: 100;
  display: flex;
  width: auto; }
  .b_library_single-article-cat li::after {
    content: '/';
    margin: auto 5px; }
  .b_library_single-article-cat li:last-child::after {
    display: none; }

.b_library_single-article-title {
  font-size: 24px;
  margin: 20px auto; }

.b_library_single-article-cont {
  margin: 0 auto;
  /*h2 {
  	font-size: 24px;
  	line-height: 1.25;
  }
  
  h3 {
  	font-size: 21px;
  	line-height: 1.2173913043;
  }
  
  h4,
  h5,
  h6 {
  	font-size: 19px;
  	line-height: 1.1052631579;
  }
  
  h4 {
  	letter-spacing: 0.13333em;
  	text-transform: uppercase;
  }
  
  h6 {
  	font-style: italic;
  }*/
  /**
  	* 3.0 - Elements
  	*/
  /**
  	* 4.0 - Alignment
  	*/
  /**
  	* 5.0 - Caption
  	*/
  /**
  	* 6.0 - Galleries
  	*/
  /**
  	* 7.0 - Audio / Video
  	*/
  /**
  	* 8.0 - RTL
  	*/ }
  .b_library_single-article-cont h1,
  .b_library_single-article-cont h2,
  .b_library_single-article-cont h3,
  .b_library_single-article-cont h4,
  .b_library_single-article-cont h5,
  .b_library_single-article-cont h6 {
    clear: both;
    margin: 56px 0 28px;
    font-weight: normal; }
  .b_library_single-article-cont h1 {
    font-size: 24px;
    line-height: 1.2727272727; }
  .b_library_single-article-cont h1, .b_library_single-article-cont h2 {
    font-size: 20px; }
  .b_library_single-article-cont h4, .b_library_single-article-cont h5, .b_library_single-article-cont h6 {
    font-size: 14px; }
  .b_library_single-article-cont h1:first-child,
  .b_library_single-article-cont h2:first-child,
  .b_library_single-article-cont h3:first-child,
  .b_library_single-article-cont h4:first-child,
  .b_library_single-article-cont h5:first-child,
  .b_library_single-article-cont h6:first-child {
    margin-top: 0; }
  .b_library_single-article-cont p {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 2; }
  .b_library_single-article-cont b,
  .b_library_single-article-cont strong {
    font-weight: 700; }
  .b_library_single-article-cont dfn,
  .b_library_single-article-cont cite,
  .b_library_single-article-cont em,
  .b_library_single-article-cont i {
    font-style: italic; }
  .b_library_single-article-cont blockquote {
    border-left: 4px solid #1a1a1a;
    color: #686868;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4736842105;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 0 0 0 24px; }
  .b_library_single-article-cont blockquote:not(.alignleft):not(.alignright) {
    margin-left: -28px; }
  .b_library_single-article-cont blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0; }
  .b_library_single-article-cont blockquote:before,
  .b_library_single-article-cont blockquote:after {
    content: "";
    display: table; }
  .b_library_single-article-cont blockquote:after {
    clear: both; }
  .b_library_single-article-cont blockquote > :last-child {
    margin-bottom: 0; }
  .b_library_single-article-cont blockquote cite,
  .b_library_single-article-cont blockquote small {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.75; }
  .b_library_single-article-cont blockquote em,
  .b_library_single-article-cont blockquote i,
  .b_library_single-article-cont blockquote cite {
    font-style: normal; }
  .b_library_single-article-cont blockquote strong,
  .b_library_single-article-cont blockquote b {
    font-weight: 400; }
  .b_library_single-article-cont blockquote.alignleft,
  .b_library_single-article-cont blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px;
    padding: 18px 0 0;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px); }
  .b_library_single-article-cont address {
    font-style: italic;
    margin: 0 0 28px; }
  .b_library_single-article-cont code,
  .b_library_single-article-cont kbd,
  .b_library_single-article-cont tt,
  .b_library_single-article-cont var,
  .b_library_single-article-cont samp,
  .b_library_single-article-cont pre {
    font-family: Inconsolata, monospace; }
  .b_library_single-article-cont pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 28px;
    max-width: 100%;
    overflow: auto;
    padding: 14px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .b_library_single-article-cont code {
    background-color: #d1d1d1;
    padding: 2px 4px; }
  .b_library_single-article-cont abbr[title] {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help; }
  .b_library_single-article-cont mark,
  .b_library_single-article-cont ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none; }
  .b_library_single-article-cont sup,
  .b_library_single-article-cont sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .b_library_single-article-cont sup {
    top: -6px; }
  .b_library_single-article-cont sub {
    bottom: -3px; }
  .b_library_single-article-cont small {
    font-size: 80%; }
  .b_library_single-article-cont big {
    font-size: 125%; }
  .b_library_single-article-cont hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 3em auto;
    width: 50%; }
    .b_library_single-article-cont hr.is-style-wide {
      width: 100%; }
    .b_library_single-article-cont hr.is-style-dots {
      background: none !important;
      border: none;
      text-align: center;
      max-width: none;
      line-height: 1;
      height: auto; }
      .b_library_single-article-cont hr.is-style-dots:before {
        content: "···";
        color: currentColor;
        font-size: 1.5em;
        letter-spacing: 2em;
        padding-left: 2em;
        font-family: serif; }
  .b_library_single-article-cont ul,
  .b_library_single-article-cont ol {
    margin: 0 0 28px 0; }
  .b_library_single-article-cont ul {
    list-style: disc inside; }
  .b_library_single-article-cont ol {
    list-style: decimal inside; }
  .b_library_single-article-cont li > ul,
  .b_library_single-article-cont li > ol {
    margin-bottom: 0; }
  .b_library_single-article-cont li > ul,
  .b_library_single-article-cont blockquote > ul {
    margin-left: 20px; }
  .b_library_single-article-cont li > ol,
  .b_library_single-article-cont blockquote > ol {
    margin-left: 24px; }
  .b_library_single-article-cont dl {
    margin: 0 0 28px; }
  .b_library_single-article-cont dt {
    font-weight: bold; }
  .b_library_single-article-cont dd {
    margin: 0 0 28px; }
  .b_library_single-article-cont table,
  .b_library_single-article-cont th,
  .b_library_single-article-cont td,
  .b_library_single-article-cont .mce-item-table,
  .b_library_single-article-cont .mce-item-table th,
  .b_library_single-article-cont .mce-item-table td {
    border: 1px solid #d1d1d1; }
  .b_library_single-article-cont table a {
    color: #007acc; }
  .b_library_single-article-cont table,
  .b_library_single-article-cont .mce-item-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 28px;
    width: 100%; }
  .b_library_single-article-cont table th,
  .b_library_single-article-cont .mce-item-table th,
  .b_library_single-article-cont table caption {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    font-weight: 700;
    padding: 7px;
    text-align: left;
    vertical-align: baseline; }
  .b_library_single-article-cont table td,
  .b_library_single-article-cont .mce-item-table td {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    padding: 7px;
    vertical-align: baseline; }
  .b_library_single-article-cont img {
    border: 0;
    height: auto;
    width: 100%;
    vertical-align: middle; }
  .b_library_single-article-cont a img {
    display: block; }
  .b_library_single-article-cont figure {
    margin: 0 0 28px; }
  .b_library_single-article-cont del {
    opacity: 0.8; }
  .b_library_single-article-cont a {
    box-shadow: 0 1px 0 0 currentColor;
    text-decoration: none;
    display: initial;
    color: initial; }
  .b_library_single-article-cont figcaption {
    width: 100%;
    display: block;
    font-size: 14px;
    padding-top: 15px;
    text-align: center; }
  .b_library_single-article-cont fieldset {
    border: 1px solid #131111;
    margin: 0 0 28px;
    padding: 14px; }
  .b_library_single-article-cont .alignleft {
    float: left;
    margin: 6px 28px 28px 0; }
  .b_library_single-article-cont .alignright {
    float: right;
    margin: 6px 0 28px 28px; }
  .b_library_single-article-cont .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
    text-align: center; }
  .b_library_single-article-cont .wp-caption {
    background: transparent;
    border: none;
    margin-bottom: 28px;
    max-width: 100%;
    padding: 0;
    text-align: inherit; }
  .b_library_single-article-cont .wp-caption-text,
  .b_library_single-article-cont .wp-caption-dd {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px; }
  .b_library_single-article-cont .mce-content-body .wpview-wrap {
    margin-bottom: 28px; }
  .b_library_single-article-cont .gallery {
    margin: 0 -1.1666667%;
    padding: 0; }
  .b_library_single-article-cont .gallery .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .b_library_single-article-cont .gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .b_library_single-article-cont .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .b_library_single-article-cont .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .b_library_single-article-cont .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .b_library_single-article-cont .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .b_library_single-article-cont .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .b_library_single-article-cont .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .b_library_single-article-cont .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .b_library_single-article-cont .gallery .gallery-caption {
    font-size: 13px;
    margin: 0; }
  .b_library_single-article-cont .gallery-columns-6 .gallery-caption,
  .b_library_single-article-cont .gallery-columns-7 .gallery-caption,
  .b_library_single-article-cont .gallery-columns-8 .gallery-caption,
  .b_library_single-article-cont .gallery-columns-9 .gallery-caption {
    display: none; }
  .b_library_single-article-cont .wp-audio-shortcode a,
  .b_library_single-article-cont .wp-playlist a {
    box-shadow: none; }
  .b_library_single-article-cont .mce-content-body .wp-audio-playlist {
    margin: 0;
    padding-bottom: 0; }
  .b_library_single-article-cont .mce-content-body .wp-playlist-tracks {
    margin-top: 0; }
  .b_library_single-article-cont .mce-content-body .wp-playlist-item {
    padding: 10px 0; }
  .b_library_single-article-cont .mce-content-body .wp-playlist-item-length {
    top: 10px; }
  .b_library_single-article-cont .rtl blockquote {
    border: 0 solid #1a1a1a;
    border-right-width: 4px; }
  .b_library_single-article-cont .rtl blockquote.alignleft,
  .b_library_single-article-cont .rtl blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px; }
  .b_library_single-article-cont .rtl blockquote:not(.alignleft):not(.alignright) {
    margin-right: -28px;
    padding: 0 24px 0 0; }
  .b_library_single-article-cont .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-right: 0;
    margin-left: auto; }
  .b_library_single-article-cont .rtl li > ul,
  .b_library_single-article-cont .rtl blockquote > ul {
    margin-right: 20px;
    margin-left: auto; }
  .b_library_single-article-cont .rtl li > ol,
  .b_library_single-article-cont .rtl blockquote > ol {
    margin-right: 24px;
    margin-left: auto; }
  .b_library_single-article-cont .rtl table th,
  .b_library_single-article-cont .rtl .mce-item-table th,
  .b_library_single-article-cont .rtl table caption {
    text-align: right; }

.b_library_single-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.b_library_single-list-wrapper {
  width: 100%;
  margin-bottom: 40px; }

.b_library_single-list-thumb img {
  width: 100%;
  height: auto; }

.b_library_single-list-cat-wrapper {
  display: inline-block; }

.b_library_single-list-cat {
  background-color: #F8E2D5;
  padding: 5px 15px;
  position: relative;
  z-index: 100;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  display: flex; }
  .b_library_single-list-cat li::after {
    content: '/';
    margin: auto 5px; }
  .b_library_single-list-cat li:last-child::after {
    display: none; }

.b_library_single-list-title {
  font-size: 18px;
  margin: 10px auto 0;
  line-height: 2; }

.b_library_voice_profile, .b_library_voice_facility {
  background-color: #F7F7F7;
  border: 1px solid #707070;
  padding: 20px 20px 0;
  box-sizing: border-box;
  margin-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }

.b_library_voice_profile_inner img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.b_library_voice_profile_inner-title,
.b_library_voice_profile_inner-name {
  margin: 0 !important; }

.b_library_voice_profile_inner-title {
  font-size: 14px !important; }

.b_library_voice_profile_inner-name {
  font-size: 20px !important; }

.b_library_voice_profile_inner-name_f {
  font-size: 9px !important;
  margin: 0 0 15px !important; }

.b_library_voice_interview {
  display: flex;
  font-size: 14px;
  line-height: 2; }
  .b_library_voice_interview dt {
    width: 60px; }
  .b_library_voice_interview dd {
    width: calc(100% - 70px);
    margin-bottom: 0 !important; }

.b_library_voice_facility {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px; }
  .b_library_voice_facility .txt {
    order: 1; }
  .b_library_voice_facility .img {
    order: 0;
    width: 100%;
    margin-bottom: 20px; }
    .b_library_voice_facility .img img {
      width: 100%;
      height: auto; }

.b_library_voice_facility-title {
  font-size: 16px !important; }

.b_library_voice_facility p {
  margin-bottom: 15px !important; }

.app-area {
  padding: 25px 0 10px 0;
  display: block;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .app-area a {
    text-decoration: none; }
  .app-area a:hover {
    text-decoration: underline; }
  .app-area .app-item {
    flex-basis: 100%;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0; }
  .app-area .app-item:nth-child(2) {
    padding: 15px 0;
    text-align: center;
    border-bottom: 0px solid #ccc; }
    .app-area .app-item:nth-child(2) ul li {
      float: left;
      padding-right: 1.2em; }
  .app-area .app-item:nth-child(3) {
    padding: 0 0 0 0;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc; }
  .app-area .app-wrap {
    font-size: 0; }
  .app-area .sns img {
    height: 18px; }

.app {
  display: inline-block;
  padding-right: 10px; }
  .app img {
    height: 40px;
    vertical-align: bottom; }

.footernav-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .footernav-area div {
    flex-basis: 100%; }
  .footernav-area div:nth-child(2) {
    padding-top: 10px; }

/*========================================================
// ■ 大きめのスマホ
========================================================*/
@media (min-width: 401px) {
  .main-area .main-area-tablecell {
    left: -30px; } }
/*========================================================
// ■ edge ハック
========================================================*/
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  .main-area .inner {
    position: relative; }

  .pos_ie {
    padding-top: 32vh; } }
/*========================================================
// ■ tablet
========================================================*/
@media (min-width: 650px) {
  div.nav-pc {
    transition: all 0.3s ease 0s;
    background-color: white;
    height: 70px;
    padding: 0 30px;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    text-align: left; }
    div.nav-pc a {
      text-decoration: none; }
    div.nav-pc a:hover {
      text-decoration: underline; }
    div.nav-pc li {
      float: left;
      padding-right: 1.2em;
      line-height: 70px;
      transition: all 0.3s ease 0s; }
    div.nav-pc li:last-child {
      padding-right: 0em; }
    div.nav-pc .logo img {
      width: 155px;
      padding-top: 25px; }
    div.nav-pc li.sns img {
      width: 18px;
      padding-top: 26px; }

  .main-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    margin: 45px;
    background-color: #F9E2D6;
    height: calc(100vh - 90px);
    width: calc(100vw - 90px); }
    .main-slider .slider {
      height: calc(100vh - 92px);
      width: calc(100vw - 92px); }
      .main-slider .slider .slider1 {
        height: calc(100vh - 92px);
        width: calc(100vw - 92px);
        background-size: cover;
        position: relative; }
      .main-slider .slider .slider2 {
        height: calc(100vh - 92px);
        width: calc(100vw - 92px);
        background-size: cover;
        position: relative; }
      .main-slider .slider .slider3 {
        height: calc(100vh - 92px);
        width: calc(100vw - 92px);
        background-size: cover;
        position: relative; }
    .main-slider .slick-dotted.slick-slider {
      margin-bottom: 0; }

  .main-area {
    margin: 45px; }
    .main-area .inner {
      display: inline-block; }
    .main-area .slider {
      width: 80vh;
      height: 80vh; }
      .main-area .slider .slider01 {
        width: 80vh;
        height: 80vh;
        background: url("../img/slider01.png") center center no-repeat;
        background-size: cover;
        position: relative; }
      .main-area .slider .slider02 {
        width: 100%;
        background: url("../img/slider02.png") center center no-repeat;
        background-size: cover;
        position: relative; }
      .main-area .slider .slider03 {
        width: 100%;
        background: url("../img/slider03.png") center center no-repeat;
        background-size: cover;
        position: relative; }
      .main-area .slider a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .main-area .main-area-tablecell {
      display: flex;
      /* 子要素をflexboxで揃える */
      flex-direction: column;
      /* 子要素をflexboxにより縦方向に揃える */
      justify-content: center;
      /* 子要素をflexboxにより中央に配置する */
      align-items: center;
      /* 子要素をflexboxにより中央に配置する */
      left: 0px; }
    .main-area .logoarea {
      position: relative; }
      .main-area .logoarea .logo-inner {
        position: absolute;
        background-color: #fff;
        padding: 20px 40px 20px 20px;
        top: -20px;
        left: -20px; }

  .two-column li.two-column-li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 55%;
    float: left;
    padding: 0 20px 0 0; }
  .two-column li.two-column-li:nth-child(2) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    float: left;
    padding: 0 0 0 0px; }

  .two-column-half li.two-column-li-half {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 20px 0 0; }
  .two-column-half li.two-column-li-half:nth-child(2) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 0 0 20px; }

  .three-column li.three-column-li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 0 30px 0 0; }
  .three-column li.three-column-li:nth-child(2) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 0 15px; }
  .three-column li.three-column-li:nth-child(3) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 0 0 0 30px; }

  .three-column-service li.three-column-li-service {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 0 30px 0 0; }
  .three-column-service li.three-column-li-service:nth-child(2) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 0 15px; }
  .three-column-service li.three-column-li-service:nth-child(3) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 0 0 0 30px; }

  .bdr-box {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.4); }

  .three-column-book li.three-column-li-book {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
    margin-bottom: 30px; }
  .three-column-book li.three-column-li-book:nth-child(3n-1) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px; }
  .three-column-book li.three-column-li-book:nth-child(3n) {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    margin-bottom: 30px; }

  div.nav-pc {
    transition: all 0.3s ease 0s;
    background-color: white;
    height: 70px;
    padding: 0 30px;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    text-align: left; }
    div.nav-pc a {
      text-decoration: none; }
    div.nav-pc a:hover {
      text-decoration: underline; }
    div.nav-pc li {
      float: left;
      padding-right: 2em;
      line-height: 70px;
      transition: all 0.3s ease 0s; }
    div.nav-pc li:last-child {
      padding-right: 0em; }
    div.nav-pc .logo img {
      width: 155px;
      padding-top: 25px; }
    div.nav-pc li.sns img {
      width: 18px;
      padding-top: 26px; }

  .nav-pc-alpha {
    background-color: rgba(255, 255, 255, 0.5); }

  .contents {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .contents-full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .contents-tight {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .contents-event {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .event-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .event-slider div img {
      border: 1px solid #979797; }
    .event-slider .event-slider-inner {
      padding: 30px; }
    .event-slider .slide-arrow {
      position: absolute;
      top: 40%;
      margin-top: -15px;
      z-index: 100; }
    .event-slider .next-arrow {
      width: 25px;
      right: -10px; }
    .event-slider .prev-arrow {
      width: 25px;
      left: -10px; }

  .event-icon-before {
    display: inline-block;
    position: relative;
    z-index: 102; }
    .event-icon-before .inner {
      padding: 10px;
      background-color: #F9E2D6;
      position: absolute;
      display: block;
      top: -10px;
      left: -10px; }
    .event-icon-before .end {
      padding: 10px;
      background-color: #ccc;
      position: absolute;
      display: block;
      top: -10px;
      left: -10px; }

  dl.data-area {
    width: 100%; }

  dl.data-area dt {
    display: inline-block;
    width: 20%;
    vertical-align: top; }

  dl.data-area dd {
    display: inline-block;
    width: 79%;
    vertical-align: top; }

  .btn-stretch {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .btn-stretch a {
      text-decoration: none; }
    .btn-stretch .btn-event {
      width: 49%;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 0; }
    .btn-stretch .btn-standard {
      width: 49%;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

  .kikaku-top-area {
    display: flex;
    justify-content: space-between; }
    .kikaku-top-area .kikaku-area-item {
      flex-basis: 59%; }
    .kikaku-top-area .kikaku-area-item:nth-child(2) {
      flex-basis: 38%; }

  .kikaku-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row; }
    .kikaku-area .kikaku-area-item {
      flex-basis: 38%; }
    .kikaku-area .kikaku-area-item:nth-child(2) {
      flex-basis: 59%; }

  .kikaku-archive {
    display: flex;
    justify-content: space-between; }
    .kikaku-archive .kikaku-archive-item {
      flex-basis: 31%; }
    .kikaku-archive .kikaku-archive-item:nth-child(4) {
      display: none; }

  .event-list {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap; }
    .event-list .event-list-item {
      flex-basis: 48%;
      margin-bottom: 60px; }

  .event-subph-area {
    background-color: #eee;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .event-subph-area .event-subph-area-item {
      flex-basis: 49%;
      padding: 0 1em; }

  .store-ph-thum {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .store-ph-thum div {
      width: 24%; }

  .tashinami-area {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 30px 50px; }

  .news-attention {
    position: relative;
    z-index: 1; }
    .news-attention a:hover {
      opacity: 1; }
    .news-attention .news-attention-inner {
      position: absolute;
      background-color: #fff;
      padding: 1em;
      top: -65px;
      right: 0px;
      width: 350px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .news-attention .news-attention-inner span.attention {
        color: red; }

  .news-detail h1 {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 0.5em; }

  .b_library-achivement-article-img img {
    max-width: 80%; }

  .txt-ttl-b_library {
    height: 480px;
    top: -240px !important;
    right: 30px !important; }

  .b_library-process-list {
    display: flex;
    justify-content: space-between;
    flex-direction: initial; }
    .b_library-process-list li {
      width: calc((100% - 60px) / 3);
      padding-bottom: 0;
      margin-bottom: 0; }
      .b_library-process-list li:last-child .img::before {
        display: none; }
      .b_library-process-list li::before {
        display: none; }
      .b_library-process-list li .img-wrapper {
        flex-direction: column; }
      .b_library-process-list li .img {
        position: relative;
        width: 100%; }
        .b_library-process-list li .img img {
          width: 100%;
          height: auto; }
        .b_library-process-list li .img::before {
          content: '';
          display: block;
          width: 71px;
          height: 35px;
          background: url("../img/arrow.png") center center no-repeat;
          background-size: cover;
          position: absolute;
          top: 50%;
          margin-top: -17.5px;
          right: -60px;
          z-index: 100; }

  .b_library_single-article-cont {
    width: 100%; }

  .b_library_single-article header {
    margin-bottom: 100px; }

  .b_library_single-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }

  .b_library_single-list-wrapper {
    width: calc((100% - 70px) / 2);
    margin-bottom: 40px; }

  .b_library_voice_profile, .b_library_voice_facility {
    justify-content: space-between;
    padding: 56px 56px 36px; }

  .b_library_voice_profile_inner, .b_library_voice_facility .txt, .b_library_voice_facility .img {
    width: calc((100% - 56px) / 2); }

  .b_library_voice_facility .txt {
    order: 0; }
  .b_library_voice_facility .img {
    order: 1; }

  .news-area {
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap; }
    .news-area a {
      text-decoration: none; }
    .news-area a:hover {
      text-decoration: underline; }
    .news-area .news-ttl {
      min-height: 4em; }
    .news-area .news-item {
      flex-basis: 33.3%;
      border-right: 1px solid #ccc;
      padding-right: 30px;
      padding-bottom: 0px;
      border-bottom: 0;
      display: flex;
      flex-direction: column; }
    .news-area .news-item:nth-child(2),
    .news-area .news-item:nth-child(5),
    .news-area .news-item:nth-child(8),
    .news-area .news-item:nth-child(11) {
      padding: 0 30px; }
    .news-area .news-item:nth-child(3n) {
      padding: 0 0 0 30px;
      border-right: 0px solid #ccc; }
    .news-area .date {
      text-align: right;
      margin-top: auto;
      letter-spacing: .1em;
      font-style: italic; }

  .app-area {
    padding: 25px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .app-area a {
      text-decoration: none; }
    .app-area a:hover {
      text-decoration: underline; }
    .app-area .app-item {
      flex-basis: 33.3%;
      border-right: 1px solid #ccc;
      border-bottom: 0px;
      padding: 0 30px 0 0;
      display: flex;
      min-height: 40px;
      align-items: center; }
    .app-area .app-item:nth-child(2) {
      padding: 0 30px; }
      .app-area .app-item:nth-child(2) ul li {
        float: left;
        padding-right: 1.2em; }
    .app-area .app-item:nth-child(3) {
      padding: 0 0 0 30px;
      border-right: 0px solid #ccc; }
    .app-area .app-wrap {
      font-size: 0; }
    .app-area .sns img {
      height: 18px; }

  .app {
    display: inline-block;
    padding-right: 10px; }
    .app img {
      height: 40px;
      vertical-align: bottom; }

  .footernav-area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .footernav-area div:nth-child(2) {
      text-align: right;
      padding-top: 0px; }

  footer .footernav-area ul li {
    float: left;
    padding-right: 2em; }

  .ttl-nmg-xl {
    margin-top: -400px; }

  .ttl-nmg-l {
    margin-top: -300px; }

  .ttl-nmg {
    margin-top: -230px; }

  .ttl-nmg-s {
    margin-top: -140px; }

  .ttl-nmg-xs {
    margin-top: -100px; }

  .mainimg-nmg-l {
    margin-top: -360px; }

  .mainimg-nmg {
    margin-top: -230px; }

  .mainimg-nmg-business {
    margin-top: -230px; }

  .mainimg-nmg-xs {
    margin-top: -80px; }

  .reserve-area {
    display: flex;
    flex-wrap: nowrap;
    align-items: top;
    justify-content: space-between; }
    .reserve-area .reserve-area-item:nth-child(1) {
      flex-basis: 50%; }
    .reserve-area .reserve-area-item:nth-child(2) {
      flex-basis: 47%; }
    .reserve-area .reserve-data {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 1.1em 0;
      margin-bottom: 1.8em;
      display: flex;
      align-items: top;
      justify-content: space-between; }
      .reserve-area .reserve-data .reserve-data-item:nth-child(1) {
        flex-basis: 15%; }
      .reserve-area .reserve-data .reserve-data-item:nth-child(2) {
        flex-basis: 84%; }
      .reserve-area .reserve-data .data-table {
        display: table; }
        .reserve-area .reserve-data .data-table .td-time {
          display: table-cell;
          width: 7em; }
        .reserve-area .reserve-data .data-table .td-cost {
          display: table-cell; }

  .pos-ttl {
    z-index: 10;
    margin-top: 50px;
    position: relative;
    width: 100%;
    min-height: 350px; }
    .pos-ttl .pos-ttl-inner {
      position: absolute;
      right: 0;
      top: 0; }

  .pos-ttl-bg {
    z-index: 10;
    margin-top: 0px;
    position: relative;
    width: 100%;
    min-height: 350px; }
    .pos-ttl-bg .pos-ttl-bg-inner {
      position: absolute;
      right: 0;
      top: 0; }

  .pos-ttl-bg-pd {
    padding-top: 50px; }

  .pos-subnavi {
    z-index: 30;
    margin-top: 50px;
    position: relative;
    width: 100%;
    min-height: 350px; }
    .pos-subnavi .pos-subnavi-inner {
      position: absolute;
      right: 5.5em;
      top: 2em; }
    .pos-subnavi .pos-subnavi-inner-business {
      position: absolute;
      right: 9.5em;
      top: -7em; }
    .pos-subnavi .pos-subnavi-inner-b_library {
      position: absolute;
      right: 5.5em;
      top: -7em; }
    .pos-subnavi .pos-subnavi-inner-event {
      position: absolute;
      right: 9.5em;
      top: 1.5em; }
    .pos-subnavi li {
      padding-right: 2em;
      line-height: 0px;
      letter-spacing: 3px; }
    .pos-subnavi li::before {
      content: "― "; }
    .pos-subnavi a {
      text-decoration: none; }

  .map-area {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px;
    padding: 50px;
    align-items: center;
    justify-content: space-between; }
    .map-area .map-area-item:nth-child(1) {
      flex-basis: 35%; }
    .map-area .map-area-item:nth-child(2) {
      flex-basis: 63%; }

  .pos-service-ttl {
    padding-left: 15px; }

  .service-area {
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 60px; }
    .service-area .service-area-item {
      flex-basis: 47%;
      padding-bottom: 0px; }

  .service-area-three {
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
    flex-direction: row; }
    .service-area-three .service-area-three-item {
      flex-basis: 30.2%; }

  .contact-area {
    display: table;
    width: 100%; }
    .contact-area .contact-area-th {
      display: table-cell;
      padding-right: 3em;
      width: 20%;
      vertical-align: top; }
    .contact-area .contact-area-td {
      display: table-cell;
      width: 79%;
      vertical-align: top; }
      .contact-area .contact-area-td span {
        display: inline-block; }
      .contact-area .contact-area-td input::placeholder {
        color: #aaa; }
      .contact-area .contact-area-td textarea::placeholder {
        color: #aaa; }
      .contact-area .contact-area-td textarea {
        color: #000 !important; }
      .contact-area .contact-area-td input.txt-area {
        width: 50%;
        height: 30px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 1em; }
      .contact-area .contact-area-td input.txt-area-tel {
        width: 28.8%;
        height: 30px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding: 0 1em; }
      .contact-area .contact-area-td input.txt-area-date {
        width: 30%;
        height: 30px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        padding: 0 1em; }
      .contact-area .contact-area-td textarea {
        border: 1px solid #ccc;
        width: 100%;
        height: 300px;
        padding: 1em;
        color: #aaa; }
      .contact-area .contact-area-td input[type=checkbox] {
        display: inline-block;
        position: relative;
        top: 0px; }
      .contact-area .contact-area-td .checkbox {
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        top: 2px;
        width: auto; }
      .contact-area .contact-area-td .contact-area-intable {
        display: table;
        width: 100%; }
        .contact-area .contact-area-td .contact-area-intable .contact-area-intable-th {
          display: table-cell;
          width: 30%; }
        .contact-area .contact-area-td .contact-area-intable .contact-area-intable-td {
          display: table-cell;
          text-align: left;
          width: 69%; }

  .icon-must {
    margin-left: 1em;
    font-size: 10px;
    line-height: 10px;
    background-color: #F9E2D6;
    padding: 0 1em; }

  .contact-area table {
    width: 100%; }

  .contact-area th {
    text-align: left; }

  .contact-area td.date {
    text-align: left;
    width: 9em;
    padding-bottom: 10px; }

  .contact-area td.form {
    text-align: left; } }
/*========================================================
// ■ pc
========================================================*/
@media (min-width: 1120px) {
  .contents {
    width: 1100px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .b_library-achivement {
    flex-direction: initial; }

  .b_library_single-article-cont {
    width: 800px; }

  .ttl-nmg-b_library_top {
    margin-top: -580px; } }
/*========================================================
// ■ pc-large
========================================================*/
