@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #555555;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
}

.en {
  font-family: 'Josefin Sans', sans-serif;
}

a:link,
a:visited {
  text-decoration: none;
  color: #555555;
}

a:hover,
a:active {
  text-decoration: none;
  color: #555555;
  opacity: 0.7;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #555555;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #555555;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #555555;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

/* =========================================================
layout
========================================================= */
area, .mapBtn-one, .circleBtn.mapBtn {
  cursor: url("../images/common/ico_cursol.png") 50 50, auto !important;
}

@media (max-width: 768px) {
  area, .mapBtn-one, .circleBtn.mapBtn {
    cursor: pointer !important;
  }
}

.pagetop-side {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 1001;
}

@media (max-width: 768px) {
  .pagetop-side {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

.pagetop-side.btSet {
  opacity: 0;
  pointer-events: none;
}

.pagetop-side a {
  transition: 0.4s;
  display: block;
  height: 100%;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #006CBA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000;
  display: none;
}

#loading img {
  display: block;
  width: 215px;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.4s;
}

@media (max-width: 768px) {
  #loading img {
    width: 150px;
    top: 42%;
    transition: 0.4s;
    transition-delay: 0.6s;
  }
}

#loading.move img {
  opacity: 1;
}

#loading.move::after {
  left: 100%;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.inner1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.inner1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.inner1040 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.inner800 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.page-bd {
  padding-top: 140px;
}

@media (max-width: 768px) {
  .page-bd {
    padding-top: 120px;
  }
}

section.main-box.fade-element {
  padding: 0 20px 13vw 20px;
}

@media (max-width: 768px) {
  section.main-box.fade-element {
    padding-bottom: 23vw;
  }
}

#page {
  overflow: hidden;
  transition: 0.4s;
}

path {
  pointer-events: all;
}

.cmBtn {
  max-width: 200px;
  width: 100%;
  height: 50px;
}

@media (max-width: 768px) {
  .cmBtn {
    max-width: 220px;
  }
}

.cmBtn a {
  display: block;
  height: 100%;
  border: 1px solid #006CBA;
  text-align: center;
  color: #006CBA;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.cmBtn a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #006CBA;
  transition: 0.4s;
  z-index: -1;
}

@media (max-width: 768px) {
  .cmBtn a::after {
    display: none;
  }
}

.cmBtn a .icon-arrow {
  stroke: #006cba;
  transition: 0.4s;
}

.cmBtn a:hover {
  /*background: #006cba;*/
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .cmBtn a:hover {
    color: #006cba;
  }
}

.cmBtn a:hover .icon-arrow {
  stroke: #fff;
}

@media (max-width: 768px) {
  .cmBtn a:hover .icon-arrow {
    stroke: #006cba;
  }
}

.cmBtn a:hover::after {
  left: 0;
}

.cmBtn a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.cmBtn a b {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 94%;
  transform: translateY(-50%) translateX(-94%);
}

.cmttl {
  font-size: 50px;
  line-height: 61px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 768px) {
  .cmttl {
    font-size: 40px;
    line-height: 38px;
  }
}

.cmttl span {
  font-size: 14px;
  line-height: 30px;
  display: block;
  font-weight: 400;
}

@media (max-width: 768px) {
  .cmttl span {
    font-size: 13px;
  }
}

.page-ttl {
  background: #006CBA;
  padding: 20px;
  color: #fff;
  height: 370px;
  position: relative;
}

@media (max-width: 768px) {
  .page-ttl {
    height: 190px;
  }
}

.page-ttl::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #fff;
  overflow: hidden;
}

.page-ttl::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9vw 35vw;
  border-color: transparent transparent #CEECB1 transparent;
  overflow: hidden;
}

.page-ttl h2 {
  font-size: 50px;
  line-height: 60px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 40px);
  font-weight: 200;
}

@media (max-width: 768px) {
  .page-ttl h2 {
    font-size: 40px;
    line-height: 48px;
    width: 100%;
    top: 48%;
  }
}

.page-ttl h2 span {
  font-size: 14px;
  line-height: 30px;
  display: block;
}

/* ページャー-------------------------------------------*/
.pager {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #006CBA;
  font-size: 25px;
  color: #006CBA;
  line-height: 36px;
}

@media (max-width: 768px) {
  .pager {
    padding-top: 25px;
  }
}

.pager a {
  color: #006CBA;
  font-size: 17px;
  padding-top: 9px;
  line-height: initial;
  border: 1px solid #006CBA;
  background: #fff;
  transition: 0.4s;
  display: inline-block;
  margin: 5px 1px 0 1px;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .pager a {
    margin: 10px 1px 5px 1px;
  }
}

.pager a.current {
  color: #fff;
  background: #006CBA;
}

.pager a:hover {
  color: #fff;
  background: #006CBA;
  opacity: 1;
}

.pager a.prev, .pager a.next {
  border: none;
  width: auto;
  height: auto;
  padding-top: 3px;
  padding: 3px 10px 0 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .pager a.prev, .pager a.next {
    font-size: 14px;
  }
}

.pager a.prev:hover, .pager a.next:hover {
  color: #006CBA;
  background: none;
  opacity: 0.7;
}

.pager a.prev {
  background: url("../images/common/icon_prev.png") no-repeat center left;
  background-size: 15px;
  padding-left: 20px;
}

.pager a.prev:hover {
  background: url("../images/common/icon_prev.png") no-repeat center left;
  background-size: 15px;
}

.pager a.next {
  background: url("../images/common/icon_next.png") no-repeat center right;
  background-size: 15px;
  padding-right: 20px;
}

.pager a.next:hover {
  background: url("../images/common/icon_next.png") no-repeat center right;
  background-size: 15px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .pager a {
    padding-top: 0;
  }
  /* IE11 */
}

/* パンくず-------------------------------------------*/
.breadcrumb-box {
  display: block;
  padding: 25px 20px;
  text-align: left;
}

.breadcrumb-box .breadcrumb {
  margin: 0 auto;
  font-size: 12px;
}

.breadcrumb-box .breadcrumb a {
  color: #6C6C6C;
  text-decoration: underline;
}

.breadcrumb-box .breadcrumb li {
  position: relative;
  padding-right: 22px;
  display: inline-block;
}

.breadcrumb-box .breadcrumb li::after {
  content: " ";
  border-top: 1px solid #6C6C6C;
  border-right: 1px solid #6C6C6C;
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto;
  text-decoration: none;
  transform: rotate(40deg);
}

.breadcrumb-box .breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb-box .breadcrumb li:last-child a {
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb-box .current a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .breadcrumb-box {
    max-width: 1200px;
    padding: 0 20px;
    margin-top: -3vw;
    margin-bottom: 3vw;
    text-align: left;
  }
}

/* 重要なお知らせ-------------------------------------------*/
.note-box {
  color: #FFF;
  background: #EA545D;
  text-align: left;
  top: 0px;
  position: fixed;
  min-height: 40px;
  position: fixed;
  top: 138px;
  left: 0;
  width: 100%;
  display: block;
  z-index: 9999;
}

@media (max-width: 768px) {
  .note-box {
    top: 119px;
  }
}

.note-box .box-tglBtn {
  display: none;
}

@media (max-width: 768px) {
  .note-box .box-tglBtn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    bottom: 10px;
    cursor: pointer;
  }
  .note-box .box-tglBtn::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transition: 0.4s;
  }
  .note-box .box-tglBtn::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    transition: 0.4s;
  }
  .note-box .box-tglBtn.active::after, .note-box .box-tglBtn.active::before {
    transform: rotate(0deg);
  }
}

.note-box a {
  color: #FFF;
  transition: 0.4s;
}

.note-box .box-inner {
  padding: 20px;
}

@media (max-width: 768px) {
  .note-box .box-inner {
    padding: 20px 20px 40px 20px;
  }
}

.note-box h2 {
  font-size: 14px;
  border: none;
  margin: 0;
  padding: 1px 0 3px 35px;
  display: flex;
  align-items: center;
  font-weight: 400;
  width: 155px;
  text-align: center;
  border-radius: 20px 20px 20px 0;
  background: url("../images/common/icon_notice.png") no-repeat center left 15px, #fff;
  background-size: 15px;
  color: #EA545D;
}

@media (max-width: 768px) {
  .note-box h2 {
    margin-bottom: 10px;
  }
}

.note-box .note-txt {
  font-size: 14px;
  line-height: 1.5;
}

.note-box .note-txt p {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
}

.note-box .note-txt p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .note-box .box-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-align: left;
    margin: 0 auto;
    padding: 20px;
    max-width: 980px !important;
  }
  .note-box h2 {
    margin-bottom: 10;
  }
  .note-box .note-txt {
    font-size: 14px;
    line-height: 1.5;
    width: calc(100% - 180px);
  }
  .note-box .note-txt p {
    margin-bottom: 5px;
  }
}

.calender {
  width: 100%;
  display: none;
  /* 日曜 */
  /* 土曜 */
}

.calender a {
  transition: 0.4s;
  display: block;
}

.calender .container-calendar {
  background: #ffffff;
  padding: 15px 35px 35px 35px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .calender .container-calendar {
    padding: 20px;
  }
}

.calender .button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0;
}

.calender .table-calendar {
  border-collapse: collapse;
  width: 100%;
}

.calender .table-calendar th,
.calender .table-calendar td {
  padding: 10px;
  text-align: center;
  vertical-align: top;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 768px) {
  .calender .table-calendar th,
  .calender .table-calendar td {
    padding: 10px 5px;
  }
}

.calender .date-picker.selected {
  border-radius: 100%;
  position: relative;
  color: #fff;
  z-index: 0;
}

.calender .date-picker.selected::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  background: #006CBA;
  border-radius: 100%;
}

.calender .date-picker.selected span {
  color: #fff;
}

.calender .date-picker:nth-child(1) {
  color: red;
}

.calender .date-picker:nth-child(7) {
  color: blue;
}

.calender #monthAndYear {
  text-align: center;
  margin: 0 0 5px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.calender #monthAndYear a {
  display: inline-block;
  text-decoration: underline;
  color: #006CBA;
  font-size: 14px;
  font-weight: 400;
}

.calender #monthAndYear a.prev,
.calender #monthAndYear a.next {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.calender #monthAndYear a.prev::after,
.calender #monthAndYear a.next::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #006CBA;
  border-left: 1px solid #006CBA;
  transform: rotate(45deg);
}

.calender #monthAndYear a.next::after {
  transform: rotate(-135deg);
}

.calender .button-container-calendar {
  position: absolute;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
  width: 160px;
  top: 16px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

.calender #previous {
  float: left;
}

.calender #next {
  float: right;
}

.calender #previous,
.calender #next {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background: none;
}

.calender #previous::after,
.calender #next::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #006CBA;
  border-left: 1px solid #006CBA;
  transform: rotate(45deg);
}

.calender #next::after {
  transform: rotate(-135deg);
}

.calender .footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
  display: none !important;
}

.calender .footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #454545;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

/* =========================================================
  header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

@media (max-width: 768px) {
  header {
    background: #fff;
  }
}

header .head-bar {
  height: 80px;
  background: #fff;
  position: relative;
}

@media (max-width: 768px) {
  header .head-bar {
    height: 60px;
  }
}

header .head-bar .head-logo {
  display: block;
  width: 100px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
}

header .head-bar .head-logo a {
  display: block;
  transition: 0.4s;
}

@media (max-width: 768px) {
  header .head-bar .head-logo {
    width: 75px;
    height: 33px;
    left: 20px;
  }
}

header .mid-nav-list-wrap {
  background: #EAF3FA;
  padding: 17px 20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

header .mid-nav-list-wrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media (max-width: 768px) {
  header .mid-nav-list-wrap {
    padding: 17px 0;
  }
}

header .mid-nav-list {
  display: block;
  width: 920px;
  margin: 0 auto;
}

header .mid-nav-list li {
  display: inline-block;
}

@media (max-width: 768px) {
  header .mid-nav-list li:first-child a {
    padding-left: 0;
  }
}

header .mid-nav-list li a {
  display: block;
  text-align: center;
  border-right: 1px solid #555555;
  font-size: 13px;
  line-height: 25px;
  padding: 0 15px;
  transition: 0.4s;
}

header .mid-nav-list li:last-child a {
  border-right: none;
}

.navBtn#navBtn {
  background: #006CBA;
  width: 150px;
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10000000;
}

@media (max-width: 768px) {
  .navBtn#navBtn {
    height: 60px;
    width: 110px;
  }
}

.navBtn#navBtn .navBtn-in {
  display: block;
  height: 20px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.navBtn#navBtn .navBtn-in::before {
  content: "MENU";
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Josefin Sans', sans-serif;
  background: #006CBA;
}

.navBtn#navBtn .navBtn-in::after {
  content: "CLOSE";
  color: #fff;
  position: absolute;
  top: 0;
  right: -7px;
  margin: auto;
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Josefin Sans', sans-serif;
  background: #006CBA;
  opacity: 0;
  transition: 0.4s;
  padding: 0 5px;
}

.navBtn#navBtn .navBtn-in span {
  background: #fff;
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 100px;
  transition: 0.4s;
}

.navBtn#navBtn .navBtn-in span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.navBtn#navBtn .navBtn-in span:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.navBtn#navBtn .navBtn-in span:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.navBtn#navBtn.active .navBtn-in::after {
  opacity: 1;
}

.navBtn#navBtn.active .navBtn-in span:first-child {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

.navBtn#navBtn.active .navBtn-in span:nth-child(2) {
  opacity: 0;
}

.navBtn#navBtn.active .navBtn-in span:last-child {
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.tggl-nav-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: #006CBA;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* これを追加 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.tggl-nav-area::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.tggl-nav-area li, .tggl-nav-area .lang {
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
  transform: translateY(40px);
}

.tggl-nav-area.active li, .tggl-nav-area.active .lang {
  opacity: 1;
  transform: translateY(0px);
}

.tggl-nav-area::after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: url("../images/common/nav_bg.jpg") no-repeat center left;
  background-size: cover;
}

@media (max-width: 768px) {
  .tggl-nav-area::after {
    display: none;
  }
}

.tggl-nav-area .blue-bg {
  width: 75%;
  margin-left: auto;
  text-align: left;
  padding: 10% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

@media (max-width: 768px) {
  .tggl-nav-area .blue-bg {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}

.tggl-nav-area .blue-bg .left {
  width: 70%;
  padding-left: 7%;
}

@media (max-width: 768px) {
  .tggl-nav-area .blue-bg .left {
    width: 100%;
    padding: 0 20px 30px 20px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
  }
}

.tggl-nav-area .blue-bg .right {
  width: 30%;
  padding: 145px 0 0 0;
}

@media (max-width: 768px) {
  .tggl-nav-area .blue-bg .right {
    width: 100%;
    padding: 0 20px;
  }
}

.tggl-nav-area .blue-bg .right li {
  margin-bottom: 20px;
}

.tggl-nav-area .blue-bg .right li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .tggl-nav-area .blue-bg .right li {
    margin-bottom: 15px;
  }
}

.tggl-nav-area .blue-bg .right li a {
  display: block;
  font-size: 13px;
  color: #fff;
  transition: 0.4s;
}

.tggl-nav-area .blue-bg .right li:nth-child(1) {
  transition-delay: 0.3s;
}

.tggl-nav-area .blue-bg .right li:nth-child(2) {
  transition-delay: 0.4s;
}

.tggl-nav-area .blue-bg .right li:nth-child(3) {
  transition-delay: 0.5s;
}

.tggl-nav-area .blue-bg .right li:nth-child(4) {
  transition-delay: 0.6s;
}

.tggl-nav-area .lang {
  position: relative;
  width: 120px;
  margin-bottom: 60px;
  z-index: 100;
}

.tggl-nav-area .lang .tgglArea {
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  display: none;
}

.tggl-nav-area .lang .tgglArea li {
  margin-bottom: 10px;
}

.tggl-nav-area .lang .tgglArea li:last-child {
  margin-bottom: 0;
}

.tggl-nav-area .lang .tgglArea li a {
  display: block;
  color: #006CBA;
  font-size: 13px;
  line-height: 19px;
  transition: 0.4s;
}

.tggl-nav-area .lang .txt {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0 20px 3px 0;
  display: block;
  cursor: pointer;
  transition: 0.4s;
}

.tggl-nav-area .lang .txt::after {
  content: " ";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.4s;
}

.tggl-nav-area .lang .txt.active::after {
  transform: rotate(-135deg);
  top: 6px;
}

.tggl-nav-area .pageNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .tggl-nav-area .pageNav {
    margin-bottom: 0;
  }
}

.tggl-nav-area .pageNav li {
  width: 50%;
  margin-bottom: 30px;
}

.tggl-nav-area .pageNav li:first-child {
  width: 100%;
  margin-bottom: 40px;
}

.tggl-nav-area .pageNav li svg {
  vertical-align: bottom;
  margin-right: 10px;
}

.tggl-nav-area .pageNav li a {
  color: #FFF;
  font-size: 18px;
  line-height: 25px;
  transition: 0.4s;
  display: block;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .tggl-nav-area .pageNav li a {
    font-size: 16px;
    line-height: 21px;
  }
}

.tggl-nav-area .pageNav li a span {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .tggl-nav-area .pageNav li a span {
    font-size: 10px;
  }
}

.tggl-nav-area .pageNav li:nth-child(1) {
  transition-delay: 0.3s;
}

.tggl-nav-area .pageNav li:nth-child(2), .tggl-nav-area .pageNav li:nth-child(3) {
  transition-delay: 0.4s;
}

.tggl-nav-area .pageNav li:nth-child(4), .tggl-nav-area .pageNav li:nth-child(5) {
  transition-delay: 0.5s;
}

.tggl-nav-area .pageNav li:nth-child(6), .tggl-nav-area .pageNav li:nth-child(7) {
  transition-delay: 0.6s;
}

.tggl-nav-area .pageNav li:nth-child(8), .tggl-nav-area .pageNav li:nth-child(9) {
  transition-delay: 0.7s;
}

.tggl-nav-area .pageNav02 li a {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  display: block;
  transition: 0.4s;
}

.tggl-nav-area .pageNav02 li a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -100px;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background: #fff;
}

@media (max-width: 768px) {
  .tggl-nav-area .pageNav02 li a::after {
    width: 95px;
  }
}

.tggl-nav-area .pageNav02 li:nth-child(1) {
  transition-delay: 0.8s;
}

/* =========================================================
  footer
========================================================= */
footer {
  background: #F2F0EC;
  position: relative;
  padding-top: 65px;
}

@media (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
}

footer::after {
  content: " ";
  position: absolute;
  top: -9.8vw;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #f2f0ec;
  overflow: hidden;
}

footer::before {
  content: " ";
  position: absolute;
  top: -9vw;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9vw 35vw;
  border-color: transparent transparent #b6f0f6 transparent;
  overflow: hidden;
}

footer .ft-bnr {
  max-width: 1180px;
  margin-bottom: 110px;
  overflow: hidden;
}

@media (max-width: 768px) {
  footer .ft-bnr {
    margin-bottom: 70px;
    padding: 0 20px;
  }
}

footer .ft-bnr li {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

@media (max-width: 768px) {
  footer .ft-bnr li {
    margin: 0 0 10px 0;
  }
  footer .ft-bnr li:last-child {
    margin-bottom: 0;
  }
}

footer .ft-bnr li a {
  display: block;
  position: relative;
  transition: 0.4s;
}

footer .ft-bnr li .bnr-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

footer .ft-conts {
  padding: 0 10px;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  footer .ft-conts {
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

footer .ft-conts .ft-conts-wclm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  footer .ft-conts .ft-conts-wclm {
    display: block;
  }
}

footer .ft-conts .ft-conts-wclm li:nth-child(1) {
  width: 54%;
  max-width: 580px;
  position: relative;
}

@media (max-width: 768px) {
  footer .ft-conts .ft-conts-wclm li:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
}

footer .ft-conts .ft-conts-wclm li:nth-child(1) .side-img {
  position: absolute;
  top: 0;
  left: 91%;
  width: 71%;
  max-width: 420px;
  z-index: 10;
}

@media (max-width: 768px) {
  footer .ft-conts .ft-conts-wclm li:nth-child(1) .side-img {
    left: 0;
    top: -22%;
    right: 0;
    margin: auto;
    width: 80%;
  }
}

footer .ft-conts .ft-conts-wclm li:nth-child(2) {
  width: 44%;
  font-size: 14px;
  line-height: 24px;
  padding-top: 25px;
}

@media (max-width: 768px) {
  footer .ft-conts .ft-conts-wclm li:nth-child(2) {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    position: relative;
    z-index: 0;
  }
}

footer .ft-conts .ft-conts-wclm li:nth-child(2) .ft-logo {
  max-width: 230px;
  width: 53%;
  margin: 0 0 20px auto;
  opacity: 0.7;
}

@media (max-width: 768px) {
  footer .ft-conts .ft-conts-wclm li:nth-child(2) .ft-logo {
    max-width: 150px;
    width: 40%;
    margin-bottom: -5%;
    position: relative;
    z-index: -1;
  }
}

footer .ft-conts .ft-conts-wclm li:nth-child(2) .cmBtn {
  margin-top: 20px;
}

footer .ft-conts .ft-conts-wclm li:nth-child(2) .cmBtn a {
  font-size: 22px;
}

@media (max-width: 768px) {
  footer .ft-conts .ft-conts-wclm li:nth-child(2) .cmBtn {
    margin: 20px auto 0 auto;
    max-width: 160px;
  }
}

footer .ft-access {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1002;
}

@media (max-width: 768px) {
  footer .ft-access {
    display: block;
  }
}

footer .ft-access iframe {
  width: calc(100% - 480px);
  height: 530px;
  border: none;
}

@media (max-width: 768px) {
  footer .ft-access iframe {
    height: 250px;
    width: 100%;
  }
}

footer .ft-access .gb-blue {
  width: 480px;
  background: #006CBA;
  text-align: center;
  color: #fff;
  position: relative;
}

@media (max-width: 768px) {
  footer .ft-access .gb-blue {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }
}

footer .ft-access .gb-blue .pagetop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  footer .ft-access .gb-blue .pagetop {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
}

footer .ft-access .gb-blue .pagetop a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 30px 0 20px 0;
  transition: 0.4s;
}

@media (max-width: 768px) {
  footer .ft-access .gb-blue .pagetop a {
    padding-bottom: 0;
  }
}

footer .ft-access .gb-blue .pagetop a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

footer .ft-access .gb-blue .gb-blue-in {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  footer .ft-access .gb-blue .gb-blue-in {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    transform: inherit;
    margin-bottom: 70px;
  }
}

footer .ft-access .gb-blue .gb-blue-in img {
  width: 100px;
  margin: 0 auto;
}

footer .ft-access .gb-blue .gb-blue-in .cmBtn {
  margin: 0 auto;
}

@media (max-width: 768px) {
  footer .ft-access .gb-blue .gb-blue-in .cmBtn {
    max-width: 250px;
  }
}

footer .ft-access .gb-blue .gb-blue-in .cmBtn a {
  color: #fff;
  border-color: #fff;
}

footer .ft-access .gb-blue .gb-blue-in .cmBtn a .icon-arrow {
  stroke: #fff;
}

footer .ft-access .gb-blue .gb-blue-in .cmBtn a:hover {
  color: #006CBA;
}

@media (max-width: 768px) {
  footer .ft-access .gb-blue .gb-blue-in .cmBtn a:hover {
    color: #fff;
  }
}

footer .ft-access .gb-blue .gb-blue-in .cmBtn a:hover .icon-arrow {
  stroke: #006CBA;
}

@media (max-width: 768px) {
  footer .ft-access .gb-blue .gb-blue-in .cmBtn a:hover .icon-arrow {
    stroke: #fff;
  }
}

footer .ft-access .gb-blue .gb-blue-in .cmBtn a::after {
  background: #fff;
}

footer .ft-access .gb-blue .gb-blue-in li:nth-child(1) {
  margin-bottom: 10px;
}

footer .ft-access .gb-blue .gb-blue-in li:nth-child(2) {
  margin-bottom: 20px;
}

footer .copyright {
  background: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 30px;
  padding: 25px 10px;
  position: relative;
  z-index: 1002;
}

footer .copyright a {
  transition: 0.4s;
}

@media (max-width: 768px) {
  footer .copyright {
    font-size: 8;
    line-height: 18px;
    padding: 13px 20px;
  }
}

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

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

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

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  background: url(../images/common/slick-arrow02.png) no-repeat center;
  width: 50px;
  height: 20px;
  background-size: contain;
}

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

.slick-prev:before {
  display: none;
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
  background: url(../images/common/slick-arrow.png) no-repeat center;
  width: 50px;
  height: 20px;
  background-size: contain;
}

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

.slick-next:before {
  display: none;
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* =========================================================
 home
========================================================= */
.pagetype-home {
  /* =========================================================
  pagetype-home
========================================================= */
}

.pagetype-home header .mid-nav-list-wrap {
  display: none;
}

.pagetype-home .page-bd {
  padding-top: 80px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd {
    padding-top: 60px;
  }
}

.pagetype-home .page-bd .note-box {
  position: fixed;
  top: 78px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .note-box {
    top: 59px;
  }
}

.pagetype-home .page-bd .note-box.active-class.active-class02 {
  top: 138px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .note-box.active-class.active-class02 {
    top: 119px;
  }
}

.pagetype-home .page-bd .mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  text-align: left;
  overflow: hidden;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv {
    display: block;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

.pagetype-home .page-bd .mv .slick-dots {
  bottom: inherit;
  top: 93.5%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .slick-dots li {
    width: 15px;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .slick-dots {
    top: inherit;
    bottom: -30px;
    text-align: left;
    padding-right: 30%;
  }
}

.pagetype-home .page-bd .mv .slick-dots li button::before {
  font-size: 27px;
  color: #E3E3E3;
  opacity: 1;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .slick-dots li button::before {
    font-size: 27px;
  }
}

.pagetype-home .page-bd .mv .slick-dots li.slick-active button:before {
  color: #006CBA;
}

.pagetype-home .page-bd .mv .mv-main-slider {
  width: 51%;
  margin: -2% 0 0 -2%;
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider {
    width: 100%;
    margin: 0;
  }
}

.pagetype-home .page-bd .mv .mv-main-slider::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17%;
  height: calc( 9% + 2px);
  background: #fff;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider::after {
    display: none;
  }
}

.pagetype-home .page-bd .mv .mv-main-slider .slick-next:before,
.pagetype-home .page-bd .mv .mv-main-slider .slick-prev:before {
  display: none;
}

.pagetype-home .page-bd .mv .mv-main-slider .slick-next {
  background: url("../images/common/slick-arrow.png") no-repeat center;
  top: inherit;
  left: inherit;
  bottom: 0.5%;
  right: 3.5%;
  max-width: 50px;
  height: 20px;
  background-size: contain;
  z-index: 10;
  width: 5%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider .slick-next {
    width: 12%;
    bottom: -40px;
  }
}

.pagetype-home .page-bd .mv .mv-main-slider .slick-prev {
  background: url("../images/common/slick-arrow02.png") no-repeat center;
  top: inherit;
  left: inherit;
  bottom: 2.5%;
  right: 8.5%;
  max-width: 50px;
  height: 20px;
  background-size: contain;
  z-index: 10;
  width: 5%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider .slick-prev {
    width: 12%;
    bottom: -30px;
    right: 12%;
  }
}

.pagetype-home .page-bd .mv .mv-main-slider li {
  position: relative;
  overflow: hidden;
}

.pagetype-home .page-bd .mv .mv-main-slider li a {
  position: relative;
  display: block;
  transition: 0.4s;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider li img.sp-none {
    display: none;
  }
}

.pagetype-home .page-bd .mv .mv-main-slider li .fill {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 83%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider li .fill {
    display: none;
  }
}

.pagetype-home .page-bd .mv .mv-main-slider li .fill .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.6;
}

.pagetype-home .page-bd .mv .mv-main-slider li .child {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 83%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider li .child {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
  }
}

.pagetype-home .page-bd .mv .mv-main-slider li .child::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1%;
  background: #006CBA;
}

.pagetype-home .page-bd .mv .mv-main-slider li .child.border-animation::after {
  transition: 6s linear;
  width: 100%;
}

.pagetype-home .page-bd .mv .mv-main-slider li .child .slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-home .page-bd .mv .mv-main-slider li .child .slide-img.sp {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .mv-main-slider li .child .slide-img.sp {
    display: block;
  }
  .pagetype-home .page-bd .mv .mv-main-slider li .child .slide-img.pc {
    display: none;
  }
}

.pagetype-home .page-bd .mv .right {
  width: 48%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .right {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 20px;
    display: none;
  }
}

.pagetype-home .page-bd .mv .right .mv-txt {
  font-size: 3.5vw;
  line-height: 4.5vw;
  font-weight: 600;
  color: #006CBA;
  margin-bottom: 13%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .right .mv-txt {
    font-size: 9vw;
    line-height: 11vw;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
  }
}

.pagetype-home .page-bd .mv .right .mv-txt span {
  display: block;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 3%;
  color: #555555;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .right .mv-txt span {
    font-size: 14px;
    line-height: 23px;
  }
}

.pagetype-home .page-bd .mv .right .mv-thum-slider {
  margin-top: auto;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mv .right .mv-thum-slider {
    display: none;
  }
}

.pagetype-home .page-bd .mv .right .mv-thum-slider li {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 20px;
}

.pagetype-home .page-bd .mv .right .mv-thum-slider li a {
  display: block;
  position: relative;
  opacity: 1 !important;
}

.pagetype-home .page-bd .mv .right .mv-thum-slider li .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-home .page-bd .mv .right .mv-thum-slider li .slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-home .page-bd .mid-nav {
  background: #EAF3FA;
  padding: 17px 20px;
  text-align: center;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pagetype-home .page-bd .mid-nav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .mid-nav {
    padding-left: 0;
  }
}

.pagetype-home .page-bd .mid-nav .mid-nav-list {
  display: block;
  width: 920px;
  margin: 0 auto;
}

.pagetype-home .page-bd .mid-nav .mid-nav-list li {
  display: inline-block;
}

.pagetype-home .page-bd .mid-nav .mid-nav-list li a {
  display: block;
  text-align: center;
  border-right: 1px solid #555555;
  font-size: 13px;
  line-height: 25px;
  padding: 0 15px;
  transition: 0.4s;
}

.pagetype-home .page-bd .mid-nav .mid-nav-list li:last-child a {
  border-right: none;
}

.pagetype-home .page-bd .top-town {
  position: relative;
  background: #006CBA;
  padding: 35px 0;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 10;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-town {
    padding: 10px 0;
  }
}

.pagetype-home .page-bd .top-town .top-town-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 108, 186, 0.6);
  z-index: 10;
}

.pagetype-home .page-bd .top-town .top-town-ttl a {
  display: block;
  color: #fff;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  line-height: 45px;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-town .top-town-ttl a {
    font-size: 40px;
    line-height: 35px;
    display: block;
    width: 100%;
  }
}

.pagetype-home .page-bd .top-town .top-town-ttl a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 100%;
}

.pagetype-home .page-bd .top-town .top-town-ttl a b {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  padding: 5px 30px;
  background: url("../images/common/ico_arrow.png") no-repeat center right 5px;
  background-size: 15px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-town .top-town-ttl a b {
    padding: 8px 45px 3px 45px;
    background: url("../images/common/ico_arrow.png") no-repeat center right 15px;
    background-size: 15px;
  }
}

.pagetype-home .page-bd .top-town .top-town-slide li {
  position: relative;
  overflow: hidden;
}

.pagetype-home .page-bd .top-town .top-town-slide li .slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 40px);
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-town .top-town-slide li .slide-img {
    width: calc(100% - 20px);
  }
}

.pagetype-home .page-bd .top-town .top-town-slide li:nth-child(2n) {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-town .top-town-slide li:nth-child(2n) {
    margin-top: 20px;
  }
}

.pagetype-home .page-bd .top-news {
  padding: 60px 20px 0 20px;
  margin-bottom: 230px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-news {
    padding-top: 35px;
    margin-bottom: 17%;
  }
}

.pagetype-home .page-bd .top-news .top-news-list {
  text-align: left;
}

.pagetype-home .page-bd .top-news .top-news-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-news .top-news-list li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.pagetype-home .page-bd .top-news .top-news-list li .cate {
  display: inline-block;
  background: #006CBA;
  color: #fff;
  text-align: center;
  width: 85px;
  border-radius: 20px 20px 20px 0;
  font-size: 12px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-news .top-news-list li .cate {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.pagetype-home .page-bd .top-news .top-news-list li .txt {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 25px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-news .top-news-list li .txt {
    line-height: 20px;
    width: 100%;
  }
}

.pagetype-home .page-bd .top-news .top-news-list li a {
  transition: 0.4s;
  display: block;
}

.pagetype-home .page-bd .top-news .top-news-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.pagetype-home .page-bd .top-news .cmBtn {
  margin-left: auto;
  max-width: 120px;
  height: 40px;
}

.pagetype-home .page-bd .top-news .cmBtn a {
  font-size: 20px;
}

.pagetype-home .page-bd .top-news .cmBtn b {
  transform: translateY(-50%) translateX(-94%) scale(0.5, 1);
  left: 97%;
}

.pagetype-home .page-bd .top-event {
  background: #F2F0EC;
  padding: 35px 0;
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event {
    padding: 13% 0;
  }
}

.pagetype-home .page-bd .top-event::after {
  content: " ";
  position: absolute;
  top: -10vw;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #f2f0ec;
  overflow: hidden;
}

.pagetype-home .page-bd .top-event::before {
  content: " ";
  position: absolute;
  top: -9vw;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9vw 35vw;
  border-color: transparent transparent #CEECB1 transparent;
  overflow: hidden;
}

.pagetype-home .page-bd .top-event .cmBtn a {
  font-size: 22px;
}

.pagetype-home .page-bd .top-event .cmttl {
  color: #006CBA;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .cmttl {
    margin-bottom: 20px;
  }
}

.pagetype-home .page-bd .top-event .serch-area {
  max-width: 860px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area {
    display: block;
    margin-bottom: 30px;
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-date {
  width: 48%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  z-index: 1000;
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .calender {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .today {
  width: 130px;
  background: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area .serch-date .today {
    width: 100px;
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .today a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .today a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -8px;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  width: 1px;
  background: #fff;
  transform: rotate(28deg);
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .today span {
  color: #fff;
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .today span.days {
  font-size: 40px;
  line-height: 70px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area .serch-date .today span.days {
    font-size: 30px;
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .today span.month {
  font-size: 18px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area .serch-date .today span.month {
    font-size: 14px;
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .choiceBtn {
  width: calc( 100% - 130px);
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area .serch-date .choiceBtn {
    width: calc( 100% - 100px);
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .choiceBtn::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #006CBA;
  border-right: 1px solid #006CBA;
  transform: rotate(45deg);
  transition: 0.4s;
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .choiceBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .choiceBtn span {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #006CBA;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area .serch-date .choiceBtn span {
    padding: 0 30px 0 5px;
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-date .choiceBtn span img {
  width: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area .serch-date {
    width: 100%;
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate {
  width: 48%;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .serch-area .serch-cate {
    width: 100%;
    margin-top: 10px;
  }
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate .tgglBtn {
  height: 70px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate .tgglBtn::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #006CBA;
  border-right: 1px solid #006CBA;
  transform: rotate(45deg);
  transition: 0.4s;
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate .tgglBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate .tgglBtn span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #006CBA;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate .tgglBtn span img {
  width: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate .tgglArea {
  background: #fff;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.pagetype-home .page-bd .top-event .serch-area .serch-cate .tgglArea a {
  display: block;
  color: #006CBA;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #E3E3E3;
  padding: 15px 0;
  transition: 0.4s;
}

.pagetype-home .page-bd .top-event .top-event-list-wrap {
  overflow: hidden;
  padding-left: 15%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list-wrap {
    padding: 0 0 0 20px;
  }
}

.pagetype-home .page-bd .top-event .cmBtn {
  margin: 0 auto;
}

.pagetype-home .page-bd .top-event .top-event-list {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list {
    margin-bottom: 20px;
  }
}

.pagetype-home .page-bd .top-event .top-event-list .slick-next {
  right: inherit;
  left: 925px;
}

@media (max-width: 1100px) {
  .pagetype-home .page-bd .top-event .top-event-list .slick-next {
    left: 715px;
    width: 35px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list .slick-next {
    left: 240px !important;
    transform: translateY(-5px) scale(1, -1);
  }
}

@media (max-width: 1100px) {
  .pagetype-home .page-bd .top-event .top-event-list .slick-prev {
    width: 35px;
    left: -17px;
    height: 45px;
  }
}

.pagetype-home .page-bd .top-event .top-event-list .slick-next,
.pagetype-home .page-bd .top-event .top-event-list .slick-prev {
  top: 47%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list .slick-next,
  .pagetype-home .page-bd .top-event .top-event-list .slick-prev {
    top: calc(37% - 25px);
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list .slick-next {
    top: calc(37% - 40px);
  }
}

.pagetype-home .page-bd .top-event .top-event-list li {
  width: 290px;
  margin-right: 40px;
  text-align: left;
}

@media (max-width: 1100px) {
  .pagetype-home .page-bd .top-event .top-event-list li {
    width: 260px;
    margin-right: 20px;
  }
}

.pagetype-home .page-bd .top-event .top-event-list li:nth-child(2n) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list li:nth-child(2n) {
    margin-top: 0;
  }
}

.pagetype-home .page-bd .top-event .top-event-list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list li a:hover {
    opacity: 1;
  }
}

.pagetype-home .page-bd .top-event .top-event-list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.pagetype-home .page-bd .top-event .top-event-list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-home .page-bd .top-event .top-event-list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-home .page-bd .top-event .top-event-list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-home .page-bd .top-event .top-event-list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

.pagetype-home .page-bd .top-event .top-event-list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 3px;
}

.pagetype-home .page-bd .top-event .top-event-list li .about .facility {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-event .top-event-list li .about .facility {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

.pagetype-home .page-bd .top-shop {
  background: #ACAAAA;
  padding: 250px 20px;
  position: relative;
}

.pagetype-home .page-bd .top-shop .icon-move {
  position: absolute;
  top: 6vw;
  right: -20px;
  width: 260px;
  z-index: 10;
  transition: 0.4s ease-out;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .icon-move {
    transform: inherit !important;
    max-width: 100px;
    width: 25%;
    right: -2%;
    top: -30px;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop {
    padding: 25% 20px;
  }
}

.pagetype-home .page-bd .top-shop::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #f2f0ec;
  overflow: hidden;
  transform: rotate(180deg);
}

.pagetype-home .page-bd .top-shop::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9vw 35vw;
  border-color: transparent transparent #CEECB1 transparent;
  overflow: hidden;
  transform: rotate(180deg);
}

.pagetype-home .page-bd .top-shop .cmttl {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .cmttl {
    margin-bottom: 20px;
  }
}

.pagetype-home .page-bd .top-shop .tabBtn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.pagetype-home .page-bd .top-shop .tabBtn-list li {
  width: 49%;
  color: #fff;
  border: 1px solid #F2F0EC;
  border-bottom: none;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  background: #ACAAAA;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tabBtn-list li {
    font-size: 14px;
    line-height: 50px;
  }
}

.pagetype-home .page-bd .top-shop .tabBtn-list li.tabActive {
  color: #555555;
  background: #F2F0EC;
  cursor: inherit;
}

.pagetype-home .page-bd .top-shop .tab-area {
  display: none;
  opacity: 1;
  background: #F2F0EC;
  padding: 50px 10px;
}

.pagetype-home .page-bd .top-shop .tab-area.tabActive {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area {
    border-top: none;
    padding: 25px 20px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list li {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list li {
    width: 30%;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list li {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list li:nth-child(1) a {
    background: #fff;
    border-radius: 40px;
  }
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list li:nth-child(1) a span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 60px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list li a:hover {
  opacity: 1;
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list li a:hover span {
  background: #006CBA;
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list li a:hover span svg {
  fill: #fff;
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list li span {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  transition: 0.4s;
  margin: 0 auto 5px auto;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list li span {
    width: 75px;
    height: 75px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area01 .cate-list li span svg {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .cate-list li span svg {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

.pagetype-home .page-bd .top-shop .tab-area01 .form {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.pagetype-home .page-bd .top-shop .tab-area01 .form form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.pagetype-home .page-bd .top-shop .tab-area01 .form .input-txt {
  background: #fff;
  border: none;
  box-shadow: inherit;
  height: 60px;
  width: calc( 100% - 110px);
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .form .input-txt {
    height: 70px;
    width: calc( 100% - 75px);
    padding: 10px;
  }
  .pagetype-home .page-bd .top-shop .tab-area01 .form .input-txt::-webkit-input-placeholder {
    font-size: 12px;
  }
  .pagetype-home .page-bd .top-shop .tab-area01 .form .input-txt::-moz-placeholder {
    font-size: 12px;
  }
  .pagetype-home .page-bd .top-shop .tab-area01 .form .input-txt:-ms-input-placeholder {
    font-size: 12px;
  }
  .pagetype-home .page-bd .top-shop .tab-area01 .form .input-txt::-ms-input-placeholder {
    font-size: 12px;
  }
  .pagetype-home .page-bd .top-shop .tab-area01 .form .input-txt::placeholder {
    font-size: 12px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area01 .form .input-submit {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border: none;
  border-radius: 0px;
  background: #006CBA;
  height: 60px;
  width: 100px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

.pagetype-home .page-bd .top-shop .tab-area01 .form .input-submit:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area01 .form .input-submit {
    width: 70px;
    height: 70px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 {
  padding: 50px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area02 {
    padding: 25px 20px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area01 {
  position: relative;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area02 .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area02 .map-nav {
    display: block;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area02 .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li a.tgglBtn::after {
  transform: rotate(45deg);
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li a.tgglBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li .tgglArea {
  background: #004DA2;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
  z-index: 10;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li .tgglArea p {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li .tgglArea p a {
  display: block;
  transition: 0.4s;
  color: #fff;
  position: relative;
  padding: 20px;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li .tgglArea p a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li .tgglArea p a:hover::after {
  opacity: 0.4;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li .tgglArea p a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li > a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area02 {
  position: relative;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area02 .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area02 .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area02 .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-home .page-bd .top-shop .tab-area02 .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-home .page-bd .top-shop .tab-area-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area-bottom {
    display: block;
  }
}

.pagetype-home .page-bd .top-shop .tab-area-bottom li {
  width: 49%;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area-bottom li {
    width: 100%;
  }
  .pagetype-home .page-bd .top-shop .tab-area-bottom li:last-child {
    margin-top: 15px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area-bottom li a {
  display: block;
  background: #F2F0EC;
  position: relative;
  height: 90px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area-bottom li a {
    height: 80px;
  }
}

.pagetype-home .page-bd .top-shop .tab-area-bottom li a img {
  max-width: 220px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area-bottom li a img {
    max-width: 50%;
    max-height: 90%;
    height: auto;
    width: auto;
  }
}

.pagetype-home .page-bd .top-shop .tab-area-bottom li a b {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 94%;
  transform: translateY(-50%) translateX(-94%) scale(1.4);
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop .tab-area-bottom li a b {
    transform: translateY(-50%) translateX(-94%) scale(1.1);
  }
}

.pagetype-home .page-bd .top-shop .tab-area-bottom li a .icon-arrow {
  stroke: #006cba;
  transition: 0.4s;
}

.pagetype-home .page-bd .top-shop-news {
  background: #F2F0EC;
  position: relative;
  padding: 35px 20px;
}

.pagetype-home .page-bd .top-shop-news .icon-move {
  position: absolute;
  top: -8vw;
  left: 0;
  width: 270px;
  z-index: 10;
  transition: 0.4s ease-out;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .icon-move {
    transform: inherit !important;
    max-width: 105px;
    width: 25%;
    left: -2%;
    top: -16vw;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news {
    padding: 13% 20px;
  }
}

.pagetype-home .page-bd .top-shop-news .inner1160 {
  position: relative;
  z-index: 10;
}

.pagetype-home .page-bd .top-shop-news .cmBtn {
  margin: 0 auto;
  width: 200px;
}

.pagetype-home .page-bd .top-shop-news .cmBtn a {
  font-size: 22px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .cmBtn {
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }
}

.pagetype-home .page-bd .top-shop-news::after {
  content: " ";
  position: absolute;
  top: -10vw;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #f2f0ec;
  overflow: hidden;
}

.pagetype-home .page-bd .top-shop-news::before {
  content: " ";
  position: absolute;
  top: -9vw;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9vw 35vw;
  border-color: transparent transparent #F3FF9E transparent;
  overflow: hidden;
}

.pagetype-home .page-bd .top-shop-news .cmttl {
  text-align: left;
  color: #006CBA;
  margin-bottom: 30px;
  text-shadow: 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC, 0 0 5px #F2F0EC;
}

.pagetype-home .page-bd .top-shop-news .cmttl span {
  display: inline-block;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .cmttl {
    margin-bottom: 20px;
  }
  .pagetype-home .page-bd .top-shop-news .cmttl span {
    display: block;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: left;
  }
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li {
  text-align: left;
  float: left;
  width: calc(25% - 20px);
  margin-right: 40px;
  position: relative;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(1) {
  width: calc(50% - 40px);
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(1).new::after {
    top: 8px;
    left: 3px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(1).new::before {
    border-width: 65px 65px 0 0;
  }
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(3), .pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(5) {
  margin-right: 0;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(2) {
  margin-top: 40px;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(3) {
  margin-top: 80px;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(5) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li {
    float: none;
    width: 48%;
    margin: 0 0 20px 0 !important;
  }
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li:nth-child(1) {
    width: 100%;
  }
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li.new::after {
  content: "new";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 10;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li.new::after {
    font-size: 16px;
    line-height: 19px;
    top: 7px;
    left: 2px;
  }
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li.new::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #e61f25 transparent transparent transparent;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li.new::before {
    border-width: 50px 50px 0 0;
  }
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding-top: 3px;
  width: 85px;
  text-align: center;
  color: #006CBA;
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li .about .date {
    font-size: 16px;
    line-height: 19px;
  }
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 56px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li .about .ttl {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
  }
}

.pagetype-home .page-bd .top-shop-news .top-shop-news-list li .about .name {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-shop-news .top-shop-news-list li .about .name {
    font-size: 12px;
    line-height: 18px;
  }
}

.pagetype-home .page-bd .top-instagram {
  padding: 250px 20px;
  background: #ACAAAA;
  position: relative;
}

.pagetype-home .page-bd .top-instagram .icon-move {
  position: absolute;
  top: 8vw;
  right: -10px;
  width: 235px;
  z-index: 10;
  transition: 0.4s ease-out;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .icon-move {
    transform: inherit !important;
    max-width: 95px;
    width: 25%;
    right: -1%;
    top: -2%;
  }
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram {
    padding: 25% 20px;
  }
}

.pagetype-home .page-bd .top-instagram::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 0 0 100vw;
  border-color: transparent transparent transparent #f2f0ec;
  overflow: hidden;
  transform: rotate(180deg);
}

.pagetype-home .page-bd .top-instagram::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9vw 35vw;
  border-color: transparent transparent #B6F0F6 transparent;
  overflow: hidden;
  transform: rotate(180deg);
}

.pagetype-home .page-bd .top-instagram .inner1160 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .inner1160 {
    display: block;
    position: relative;
    padding-bottom: 75px;
  }
}

.pagetype-home .page-bd .top-instagram .left {
  width: 320px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagetype-home .page-bd .top-instagram .left .cmttl {
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .left .cmttl {
    margin-bottom: 0;
  }
}

.pagetype-home .page-bd .top-instagram .left .txt {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .left .txt {
    margin-bottom: 0;
  }
}

.pagetype-home .page-bd .top-instagram .left .cmBtn {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .left .cmBtn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

.pagetype-home .page-bd .top-instagram .left .cmBtn a {
  color: #fff;
  border-color: #fff;
  font-size: 20px;
}

.pagetype-home .page-bd .top-instagram .left .cmBtn a:hover {
  border-color: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .left .cmBtn a:hover {
    border-color: #fff;
  }
}

.pagetype-home .page-bd .top-instagram .left .cmBtn a .icon-arrow {
  stroke: #fff;
}

.pagetype-home .page-bd .top-instagram .right {
  width: 100%;
  max-width: calc(100% - 440px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-home .page-bd .top-instagram .right {
    width: 100%;
    max-width: 100%;
  }
}

.pagetype-home .page-bd .top-instagram .right li {
  width: 32%;
  margin-bottom: 2%;
}

.pagetype-home .page-bd .top-instagram .right li a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  background: #F2F0EC;
}

.pagetype-home .page-bd .top-instagram .right li a .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 110%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .pagetype-home .page-bd .top-event .top-event-list .slick-next {
    left: inherit;
    right: 10px;
  }
}

/* =========================================================
 townguide
========================================================= */
.pagetype-townguide {
  /* =========================================================
  pagetype-townguide
========================================================= */
}

.pagetype-townguide .tab-areas {
  padding: 50px;
  background: #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-areas {
    padding: 25px 20px;
  }
}

.pagetype-townguide .tab-areas .map-area01 {
  position: relative;
}

.pagetype-townguide .tab-areas .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-areas .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-townguide .tab-areas .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-townguide .tab-areas .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-townguide .tab-areas .map-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-areas .map-nav {
    display: block;
  }
}

.pagetype-townguide .tab-areas .map-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-areas .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-townguide .tab-areas .map-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-townguide .tab-areas .map-nav li a.tgglBtn::after {
  transform: rotate(45deg);
}

.pagetype-townguide .tab-areas .map-nav li a.tgglBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-townguide .tab-areas .map-nav li .tgglArea {
  background: #004DA2;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
  z-index: 10;
}

.pagetype-townguide .tab-areas .map-nav li .tgglArea p {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-townguide .tab-areas .map-nav li .tgglArea p a {
  display: block;
  transition: 0.4s;
  color: #fff;
  position: relative;
  padding: 20px;
}

.pagetype-townguide .tab-areas .map-nav li .tgglArea p a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
}

.pagetype-townguide .tab-areas .map-nav li .tgglArea p a:hover::after {
  opacity: 0.4;
}

.pagetype-townguide .tab-areas .map-nav li .tgglArea p a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.pagetype-townguide .tab-areas .map-nav li > a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-townguide .tab-areas .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-townguide .tab-areas .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-townguide .tab-areas .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-townguide .tab-areas .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-townguide .tab-areas .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-townguide .tab-areas .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-townguide .tab-areas .map-area02 {
  position: relative;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-areas .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-townguide .tab-areas .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-areas .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-townguide .tab-areas .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-areas .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-townguide .tab-areas .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-townguide .tab-areas .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-townguide .tab-area-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 15px auto 100px auto;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom {
    display: block;
    margin: 15px auto 50px auto;
  }
}

.pagetype-townguide .tab-area-bottom li {
  width: 49%;
}

.pagetype-townguide .tab-area-bottom li:nth-child(1) a img {
  max-width: 390px;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom li:nth-child(1) a img {
    width: 80%;
    left: 46%;
  }
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom li:nth-child(2) {
    margin-top: 15px;
  }
}

.pagetype-townguide .tab-area-bottom li:nth-child(2) a img {
  max-width: 260px;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom li:nth-child(2) a img {
    width: 55%;
    left: 47%;
  }
}

.pagetype-townguide .tab-area-bottom li:nth-child(3) {
  margin: 2% auto 0 auto;
}

.pagetype-townguide .tab-area-bottom li:nth-child(3) a img {
  max-width: 225px;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom li:nth-child(3) a img {
    width: 54%;
    left: 48%;
  }
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom li {
    width: 100%;
  }
  .pagetype-townguide .tab-area-bottom li:last-child {
    margin-top: 15px;
  }
}

.pagetype-townguide .tab-area-bottom li a {
  display: block;
  background: #F2F0EC;
  position: relative;
  height: 90px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom li a {
    height: 80px;
  }
}

.pagetype-townguide .tab-area-bottom li a img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-townguide .tab-area-bottom li a b {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 94%;
  transform: translateY(-50%) translateX(-94%) scale(1.4);
}

@media (max-width: 768px) {
  .pagetype-townguide .tab-area-bottom li a b {
    transform: translateY(-50%) translateX(-94%) scale(1.1);
  }
}

.pagetype-townguide .tab-area-bottom li a .icon-arrow {
  stroke: #006cba;
  transition: 0.4s;
}

.pagetype-townguide .top-shop {
  position: relative;
}

.pagetype-townguide .top-shop .cmttl {
  color: #006CBA;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .cmttl {
    margin-bottom: 20px;
  }
}

.pagetype-townguide .top-shop .tabBtn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.pagetype-townguide .top-shop .tabBtn-list li {
  width: 49%;
  border: 1px solid #F2F0EC;
  border-bottom: none;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tabBtn-list li {
    font-size: 14px;
    line-height: 50px;
  }
}

.pagetype-townguide .top-shop .tabBtn-list li.tabActive {
  color: #555555;
  background: #F2F0EC;
  cursor: inherit;
}

.pagetype-townguide .top-shop .tab-area {
  display: none;
  opacity: 1;
  background: #F2F0EC;
  padding: 50px 10px;
}

.pagetype-townguide .top-shop .tab-area.tabActive {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area {
    border-top: none;
    padding: 25px 20px;
  }
}

.pagetype-townguide .top-shop .tab-area01 .cate-list {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .cate-list {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.pagetype-townguide .top-shop .tab-area01 .cate-list li {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .cate-list li {
    width: 30%;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .cate-list li {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .cate-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagetype-townguide .top-shop .tab-area01 .cate-list li:nth-child(1) a {
    background: #fff;
    border-radius: 40px;
  }
  .pagetype-townguide .top-shop .tab-area01 .cate-list li:nth-child(1) a span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 60px;
  }
}

.pagetype-townguide .top-shop .tab-area01 .cate-list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-townguide .top-shop .tab-area01 .cate-list li a:hover {
  opacity: 1;
}

.pagetype-townguide .top-shop .tab-area01 .cate-list li a:hover span {
  background: #006CBA;
}

.pagetype-townguide .top-shop .tab-area01 .cate-list li a:hover span svg {
  fill: #fff;
}

.pagetype-townguide .top-shop .tab-area01 .cate-list li span {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  transition: 0.4s;
  margin: 0 auto 5px auto;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .cate-list li span {
    width: 75px;
    height: 75px;
  }
}

.pagetype-townguide .top-shop .tab-area01 .cate-list li span svg {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .cate-list li span svg {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

.pagetype-townguide .top-shop .tab-area01 .form {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.pagetype-townguide .top-shop .tab-area01 .form form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.pagetype-townguide .top-shop .tab-area01 .form .input-txt {
  background: #fff;
  border: none;
  box-shadow: inherit;
  height: 60px;
  width: calc( 100% - 110px);
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .form .input-txt {
    height: 70px;
    width: calc( 100% - 75px);
    padding: 10px;
  }
  .pagetype-townguide .top-shop .tab-area01 .form .input-txt::-webkit-input-placeholder {
    font-size: 12px;
  }
  .pagetype-townguide .top-shop .tab-area01 .form .input-txt::-moz-placeholder {
    font-size: 12px;
  }
  .pagetype-townguide .top-shop .tab-area01 .form .input-txt:-ms-input-placeholder {
    font-size: 12px;
  }
  .pagetype-townguide .top-shop .tab-area01 .form .input-txt::-ms-input-placeholder {
    font-size: 12px;
  }
  .pagetype-townguide .top-shop .tab-area01 .form .input-txt::placeholder {
    font-size: 12px;
  }
}

.pagetype-townguide .top-shop .tab-area01 .form .input-submit {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border: none;
  border-radius: 0px;
  background: #006CBA;
  height: 60px;
  width: 100px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

.pagetype-townguide .top-shop .tab-area01 .form .input-submit:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area01 .form .input-submit {
    width: 70px;
    height: 70px;
  }
}

.pagetype-townguide .top-shop .tab-area03 {
  padding: 50px;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area03 {
    padding: 25px 20px;
  }
}

.pagetype-townguide .top-shop .tab-area03 .map-area01 {
  position: relative;
}

.pagetype-townguide .top-shop .tab-area03 .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area03 .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-townguide .top-shop .tab-area03 .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-townguide .top-shop .tab-area03 .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-townguide .top-shop .tab-area03 .map-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area03 .map-nav {
    display: block;
  }
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area03 .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li a.tgglBtn::after {
  transform: rotate(45deg);
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li a.tgglBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li .tgglArea {
  background: #004DA2;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
  z-index: 10;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li .tgglArea p {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li .tgglArea p a {
  display: block;
  transition: 0.4s;
  color: #fff;
  position: relative;
  padding: 20px;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li .tgglArea p a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li .tgglArea p a:hover::after {
  opacity: 0.4;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li .tgglArea p a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li > a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-townguide .top-shop .tab-area03 .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-townguide .top-shop .tab-area03 .map-area02 {
  position: relative;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area03 .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-townguide .top-shop .tab-area03 .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area03 .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-townguide .top-shop .tab-area03 .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-townguide .top-shop .tab-area03 .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-townguide .top-shop .tab-area03 .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-townguide .top-shop .tab-area03 .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-townguide-kasou {
  /* =========================================================
  pagetype-townguide-kasou
========================================================= */
}

.pagetype-townguide-kasou section.main-box.fade-element {
  padding-right: 0;
  padding-left: 0;
}

.pagetype-townguide-kasou .detaie-town {
  padding: 0 20px;
  margin-bottom: 80px;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town {
    margin-bottom: 50px;
  }
}

.pagetype-townguide-kasou .detaie-town .returnBtn {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .returnBtn {
    margin-bottom: 10px;
  }
}

.pagetype-townguide-kasou .detaie-town .returnBtn a {
  display: inline-block;
  color: #006CBA;
  font-size: 14px;
  line-height: 24px;
  padding-left: 45px;
  background: url("../images/common/slick-arrow02.png") no-repeat center left;
  background-size: 30px;
  transition: 0.4s;
}

.pagetype-townguide-kasou .detaie-town .w-clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn {
    display: block;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li:nth-child(1) {
  width: 60%;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn li:nth-child(1) {
    margin-bottom: 15px;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li:nth-child(2) {
  width: 37%;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn li {
    width: 100% !important;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo {
    width: 80%;
    margin: 0 auto 10px auto;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo.sc {
  max-width: 315px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo.birdsmall {
  max-width: 233px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo.dogwood {
  max-width: 283px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo.oakmall {
  max-width: 211px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo.office {
  max-width: 164px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .d-logo.plazamall {
  max-width: 237px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .name {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn li .name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .sns {
  background: #F6F4F1;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn li .sns {
    margin-bottom: 10px;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .sns .sns-read {
  color: #006CBA;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .sns a {
  display: inline-block;
  vertical-align: middle;
  transition: 0.4s;
  margin: 0 10px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .sns a img {
  width: 21px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .txt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .cmBtn {
  max-width: 290px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .cmBtn a {
  font-size: 14px;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .cmBtn span {
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn li .cmBtn {
    margin: 0 auto;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn {
  margin-top: 30px;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn {
    margin: 20px auto 0 auto;
  }
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a {
  display: block;
  transition: 0.4s;
  background: #6D447C;
  position: relative;
  color: #fff;
  height: 80px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #6D447C;
  z-index: 0;
  overflow: hidden;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.4s;
  z-index: -1;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a:hover {
  opacity: 1;
  color: #6D447C;
  font-weight: 500;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a:hover .icon-arrow {
  stroke: #6D447C;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a:hover::after {
  left: 0;
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a b {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 94%;
  transform: translateY(-50%) translateX(-94%);
}

.pagetype-townguide-kasou .detaie-town .w-clmn li .dp-btn a .icon-arrow {
  stroke: #fff;
  transition: 0.4s;
}

.pagetype-townguide-kasou .list-area {
  padding: 60px 20px;
  text-align: left;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area {
    padding: 35px 20px 60px 20px;
  }
  .pagetype-townguide-kasou .list-area.shop-news {
    padding-bottom: 20px;
  }
}

.pagetype-townguide-kasou .list-area .inner1160 {
  position: relative;
}

.pagetype-townguide-kasou .list-area .bnr {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0 auto;
}

.pagetype-townguide-kasou .list-area .bnr a {
  display: block;
  transition: 0.4s;
  margin-bottom: 20px;
}

.pagetype-townguide-kasou .list-area .bnr a:last-child {
  margin-bottom: 0;
}

.pagetype-townguide-kasou .list-area .bnr a:nth-child(2) {
  border: 1px solid #CCC;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .bnr {
    margin-top: 30px;
  }
}

.pagetype-townguide-kasou .list-area::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  background: #F2F0EC;
  z-index: -1;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area::after {
    height: 205px;
  }
}

.pagetype-townguide-kasou .list-area .cmttl {
  text-align: left;
  color: #006CBA;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .cmttl {
    margin-bottom: 20px;
    text-align: center;
  }
}

.pagetype-townguide-kasou .list-area .cmttl span {
  display: inline-block;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .cmttl span {
    display: block;
  }
}

.pagetype-townguide-kasou .list-area .cmBtn {
  position: absolute;
  top: 5px;
  right: 0;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .cmBtn {
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }
}

.pagetype-townguide-kasou .list-area .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list {
    justify-content: space-between;
  }
}

.pagetype-townguide-kasou .list-area .list li {
  width: 32%;
  margin-right: 2%;
  text-align: left;
  position: relative;
}

.pagetype-townguide-kasou .list-area .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-townguide-kasou .list-area .list li.new::after {
  content: "new";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 10;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list li.new::after {
    font-size: 16px;
    line-height: 19px;
    top: 7px;
    left: 2px;
  }
}

.pagetype-townguide-kasou .list-area .list li.new::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #e61f25 transparent transparent transparent;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list li.new::before {
    border-width: 50px 50px 0 0;
  }
}

.pagetype-townguide-kasou .list-area .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-townguide-kasou .list-area .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-townguide-kasou .list-area .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-townguide-kasou .list-area .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-townguide-kasou .list-area .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-townguide-kasou .list-area .list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list li .about .date {
    font-size: 12px;
    line-height: 16px;
  }
}

.pagetype-townguide-kasou .list-area .list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list li .about .ttl {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-townguide-kasou .list-area .list li .about .place {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  margin-top: 5px;
  color: #006CBA;
}

.pagetype-townguide-kasou .list-area .list li .about .name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-townguide-kasou .list-area .list li .about .name {
    font-size: 12px;
    line-height: 18px;
  }
}

/* =========================================================
 shopguide
========================================================= */
.pagetype-shopguide {
  /* =========================================================
  .pagetype-shopguide
========================================================= */
}

.pagetype-shopguide section.main-box.fade-element.pd00 {
  padding-right: 0;
  padding-left: 0;
}

.pagetype-shopguide .serch-conts {
  position: relative;
  margin-bottom: 80px;
}

.pagetype-shopguide .serch-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts {
    margin-bottom: 50px;
  }
}

.pagetype-shopguide .serch-conts .cmttl {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .cmttl {
    margin-bottom: 20px;
  }
}

.pagetype-shopguide .serch-conts .tabBtn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.pagetype-shopguide .serch-conts .tabBtn-list li {
  width: 49%;
  color: #fff;
  border: 3px solid #F2F0EC;
  border-bottom: none;
  font-size: 16px;
  height: 54px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.pagetype-shopguide .serch-conts .tabBtn-list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
  position: relative;
}

.pagetype-shopguide .serch-conts .tabBtn-list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  display: inline-block;
  line-height: 17px;
}

.pagetype-shopguide .serch-conts .tabBtn-list li span b {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tabBtn-list li span b {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tabBtn-list li {
    font-size: 14px;
    line-height: 15px;
  }
}

.pagetype-shopguide .serch-conts .tabBtn-list li.tabActive {
  color: #555555;
  background: #F2F0EC;
  cursor: inherit;
}

.pagetype-shopguide .serch-conts .tab-area {
  display: none;
  opacity: 1;
  background: #F2F0EC;
  padding: 50px 10px;
}

.pagetype-shopguide .serch-conts .tab-area.tabActive {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area {
    border-top: none;
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li {
    width: 30%;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li:nth-child(1) a {
    background: #fff;
    border-radius: 40px;
  }
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li:nth-child(1) a span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li.current a {
    background: #006CBA;
    color: #fff;
  }
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li.current a span {
  background: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li.current a span {
    background: none;
  }
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li.current a span svg {
  fill: #fff;
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li a:hover {
  opacity: 1;
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li a:hover span {
  background: #006CBA;
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li a:hover span svg {
  fill: #fff;
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li span {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  transition: 0.4s;
  margin: 0 auto 5px auto;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li span {
    width: 75px;
    height: 75px;
  }
}

.pagetype-shopguide .serch-conts .tab-area01 .cate-list li span svg {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area01 .cate-list li span svg {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

.pagetype-shopguide .serch-conts .tab-area02 {
  padding: 50px;
  background: #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area02 {
    padding: 25px 20px;
  }
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area01 {
  position: relative;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area02 .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area02 .map-nav {
    display: block;
  }
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area02 .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li a.tgglBtn::after {
  transform: rotate(45deg);
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li a.tgglBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li .tgglArea {
  background: #004DA2;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
  z-index: 10;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li .tgglArea p {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li .tgglArea p a {
  display: block;
  transition: 0.4s;
  color: #fff;
  position: relative;
  padding: 20px;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li .tgglArea p a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li .tgglArea p a:hover::after {
  opacity: 0.4;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li .tgglArea p a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li > a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area02 {
  position: relative;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area02 .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area02 .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .tab-area02 .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-shopguide .serch-conts .tab-area02 .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-shopguide .serch-conts .form {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .form {
    margin-bottom: 30px;
  }
}

.pagetype-shopguide .serch-conts .form form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.pagetype-shopguide .serch-conts .form .input-txt {
  background: #F2F0EC;
  border: none;
  box-shadow: inherit;
  height: 60px;
  width: calc( 100% - 110px);
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .form .input-txt {
    height: 70px;
    width: calc( 100% - 75px);
    padding: 10px;
  }
  .pagetype-shopguide .serch-conts .form .input-txt::-webkit-input-placeholder {
    font-size: 12px;
  }
  .pagetype-shopguide .serch-conts .form .input-txt::-moz-placeholder {
    font-size: 12px;
  }
  .pagetype-shopguide .serch-conts .form .input-txt:-ms-input-placeholder {
    font-size: 12px;
  }
  .pagetype-shopguide .serch-conts .form .input-txt::-ms-input-placeholder {
    font-size: 12px;
  }
  .pagetype-shopguide .serch-conts .form .input-txt::placeholder {
    font-size: 12px;
  }
}

.pagetype-shopguide .serch-conts .form .input-submit {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border: none;
  border-radius: 0px;
  background: #006CBA;
  height: 60px;
  width: 100px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

.pagetype-shopguide .serch-conts .form .input-submit:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts .form .input-submit {
    width: 70px;
    height: 70px;
  }
}

.pagetype-shopguide .list-conts {
  margin-bottom: 50px;
}

.pagetype-shopguide .list-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts {
    margin-bottom: 25px;
  }
}

.pagetype-shopguide .list-conts .list-none-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #555555;
}

.pagetype-shopguide .list-conts .list-ttl {
  color: #006CBA;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pagetype-shopguide .list-conts .list-ttl .en {
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list-ttl .en {
    font-size: 14px;
  }
}

.pagetype-shopguide .list-conts .list-ttl span {
  display: block;
}

.pagetype-shopguide .list-conts .list-ttl span svg {
  fill: #006CBA;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list-ttl span svg {
    transform: scale(0.8);
    margin-bottom: -5px;
  }
}

.pagetype-shopguide .list-conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list {
    justify-content: space-between;
  }
}

.pagetype-shopguide .list-conts .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-shopguide .list-conts .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-shopguide .list-conts .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-shopguide .list-conts .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #E8E8E8;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-shopguide .list-conts .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-shopguide .list-conts .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-shopguide .list-conts .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-shopguide .list-conts .list li .about .cate {
  color: #A8A8A8;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list li .about .cate {
    font-size: 12px;
  }
}

.pagetype-shopguide .list-conts .list li .about .name {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list li .about .name {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-shopguide .list-conts .list li .about .nikotama {
  color: #006CBA;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list li .about .nikotama {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}

.pagetype-shopguide .list-conts .list li .about .place {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-conts .list li .about .place {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

.pagetype-shopguide .detail-conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
}

.pagetype-shopguide .detail-conts .thum {
  position: relative;
  overflow: hidden;
  width: 270px;
  border: 1px solid #E8E8E8;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .thum {
    position: absolute;
    top: 0;
    left: 20px;
    width: 110px;
  }
}

.pagetype-shopguide .detail-conts .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-shopguide .detail-conts .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-shopguide .detail-conts .about {
  width: calc( 100% - 310px);
  text-align: left;
  position: relative;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .about {
    width: 100%;
    padding-bottom: 0;
  }
}

.pagetype-shopguide .detail-conts .about .cate {
  color: #A8A8A8;
  font-size: 13px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .about .cate {
    width: calc(100% - 120px);
    margin-left: auto;
    font-size: 14px;
    line-height: 30px;
  }
}

.pagetype-shopguide .detail-conts .about .name {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .about .name {
    width: calc(100% - 120px);
    margin-left: auto;
    font-size: 24px;
    line-height: 34px;
    min-height: 80px;
    margin-bottom: 20px;
  }
}

.pagetype-shopguide .detail-conts .about .txt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .about .txt {
    display: none;
  }
}

.pagetype-shopguide .detail-conts .about .place {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .about .place {
    width: 48%;
    vertical-align: middle;
    margin-right: 2%;
    line-height: 16px;
  }
}

.pagetype-shopguide .detail-conts .about .place.sc {
  background: #004DA2;
}

.pagetype-shopguide .detail-conts .about .place.birdsmall {
  background: #8CC776;
}

.pagetype-shopguide .detail-conts .about .place.dogwood {
  background: #6D447C;
}

.pagetype-shopguide .detail-conts .about .place.plazamall {
  background: #F7B600;
}

.pagetype-shopguide .detail-conts .about .place.oakmall {
  background: #F39B7B;
}

.pagetype-shopguide .detail-conts .about .cmBtn {
  max-width: 290px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .about .cmBtn {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    position: inherit;
    bottom: inherit;
    right: inherit;
  }
}

.pagetype-shopguide .detail-conts .about .cmBtn span {
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts .about .cmBtn span {
    text-align: left;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 20px;
    z-index: 10;
    background: #fff;
    max-width: 110px;
    width: 84%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
  }
}

.pagetype-shopguide .detail-conts-bottom {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom {
    margin-bottom: 60px;
  }
}

.pagetype-shopguide .detail-conts-bottom .detail-slider {
  max-width: 540px;
  width: 47%;
  margin-bottom: 70px;
  float: left;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .detail-slider {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 55px;
  }
}

.pagetype-shopguide .detail-conts-bottom .detail-slider .slick-dots {
  bottom: -41px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .detail-slider .slick-dots {
    bottom: -39px;
  }
}

.pagetype-shopguide .detail-conts-bottom .detail-slider .slick-dots li.slick-active button:before {
  color: #006CBA;
}

.pagetype-shopguide .detail-conts-bottom .detail-slider .slick-dots li button:before {
  font-size: 25px;
  color: #E3E3E3;
  opacity: 1 !important;
}

.pagetype-shopguide .detail-conts-bottom .detail-slider .slick-prev, .pagetype-shopguide .detail-conts-bottom .detail-slider .slick-next {
  top: inherit;
  bottom: -45px;
  width: 35px;
}

.pagetype-shopguide .detail-conts-bottom .detail-slider .slick-prev {
  left: calc(50% - 140px);
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .detail-slider .slick-prev {
    left: calc(50% - 100px);
  }
}

.pagetype-shopguide .detail-conts-bottom .detail-slider .slick-next {
  right: calc(50% - 140px);
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .detail-slider .slick-next {
    right: calc(50% - 100px);
  }
}

.pagetype-shopguide .detail-conts-bottom .detail-slider li {
  position: relative;
  overflow: hidden;
}

.pagetype-shopguide .detail-conts-bottom .detail-slider li .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-shopguide .detail-conts-bottom .detail-slider li .slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-height: 100%;
}

.pagetype-shopguide .detail-conts-bottom .js-wright01 {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.pagetype-shopguide .detail-conts-bottom .sns-wrap {
  max-width: 540px;
  width: 47%;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .sns-wrap {
    max-width: 100%;
    width: 100%;
  }
}

.pagetype-shopguide .detail-conts-bottom .sns-wrap .sns {
  background: #F6F4F1;
  padding: 15px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .sns-wrap {
    margin-bottom: 10px;
  }
}

.pagetype-shopguide .detail-conts-bottom .sns-wrap .sns-read {
  color: #006CBA;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

.pagetype-shopguide .detail-conts-bottom .sns-wrap a {
  display: inline-block;
  vertical-align: middle;
  transition: 0.4s;
  margin: 0 10px;
}

.pagetype-shopguide .detail-conts-bottom .sns-wrap a img {
  width: 21px;
}

.pagetype-shopguide .detail-conts-bottom .detai-table {
  max-width: 560px;
  width: 50%;
  float: right;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .detai-table {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagetype-shopguide .detail-conts-bottom .detai-table tr td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  padding: 15px 10px;
}

.pagetype-shopguide .detail-conts-bottom .detai-table tr td a {
  text-decoration: underline;
}

.pagetype-shopguide .detail-conts-bottom .detai-table tr td:nth-child(1) {
  background: #F2F0EC;
  border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .detai-table tr td:nth-child(1) {
    width: 100px;
  }
}

.pagetype-shopguide .detail-conts-bottom .detai-table tr td:nth-child(2) {
  border-bottom: 1px solid #E3E3E3;
  text-align: left;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .detail-conts-bottom .detai-table tr td:nth-child(2) {
    padding-left: 15px;
  }
}

.pagetype-shopguide .detail-conts-bottom .detai-table tr:last-child td {
  border-bottom: none !important;
}

.pagetype-shopguide .list-area {
  padding: 60px 20px 0 20px;
  text-align: left;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area {
    padding: 35px 20px 60px 20px;
  }
  .pagetype-shopguide .list-area.shop-news {
    padding-bottom: 20px;
  }
}

.pagetype-shopguide .list-area .inner1160 {
  position: relative;
}

.pagetype-shopguide .list-area .bnr {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0 auto;
}

.pagetype-shopguide .list-area .bnr a {
  display: block;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .bnr {
    margin-top: 30px;
  }
}

.pagetype-shopguide .list-area::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  background: #F2F0EC;
  z-index: -1;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area::after {
    height: 205px;
  }
}

.pagetype-shopguide .list-area .cmttl {
  text-align: left;
  color: #006CBA;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .cmttl {
    margin-bottom: 20px;
    text-align: center;
  }
}

.pagetype-shopguide .list-area .cmttl span {
  display: inline-block;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .cmttl span {
    display: block;
  }
}

.pagetype-shopguide .list-area .cmBtn {
  position: absolute;
  top: 5px;
  right: 0;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .cmBtn {
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }
}

.pagetype-shopguide .list-area .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list {
    justify-content: space-between;
  }
}

.pagetype-shopguide .list-area .list li {
  width: 32%;
  margin-right: 2%;
  text-align: left;
  position: relative;
}

.pagetype-shopguide .list-area .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-shopguide .list-area .list li.new::after {
  content: "new";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 10;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list li.new::after {
    font-size: 16px;
    line-height: 19px;
    top: 7px;
    left: 2px;
  }
}

.pagetype-shopguide .list-area .list li.new::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #e61f25 transparent transparent transparent;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list li.new::before {
    border-width: 50px 50px 0 0;
  }
}

.pagetype-shopguide .list-area .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-shopguide .list-area .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-shopguide .list-area .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-shopguide .list-area .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-shopguide .list-area .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding-top: 3px;
  width: 85px;
  text-align: center;
  color: #006CBA;
}

.pagetype-shopguide .list-area .list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list li .about .date {
    font-size: 12px;
    line-height: 16px;
  }
}

.pagetype-shopguide .list-area .list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list li .about .ttl {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-shopguide .list-area .list li .about .place {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  margin-top: 5px;
  color: #006CBA;
}

.pagetype-shopguide .list-area .list li .about .name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .list-area .list li .about .name {
    font-size: 12px;
    line-height: 18px;
  }
}

.pagetype-shopguide .serch-conts-middle {
  margin: -40px 0 60px 0;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle {
    margin: -60px 0 40px 0;
    padding-top: 100px;
  }
}

.pagetype-shopguide .serch-conts-middle .inner {
  background: #004DA2;
  position: relative;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .inner {
    padding: 30px 20px;
  }
}

.pagetype-shopguide .serch-conts-middle .inner .place {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .inner .place {
    font-size: 24px;
    line-height: 34px;
  }
}

.pagetype-shopguide .serch-conts-middle .inner .place span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .inner .place span {
    font-size: 18px;
    margin-top: 10px;
  }
}

.pagetype-shopguide .serch-conts-middle .inner .place span::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 3px;
  background: #fff;
}

.pagetype-shopguide .serch-conts-middle .inner .place img {
  max-width: 295px;
  width: 100%;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .inner .place img {
    margin-bottom: 20px;
    max-width: 249px;
  }
}

.pagetype-shopguide .serch-conts-middle .inner .floor-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 830px;
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .inner .floor-list {
    margin-top: 30px;
    justify-content: space-between !important;
  }
}

.pagetype-shopguide .serch-conts-middle .inner .floor-list li {
  width: 24%;
  margin-right: calc(4% / 3);
  margin-bottom: 10px;
}

.pagetype-shopguide .serch-conts-middle .inner .floor-list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .inner .floor-list li {
    margin-right: 0 !important;
    width: 48%;
  }
}

.pagetype-shopguide .serch-conts-middle .inner .floor-list li a {
  display: block;
  background: #fff;
  color: #004DA2;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  padding: 15px 0;
  text-align: center;
  transition: 0.4s;
}

.pagetype-shopguide .serch-conts-middle .inner .floor-list li a::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 1px solid #004DA2;
  border-right: 1px solid #004DA2;
  transform: rotate(45deg);
}

.pagetype-shopguide .serch-conts-middle .map-detail {
  background: rgba(0, 77, 162, 0.1);
  padding: 60px 20px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .map-detail {
    padding: 30px 20px;
  }
}

.pagetype-shopguide .serch-conts-middle .map-detail .map-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 890px;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .map-detail .map-area {
    display: block;
    position: relative;
  }
}

.pagetype-shopguide .serch-conts-middle .map-detail .map-area .map-img {
  width: calc(100% - 105px);
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .map-detail .map-area .map-img {
    width: 100%;
  }
}

.pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon {
  color: #004DA2;
  position: relative;
  width: 100px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon {
    padding-left: 13px;
    width: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon img {
  width: 66px;
  position: absolute;
  top: -40px;
  left: -10px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon img {
    width: 33px;
    top: -17px;
    left: -5px;
  }
}

.pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon span {
  display: inline-block;
  line-height: 40px;
  border-bottom: 3px solid #004DA2;
  padding: 10px 10px 0 10px;
  font-size: 55px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon span {
    font-size: 18px;
    line-height: 22px;
    border-width: 2px;
    padding-bottom: 5px;
    font-size: 25px;
  }
}

.pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon span::after {
  content: "F";
  font-size: 40px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon span::after {
    font-size: 18px;
  }
}

.pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon span.b1f::after, .pagetype-shopguide .serch-conts-middle .map-detail .map-area .floor-icon span.B1F::after {
  display: none;
}

.pagetype-shopguide .serch-conts-middle .map-detail .zoomBtn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.pagetype-shopguide .serch-conts-middle .map-detail .zoomBtn a {
  display: block;
  position: relative;
  border: 1px solid #006CBA;
  color: #006CBA;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  transition: 0.4s;
}

.pagetype-shopguide .serch-conts-middle .map-detail .zoomBtn a .icon-click {
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.pagetype-shopguide .serch-conts-middle.birdsmall .inner {
  background: #8CC776;
}

.pagetype-shopguide .serch-conts-middle.birdsmall .inner .place img {
  max-width: 220px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle.birdsmall .inner .place img {
    max-width: 185px;
  }
}

.pagetype-shopguide .serch-conts-middle.birdsmall .inner .floor-list {
  justify-content: center;
}

.pagetype-shopguide .serch-conts-middle.birdsmall .inner .floor-list li:last-child {
  margin-right: 0;
}

.pagetype-shopguide .serch-conts-middle.birdsmall .inner .floor-list li a {
  color: #8CC776;
}

.pagetype-shopguide .serch-conts-middle.birdsmall .inner .floor-list li a::after {
  border-color: #8CC776;
}

.pagetype-shopguide .serch-conts-middle.birdsmall .map-detail {
  background: rgba(140, 199, 118, 0.1);
}

.pagetype-shopguide .serch-conts-middle.birdsmall .map-detail .map-area .floor-icon {
  color: #8CC776;
}

.pagetype-shopguide .serch-conts-middle.birdsmall .map-detail .map-area .floor-icon span {
  border-color: #8CC776;
}

.pagetype-shopguide .serch-conts-middle.dogwood .inner {
  background: #6D447C;
}

.pagetype-shopguide .serch-conts-middle.dogwood .inner .place img {
  max-width: 263px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle.dogwood .inner .place img {
    max-width: 224px;
  }
}

.pagetype-shopguide .serch-conts-middle.dogwood .inner .floor-list li a {
  color: #6D447C;
}

.pagetype-shopguide .serch-conts-middle.dogwood .inner .floor-list li a::after {
  border-color: #6D447C;
}

.pagetype-shopguide .serch-conts-middle.dogwood .map-detail {
  background: rgba(109, 68, 124, 0.1);
}

.pagetype-shopguide .serch-conts-middle.dogwood .map-detail .map-area .floor-icon {
  color: #6D447C;
}

.pagetype-shopguide .serch-conts-middle.dogwood .map-detail .map-area .floor-icon span {
  border-color: #6D447C;
}

.pagetype-shopguide .serch-conts-middle.oakmall .inner {
  background: #F39B7B;
}

.pagetype-shopguide .serch-conts-middle.oakmall .inner .place img {
  max-width: 198px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle.oakmall .inner .place img {
    max-width: 168px;
  }
}

.pagetype-shopguide .serch-conts-middle.oakmall .inner .floor-list {
  justify-content: center;
}

.pagetype-shopguide .serch-conts-middle.oakmall .inner .floor-list li:last-child {
  margin-right: 0;
}

.pagetype-shopguide .serch-conts-middle.oakmall .inner .floor-list li a {
  color: #F39B7B;
}

.pagetype-shopguide .serch-conts-middle.oakmall .inner .floor-list li a::after {
  border-color: #F39B7B;
}

.pagetype-shopguide .serch-conts-middle.oakmall .map-detail {
  background: rgba(243, 155, 123, 0.1);
}

.pagetype-shopguide .serch-conts-middle.oakmall .map-detail .map-area .floor-icon {
  color: #F39B7B;
}

.pagetype-shopguide .serch-conts-middle.oakmall .map-detail .map-area .floor-icon span {
  border-color: #F39B7B;
}

.pagetype-shopguide .serch-conts-middle.plazamall .inner {
  background: #F7B600;
}

.pagetype-shopguide .serch-conts-middle.plazamall .inner .place img {
  max-width: 223px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle.plazamall .inner .place img {
    max-width: 190px;
  }
}

.pagetype-shopguide .serch-conts-middle.plazamall .inner .floor-list {
  justify-content: center;
}

.pagetype-shopguide .serch-conts-middle.plazamall .inner .floor-list li:last-child {
  margin-right: 0;
}

.pagetype-shopguide .serch-conts-middle.plazamall .inner .floor-list li a {
  color: #F7B600;
}

.pagetype-shopguide .serch-conts-middle.plazamall .inner .floor-list li a::after {
  border-color: #F7B600;
}

.pagetype-shopguide .serch-conts-middle.plazamall .map-detail {
  background: rgba(247, 182, 0, 0.1);
}

.pagetype-shopguide .serch-conts-middle.plazamall .map-detail .map-area .floor-icon {
  color: #F7B600;
}

.pagetype-shopguide .serch-conts-middle.plazamall .map-detail .map-area .floor-icon span {
  border-color: #F7B600;
}

.pagetype-shopguide .serch-conts-middle.office .inner {
  background: #A8A8A8;
}

.pagetype-shopguide .serch-conts-middle.office .inner .place img {
  max-width: 154px;
}

@media (max-width: 768px) {
  .pagetype-shopguide .serch-conts-middle.office .inner .place img {
    max-width: 130px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .pagetype-shopguide .serch-conts-middle .inner .floor-list li {
    margin-right: 1%;
  }
  /* IE11 */
}

/* =========================================================
 restaurant
========================================================= */
.pagetype-restaurant {
  /* =========================================================
  pagetype-restaurant
========================================================= */
}

.pagetype-restaurant .breadcrumb-box {
  margin: 20px auto 80px auto;
}

@media (max-width: 768px) {
  .pagetype-restaurant .breadcrumb-box {
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}

.pagetype-restaurant .main-bnr {
  margin-top: 50px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .pagetype-restaurant .main-bnr {
    margin-top: 0;
    padding: 0;
  }
}

.pagetype-restaurant .main-bnr img {
  max-width: 1160px;
  margin: 0 auto;
}

.pagetype-restaurant .list-conts.dogwood-conts .list-ttl {
  color: #6D447C;
}

.pagetype-restaurant .list-conts.dogwood-conts .list-ttl::after {
  background: #6D447C;
}

.pagetype-restaurant .list-conts.oakmall-conts .list-ttl {
  color: #F39B7B;
}

.pagetype-restaurant .list-conts.oakmall-conts .list-ttl::after {
  background: #F39B7B;
}

.pagetype-restaurant .list-conts.birdsmall-conts .list-ttl {
  color: #8CC776;
}

.pagetype-restaurant .list-conts.birdsmall-conts .list-ttl::after {
  background: #8CC776;
}

.pagetype-restaurant .list-conts.plazamall-conts {
  margin-bottom: 0 !important;
}

.pagetype-restaurant .list-conts.plazamall-conts .list-ttl {
  color: #F7B600;
}

.pagetype-restaurant .list-conts.plazamall-conts .list-ttl::after {
  background: #F7B600;
}

.pagetype-restaurant .list-conts {
  margin-bottom: 50px;
}

.pagetype-restaurant .list-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts {
    margin-bottom: 25px;
  }
}

.pagetype-restaurant .list-conts .list-none-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #555555;
}

.pagetype-restaurant .list-conts .list-ttl {
  color: #004DA2;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}

.pagetype-restaurant .list-conts .list-ttl::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 100px;
  background: #004DA2;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list-ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}

.pagetype-restaurant .list-conts .list-ttl .en {
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list-ttl .en {
    font-size: 14px;
  }
}

.pagetype-restaurant .list-conts .list-ttl span {
  display: block;
}

.pagetype-restaurant .list-conts .list-ttl span svg {
  fill: #006CBA;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list-ttl span svg {
    transform: scale(0.8);
    margin-bottom: -5px;
  }
}

.pagetype-restaurant .list-conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list {
    justify-content: space-between;
  }
}

.pagetype-restaurant .list-conts .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-restaurant .list-conts .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-restaurant .list-conts .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-restaurant .list-conts .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #E8E8E8;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-restaurant .list-conts .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-restaurant .list-conts .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-restaurant .list-conts .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-restaurant .list-conts .list li .about .cate {
  color: #A8A8A8;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list li .about .cate {
    font-size: 12px;
  }
}

.pagetype-restaurant .list-conts .list li .about .name {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list li .about .name {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-restaurant .list-conts .list li .about .place {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-restaurant .list-conts .list li .about .place {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

/* =========================================================
 eventnews
========================================================= */
.pagetype-eventnews {
  /* =========================================================
  .pagetype-eventnews
========================================================= */
}

.pagetype-eventnews .date-ttl {
  color: #006CBA;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .date-ttl {
    margin-bottom: 10px;
  }
}

.pagetype-eventnews .date-ttl span {
  display: block;
}

.pagetype-eventnews .date-ttl .year {
  font-size: 30px;
  line-height: 55px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .date-ttl .year {
    font-size: 28px;
    line-height: 40px;
  }
}

.pagetype-eventnews .date-ttl .month {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .date-ttl .month {
    font-size: 18px;
    line-height: 26px;
  }
}

.pagetype-eventnews .date-ttl .month-int {
  font-size: 80px;
  line-height: 80px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .date-ttl .month-int {
    font-size: 60px;
    line-height: 60px;
  }
}

.pagetype-eventnews .list-none-txt {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-none-txt {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-eventnews .serch-area {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area {
    display: block;
    margin-bottom: 30px;
  }
}

.pagetype-eventnews .serch-area .serch-date {
  width: 48%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F2F0EC;
  z-index: 1000;
}

.pagetype-eventnews .serch-area .serch-date .calender {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}

.pagetype-eventnews .serch-area .serch-date .calender .container-calendar {
  background: #F2F0EC;
}

.pagetype-eventnews .serch-area .serch-date .today {
  width: 130px;
  background: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area .serch-date .today {
    width: 100px;
  }
}

.pagetype-eventnews .serch-area .serch-date .today a {
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}

.pagetype-eventnews .serch-area .serch-date .today a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -8px;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  width: 1px;
  background: #fff;
  transform: rotate(28deg);
}

.pagetype-eventnews .serch-area .serch-date .today span {
  color: #fff;
}

.pagetype-eventnews .serch-area .serch-date .today span.days {
  font-size: 40px;
  line-height: 70px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area .serch-date .today span.days {
    font-size: 30px;
  }
}

.pagetype-eventnews .serch-area .serch-date .today span.month {
  font-size: 18px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area .serch-date .today span.month {
    font-size: 14px;
  }
}

.pagetype-eventnews .serch-area .serch-date .choiceBtn {
  width: calc( 100% - 130px);
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area .serch-date .choiceBtn {
    width: calc( 100% - 100px);
  }
}

.pagetype-eventnews .serch-area .serch-date .choiceBtn::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #006CBA;
  border-right: 1px solid #006CBA;
  transform: rotate(45deg);
  transition: 0.4s;
}

.pagetype-eventnews .serch-area .serch-date .choiceBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-eventnews .serch-area .serch-date .choiceBtn span {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #006CBA;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area .serch-date .choiceBtn span {
    padding: 0 30px 0 5px;
  }
}

.pagetype-eventnews .serch-area .serch-date .choiceBtn span img {
  width: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area .serch-date {
    width: 100%;
  }
}

.pagetype-eventnews .serch-area .serch-cate {
  width: 48%;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-eventnews .serch-area .serch-cate {
    width: 100%;
    margin-top: 10px;
  }
}

.pagetype-eventnews .serch-area .serch-cate .tgglBtn {
  height: 70px;
  background: #F2F0EC;
  position: relative;
  cursor: pointer;
}

.pagetype-eventnews .serch-area .serch-cate .tgglBtn::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #006CBA;
  border-right: 1px solid #006CBA;
  transform: rotate(45deg);
  transition: 0.4s;
}

.pagetype-eventnews .serch-area .serch-cate .tgglBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-eventnews .serch-area .serch-cate .tgglBtn span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #006CBA;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-eventnews .serch-area .serch-cate .tgglBtn span img {
  width: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.pagetype-eventnews .serch-area .serch-cate .tgglArea {
  background: #F2F0EC;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.pagetype-eventnews .serch-area .serch-cate .tgglArea a {
  display: block;
  color: #006CBA;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #fff;
  padding: 15px 0;
  transition: 0.4s;
}

.pagetype-eventnews .list-area {
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area {
    padding: 0;
  }
}

.pagetype-eventnews .list-area .date-ttl {
  text-align: center;
  font-size: 34px;
  line-height: 42px;
  color: #006CBA;
  margin-bottom: 30px;
}

.pagetype-eventnews .list-area .date-ttl span {
  font-size: 18px;
  line-height: 22px;
  padding-left: 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .date-ttl span {
    font-size: 16px;
    line-height: 20px;
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .date-ttl {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
}

.pagetype-eventnews .list-area .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list {
    justify-content: space-between;
  }
}

.pagetype-eventnews .list-area .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-eventnews .list-area .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-eventnews .list-area .list li.new::after {
  content: "new";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 10;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li.new::after {
    font-size: 16px;
    line-height: 19px;
    top: 7px;
    left: 2px;
  }
}

.pagetype-eventnews .list-area .list li.new::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #e61f25 transparent transparent transparent;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li.new::before {
    border-width: 50px 50px 0 0;
  }
}

.pagetype-eventnews .list-area .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-eventnews .list-area .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-eventnews .list-area .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-eventnews .list-area .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-eventnews .list-area .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-eventnews .list-area .list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li .about .date {
    font-size: 12px;
    line-height: 16px;
  }
}

.pagetype-eventnews .list-area .list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li .about .ttl {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-eventnews .list-area .list li .about .facility {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li .about .facility {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

.pagetype-eventnews .list-area .list li .about .place {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  margin-top: 5px;
  color: #006CBA;
}

.pagetype-eventnews .list-area .list li .about .name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .list-area .list li .about .name {
    font-size: 12px;
    line-height: 18px;
  }
}

.pagetype-eventnews .detail-conts-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}

.pagetype-eventnews .detail-conts-bottom .detail-slider {
  max-width: 540px;
  width: 47%;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .detail-slider {
    max-width: 100%;
    width: 100%;
    margin-bottom: 55px;
  }
}

.pagetype-eventnews .detail-conts-bottom .detail-slider .slick-dots {
  bottom: -41px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .detail-slider .slick-dots {
    bottom: -39px;
  }
}

.pagetype-eventnews .detail-conts-bottom .detail-slider .slick-dots li.slick-active button:before {
  color: #006CBA;
}

.pagetype-eventnews .detail-conts-bottom .detail-slider .slick-dots li button:before {
  font-size: 25px;
  color: #E3E3E3;
  opacity: 1 !important;
}

.pagetype-eventnews .detail-conts-bottom .detail-slider .slick-prev, .pagetype-eventnews .detail-conts-bottom .detail-slider .slick-next {
  top: inherit;
  bottom: -45px;
  width: 35px;
}

.pagetype-eventnews .detail-conts-bottom .detail-slider .slick-prev {
  left: calc(50% - 140px);
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .detail-slider .slick-prev {
    left: calc(50% - 100px);
  }
}

.pagetype-eventnews .detail-conts-bottom .detail-slider .slick-next {
  right: calc(50% - 140px);
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .detail-slider .slick-next {
    right: calc(50% - 100px);
  }
}

.pagetype-eventnews .detail-conts-bottom .detail-slider li {
  position: relative;
  overflow: hidden;
}

.pagetype-eventnews .detail-conts-bottom .detail-slider li .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-eventnews .detail-conts-bottom .detail-slider li .slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-height: 100%;
}

.pagetype-eventnews .detail-conts-bottom .right {
  max-width: 560px;
  width: 50%;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right {
    max-width: 100%;
    width: 100%;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .about {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .about {
    padding-bottom: 0;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .about .sns {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .about .sns {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    margin-top: 20px;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .about .sns a {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: 0 10px;
  transition: 0.4s;
}

.pagetype-eventnews .detail-conts-bottom .right .about .sns a:first-child {
  margin-left: 0;
}

.pagetype-eventnews .detail-conts-bottom .right .about .sns a:last-child {
  margin-right: 0;
}

.pagetype-eventnews .detail-conts-bottom .right .about .cate {
  color: #006CBA;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-right: 120px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .about .cate {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .about .date {
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .about .name {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .about .name {
    width: 100%;
    margin-left: auto;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .about .txt {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-eventnews .detail-conts-bottom .right .about .link-list {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .about .link-list {
    margin-top: 10px;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .about .link-list li a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  display: inline-block;
  padding-right: 20px;
  transition: 0.4s;
  background: url("../images/common/icon_link.png") no-repeat center right;
  background-size: 14px;
}

.pagetype-eventnews .detail-conts-bottom .right .detai-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .detai-table {
    margin-top: 25px !important;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .detai-table tr td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  padding: 15px 10px;
}

.pagetype-eventnews .detail-conts-bottom .right .detai-table tr td a {
  text-decoration: underline;
}

.pagetype-eventnews .detail-conts-bottom .right .detai-table tr td:nth-child(1) {
  background: #F2F0EC;
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 170px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .detai-table tr td:nth-child(1) {
    width: 65px;
    line-height: 24px;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .detai-table tr td:nth-child(2) {
  border-bottom: 1px solid #E3E3E3;
  text-align: left;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .right .detai-table tr td:nth-child(2) {
    padding-left: 15px;
  }
}

.pagetype-eventnews .detail-conts-bottom .right .detai-table tr:last-child td {
  border-bottom: none !important;
}

.pagetype-eventnews .detail-conts-bottom .cmBtn {
  max-width: 290px;
  margin: 60px auto 0 auto;
}

@media (max-width: 768px) {
  .pagetype-eventnews .detail-conts-bottom .cmBtn {
    margin-top: 30px;
  }
}

.pagetype-eventnews .detail-conts-bottom .cmBtn span {
  width: 100%;
  font-size: 14px;
}

/* =========================================================
 shopnews
========================================================= */
.pagetype-shopnews {
  /* =========================================================
  .pagetype-shopnews
========================================================= */
}

.pagetype-shopnews section.main-box.fade-element.pd00 {
  padding-left: 0;
  padding-right: 0;
}

.pagetype-shopnews .serch-conts {
  position: relative;
  margin-bottom: 80px;
}

.pagetype-shopnews .serch-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts {
    margin-bottom: 50px;
  }
}

.pagetype-shopnews .serch-conts .cmttl {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .cmttl {
    margin-bottom: 20px;
  }
}

.pagetype-shopnews .serch-conts .tab-area {
  display: none;
  opacity: 1;
  background: #F2F0EC;
  padding: 50px 10px;
}

.pagetype-shopnews .serch-conts .tab-area.tabActive {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area {
    border-top: none;
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li {
    width: 30%;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li:nth-child(1) a {
    background: #fff;
    border-radius: 40px;
  }
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li:nth-child(1) a span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li.current a {
    background: #006CBA;
    color: #fff;
  }
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li.current a span {
  background: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li.current a span {
    background: none;
  }
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li.current a span svg {
  fill: #fff;
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li a:hover {
  opacity: 1;
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li a:hover span {
  background: #006CBA;
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li a:hover span svg {
  fill: #fff;
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li span {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  transition: 0.4s;
  margin: 0 auto 5px auto;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li span {
    width: 75px;
    height: 75px;
  }
}

.pagetype-shopnews .serch-conts .tab-area01 .cate-list li span svg {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area01 .cate-list li span svg {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

.pagetype-shopnews .serch-conts .tab-area02 {
  padding: 50px;
  background: #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 {
    padding: 25px 20px;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area01 {
  position: relative;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 .map-nav {
    display: block;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li a.map-area02active {
  opacity: 1 !important;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li a.map-area02active::after {
  transform: rotate(45deg);
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area02-wrap {
  margin-top: -150px;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 .map-area02-wrap {
    margin-top: -130px;
    padding-top: 130px;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area02 {
  position: relative;
  visibility: hidden;
  height: 0;
  transition: 0.4s;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area02.map-area02active {
  visibility: visible;
  height: auto;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-shopnews .serch-conts .tab-area02 .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-shopnews .serch-conts .tab-area02 .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-shopnews .list-conts {
  margin-bottom: 50px;
  position: relative;
}

.pagetype-shopnews .list-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts {
    margin-bottom: 25px;
  }
}

.pagetype-shopnews .list-conts .select-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 20px;
  width: 240px;
  height: 50px;
  transition: 0.4s;
}

.pagetype-shopnews .list-conts .select-wrap:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .select-wrap {
    position: inherit;
    top: inherit;
    right: inherit;
    left: inherit;
    margin: 0 auto 25px auto;
    width: 100%;
    height: 70px;
  }
}

.pagetype-shopnews .list-conts .select-wrap::after {
  content: " ";
  position: absolute;
  top: -8px;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #006CBA;
  border-left: 1px solid #006CBA;
  transform: rotate(-45deg);
  background: #fff;
  pointer-events: none;
  z-index: 20;
}

.pagetype-shopnews .list-conts .select-wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: calc(100% - 2.5px);
  background: #fff;
  pointer-events: none;
  z-index: 10;
}

.pagetype-shopnews .list-conts .select-wrap select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #fff;
  color: #006CBA;
  border: 1px solid #006CBA;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  padding: 0 20px;
  transition: 0.4s;
}

.pagetype-shopnews .list-conts .active-ttl {
  text-align: center;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #006CBA;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .active-ttl {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 34px;
  }
}

.pagetype-shopnews .list-conts .list-none-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #555555;
}

.pagetype-shopnews .list-conts .list-ttl {
  color: #006CBA;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pagetype-shopnews .list-conts .list-ttl .en {
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list-ttl .en {
    font-size: 14px;
  }
}

.pagetype-shopnews .list-conts .list-ttl span {
  display: block;
}

.pagetype-shopnews .list-conts .list-ttl span svg {
  fill: #006CBA;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list-ttl span svg {
    transform: scale(0.8);
    margin-bottom: -5px;
  }
}

.pagetype-shopnews .list-conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list {
    justify-content: space-between;
  }
}

.pagetype-shopnews .list-conts .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-shopnews .list-conts .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-shopnews .list-conts .list li.new::after {
  content: "new";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 10;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list li.new::after {
    font-size: 16px;
    line-height: 19px;
    top: 7px;
    left: 2px;
  }
}

.pagetype-shopnews .list-conts .list li.new::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #e61f25 transparent transparent transparent;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list li.new::before {
    border-width: 50px 50px 0 0;
  }
}

.pagetype-shopnews .list-conts .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-shopnews .list-conts .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-shopnews .list-conts .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-shopnews .list-conts .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-shopnews .list-conts .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-shopnews .list-conts .list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list li .about .date {
    font-size: 12px;
    line-height: 16px;
  }
}

.pagetype-shopnews .list-conts .list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list li .about .ttl {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-shopnews .list-conts .list li .about .place {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  margin-top: 5px;
  color: #006CBA;
}

.pagetype-shopnews .list-conts .list li .about .name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .list-conts .list li .about .name {
    font-size: 12px;
    line-height: 18px;
  }
}

.pagetype-shopnews .detail-conts-head {
  background: #F6F4F1;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
  text-align: left;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts-head {
    padding: 20px;
    margin-bottom: 25px;
    display: block;
  }
}

.pagetype-shopnews .detail-conts-head .shop-logo {
  width: 180px;
  position: relative;
  overflow: hidden;
}

.pagetype-shopnews .detail-conts-head .shop-logo a {
  display: block;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pagetype-shopnews .detail-conts-head .shop-logo .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts-head .shop-logo {
    width: 110px;
    float: left;
    margin-right: 15px;
  }
}

.pagetype-shopnews .detail-conts-head .about {
  width: calc(100% - 210px);
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts-head .about {
    width: auto;
  }
}

.pagetype-shopnews .detail-conts-head .about .place {
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
}

.pagetype-shopnews .detail-conts-head .about .place span {
  color: #fff;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
}

.pagetype-shopnews .detail-conts-head .about .place span b {
  font-weight: 400;
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
}

.pagetype-shopnews .detail-conts-head .about .place.sc {
  color: #004DA2;
}

.pagetype-shopnews .detail-conts-head .about .place.sc span b {
  background: #004DA2;
}

.pagetype-shopnews .detail-conts-head .about .place.birdsmall {
  color: #8CC776;
}

.pagetype-shopnews .detail-conts-head .about .place.birdsmall span b {
  background: #8CC776;
}

.pagetype-shopnews .detail-conts-head .about .place.dogwood {
  color: #6D447C;
}

.pagetype-shopnews .detail-conts-head .about .place.dogwood span b {
  background: #6D447C;
}

.pagetype-shopnews .detail-conts-head .about .place.plazamall {
  color: #F7B600;
}

.pagetype-shopnews .detail-conts-head .about .place.plazamall span b {
  background: #F7B600;
}

.pagetype-shopnews .detail-conts-head .about .place.oakmall {
  color: #F39B7B;
}

.pagetype-shopnews .detail-conts-head .about .place.oakmall span b {
  background: #F39B7B;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts-head .about .place {
    line-height: 16px;
    margin-bottom: 5px;
  }
  .pagetype-shopnews .detail-conts-head .about .place span {
    width: calc(100% - 125px);
    margin: 0 0 5px auto;
    display: block;
  }
  .pagetype-shopnews .detail-conts-head .about .place span b {
    padding: 3px 10px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-shopnews .detail-conts-head .about .place span b {
    padding: 9px 10px;
  }
}

.pagetype-shopnews .detail-conts-head .about .cate {
  font-size: 13px;
  line-height: 30px;
  color: #A8A8A8;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts-head .about .cate {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-shopnews .detail-conts-head .about .shop-name {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts-head .about .shop-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.pagetype-shopnews .detail-conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts {
    display: block;
    padding: 0;
  }
}

.pagetype-shopnews .detail-conts .left {
  width: calc(100% - 350px);
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .left {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.pagetype-shopnews .detail-conts .left .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  padding-right: 120px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .left .date {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    padding-right: 0;
  }
}

.pagetype-shopnews .detail-conts .left .detail-ttl {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .left .detail-ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}

.pagetype-shopnews .detail-conts .left .context {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-shopnews .detail-conts .left .context a {
  text-decoration: underline;
  transition: 0.4s;
}

.pagetype-shopnews .detail-conts .left .context ul, .pagetype-shopnews .detail-conts .left .context ul li {
  list-style: inherit;
}

.pagetype-shopnews .detail-conts .left .context ol, .pagetype-shopnews .detail-conts .left .context ol li {
  list-style: decimal;
}

.pagetype-shopnews .detail-conts .left .context ul, .pagetype-shopnews .detail-conts .left .context ol {
  padding-left: 20px;
}

.pagetype-shopnews .detail-conts .left .context img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.pagetype-shopnews .detail-conts .left .sns {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .left .sns {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    margin-top: 20px;
  }
}

.pagetype-shopnews .detail-conts .left .sns a {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: 0 10px;
  transition: 0.4s;
}

.pagetype-shopnews .detail-conts .left .sns a:first-child {
  margin-left: 0;
}

.pagetype-shopnews .detail-conts .left .sns a:last-child {
  margin-right: 0;
}

.pagetype-shopnews .detail-conts .right {
  width: 290px;
  background: #F6F4F1;
  padding: 40px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right {
    width: 100%;
    padding: 35px 20px 0 20px;
    background: none;
    position: relative;
  }
  .pagetype-shopnews .detail-conts .right::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background: #F2F0EC;
    z-index: -1;
  }
  .pagetype-shopnews .detail-conts .right .cmBtn {
    margin: 0 auto;
  }
}

.pagetype-shopnews .detail-conts .right .side-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #006CBA;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .side-ttl {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    font-weight: 300;
  }
}

.pagetype-shopnews .detail-conts .right .list {
  display: block;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: left;
  }
}

.pagetype-shopnews .detail-conts .right .list li {
  margin: 0 0 20px 0;
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-shopnews .detail-conts .right .list li.new::after {
  content: "new";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 10;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .list li.new::after {
    font-size: 16px;
    line-height: 19px;
    top: 7px;
    left: 2px;
  }
}

.pagetype-shopnews .detail-conts .right .list li.new::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #e61f25 transparent transparent transparent;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .list li.new::before {
    border-width: 50px 50px 0 0;
  }
}

.pagetype-shopnews .detail-conts .right .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-shopnews .detail-conts .right .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.pagetype-shopnews .detail-conts .right .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-shopnews .detail-conts .right .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-shopnews .detail-conts .right .list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .list li .about .date {
    font-size: 12px;
    line-height: 16px;
  }
}

.pagetype-shopnews .detail-conts .right .list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .list li .about .ttl {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-shopnews .detail-conts .right .list li .about .place {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  margin-top: 5px;
  color: #006CBA;
}

.pagetype-shopnews .detail-conts .right .list li .about .name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-shopnews .detail-conts .right .list li .about .name {
    font-size: 12px;
    line-height: 18px;
  }
}

/* =========================================================
 info
========================================================= */
.pagetype-info {
  /* =========================================================
  .pagetype-info
========================================================= */
}

.pagetype-info .info-area .info-list {
  text-align: left;
}

.pagetype-info .info-area .info-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 20px;
}

.pagetype-info .info-area .info-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .pagetype-info .info-area .info-list li {
    display: block;
    margin-bottom: 15px;
  }
}

.pagetype-info .info-area .info-list li .cate {
  display: inline-block;
  background: #006CBA;
  color: #fff;
  text-align: center;
  width: 85px;
  border-radius: 20px 20px 20px 0;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .pagetype-info .info-area .info-list li .cate {
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.pagetype-info .info-area .info-list li .date {
  padding-left: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #A8A8A8;
  text-decoration: none !important;
}

.pagetype-info .info-area .info-list li .txt {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .pagetype-info .info-area .info-list li .txt {
    line-height: 20px;
    width: 100%;
  }
}

.pagetype-info .info-area .info-list li a {
  transition: 0.4s;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.pagetype-info .info-area .info-list li a:hover {
  opacity: 1;
}

.pagetype-info .info-area .info-list li a:hover .txt {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pagetype-info .info-area .info-list li a {
    padding-bottom: 15px;
  }
}

.pagetype-info .detail-conts-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}

.pagetype-info .detail-conts-bottom .detail-slider {
  max-width: 540px;
  width: 47%;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .detail-slider {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
  }
}

.pagetype-info .detail-conts-bottom .detail-slider li {
  position: relative;
  overflow: hidden;
}

.pagetype-info .detail-conts-bottom .detail-slider li .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-info .detail-conts-bottom .detail-slider li .slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-height: 100%;
}

.pagetype-info .detail-conts-bottom .right {
  max-width: 560px;
  width: 50%;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right {
    max-width: 100%;
    width: 100%;
  }
}

.pagetype-info .detail-conts-bottom .right .about {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .about {
    padding-bottom: 0;
  }
}

.pagetype-info .detail-conts-bottom .right .about .sns {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .about .sns {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    margin-top: 20px;
  }
}

.pagetype-info .detail-conts-bottom .right .about .sns a {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  margin: 0 10px;
  transition: 0.4s;
}

.pagetype-info .detail-conts-bottom .right .about .sns a:first-child {
  margin-left: 0;
}

.pagetype-info .detail-conts-bottom .right .about .sns a:last-child {
  margin-right: 0;
}

.pagetype-info .detail-conts-bottom .right .about .cate {
  display: inline-block;
  background: #006CBA;
  color: #fff;
  text-align: center;
  width: 85px;
  border-radius: 20px 20px 20px 0;
  font-size: 12px;
  line-height: 25px;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.pagetype-info .detail-conts-bottom .right .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .about .date {
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
}

.pagetype-info .detail-conts-bottom .right .about .name {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .about .name {
    width: 100%;
    margin-left: auto;
    font-size: 24px;
    line-height: 34px;
  }
}

.pagetype-info .detail-conts-bottom .right .about .txt {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-info .detail-conts-bottom .right .about .link-list {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .about .link-list {
    margin-top: 10px;
  }
}

.pagetype-info .detail-conts-bottom .right .about .link-list li a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  display: inline-block;
  padding-right: 20px;
  transition: 0.4s;
  background: url("../images/common/icon_link.png") no-repeat center right;
  background-size: 14px;
}

.pagetype-info .detail-conts-bottom .right .detai-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .detai-table {
    margin-top: 25px;
  }
}

.pagetype-info .detail-conts-bottom .right .detai-table tr td {
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  padding: 15px 10px;
}

.pagetype-info .detail-conts-bottom .right .detai-table tr td a {
  text-decoration: underline;
}

.pagetype-info .detail-conts-bottom .right .detai-table tr td:nth-child(1) {
  background: #F2F0EC;
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 170px;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .detai-table tr td:nth-child(1) {
    width: 65px;
    line-height: 24px;
  }
}

.pagetype-info .detail-conts-bottom .right .detai-table tr td:nth-child(2) {
  border-bottom: 1px solid #E3E3E3;
  text-align: left;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .right .detai-table tr td:nth-child(2) {
    padding-left: 15px;
  }
}

.pagetype-info .detail-conts-bottom .right .detai-table tr:last-child td {
  border-bottom: none !important;
}

.pagetype-info .detail-conts-bottom .cmBtn {
  max-width: 290px;
  margin: 60px auto 0 auto;
}

@media (max-width: 768px) {
  .pagetype-info .detail-conts-bottom .cmBtn {
    margin-top: 30px;
  }
}

.pagetype-info .detail-conts-bottom .cmBtn span {
  width: 100%;
  font-size: 14px;
}

.pagetype-info .pager {
  border-top: none;
}

/* =========================================================
 recruit
========================================================= */
.pagetype-recruit {
  /* =========================================================
  .pagetype-recruit
========================================================= */
}

.pagetype-recruit section.main-box.fade-element {
  padding-left: 0;
  padding-right: 0;
}

.pagetype-recruit .recruit-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  padding: 50px;
  margin-bottom: 60px;
  background: #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-nav {
    display: block;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}

.pagetype-recruit .recruit-nav li {
  width: calc(33.3% - 10px);
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 15px 15px 0;
  transition: 0.4s;
}

.pagetype-recruit .recruit-nav li:nth-child(3n) {
  margin-right: 0;
}

.pagetype-recruit .recruit-nav li:nth-child(4), .pagetype-recruit .recruit-nav li:nth-child(5), .pagetype-recruit .recruit-nav li:nth-child(6) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-nav li {
    width: 100%;
    margin-bottom: 10px !important;
    font-size: 14px;
    line-height: 20px;
  }
  .pagetype-recruit .recruit-nav li:last-child {
    margin-bottom: 0 !important;
  }
}

.pagetype-recruit .recruit-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-recruit .recruit-nav li a.active::after {
  transform: rotate(45deg);
}

.pagetype-recruit .recruit-nav li .tgglArea {
  background: #004DA2;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
  z-index: 10;
}

.pagetype-recruit .recruit-nav li .tgglArea p {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-recruit .recruit-nav li .tgglArea p a {
  display: block;
  transition: 0.4s;
  color: #fff;
  position: relative;
  padding: 20px;
}

.pagetype-recruit .recruit-nav li .tgglArea p a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
}

.pagetype-recruit .recruit-nav li .tgglArea p a:hover::after {
  opacity: 0.4;
}

.pagetype-recruit .recruit-nav li .tgglArea p a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.pagetype-recruit .recruit-nav li > a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-recruit .recruit-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-recruit .recruit-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-recruit .recruit-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-recruit .recruit-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-recruit .recruit-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-recruit .recruit-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-recruit .recruit-conts {
  position: relative;
  z-index: 0;
  padding: 190px 20px 0 20px;
  margin-top: -140px;
  margin-bottom: 100px;
  z-index: 6;
  display: none;
  opacity: 0;
}

.pagetype-recruit .recruit-conts.active {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts {
    margin-bottom: 60px;
    padding-top: 160px;
  }
}

.pagetype-recruit .recruit-conts.dogwood {
  z-index: 5;
}

.pagetype-recruit .recruit-conts.oakmall {
  z-index: 4;
}

.pagetype-recruit .recruit-conts.birdsmall {
  z-index: 3;
}

.pagetype-recruit .recruit-conts.plazamall {
  margin-bottom: 0;
  z-index: 2;
}

.pagetype-recruit .recruit-conts::after {
  content: " ";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 280px;
  background: #004DA2;
  z-index: -1;
}

.pagetype-recruit .recruit-conts .re-ttl {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .re-ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.pagetype-recruit .recruit-conts .re-ttl img {
  max-width: 295px;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .re-ttl img {
    max-width: 245px;
    margin-bottom: 15px;
  }
}

.pagetype-recruit .recruit-conts .conts-in {
  background: #F2F0EC;
  padding: 40px 100px 40px 230px;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in {
    padding: 20px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .head {
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .head .logo {
  position: absolute;
  top: 0;
  left: -190px;
  overflow: hidden;
  width: 160px;
  display: block;
  transition: 0.4s;
  border-top: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .head .logo {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 35%;
  }
}

.pagetype-recruit .recruit-conts .conts-in .head .logo .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .head .side {
    width: 60%;
  }
}

.pagetype-recruit .recruit-conts .conts-in .head .side .place {
  color: #004DA2;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .head .side .place {
    line-height: 18px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .head .side .place span {
  display: inline-block;
  background: #004DA2;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .head .side .place span {
    display: block;
    margin: 0 0 5px 0;
    padding: 5px 10px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .head .side .cate {
  color: #A8A8A8;
  font-size: 13px;
  line-height: 30px;
}

.pagetype-recruit .recruit-conts .conts-in .head .side .cate a {
  color: #A8A8A8;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .head .side .cate {
    line-height: 18px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .shop-name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.pagetype-recruit .recruit-conts .conts-in .shop-name a {
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .shop-name {
    margin-bottom: 10px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .about-table {
  font-size: 14px;
  line-height: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .about-table {
    font-size: 13px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .about-table.hidden {
  display: none;
  opacity: 0;
}

.pagetype-recruit .recruit-conts .conts-in .about-table.hidden dt:nth-of-type(1) {
  border-top: 1px solid #E3E3E3;
}

.pagetype-recruit .recruit-conts .conts-in .about-table.hidden.active {
  display: flex;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

.pagetype-recruit .recruit-conts .conts-in .about-table dt {
  width: 120px;
  text-align: center;
  position: relative;
  background: #fff;
  border-top: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .about-table dt {
    width: 80px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .about-table dt:nth-of-type(1) {
  border-top: 1px solid #fff;
}

.pagetype-recruit .recruit-conts .conts-in .about-table dt span {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-recruit .recruit-conts .conts-in .about-table dd {
  width: calc(100% - 120px);
  padding: 22px 20px 22px 30px;
  border-top: 1px solid #fff;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .about-table dd {
    width: calc(100% - 80px);
    padding: 15px;
  }
}

.pagetype-recruit .recruit-conts .conts-in .moreBtn {
  border-top: 1px solid #fff;
  padding: 30px 230px 0 0;
  text-align: center;
}

.pagetype-recruit .recruit-conts .conts-in .moreBtn.active {
  border-top: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts .conts-in .moreBtn {
    padding: 15px 0 0 0;
  }
}

.pagetype-recruit .recruit-conts .conts-in .moreBtn span {
  display: inline-block;
  color: #006CBA;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}

.pagetype-recruit .recruit-conts .conts-in .moreBtn span:hover {
  opacity: 0.7;
}

.pagetype-recruit .recruit-conts .conts-in .moreBtn span::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #006CBA;
  border-left: 1px solid #006CBA;
  transform: rotate(-45deg);
  transition: 0.4s;
}

.pagetype-recruit .recruit-conts .conts-in .moreBtn.active span::after {
  transform: rotate(-225deg);
  top: 5px;
}

.pagetype-recruit .recruit-conts.dogwood .conts-in .head .side .place span,
.pagetype-recruit .recruit-conts.dogwood::after {
  background: #6D447C;
}

.pagetype-recruit .recruit-conts.oakmall .conts-in .head .side .place span,
.pagetype-recruit .recruit-conts.oakmall::after {
  background: #F39B7B;
}

.pagetype-recruit .recruit-conts.birdsmall .conts-in .head .side .place span,
.pagetype-recruit .recruit-conts.birdsmall::after {
  background: #8CC776;
}

.pagetype-recruit .recruit-conts.plazamall .conts-in .head .side .place span,
.pagetype-recruit .recruit-conts.plazamall::after {
  background: #F7B600;
}

.pagetype-recruit .recruit-conts.dogwood .re-ttl img {
  max-width: 283px;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts.dogwood .re-ttl img {
    max-width: 245px;
  }
}

.pagetype-recruit .recruit-conts.oakmall .re-ttl img {
  max-width: 212px;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts.oakmall .re-ttl img {
    max-width: 180px;
  }
}

.pagetype-recruit .recruit-conts.birdsmall .re-ttl img {
  max-width: 233px;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts.birdsmall .re-ttl img {
    max-width: 200px;
  }
}

.pagetype-recruit .recruit-conts.plazamall .re-ttl img {
  max-width: 237px;
}

@media (max-width: 768px) {
  .pagetype-recruit .recruit-conts.plazamall .re-ttl img {
    max-width: 205px;
  }
}

/* =========================================================
 cinema
========================================================= */
.pagetype-cinema {
  /* =========================================================
  .pagetype-cinema
========================================================= */
}

.pagetype-cinema section.main-box.fade-element {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: #003B87;
}

.pagetype-cinema .breadcrumb-box {
  margin: 0 auto !important;
  max-width: 1160px;
  padding: 0;
}

.pagetype-cinema .link-btn {
  max-width: 500px;
  margin: 0 auto;
}

.pagetype-cinema .link-btn a {
  display: block;
  border: 2px solid #FFF100;
  color: #FFF100;
  font-size: 20px;
  line-height: 16px;
  position: relative;
  transition: 0.4s;
  padding: 30px 0;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 768px) {
  .pagetype-cinema .link-btn a {
    font-size: 16px;
    line-height: 25px;
    padding: 25px 0;
  }
}

.pagetype-cinema .link-btn a:hover {
  color: #0B2C57;
  opacity: 1;
}

.pagetype-cinema .link-btn a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-right: 2px solid #FFF100;
  border-bottom: 2px solid #FFF100;
  transform: rotate(-45deg);
  transition: 0.4s;
}

.pagetype-cinema .link-btn a::before {
  content: " ";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFF100;
  transition: 0.4s;
  z-index: -1;
}

.pagetype-cinema .link-btn a:hover::after {
  border-color: #0B2C57;
}

.pagetype-cinema .link-btn a:hover::before {
  left: 0;
}

.pagetype-cinema .cinema-mv {
  background: url("../images/cinema/mv_bg02.jpg") top 0 center;
  background-size: auto 100%;
  padding: 60px 0 0 0;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-mv {
    background: none;
    padding: 0;
  }
}

.pagetype-cinema .cinema-mv .cinema-ttl {
  padding: 0 20px;
  background: url("../images/cinema/mv_bg.png") center;
  background-size: auto 100%;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-mv .cinema-ttl {
    padding: 0;
    background: none;
  }
}

.pagetype-cinema .cinema-mv .cinema-ttl img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-mv .cinema-ttl img {
    max-width: 100%;
  }
}

.pagetype-cinema .cinema-mv .cinema-read {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  padding: 20px 20px 50px 20px;
  background: #003B87;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-mv .cinema-read {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px 30px 20px;
  }
}

.pagetype-cinema .cinema-about {
  background: #0B2C57;
  padding: 60px 20px;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about {
    padding: 30px 20px;
  }
}

.pagetype-cinema .cinema-about .inner1020 {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.pagetype-cinema .cinema-about .about-ttl {
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about .about-ttl {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.pagetype-cinema .cinema-about .about-ttl span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  position: relative;
  padding-bottom: 15px;
}

.pagetype-cinema .cinema-about .about-ttl span::before {
  content: " ";
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}

.pagetype-cinema .cinema-about .about-ttl span::after {
  content: " ";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #0B2C57 transparent transparent transparent;
}

.pagetype-cinema .cinema-about .about-ttl img {
  max-width: 487px;
  margin: 0 auto 25px auto;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about .about-ttl img {
    margin-bottom: 20px;
  }
}

.pagetype-cinema .cinema-about .about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about .about-list {
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.pagetype-cinema .cinema-about .about-list li {
  width: 31%;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about .about-list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .pagetype-cinema .cinema-about .about-list li:last-child {
    margin-bottom: 0;
  }
}

.pagetype-cinema .cinema-about .link-btn a span {
  padding-left: 53px;
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about .link-btn a span {
    padding-left: 38px;
  }
}

.pagetype-cinema .cinema-about .link-btn a span::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 28px;
  background: url("../images/cinema/icon_movie.png") no-repeat center;
  background-size: cover;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about .link-btn a span::after {
    width: 29px;
    height: 24px;
  }
}

.pagetype-cinema .cinema-about .link-btn a span::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 28px;
  background: url("../images/cinema/icon_movie02.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-about .link-btn a span::before {
    width: 29px;
    height: 24px;
  }
}

.pagetype-cinema .cinema-about .link-btn a:hover span::after {
  opacity: 0;
}

.pagetype-cinema .cinema-reco {
  padding: 60px 20px 80px 20px;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco {
    padding: 45px 20px 60px 20px;
  }
}

.pagetype-cinema .cinema-reco .reco-ttl {
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .reco-ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}

.pagetype-cinema .cinema-reco .reco-ttl span {
  position: relative;
  display: inline-block;
  padding: 5px 40px;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .reco-ttl span {
    padding: 5px 8px;
  }
}

.pagetype-cinema .cinema-reco .reco-ttl span::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #fff;
  transform: rotate(-25deg);
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .reco-ttl span::after {
    left: -10px;
    transform: rotate(-15deg);
  }
}

.pagetype-cinema .cinema-reco .reco-ttl span::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #fff;
  transform: rotate(25deg);
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .reco-ttl span::before {
    right: -10px;
    transform: rotate(15deg);
  }
}

.pagetype-cinema .cinema-reco .w-clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .w-clmn {
    display: block;
    margin-bottom: 30px;
  }
}

.pagetype-cinema .cinema-reco .w-clmn.w-clmn02 {
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .w-clmn.w-clmn02 {
    flex-flow: inherit;
  }
}

.pagetype-cinema .cinema-reco .w-clmn.w-clmn02 .right {
  margin-left: 0;
  margin-right: -3%;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .w-clmn.w-clmn02 .right {
    margin-right: 0;
  }
}

.pagetype-cinema .cinema-reco .w-clmn .left {
  max-width: 600px;
  width: 52%;
  box-shadow: 10px 10px 0 #003B87;
  box-shadow: 10px 10px 0 #0B2C57;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .w-clmn .left {
    max-width: calc(100% - 10px);
    width: 100%;
  }
}

.pagetype-cinema .cinema-reco .w-clmn .right {
  max-width: 580px;
  width: 50%;
  background: #fff;
  padding: 50px 40px 40px 40px;
  position: relative;
  color: #003B87;
  font-size: 22px;
  line-height: 34px;
  margin-left: -3%;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .w-clmn .right {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 26px;
    padding: 45px 25px 25px 25px;
  }
}

.pagetype-cinema .cinema-reco .w-clmn .right span {
  width: 150px;
  text-align: center;
  background: #FFF100;
  font-size: 22px;
  position: absolute;
  top: -5px;
  left: -5px;
  padding-top: 6px;
}

@media (max-width: 768px) {
  .pagetype-cinema .cinema-reco .w-clmn .right span {
    font-size: 20px;
    width: 120px;
    padding: 10px 0 5px 0;
  }
}

.pagetype-cinema #serch-area {
  margin-top: -210px;
  padding-top: 210px;
}

@media (max-width: 768px) {
  .pagetype-cinema #serch-area {
    margin-top: -165px;
    padding-top: 165px;
  }
}

.pagetype-cinema .serch-area {
  max-width: 1280px;
  background: #fff;
  width: calc(100% - 40px);
  padding: 70px 20px 13vw 20px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area {
    padding: 45px 20px 23vw 20px;
    width: 100%;
  }
}

.pagetype-cinema .serch-area .sa-ttl {
  color: #003B87;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 40px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .sa-ttl {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.pagetype-cinema .serch-area .sa-ttl span {
  position: relative;
  display: inline-block;
  padding: 5px 40px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .sa-ttl span {
    padding: 5px 8px;
  }
}

.pagetype-cinema .serch-area .sa-ttl span::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #003B87;
  transform: rotate(-25deg);
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .sa-ttl span::after {
    left: -10px;
    transform: rotate(-20deg);
    height: 50%;
    top: inherit;
  }
}

.pagetype-cinema .serch-area .sa-ttl span::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #003B87;
  transform: rotate(25deg);
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .sa-ttl span::before {
    right: -10px;
    transform: rotate(20deg);
    height: 50%;
    top: inherit;
  }
}

.pagetype-cinema .serch-area .serch-on {
  background: #F2F0EC;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 40px auto;
  height: 70px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  color: #006CBA;
  cursor: pointer;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .serch-on {
    margin-bottom: 30px;
  }
}

.pagetype-cinema .serch-area .serch-on:hover {
  /*opacity: 0.7;*/
}

.pagetype-cinema .serch-area .serch-on span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.pagetype-cinema .serch-area .serch-on::after {
  content: " ";
  position: absolute;
  top: -10px;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #006CBA;
  border-right: 1px solid #006CBA;
  transition: 0.4s;
  transform: rotate(45deg);
}

.pagetype-cinema .serch-area .serch-on.active::after {
  transform: rotate(-135deg);
  top: 5px;
}

.pagetype-cinema .serch-area .wrap {
  display: none;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .wrap {
    margin-bottom: 30px;
  }
}

.pagetype-cinema .serch-area .tabBtn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.pagetype-cinema .serch-area .tabBtn-list li {
  width: 49%;
  border: 1px solid #F2F0EC;
  border-bottom: none;
  font-size: 16px;
  line-height: 54px;
  text-align: center;
  background: #FFF;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tabBtn-list li {
    font-size: 14px;
    line-height: 50px;
  }
}

.pagetype-cinema .serch-area .tabBtn-list li.tabActive {
  background: #F2F0EC;
  cursor: inherit;
}

.pagetype-cinema .serch-area .tab-area {
  display: none;
  opacity: 1;
  background: #F2F0EC;
  padding: 50px 10px;
}

.pagetype-cinema .serch-area .tab-area.tabActive {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area {
    border-top: none;
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area01 .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.pagetype-cinema .serch-area .tab-area01 .cate-list li {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area01 .cate-list li {
    width: 30%;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area01 .cate-list li {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area01 .cate-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagetype-cinema .serch-area .tab-area01 .cate-list li:nth-child(1) a {
    background: #fff;
    border-radius: 40px;
  }
  .pagetype-cinema .serch-area .tab-area01 .cate-list li:nth-child(1) a span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 60px;
  }
}

.pagetype-cinema .serch-area .tab-area01 .cate-list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-cinema .serch-area .tab-area01 .cate-list li a:hover {
  opacity: 1;
}

.pagetype-cinema .serch-area .tab-area01 .cate-list li a:hover span {
  background: #006CBA;
}

.pagetype-cinema .serch-area .tab-area01 .cate-list li a:hover span svg {
  fill: #fff;
}

.pagetype-cinema .serch-area .tab-area01 .cate-list li span {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  transition: 0.4s;
  margin: 0 auto 5px auto;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area01 .cate-list li span {
    width: 75px;
    height: 75px;
  }
}

.pagetype-cinema .serch-area .tab-area01 .cate-list li span svg {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area01 .cate-list li span svg {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

.pagetype-cinema .serch-area .tab-area02 {
  padding: 50px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area02 {
    padding: 25px 20px;
  }
}

.pagetype-cinema .serch-area .tab-area02 .map-area01 {
  position: relative;
}

.pagetype-cinema .serch-area .tab-area02 .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area02 .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-cinema .serch-area .tab-area02 .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-cinema .serch-area .tab-area02 .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-cinema .serch-area .tab-area02 .map-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin: 20px 0 5px 0;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area02 .map-nav {
    display: block;
  }
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li {
  width: calc(33.3% - 10px);
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 15px 15px 0;
  transition: 0.4s;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area02 .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li a.tgglBtn::after {
  transform: rotate(45deg);
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li a.tgglBtn.active::after {
  transform: rotate(-135deg);
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li .tgglArea {
  background: #004DA2;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
  z-index: 10;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li .tgglArea p {
  font-size: 14px;
  line-height: 24px;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li .tgglArea p a {
  display: block;
  transition: 0.4s;
  color: #fff;
  position: relative;
  padding: 20px;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li .tgglArea p a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li .tgglArea p a:hover::after {
  opacity: 0.4;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li .tgglArea p a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background: #fff;
  opacity: 0.3;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li > a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-cinema .serch-area .tab-area02 .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-cinema .serch-area .tab-area02 .map-area02 {
  position: relative;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area02 .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-cinema .serch-area .tab-area02 .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area02 .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-cinema .serch-area .tab-area02 .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .tab-area02 .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-cinema .serch-area .tab-area02 .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-cinema .serch-area .tab-area02 .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-cinema .serch-area .list-conts {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts {
    margin-bottom: 25px;
  }
  .pagetype-cinema .serch-area .list-conts:last-of-type {
    margin-bottom: 0;
  }
}

.pagetype-cinema .serch-area .list-conts .list-none-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #555555;
}

.pagetype-cinema .serch-area .list-conts .list-ttl {
  color: #006CBA;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pagetype-cinema .serch-area .list-conts .list-ttl .en {
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list-ttl .en {
    font-size: 14px;
  }
}

.pagetype-cinema .serch-area .list-conts .list-ttl span {
  display: block;
}

.pagetype-cinema .serch-area .list-conts .list-ttl span svg {
  fill: #006CBA;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list-ttl span svg {
    transform: scale(0.8);
    margin-bottom: -5px;
  }
}

.pagetype-cinema .serch-area .list-conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list {
    justify-content: space-between;
  }
}

.pagetype-cinema .serch-area .list-conts .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-cinema .serch-area .list-conts .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-cinema .serch-area .list-conts .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-cinema .serch-area .list-conts .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #E8E8E8;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-cinema .serch-area .list-conts .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-cinema .serch-area .list-conts .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-cinema .serch-area .list-conts .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-cinema .serch-area .list-conts .list li .about .cate {
  color: #A8A8A8;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li .about .cate {
    font-size: 12px;
  }
}

.pagetype-cinema .serch-area .list-conts .list li .about .name {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li .about .name {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-cinema .serch-area .list-conts .list li .about .place {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li .about .place {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

.pagetype-cinema .serch-area .list-conts .list li .about .special-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li .about .special-txt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}

.pagetype-cinema .serch-area .list-conts .list li .about .detail-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li .about .detail-txt {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

.pagetype-cinema .serch-area .list-conts .list li .about .special-name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
  color: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-cinema .serch-area .list-conts .list li .about .special-name {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

/* =========================================================
 special
========================================================= */
.pagetype-special {
  /* =========================================================
  .pagetype-special
========================================================= */
}

.pagetype-special .breadcrumb-box {
  margin: 0 auto !important;
  max-width: 1160px;
  padding: 0;
}

@media (max-width: 768px) {
  .pagetype-special .breadcrumb-box {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-special section.main-box.fade-element {
    padding-left: 0;
    padding-right: 0;
  }
}

.pagetype-special .mv-special {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .pagetype-special .mv-special {
    margin-bottom: 30px;
  }
}

.pagetype-special .mv-special .read-img {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .pagetype-special .mv-special .read-img {
    margin-bottom: 30px;
  }
}

.pagetype-special .mv-special .read-txt {
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-special .mv-special .read-txt {
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

.pagetype-special .serch-conts {
  position: relative;
  margin-bottom: 80px;
}

.pagetype-special .serch-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
  }
}

.pagetype-special .serch-conts .cmttl {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .cmttl {
    margin-bottom: 20px;
  }
}

.pagetype-special .serch-conts .tab-area {
  display: none;
  opacity: 1;
  background: #F2F0EC;
  padding: 50px 10px;
}

.pagetype-special .serch-conts .tab-area.tabActive {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area {
    border-top: none;
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.pagetype-special .serch-conts .tab-area01 .cate-list li {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list li {
    width: 30%;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list li {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagetype-special .serch-conts .tab-area01 .cate-list li:nth-child(1) a {
    background: #fff;
    border-radius: 40px;
  }
  .pagetype-special .serch-conts .tab-area01 .cate-list li:nth-child(1) a span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list li.current a {
    background: #006CBA;
    color: #fff;
  }
}

.pagetype-special .serch-conts .tab-area01 .cate-list li.current a span {
  background: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list li.current a span {
    background: none;
  }
}

.pagetype-special .serch-conts .tab-area01 .cate-list li.current a span svg {
  fill: #fff;
}

.pagetype-special .serch-conts .tab-area01 .cate-list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-special .serch-conts .tab-area01 .cate-list li a:hover {
  opacity: 1;
}

.pagetype-special .serch-conts .tab-area01 .cate-list li a:hover span {
  background: #006CBA;
}

.pagetype-special .serch-conts .tab-area01 .cate-list li a:hover span svg {
  fill: #fff;
}

.pagetype-special .serch-conts .tab-area01 .cate-list li span {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  transition: 0.4s;
  margin: 0 auto 5px auto;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list li span {
    width: 75px;
    height: 75px;
  }
}

.pagetype-special .serch-conts .tab-area01 .cate-list li span svg {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area01 .cate-list li span svg {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

.pagetype-special .serch-conts .tab-area02 {
  padding: 50px;
  background: #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 {
    padding: 25px 20px;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-area01 {
  position: relative;
}

.pagetype-special .serch-conts .tab-area02 .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-special .serch-conts .tab-area02 .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-special .serch-conts .tab-area02 .map-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 .map-nav {
    display: block;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-nav li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-special .serch-conts .tab-area02 .map-nav li a.map-area02active {
  opacity: 1 !important;
}

.pagetype-special .serch-conts .tab-area02 .map-nav li a.map-area02active::after {
  transform: rotate(45deg);
}

.pagetype-special .serch-conts .tab-area02 .map-nav li a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-special .serch-conts .tab-area02 .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-special .serch-conts .tab-area02 .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-special .serch-conts .tab-area02 .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-special .serch-conts .tab-area02 .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-special .serch-conts .tab-area02 .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-special .serch-conts .tab-area02 .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-special .serch-conts .tab-area02 .map-area02-wrap {
  margin-top: -150px;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 .map-area02-wrap {
    margin-top: -130px;
    padding-top: 130px;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-area02 {
  position: relative;
  visibility: hidden;
  height: 0;
  transition: 0.4s;
}

.pagetype-special .serch-conts .tab-area02 .map-area02.map-area02active {
  visibility: visible;
  height: auto;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-special .serch-conts .tab-area02 .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-special .serch-conts .tab-area02 .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-special .serch-conts .tab-area02 .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-special .list-conts {
  margin-bottom: 50px;
  position: relative;
}

.pagetype-special .list-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts {
    width: calc(100% - 40px);
    margin: 0 auto 25px auto;
  }
  .pagetype-special .list-conts:last-of-type {
    margin-bottom: 0;
  }
}

.pagetype-special .list-conts .select-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 20px;
  width: 240px;
  height: 50px;
  transition: 0.4s;
}

.pagetype-special .list-conts .select-wrap:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .select-wrap {
    position: inherit;
    top: inherit;
    right: inherit;
    left: inherit;
    margin: 0 auto 25px auto;
    width: 100%;
    height: 70px;
  }
}

.pagetype-special .list-conts .select-wrap::after {
  content: " ";
  position: absolute;
  top: -8px;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #006CBA;
  border-left: 1px solid #006CBA;
  transform: rotate(-45deg);
  background: #fff;
  pointer-events: none;
  z-index: 20;
}

.pagetype-special .list-conts .select-wrap::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: calc(100% - 2.5px);
  background: #fff;
  pointer-events: none;
  z-index: 10;
}

.pagetype-special .list-conts .select-wrap select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #fff;
  color: #006CBA;
  border: 1px solid #006CBA;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  padding: 0 20px;
  transition: 0.4s;
}

.pagetype-special .list-conts .active-ttl {
  text-align: center;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #006CBA;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .active-ttl {
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 34px;
  }
}

.pagetype-special .list-conts .list-none-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #555555;
}

.pagetype-special .list-conts .list-ttl {
  color: #006CBA;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pagetype-special .list-conts .list-ttl .en {
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list-ttl .en {
    font-size: 14px;
  }
}

.pagetype-special .list-conts .list-ttl span {
  display: block;
}

.pagetype-special .list-conts .list-ttl span svg {
  fill: #006CBA;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list-ttl span svg {
    transform: scale(0.8);
    margin-bottom: -5px;
  }
}

.pagetype-special .list-conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list {
    justify-content: space-between;
  }
}

.pagetype-special .list-conts .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-special .list-conts .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-special .list-conts .list li.new::after {
  content: "new";
  position: absolute;
  top: 8px;
  left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 10;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list li.new::after {
    font-size: 16px;
    line-height: 19px;
    top: 7px;
    left: 2px;
  }
}

.pagetype-special .list-conts .list li.new::before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #e61f25 transparent transparent transparent;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list li.new::before {
    border-width: 50px 50px 0 0;
  }
}

.pagetype-special .list-conts .list li a {
  display: block;
  height: 100%;
  transition: 0.4s;
}

.pagetype-special .list-conts .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-special .list-conts .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-special .list-conts .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-special .list-conts .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-special .list-conts .list li .about .date {
  color: #A8A8A8;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list li .about .date {
    font-size: 12px;
    line-height: 16px;
  }
}

.pagetype-special .list-conts .list li .about .ttl {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list li .about .ttl {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-special .list-conts .list li .about .place {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 44px;
  margin-top: 5px;
  color: #006CBA;
}

.pagetype-special .list-conts .list li .about .name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 50px;
}

@media (max-width: 768px) {
  .pagetype-special .list-conts .list li .about .name {
    font-size: 12px;
    line-height: 18px;
  }
}

/* =========================================================
 feature
========================================================= */
.pagetype-feature {
  /* =========================================================
  .pagetype-feature
========================================================= */
}

.pagetype-feature .breadcrumb-box {
  margin: 0 auto !important;
  max-width: 1160px;
  padding: 0;
}

@media (max-width: 768px) {
  .pagetype-feature .breadcrumb-box {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-feature section.main-box.fade-element {
    padding-left: 0;
    padding-right: 0;
  }
}

.pagetype-feature .mv-special {
  margin-bottom: 45px;
}

@media (max-width: 768px) {
  .pagetype-feature .mv-special {
    margin-bottom: 30px;
  }
}

.pagetype-feature .mv-special .read-img {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .pagetype-feature .mv-special .read-img {
    margin-bottom: 30px;
  }
}

.pagetype-feature .mv-special .read-txt {
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-feature .mv-special .read-txt {
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

.pagetype-feature .serch-conts {
  position: relative;
  margin-bottom: 80px;
}

.pagetype-feature .serch-conts.mb00 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts {
    width: calc(100% - 40px);
    margin: 0 auto 50px auto;
  }
}

.pagetype-feature .serch-conts .cmttl {
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .cmttl {
    margin-bottom: 20px;
  }
}

.pagetype-feature .serch-conts .tab-area {
  display: none;
  opacity: 1;
  background: #F2F0EC;
  padding: 50px 10px;
}

.pagetype-feature .serch-conts .tab-area.tabActive {
  display: block;
  -webkit-animation: fadeIn 0.4s linear forwards;
  animation: fadeIn 0.4s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area {
    border-top: none;
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list li {
    width: 30%;
    display: block;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list li {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .pagetype-feature .serch-conts .tab-area01 .cate-list li:nth-child(1) a {
    background: #fff;
    border-radius: 40px;
  }
  .pagetype-feature .serch-conts .tab-area01 .cate-list li:nth-child(1) a span {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list li.current a {
    background: #006CBA;
    color: #fff;
  }
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li.current a span {
  background: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list li.current a span {
    background: none;
  }
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li.current a span svg {
  fill: #fff;
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li a:hover {
  opacity: 1;
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li a:hover span {
  background: #006CBA;
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li a:hover span svg {
  fill: #fff;
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li span {
  background: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  transition: 0.4s;
  margin: 0 auto 5px auto;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list li span {
    width: 75px;
    height: 75px;
  }
}

.pagetype-feature .serch-conts .tab-area01 .cate-list li span svg {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  fill: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area01 .cate-list li span svg {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}

.pagetype-feature .serch-conts .tab-area02 {
  padding: 50px;
  background: #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 {
    padding: 25px 20px;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-area01 {
  position: relative;
}

.pagetype-feature .serch-conts .tab-area02 .map-area01 .mapBtn-one {
  max-width: 100px;
  position: absolute;
  top: 56%;
  left: 43.5%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 .map-area01 .mapBtn-one {
    max-width: auto;
    position: absolute;
    top: 16%;
    left: 51.5%;
    transform: translateY(-50%) translateX(-50%);
    width: 28%;
    cursor: pointer;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-area01 .clickable-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-feature .serch-conts .tab-area02 .map-area01 .clickable-map.mapActive {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-feature .serch-conts .tab-area02 .map-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin: 20px 0 10px 0;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 .map-nav {
    display: block;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 .map-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li a.map-area02active {
  opacity: 1 !important;
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li a.map-area02active::after {
  transform: rotate(45deg);
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li:nth-child(3) a {
  background: #F39B7B;
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li:nth-child(4) a {
  background: #8CC776;
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li:nth-child(5) a {
  background: #F7B600;
}

.pagetype-feature .serch-conts .tab-area02 .map-nav li:nth-child(6) a {
  background: #A8A8A8;
}

.pagetype-feature .serch-conts .tab-area02 .map-area02-wrap {
  margin-top: -150px;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 .map-area02-wrap {
    margin-top: -130px;
    padding-top: 130px;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-area02 {
  position: relative;
  visibility: hidden;
  height: 0;
  transition: 0.4s;
}

.pagetype-feature .serch-conts .tab-area02 .map-area02.map-area02active {
  visibility: visible;
  height: auto;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 .map-area02 img.pc-img {
    display: none;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-area02 img.sp-img {
  display: none;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 .map-area02 img.sp-img {
    display: block;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-area02 .circleBtn {
  border-radius: 100%;
  position: absolute;
  top: 18.5%;
  left: 44.8%;
  transform: translateY(-50%) translateX(-50%);
  width: 8.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .pagetype-feature .serch-conts .tab-area02 .map-area02 .circleBtn {
    top: 10.5%;
    left: 50%;
    width: 25%;
  }
}

.pagetype-feature .serch-conts .tab-area02 .map-area02 .c-map {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(40px);
  transition: 0.4s;
}

.pagetype-feature .serch-conts .tab-area02 .map-area02 .c-map.mapActive02 {
  visibility: visible;
  -webkit-animation: fadeIn 0.1s linear forwards;
  animation: fadeIn 0.1s linear forwards;
  transform: translateY(0px);
}

.pagetype-feature .list-conts {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts {
    width: calc(100% - 40px);
    margin: 0 auto 25px auto;
  }
  .pagetype-feature .list-conts:last-of-type {
    margin-bottom: 0;
  }
}

.pagetype-feature .list-conts .list-none-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #555555;
}

.pagetype-feature .list-conts .list-ttl {
  color: #006CBA;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pagetype-feature .list-conts .list-ttl .en {
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list-ttl .en {
    font-size: 14px;
  }
}

.pagetype-feature .list-conts .list-ttl span {
  display: block;
}

.pagetype-feature .list-conts .list-ttl span svg {
  fill: #006CBA;
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list-ttl span svg {
    transform: scale(0.8);
    margin-bottom: -5px;
  }
}

.pagetype-feature .list-conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list {
    justify-content: space-between;
  }
}

.pagetype-feature .list-conts .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-feature .list-conts .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-feature .list-conts .list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-feature .list-conts .list li a.out-link {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li a.out-link {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}

.pagetype-feature .list-conts .list li a.out-link span {
  text-decoration: underline;
  display: inline-block;
  padding-right: 25px;
  background: url("../images/common/icon_link.png") no-repeat center right;
  background-size: 15px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li a.out-link span {
    padding-right: 18px;
    background: url("../images/common/icon_link.png") no-repeat center right 5px;
    background-size: 12px;
  }
}

.pagetype-feature .list-conts .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #E8E8E8;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li .thum {
    margin-bottom: 9px;
  }
}

.pagetype-feature .list-conts .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-feature .list-conts .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-feature .list-conts .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-feature .list-conts .list li .about .cate {
  color: #A8A8A8;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li .about .cate {
    font-size: 12px;
  }
}

.pagetype-feature .list-conts .list li .about .name {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li .about .name {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-feature .list-conts .list li .about .place {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A8A8A8;
  max-height: 43px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li .about .place {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

.pagetype-feature .list-conts .list li .about .detail-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li .about .detail-txt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}

.pagetype-feature .list-conts .list li .about .special-name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
  color: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-feature .list-conts .list li .about .special-name {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

/* =========================================================
 futakoza
========================================================= */
.pagetype-futakoza {
  /* =========================================================
  .pagetype-futakoza
========================================================= */
}

.pagetype-futakoza .breadcrumb-box {
  margin: 0 auto !important;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .breadcrumb-box {
    padding: 0 20px;
  }
}

.pagetype-futakoza section.main-box.fade-element {
  padding-left: 0;
  padding-right: 0;
}

.pagetype-futakoza .futa-ttl {
  max-width: 339px;
  width: 100%;
  margin: 0 auto;
}

.pagetype-futakoza .mv {
  background: #4AB3C1;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .mv {
    padding-bottom: 30px;
  }
}

.pagetype-futakoza .mv .w-clm {
  max-width: 1000px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: flex-end;
  margin: -6% auto 0 auto;
}

@media (max-width: 768px) {
  .pagetype-futakoza .mv .w-clm {
    display: block;
    padding: 0 20px;
    margin-top: -10%;
  }
}

.pagetype-futakoza .mv .w-clm li:nth-child(1) {
  max-width: 295px;
  width: 33%;
}

@media (max-width: 768px) {
  .pagetype-futakoza .mv .w-clm li:nth-child(1) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagetype-futakoza .mv .w-clm li:nth-child(2) {
  width: 66%;
}

@media (max-width: 768px) {
  .pagetype-futakoza .mv .w-clm li:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}

.pagetype-futakoza .cms-txt {
  background: #E2F4F7;
  text-align: left;
  padding: 30px 20px;
}

.pagetype-futakoza .cms-txt.mb70 {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .cms-txt.mb70 {
    margin-bottom: 30px;
  }
}

.pagetype-futakoza .cms-txt p {
  color: #4AB3C1;
  font-size: 18px;
  line-height: 30px;
  max-width: 1020px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-futakoza .cms-txt p {
    font-size: 16px;
    line-height: 30px;
  }
}

.pagetype-futakoza .info-conts {
  background: #4AB3C1;
  padding: 50px 20px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .info-conts {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.pagetype-futakoza .info-conts .futa-ttl {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .info-conts .futa-ttl {
    margin-bottom: 25px;
  }
}

.pagetype-futakoza .info-conts .w-clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  align-items: center;
}

@media (max-width: 768px) {
  .pagetype-futakoza .info-conts .w-clmn {
    display: block;
  }
}

.pagetype-futakoza .info-conts .w-clmn li:nth-child(1) {
  max-width: 280px;
  width: 28%;
  background: #fff;
  position: relative;
  border-radius: 100%;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-futakoza .info-conts .w-clmn li:nth-child(1) {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
}

.pagetype-futakoza .info-conts .w-clmn li:nth-child(1) span {
  display: inline-block;
  width: 100%;
  position: absolute;
  min-width: 215px;
  top: 50%;
  left: 50%;
  font-weight: 600;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  color: #4AB3C1;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

@media (max-width: 768px) {
  .pagetype-futakoza .info-conts .w-clmn li:nth-child(1) span {
    top: 33%;
  }
}

.pagetype-futakoza .info-conts .w-clmn li:nth-child(1)::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  right: -18px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 27px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 768px) {
  .pagetype-futakoza .info-conts .w-clmn li:nth-child(1)::after {
    display: none;
  }
}

.pagetype-futakoza .info-conts .w-clmn li:nth-child(2) {
  max-width: 670px;
  min-width: 520px;
  width: 66%;
  overflow: hidden;
}

.pagetype-futakoza .info-conts .w-clmn li:nth-child(2) iframe.sp-visible {
  display: none;
}

.pagetype-futakoza .info-conts .w-clmn li:nth-child(2) iframe {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-futakoza .info-conts .w-clmn li:nth-child(2) {
    min-width: inherit;
    width: 100%;
    max-width: 270px;
    margin: -110px auto 0 auto;
    position: relative;
    z-index: 10;
  }
  .pagetype-futakoza .info-conts .w-clmn li:nth-child(2) iframe.pc-visible {
    display: none;
  }
  .pagetype-futakoza .info-conts .w-clmn li:nth-child(2) iframe.sp-visible {
    display: block;
  }
}

.pagetype-futakoza .list-conts {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts {
    margin: 0 auto 25px auto;
  }
  .pagetype-futakoza .list-conts:last-of-type {
    margin-bottom: 0;
  }
}

.pagetype-futakoza .list-conts .list-none-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #555555;
}

.pagetype-futakoza .list-conts .futa-ttl {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .futa-ttl {
    margin-bottom: 20px;
  }
}

.pagetype-futakoza .list-conts .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list {
    justify-content: space-between;
  }
}

.pagetype-futakoza .list-conts .list li {
  width: 32%;
  margin: 0 2% 40px 0;
  text-align: left;
  position: relative;
}

.pagetype-futakoza .list-conts .list li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li {
    width: 48%;
    margin: 0 0 25px 0 !important;
  }
}

.pagetype-futakoza .list-conts .list li a {
  display: block;
  transition: 0.4s;
}

.pagetype-futakoza .list-conts .list li a.out-link {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li a.out-link {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}

.pagetype-futakoza .list-conts .list li a.out-link span {
  text-decoration: underline;
  display: inline-block;
  padding-right: 25px;
  background: url("../images/common/icon_link.png") no-repeat center right;
  background-size: 15px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li a.out-link span {
    padding-right: 18px;
    background: url("../images/common/icon_link.png") no-repeat center right 5px;
    background-size: 12px;
  }
}

.pagetype-futakoza .list-conts .list li .thum {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #E8E8E8;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li .thum {
    margin-bottom: 7px;
  }
}

.pagetype-futakoza .list-conts .list li .thum .fill-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.6;
}

.pagetype-futakoza .list-conts .list li .thum .thum-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.pagetype-futakoza .list-conts .list li .thum .cate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F2F0EC;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  padding: 3px 10px 0 10px;
  text-align: center;
  color: #006CBA;
}

.pagetype-futakoza .list-conts .list li .about .shop-name {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  color: #4AB3C1;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li .about .shop-name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
}

.pagetype-futakoza .list-conts .list li .about .limit {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #A8A8A8;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li .about .limit {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}

.pagetype-futakoza .list-conts .list li .about .detail-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li .about .detail-txt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
}

.pagetype-futakoza .list-conts .list li .about .special-name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 43px;
  color: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-futakoza .list-conts .list li .about .special-name {
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    max-height: 55px;
    margin-top: 5px;
  }
}

/* =========================================================
 notfound
========================================================= */
.pagetype-notfound {
  /* =========================================================
  .pagetype-notfound
========================================================= */
}

.pagetype-notfound .box-inner {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .pagetype-notfound .box-inner {
    padding-top: 40px;
  }
}

.pagetype-notfound .box-inner .nt-ttl {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-notfound .box-inner .nt-ttl {
    margin-bottom: 35px;
  }
}

.pagetype-notfound .box-inner .nt-ttl span {
  display: block;
  font-weight: 400;
  color: #006CBA;
}

.pagetype-notfound .box-inner .nt-ttl span.head {
  font-size: 16px;
  line-height: 26px;
}

.pagetype-notfound .box-inner .nt-ttl span.mid {
  font-size: 50px;
  line-height: 61px;
  font-weight: 300;
  margin: 20px 0 5px 0;
}

@media (max-width: 768px) {
  .pagetype-notfound .box-inner .nt-ttl span.mid {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .pagetype-notfound .box-inner .nt-ttl span.mid {
    font-size: 45px;
    line-height: 50px;
  }
}

.pagetype-notfound .box-inner .nt-ttl span.bt {
  font-size: 16px;
  line-height: 19px;
}

.pagetype-notfound .box-inner .inner700 {
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  margin: 0 auto 50px auto;
  max-width: 700px;
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-notfound .box-inner .inner700 {
    margin-bottom: 35px;
  }
}

.pagetype-notfound .box-inner .inner700 span {
  color: #006CBA;
}

.pagetype-notfound .box-inner .cmBtn {
  margin: 0 auto;
  max-width: 290px;
}

.pagetype-notfound .box-inner .cmBtn a b {
  left: 16%;
  transform: translateY(-50%) translateX(-94%) scale(-1, 1);
}

/* =========================================================
 sitemap
========================================================= */
.pagetype-sitemap {
  /* =========================================================
  pagetype-sitemap
========================================================= */
}

.pagetype-sitemap .sitemap-wrap {
  padding: 60px 0 120px 0;
}

@media (max-width: 768px) {
  .pagetype-sitemap .sitemap-wrap {
    padding: 0;
  }
}

.pagetype-sitemap .sitemap-list-wrap {
  background: #F2F0EC;
  padding: 60px 20px;
  margin: 0 auto 60px auto;
}

@media (max-width: 768px) {
  .pagetype-sitemap .sitemap-list-wrap {
    padding: 35px 0;
    margin-bottom: 35px;
  }
}

.pagetype-sitemap .inner750 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-sitemap .inner750 {
    max-width: 100%;
  }
}

.pagetype-sitemap .sitemap-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-sitemap .sitemap-list {
    padding: 0 20px;
    display: block;
  }
}

.pagetype-sitemap .sitemap-list li {
  width: 32%;
  margin: 0 2% 30px 0;
}

.pagetype-sitemap .sitemap-list li.hutako {
  width: 66%;
}

@media (max-width: 768px) {
  .pagetype-sitemap .sitemap-list li.hutako {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pagetype-sitemap .sitemap-list li {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .pagetype-sitemap .sitemap-list li:last-child {
    margin-bottom: 0 !important;
  }
}

.pagetype-sitemap .sitemap-list li:last-child, .pagetype-sitemap .sitemap-list li:nth-child(3n) {
  margin-right: 0;
}

.pagetype-sitemap .sitemap-list li a {
  font-size: 14px;
  line-height: 26px;
  transition: 0.4s;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-sitemap .sitemap-list li a {
    font-size: 16px;
  }
}

.pagetype-sitemap .sitemap-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.pagetype-sitemap .sitemap-list01 li a {
  color: #006CBA;
  font-size: 16px;
}

@media (max-width: 768px) {
  .pagetype-sitemap .sitemap-list01 li a {
    font-size: 18px;
  }
}

.pagetype-sitemap .sitemap-list li:nth-last-of-type(1),
.pagetype-sitemap .sitemap-list li:nth-last-of-type(2),
.pagetype-sitemap .sitemap-list li:nth-last-of-type(3) {
  margin-bottom: 0;
}

/* =========================================================
 terms
========================================================= */
.pagetype-terms {
  /* =========================================================
  pagetype-terms
========================================================= */
}

.pagetype-terms .terms-cints {
  text-align: left;
}

.pagetype-terms .terms-cints a {
  text-decoration: underline;
}

.pagetype-terms .terms-cints .txt {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

.pagetype-terms .terms-cints .txt.mb50 {
  margin-bottom: 50px;
}

.pagetype-terms .terms-cints .txt a.bt-line {
  text-decoration: underline;
}

.pagetype-terms .terms-cints .txt a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pagetype-terms .terms-cints .txt .line {
    text-decoration: underline;
  }
}

.pagetype-terms .terms-cints .tr-ttl {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #006CBA;
  margin-bottom: 5px;
}

.pagetype-terms .terms-cints .terms-logo {
  max-width: 170px;
  margin: 20px 0;
}

/* =========================================================
 mediaguide
========================================================= */
.pagetype-mediaguide {
  /* =========================================================
  .pagetype-mediaguide
========================================================= */
}

.pagetype-mediaguide .mg-conts {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-conts {
    padding: 0 0 60px 0;
  }
  .pagetype-mediaguide .mg-conts:last-of-type {
    padding: 0;
  }
}

.pagetype-mediaguide .mg-ttl {
  font-size: 28px;
  line-height: 30px;
  color: #006CBA;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-ttl {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.pagetype-mediaguide .mg-link-wrap {
  background: #F2F0EC;
  padding: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap {
    padding: 30px 20px;
  }
}

.pagetype-mediaguide .mg-link-wrap .cmBtn {
  margin: 0 auto 40px auto;
  max-width: 280px;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .cmBtn {
    margin-bottom: 30px;
  }
}

.pagetype-mediaguide .mg-link-wrap .cmBtn span {
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .cmBtn span {
    font-size: 14px;
  }
}

.pagetype-mediaguide .mg-link-wrap .W-clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li {
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .W-clmn li {
    width: 100%;
    margin-bottom: 30px;
  }
  .pagetype-mediaguide .mg-link-wrap .W-clmn li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .W-clmn li.spmb00 {
    margin-bottom: 0 !important;
  }
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .W-clmn li img {
    margin-bottom: 15px;
  }
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li .read {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .W-clmn li .read {
    min-height: auto !important;
    height: auto !important;
  }
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li .read span {
  font-size: 16px;
  color: #006CBA;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb {
  border-collapse: collapse;
  border-top: 1px solid #fff;
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb th, .pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb td {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  padding: 20px;
  border-bottom: 1px solid #fff;
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb th span, .pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb td span {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb th {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  border-color: #F2F0EC;
  width: 90px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb th {
    width: 70px;
  }
}

.pagetype-mediaguide .mg-link-wrap .W-clmn li .mg-tb tr:last-child th {
  border-color: #fff;
}

.pagetype-mediaguide .mg-link-wrap .mg-ttl {
  color: #006CBA;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .mg-ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.pagetype-mediaguide .mg-link-wrap .mg-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .mg-link-list {
    display: block;
  }
}

.pagetype-mediaguide .mg-link-wrap .mg-link-list.mg-link-list02 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .mg-link-list.mg-link-list02 {
    margin-top: 20px;
  }
}

.pagetype-mediaguide .mg-link-wrap .mg-link-list.mg-link-list02 li {
  width: 32%;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .mg-link-list.mg-link-list02 li {
    width: 100%;
  }
}

.pagetype-mediaguide .mg-link-wrap .mg-link-list li {
  width: 49%;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .mg-link-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .pagetype-mediaguide .mg-link-wrap .mg-link-list li:last-child {
    margin-bottom: 0;
  }
}

.pagetype-mediaguide .mg-link-wrap .mg-link-list li a {
  display: block;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  background: #fff;
  padding: 30px 10px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .mg-link-list li a {
    position: relative;
    font-size: 14px;
    padding: 0;
    height: 70px;
  }
}

.pagetype-mediaguide .mg-link-wrap .mg-link-list li a span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .mg-link-list li a span {
    min-width: 120px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.pagetype-mediaguide .mg-link-wrap .mg-link-list li a span b {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.pagetype-mediaguide .mg-link-wrap .bt-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 0;
  border: 1px solid #555555;
  margin: 40px 0 70px 0;
}

.pagetype-mediaguide .mg-link-wrap .bt-txt:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .bt-txt {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.pagetype-mediaguide .mg-link-wrap .bt-txt dt {
  width: 180px;
  text-align: center;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .bt-txt dt {
    width: 100%;
  }
}

.pagetype-mediaguide .mg-link-wrap .bt-txt dd {
  display: block;
  width: calc(100% - 180px);
  padding: 20px;
  text-align: left;
  border-left: 1px solid #555555;
}

.pagetype-mediaguide .mg-link-wrap .bt-txt dd a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .mg-link-wrap .bt-txt dd {
    width: 100%;
    border-top: 1px solid #555555;
    border-left: none;
    padding: 10px 0 0 0;
    margin-top: 10px;
  }
}

.pagetype-mediaguide .bt-link {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.pagetype-mediaguide .bt-link a {
  display: block;
  background: #F2F0EC;
  position: relative;
  height: 90px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-mediaguide .bt-link a {
    height: 80px;
  }
}

.pagetype-mediaguide .bt-link a img {
  max-width: 225px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-mediaguide .bt-link a img {
    width: 54%;
    left: 48%;
  }
}

.pagetype-mediaguide .bt-link a b {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: 94%;
  transform: translateY(-50%) translateX(-94%) scale(1.4);
}

@media (max-width: 768px) {
  .pagetype-mediaguide .bt-link a b {
    transform: translateY(-50%) translateX(-94%) scale(1.1);
  }
}

.pagetype-mediaguide .bt-link a .icon-arrow {
  stroke: #006cba;
  transition: 0.4s;
}

/* =========================================================
 card
========================================================= */
.pagetype-card {
  /* =========================================================
  .pagetype-card
========================================================= */
}

.pagetype-card .card-conts .card-ttl {
  max-width: 910px;
  width: 100%;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .card-ttl {
    margin-bottom: 20px;
    max-width: 355px;
  }
}

.pagetype-card .card-conts .read {
  background: #F2F2F2;
  font-size: 20px;
  line-height: 24px;
  padding: 28px 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .read {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}

.pagetype-card .card-conts .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .about {
    display: block;
    margin-bottom: 30px;
  }
}

.pagetype-card .card-conts .about li {
  max-width: 570px;
  width: 49%;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 10px 20px 20px 20px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .about li {
    max-width: 100%;
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 3.5vw;
    line-height: 6vw;
  }
  .pagetype-card .card-conts .about li:last-child {
    margin-top: 20px;
  }
}

.pagetype-card .card-conts .about li img {
  max-width: 530px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .about li img {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.pagetype-card .card-conts .txt-list {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .txt-list {
    margin-bottom: 30px;
  }
}

.pagetype-card .card-conts .txt-list dt {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.pagetype-card .card-conts .txt-list dd {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}

.pagetype-card .card-conts .txt-list dd:last-of-type {
  margin-bottom: 0;
}

.pagetype-card .card-conts .txt-list dd span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.pagetype-card .card-conts .bt-link-wrap {
  background: #F2F2F2;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap {
    padding: 20px;
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link {
    max-width: 100%;
    display: block;
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li {
  width: 49%;
  position: relative;
  height: 80px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link li {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #EA8EB7;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li a span {
  width: calc(100% - 60px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link li a span {
    width: calc(100% - 40px);
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(2) {
    margin-bottom: 20px;
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(2) a {
  background: #004DA2;
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(3) {
  width: 100%;
  height: 100px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(3) {
    height: 90px;
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(3) a {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  background: #FE7205;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(3) a {
    font-size: 18px;
    line-height: 24px;
  }
}

.pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(3) a::after {
  width: 20px;
  height: 20px;
  right: 35px;
}

@media (max-width: 768px) {
  .pagetype-card .card-conts .bt-link-wrap .bt-link li:nth-child(3) a::after {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}

.pagetype-card_rakuten {
  /* =========================================================
  .pagetype-card
========================================================= */
}

.pagetype-card_rakuten .card-conts .card-ttl {
  max-width: 910px;
  width: 100%;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .card-ttl {
    margin-bottom: 20px;
    max-width: 355px;
  }
}

.pagetype-card_rakuten .card-conts .read {
  background: #F2F2F2;
  font-size: 20px;
  line-height: 24px;
  padding: 28px 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .read {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}

.pagetype-card_rakuten .card-conts .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .about {
    display: block;
    margin-bottom: 30px;
  }
}

.pagetype-card_rakuten .card-conts .about li {
  max-width: 570px;
  width: 49%;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .about li {
    max-width: 100%;
    width: 100%;
  }
  .pagetype-card_rakuten .card-conts .about li:last-child {
    margin-top: 20px;
  }
}

.pagetype-card_rakuten .card-conts .txt-list {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .txt-list {
    margin-bottom: 30px;
  }
}

.pagetype-card_rakuten .card-conts .txt-list dt {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.pagetype-card_rakuten .card-conts .txt-list dd {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}

.pagetype-card_rakuten .card-conts .txt-list dd:last-of-type {
  margin-bottom: 0;
}

.pagetype-card_rakuten .card-conts .txt-list dd span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.pagetype-card_rakuten .card-conts .bt-link-wrap {
  background: #F2F2F2;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap {
    padding: 20px;
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link {
    max-width: 100%;
    display: block;
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li {
  width: 49%;
  position: relative;
  height: 80px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #EA8EB7;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li a span {
  width: calc(100% - 60px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li a span {
    width: calc(100% - 40px);
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(2) {
    margin-bottom: 20px;
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(2) a {
  background: #004DA2;
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(3) {
  width: 100%;
  height: 100px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(3) {
    height: 90px;
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(3) a {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  background: #BF0000;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(3) a {
    font-size: 18px;
    line-height: 24px;
  }
}

.pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(3) a::after {
  width: 20px;
  height: 20px;
  right: 35px;
}

@media (max-width: 768px) {
  .pagetype-card_rakuten .card-conts .bt-link-wrap .bt-link li:nth-child(3) a::after {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}

/* =========================================================
 access
========================================================= */
.pagetype-access {
  /* =========================================================
  .pagetype-access
========================================================= */
}

.pagetype-access table {
  text-align: left;
  border-collapse: collapse;
}

.pagetype-access table td, .pagetype-access table th {
  border: solid 1px #dcdcdc;
  padding: 20px 10px 20px 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-access table td, .pagetype-access table th {
    padding: 20px 15px;
    min-width: 95px;
  }
}

.pagetype-access table td.top-w02, .pagetype-access table th.top-w02 {
  border-top: 2px solid #dcdcdc;
}

.pagetype-access table th {
  background: #E4EFF7;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .pagetype-access table th {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetype-access table th.bt-w {
  border-bottom: 1px solid #fff;
}

.pagetype-access table th.bt-none {
  border-bottom: none;
}

.pagetype-access table th.top-w {
  border-top: 1px solid #fff;
}

.pagetype-access table th.right-w {
  border-right: 1px solid #fff;
}

.pagetype-access table th.th2,
.pagetype-access table tr:nth-child(1) th {
  font-size: 14px;
  line-height: 20px;
}

.pagetype-access .inner-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-access .inner-link {
    margin-bottom: 50px;
  }
}

.pagetype-access .inner-link li {
  width: 23%;
}

@media (max-width: 768px) {
  .pagetype-access .inner-link li {
    width: 100%;
    margin-bottom: 10px;
  }
  .pagetype-access .inner-link li:last-child {
    margin-bottom: 0;
  }
}

.pagetype-access .inner-link li a {
  display: block;
  height: 80px;
  transition: 0.4s;
  background: #F2F0EC;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetype-access .inner-link li a {
    height: 70px;
    text-align: left;
  }
}

.pagetype-access .inner-link li a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(45deg);
  border-right: 1px solid #006CBA;
  border-bottom: 1px solid #006CBA;
}

.pagetype-access .inner-link li a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}

@media (max-width: 768px) {
  .pagetype-access .inner-link li a span {
    width: 100%;
    padding-left: 90px;
  }
}

.pagetype-access .inner-link li a b {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-access .inner-link li a b {
    left: 35px;
  }
}

.pagetype-access .inner-link li a b::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
}

.pagetype-access .access-map {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-access .access-map {
    margin-bottom: 50px;
  }
}

.pagetype-access .access-map .ac-read {
  background: #F2F0EC;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 30px;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-access .access-map .ac-read {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
}

.pagetype-access .access-conts {
  margin: -170px auto 70px auto;
  padding-top: 170px;
}

.pagetype-access .access-conts b {
  font-weight: 500;
}

.pagetype-access .access-conts#cycle .tb-notice {
  font-size: 14px;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts {
    margin: -130px auto 50px auto;
    padding-top: 130px;
  }
}

.pagetype-access .access-conts .txt {
  font-size: 16px;
  line-height: 24px;
}

.pagetype-access .access-conts .ac-ttl {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 35px;
  position: relative;
  padding: 70px 0 20px 0;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts .ac-ttl {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}

.pagetype-access .access-conts .ac-ttl::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 4px;
  background: #006CBA;
  border-radius: 20px;
}

.pagetype-access .access-conts .ac-ttl b {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts .ac-ttl b {
    transform: translateX(-50%) scale(1.3);
  }
}

.pagetype-access .access-conts .ac-ttl b::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #F2F0EC;
}

.pagetype-access .access-conts p.read {
  font-size: 22px;
  line-height: 30px;
  color: #006CBA;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts p.read {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
}

.pagetype-access .access-conts .tb-notice {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts .tb-notice {
    margin-bottom: 50px;
  }
}

.pagetype-access .access-conts#car .tb-sp01,
.pagetype-access .access-conts#car .tb-01 {
  margin-bottom: 20px;
}

.pagetype-access .access-conts#car .read-sub {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#car .read-sub {
    margin-bottom: 20px;
  }
}

.pagetype-access .access-conts#car .tb-02 {
  margin-bottom: 60px;
}

.pagetype-access .access-conts#car .tb-02 th {
  width: 35%;
}

.pagetype-access .access-conts#car .tb-02 tr td:last-child {
  width: 30%;
}

.pagetype-access .access-conts#car .tb-02 span {
  font-size: 12px;
}

.pagetype-access .access-conts#car .tb-02 span.blue {
  color: #006CBA;
  font-weight: bold;
}

.pagetype-access .access-conts#car .tb-02 a {
  font-size: 12px;
  text-decoration: underline;
  transition: 0.4s;
}

.pagetype-access .access-conts#car .tb-sp02 {
  margin-bottom: 50px;
}

.pagetype-access .access-conts#car .tb-sp02.mb20 {
  margin-bottom: 20px;
}

.pagetype-access .access-conts#car .tb-sp02 th {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.pagetype-access .access-conts#car .tb-sp02 span {
  font-size: 12px;
}

.pagetype-access .access-conts#car .tb-sp02 span.blue {
  color: #006CBA;
  font-weight: bold;
}

.pagetype-access .access-conts#car .tb-sp02 a {
  font-size: 12px;
  text-decoration: underline;
}

.pagetype-access .access-conts#car .tb-sp02 small {
  display: block;
  margin-top: 10px;
}

.pagetype-access .access-conts#car .about-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#car .about-list {
    display: block;
  }
}

.pagetype-access .access-conts#car .about-list li {
  padding: 35px 40px;
  font-size: 14px;
  line-height: 24px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#car .about-list li {
    padding: 30px 20px;
    margin-bottom: 20px;
    border: none !important;
    grid-area: inherit !important;
  }
  .pagetype-access .access-conts#car .about-list li:last-child {
    margin-bottom: 0;
  }
}

.pagetype-access .access-conts#car .about-list li .cap {
  font-size: 22px;
  line-height: 24px;
  color: #006CBA;
  margin-bottom: 25px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#car .about-list li .cap {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.pagetype-access .access-conts#car .about-list li span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.pagetype-access .access-conts#car .about-list li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.pagetype-access .access-conts#car .about-list li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
  border-left: 10px solid #fff;
}

.pagetype-access .access-conts#car .about-list li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
}

.pagetype-access .access-conts#car .about-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#car .about-list02 {
    display: block;
  }
}

.pagetype-access .access-conts#car .about-list02 li {
  width: calc(50% - 10px);
  padding: 35px;
  font-size: 14px;
  line-height: 24px;
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#car .about-list02 li {
    margin-top: 10px;
    width: 100%;
    padding: 30px 20px;
  }
}

.pagetype-access .access-conts#car .about-list02 li .cap {
  font-size: 22px;
  line-height: 24px;
  color: #006CBA;
  margin-bottom: 25px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#car .about-list02 li .cap {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.pagetype-access .access-conts#car .about-list02 li span {
  color: #FF0000;
  font-weight: 600;
}

.pagetype-access .access-conts#car .about-list02 li small {
  font-size: 12px;
}

.pagetype-access .access-conts#bike .tb-sp01,
.pagetype-access .access-conts#bike .tb-01, .pagetype-access .access-conts#cycle .tb-sp01,
.pagetype-access .access-conts#cycle .tb-01 {
  margin-bottom: 20px;
}

.pagetype-access .access-conts#bike .tb-sp01.mb00,
.pagetype-access .access-conts#bike .tb-01.mb00, .pagetype-access .access-conts#cycle .tb-sp01.mb00,
.pagetype-access .access-conts#cycle .tb-01.mb00 {
  margin-bottom: 0;
}

.pagetype-access .access-conts#bike .tb-sp01 b,
.pagetype-access .access-conts#bike .tb-01 b, .pagetype-access .access-conts#cycle .tb-sp01 b,
.pagetype-access .access-conts#cycle .tb-01 b {
  font-weight: 500;
}

.pagetype-access .access-conts#cycle .bt-txt {
  background: #F5F5F5;
  padding: 35px 20px;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#cycle .bt-txt {
    padding: 25px;
    text-align: left;
  }
}

.pagetype-access .access-conts#cycle .bt-txt .read {
  margin-bottom: 20px;
}

.pagetype-access .access-conts#cycle .bt-txt .bt-read-sub {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .pagetype-access .access-conts#cycle .tb-notice {
    text-align: left;
  }
}

/* =========================================================
 facility
========================================================= */
.pagetype-facility {
  /* =========================================================
  .pagetype-facility
========================================================= */
}

.pagetype-facility .inner-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-facility .inner-nav {
    display: block;
    margin-bottom: 50px;
  }
}

.pagetype-facility .inner-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-facility .inner-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    height: 70px;
    text-align: left;
  }
}

.pagetype-facility .inner-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(45deg);
  border-right: 1px solid #006CBA;
  border-bottom: 1px solid #006CBA;
}

.pagetype-facility .inner-nav li > a {
  position: relative;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #F2F0EC;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-facility .inner-nav li > a {
    text-align: left;
  }
}

.pagetype-facility .inner-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-facility .inner-nav li span {
    width: calc(100% - 50px);
  }
}

.pagetype-facility .faci-conts {
  text-align: left;
  margin: -140px auto 80px auto;
  padding-top: 140px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts {
    margin: -120px auto 50px auto;
    padding-top: 120px;
  }
}

.pagetype-facility .faci-conts .faci-ttl {
  background: #F2F0EC;
  font-size: 24px;
  line-height: 30px;
  padding: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .faci-ttl {
    font-size: 20px;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}

.pagetype-facility .faci-conts .w-clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm {
    display: block;
  }
}

.pagetype-facility .faci-conts .w-clm .left {
  width: 38%;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagetype-facility .faci-conts .w-clm .right {
  width: 58%;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right {
    width: 100%;
  }
}

.pagetype-facility .faci-conts .w-clm .right .right-read {
  color: #006CBA;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .right-read {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .right-read .tel {
  pointer-events: none;
  color: #006CBA;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .right-read .tel {
    text-decoration: underline;
    pointer-events: auto;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg {
  background: rgba(0, 77, 162, 0.1);
  padding: 30px;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg {
    padding: 20px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg.mb20 {
  margin-bottom: 20px;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg.mb00 {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .right-txt {
  font-size: 13px;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-read {
  color: #004DA2;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-read {
    margin-bottom: 20px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-read.mb00 {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-read.mb10 {
  margin-bottom: 10px;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in {
    padding: 20px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in.blue-bg-in-sin {
  align-items: inherit;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in.blue-bg-in-sin {
    align-items: center;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in.mb00 {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read {
    width: calc( 100% - 85px);
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn {
  margin-top: 20px;
  width: 180px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn {
    max-width: 125px;
    width: calc(100% - 10px);
    margin-top: 10px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn a {
  position: relative;
  transition: 0.4s;
  display: block;
  background: #F2F0EC;
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  height: 35px;
  text-align: center;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn a {
    height: 50px;
    font-size: 11px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn a .icon-arrow {
  stroke: #555555;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn a span {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn a span {
    background: #F2F0EC;
    min-width: 70%;
    width: auto;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn a b {
  z-index: -1;
  display: inline-block;
  position: absolute;
  top: 37%;
  left: 95%;
  transform: translateY(-50%) translateX(-100%);
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-read .one-btn a b {
    top: 42%;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li {
  width: 32%;
  margin: 0 2% 2% 0;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li {
    width: 49%;
    margin: 0 2% 2% 0 !important;
  }
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li:nth-child(3n) {
    margin-right: 2% !important;
  }
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li :nth-last-of-type(1), .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li:nth-last-of-type(2) {
    margin-bottom: 0 !important;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li:nth-child(3n) {
  margin-right: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li:nth-last-of-type(1), .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li:nth-last-of-type(2), .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li:nth-last-of-type(3) {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a {
  position: relative;
  transition: 0.4s;
  display: block;
  background: #F2F0EC;
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  height: 35px;
  text-align: center;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a {
    height: 50px;
    font-size: 11px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a .icon-arrow {
  stroke: #555555;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a span {
  background: #F2F0EC;
  max-width: 120px;
  width: 90%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a span {
    width: 66%;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a b {
  z-index: -1;
  display: inline-block;
  position: absolute;
  top: 37%;
  left: 95%;
  transform: translateY(-50%) translateX(-100%);
}

@media screen and (max-width: 960px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a b {
    display: none;
  }
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .bt-list li a b {
    top: 42%;
    display: block !important;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list {
  max-width: 290px;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list.in-list-left {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list {
    display: block;
    width: 80px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li {
  width: 32%;
  margin: 0 0 2% 2%;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li {
    display: block;
    width: 100%;
    margin: 0 0 10px auto !important;
  }
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li:last-child {
    margin-bottom: 0 !important;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li:nth-child(3n + 1) {
  margin-left: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li:nth-last-of-type(1), .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li:nth-last-of-type(2), .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li:nth-last-of-type(3) {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li a {
  position: relative;
  transition: 0.4s;
  display: block;
  background: #004DA2;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  z-index: 0;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li a.no-link {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li a {
    line-height: 50px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li a span {
  background: #004DA2;
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li a b {
  z-index: -1;
  display: inline-block;
  position: absolute;
  top: 37%;
  left: 90%;
  transform: translateY(-50%) translateX(-100%);
}

.pagetype-facility .faci-conts .w-clm .right .blue-bg .blue-bg-in .in-list li a .icon-arrow {
  stroke: #fff;
}

.pagetype-facility .faci-conts .w-clm .right .tb-01 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .tb-01 {
    margin-bottom: 35px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .tb-01 td, .pagetype-facility .faci-conts .w-clm .right .tb-01 th {
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}

.pagetype-facility .faci-conts .w-clm .right .tb-01 tr td:nth-child(1) {
  width: 185px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .tb-01 tr td:nth-child(1) {
    width: 115px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .tb-01 th {
  padding-right: 20px;
}

.pagetype-facility .faci-conts .w-clm .right .right-txt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

.pagetype-facility .faci-conts .w-clm .right .right-txt.mb00 {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .right-txt.mb10 {
  margin-bottom: 10px;
}

.pagetype-facility .faci-conts .w-clm .right .right-txt.mb20 {
  margin-bottom: 20px;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg {
  background: rgba(109, 68, 124, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg {
    padding: 20px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.mb00 {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.mb10 {
  margin-bottom: 10px;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.mb20 {
  margin-bottom: 20px;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg02 {
  background: rgba(243, 155, 123, 0.1);
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg02 .in-read {
  color: #F39B7B;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg02 .in-list li a span,
.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg02 .in-list li a {
  background: #F39B7B;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg03 {
  background: rgba(140, 199, 118, 0.1);
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg03 .in-read {
  color: #8CC776;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg03 .in-list li a span,
.pagetype-facility .faci-conts .w-clm .right .color-bg.color-bg03 .in-list li a {
  background: #8CC776;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-read {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #6D447C;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-read {
    width: calc(100% - 85px);
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn {
  margin-top: 20px;
  width: 180px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn {
    max-width: 125px;
    width: calc(100% - 10px);
    margin-top: 10px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn a {
  position: relative;
  transition: 0.4s;
  display: block;
  background: #F2F0EC;
  font-size: 12px;
  color: #555555;
  height: 35px;
  text-align: center;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn a {
    height: 50px;
    font-size: 11px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn a .icon-arrow {
  stroke: #555555;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn a span {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn a span {
    background: #F2F0EC;
    min-width: 70%;
    width: auto;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn a b {
  z-index: -1;
  display: inline-block;
  position: absolute;
  top: 37%;
  left: 95%;
  transform: translateY(-50%) translateX(-100%);
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-read .one-btn a b {
    top: 42%;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list {
  max-width: 290px;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-list {
    display: block;
    width: 80px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list.in-list-left {
  justify-content: flex-start;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li {
  width: 32%;
  margin-bottom: 10px;
  margin: 0 0 2% 2%;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li:last-child {
    margin-bottom: 0 !important;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li:nth-child(3n + 1) {
  margin-left: 0;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li:nth-last-of-type(1), .pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li:nth-last-of-type(2), .pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li:nth-last-of-type(3) {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li a {
  position: relative;
  transition: 0.4s;
  display: block;
  background: #6D447C;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  z-index: 0;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li a.no-link {
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li a {
    line-height: 50px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li a span {
  background: #6D447C;
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li a b {
  z-index: -1;
  display: inline-block;
  position: absolute;
  top: 37%;
  left: 90%;
  transform: translateY(-50%) translateX(-100%);
}

.pagetype-facility .faci-conts .w-clm .right .color-bg .in-list li a .icon-arrow {
  stroke: #fff;
}

.pagetype-facility .faci-conts .w-clm .right .mini-txt {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
}

.pagetype-facility .faci-conts .w-clm .right .mini-txt.mb00 {
  margin-bottom: 0;
}

.pagetype-facility .faci-conts .w-clm .right .mini-txt.mb20 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .mini-txt {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts .w-clm .right .mini-txt.smo {
    font-size: 14px;
    line-height: 24px;
  }
}

.pagetype-facility .faci-conts .w-clm .right .red {
  color: #FF0000;
}

.pagetype-facility .faci-conts#hour .hour-read {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts#hour .hour-read {
    margin-bottom: 20px;
  }
}

.pagetype-facility .faci-conts#hour .hour-detail {
  background: #F5F5F5;
  padding: 40px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts#hour .hour-detail {
    padding: 20px;
  }
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-read {
  font-size: 20px;
  line-height: 24px;
  color: #006CBA;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts#hour .hour-detail .detail-read {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  text-align: left;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts#hour .hour-detail .detail-link {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-link li {
  width: 49%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts#hour .hour-detail .detail-link li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .pagetype-facility .faci-conts#hour .hour-detail .detail-link li:last-child {
    margin-bottom: 0;
  }
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-link li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-link li > a {
  position: relative;
  color: #fff;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #004DA2;
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-link li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-link li:nth-child(2) a {
  background: #6D447C;
}

.pagetype-facility .faci-conts#hour .hour-detail .detail-bt {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .pagetype-facility .faci-conts#hour .hour-detail .detail-bt {
    text-align: left;
  }
}

/* =========================================================
 whatsrise
========================================================= */
.pagetype-whatsrise {
  /* =========================================================
  .pagetype-whatsrise
========================================================= */
  /* about
---------------------------------------------------------- */
  /* history
---------------------------------------------------------- */
  /* building
---------------------------------------------------------- */
  /* plan
---------------------------------------------------------- */
  /* environment
---------------------------------------------------------- */
  /* townmanagement
---------------------------------------------------------- */
}

.pagetype-whatsrise section.main-box.fade-element {
  padding-left: 0;
  padding-right: 0;
}

.pagetype-whatsrise .inner-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .inner-nav {
    display: block;
    margin-bottom: 50px;
  }
}

.pagetype-whatsrise .inner-nav li {
  width: 32.5%;
  position: relative;
  height: 80px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  transition: 0.4s;
}

.pagetype-whatsrise .inner-nav li.active a {
  background: #006CBA;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .inner-nav li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    height: 70px;
    text-align: left;
  }
}

.pagetype-whatsrise .inner-nav li > a::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: 0.4s;
  transform: rotate(-45deg);
  border-right: 1px solid #006CBA;
  border-bottom: 1px solid #006CBA;
}

.pagetype-whatsrise .inner-nav li > a {
  position: relative;
  display: block;
  height: 100%;
  transition: 0.4s;
  background: #F2F0EC;
  text-align: center;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .inner-nav li > a {
    text-align: left;
  }
}

.pagetype-whatsrise .inner-nav li span {
  width: calc(100% - 40px);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .pagetype-whatsrise .inner-nav li span {
    width: calc(100% - 50px);
  }
}

.pagetype-whatsrise .whatsrise-conts .whatsrise-ttl {
  color: #006CBA;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts .whatsrise-ttl {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts .main-img {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts .main-img {
    margin-bottom: 50px;
  }
}

.pagetype-whatsrise .whatsrise-conts .sub-conts-ttl {
  text-align: left;
  background: #F2F0EC;
  font-size: 24px;
  line-height: 30px;
  padding: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts .sub-conts-ttl {
    font-size: 20px;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
}

.pagetype-whatsrise .whatsrise-conts.about .img-list {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.about .img-list {
    max-width: 100%;
    padding: 0 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.about .img-list li {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.about .img-list li {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.about .img-list li:last-child {
  margin-bottom: 0;
}

.pagetype-whatsrise .whatsrise-conts.about .img-list li img {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.about .img-list li img {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.about .img-list li .read {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.pagetype-whatsrise .whatsrise-conts.about .img-list li .sub-read {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
}

.pagetype-whatsrise .box-inner-history {
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .box-inner-history {
    padding-bottom: 0;
  }
}

.pagetype-whatsrise .box-inner-history::after {
  content: " ";
  z-index: -1;
  width: 100%;
  height: 500px;
  background: #ECF4F9;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .box-inner-history::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .main-img {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts-ttl {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-ttl {
    text-align: left;
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts-ttl span {
  display: block;
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-ttl span {
    margin-top: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .mid-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .mid-list {
    display: block;
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .mid-list li {
  width: 50%;
  background: #F2F0EC;
  padding: 50px 20px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .mid-list li {
    width: 100%;
    padding: 30px 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .mid-list li:last-child {
  margin-top: 80px;
  background: #EBE9E4;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .mid-list li:last-child {
    margin-top: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .mid-list li .in {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}

.pagetype-whatsrise .whatsrise-conts.history .mid-list li .in img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .mid-list li .in img {
    margin-bottom: 10px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .mid-list li .in .read {
  font-size: 14px;
  line-height: 26px;
}

.pagetype-whatsrise .whatsrise-conts.history .mid-list li .in .read span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .mid-list li .in .read span {
    margin-bottom: 5px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  flex-flow: row-reverse;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .uniq-list {
    display: block;
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list.center {
  align-items: center;
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list.mb90 {
  margin-bottom: 90px;
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list.uniq-list02 {
  flex-flow: inherit;
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list .conetext {
  max-width: 670px;
  width: 58%;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .uniq-list .conetext {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list .conetext .read {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list .side-img {
  max-width: 440px;
  width: 38%;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .uniq-list .side-img {
    width: 100%;
    max-width: 100%;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .uniq-list .side-img img {
  margin-bottom: 10px;
}

.pagetype-whatsrise .whatsrise-conts.history .conts-in {
  background: #F2F0EC;
  padding: 0 20px 60px 20px;
  position: relative;
  margin-bottom: 80px;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-in {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 30px 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts-in::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-in::after {
    display: none;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  width: 100%;
  text-align: left;
  margin: 0 auto 50px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-img-list {
    order: 2;
    display: block;
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-img-list li {
  width: 48%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-img-list li {
    width: 100%;
  }
  .pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-img-list li:nth-child(1) {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-in-ttl {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-in-ttl {
    order: 1;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-in-txt {
  font-size: 14px;
  line-height: 26px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts-in .conts-in-txt {
    order: 3;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .table-area {
  text-align: left;
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .sub-conts-ttl {
  position: relative;
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .sub-conts-ttl::after {
  content: " ";
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #555555;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .table-area .sub-conts-ttl::after {
    right: inherit;
    left: 15px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list {
    margin-bottom: 40px;
    display: block;
    padding: 7px 0 0 45px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: #555555;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list::after {
    right: inherit;
    left: 15px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #555555;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list::before {
    right: inherit;
    left: 22px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list li {
  width: 47%;
  border-top: 1px solid #555555;
  min-height: 90px;
  padding: 20px 0 20px 190px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-right: 6%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list li {
    display: block;
    width: 100%;
    min-height: auto;
    transform: inherit !important;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 25px;
    margin-right: 0;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list li span {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  width: 180px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list li span {
    position: inherit;
    top: inherit;
    left: inherit;
    display: block;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .table-area .tb-list li:nth-child(2n) {
  transform: translateY(50px);
  margin-right: 0;
}

.pagetype-whatsrise .whatsrise-conts.history .conts02 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts02 {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts02 .tb-01 {
  text-align: left;
  border-collapse: collapse;
}

.pagetype-whatsrise .whatsrise-conts.history .conts02 .tb-01 td, .pagetype-whatsrise .whatsrise-conts.history .conts02 .tb-01 th {
  border: solid 1px #dcdcdc;
  border-right: none;
  border-left: none;
  padding: 20px 10px 20px 30px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts02 .tb-01 td, .pagetype-whatsrise .whatsrise-conts.history .conts02 .tb-01 th {
    padding: 20px 15px;
    min-width: 125px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts02 .tb-01 th {
  background: #E4EFF7;
  border-bottom: 1px solid #fff;
}

.pagetype-whatsrise .whatsrise-conts.history .conts02 .tb-01 th.bt-w {
  border-color: #dcdcdc;
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 {
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03::after {
    content: " ";
    z-index: -1;
    width: calc( 100% + 40px);
    height: 67%;
    background: #ECF4F9;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide {
  max-width: 900px;
  margin: 0 auto 10px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .slick-prev, .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .slick-next {
    top: calc(50% - 14px);
    transform: inherit;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .slick-prev {
  left: 0;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .slick-prev {
    background: url(../images/common/slick-arrow02.png) no-repeat center left;
    width: 28px;
    height: 28px;
    background-size: auto 7px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .slick-next {
  right: 0;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .slick-next {
    background: url(../images/common/slick-arrow.png) no-repeat center right;
    width: 28px;
    height: 28px;
    background-size: auto 7px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .child {
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .child {
    text-align: center;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .child .child-in {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-slide .child .child-in {
    max-width: 100%;
    padding: 0 35px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .txt-slide {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 50px auto;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .txt-slide {
    max-width: 100%;
    padding: 0 35px;
    text-align: center;
    margin-bottom: 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track {
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100% !important;
  text-align: left;
  transform: inherit !important;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track {
    justify-content: inherit;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide {
  width: 14%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide {
    width: 33%;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide li.child {
  width: 100%;
  display: block !important;
  cursor: pointer;
  transition: 0.4s;
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide li.child:hover {
  opacity: 0.6;
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide.slick-current {
  border: 5px solid #006CBA;
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide {
  cursor: pointer;
  border: 5px solid #ECF4F9;
  transition: 0.4s;
  float: none;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide {
    opacity: 1 !important;
  }
}

.pagetype-whatsrise .whatsrise-conts.history .conts03 .bt-thum .slick-track .slick-slide:hover {
  opacity: 0.6;
}

.pagetype-whatsrise .whatsrise-conts.building .main-img {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .main-img {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .bul-ttl {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 60px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .bul-ttl {
    text-align: left;
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .color-bg {
  padding: 40px 70px 20px 100px;
  background: #F2F0EC;
  z-index: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  flex-flow: row-reverse;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .color-bg {
    padding: 30px 20px 165px 20px;
    flex-flow: inherit;
    display: block;
    margin-bottom: 50px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .color-bg::after {
  z-index: -1;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 154px;
  height: 181px;
  background: url("../images/whatsrise/building/icon01.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .color-bg::after {
    width: 125px;
    height: 147px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .color-bg .img-area {
  max-width: 300px;
  width: 31%;
  height: auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .color-bg .img-area {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .color-bg .read {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  max-width: 630px;
  width: 65%;
  padding-bottom: 75px;
  text-shadow: 0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .color-bg .read {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .color-bg .read span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .color-bg .read span {
    margin-bottom: 10px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .color-bg .bt-txt {
  position: absolute;
  bottom: 30px;
  left: 165px;
  font-size: 12px;
  line-height: 20px;
  text-shadow: 0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .color-bg .bt-txt {
    left: 135px;
    padding-right: 20px;
    bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .color-bg .img-txt {
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-shadow: 0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC,0 0 3px #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .color-bg .img-txt {
    top: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .w-clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .w-clmn {
    display: block;
    flex-flow: inherit !important;
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .w-clmn.mb00 {
  margin-bottom: 0 !important;
}

.pagetype-whatsrise .whatsrise-conts.building .w-clmn.w-clmn02 {
  flex-flow: row-reverse;
}

.pagetype-whatsrise .whatsrise-conts.building .w-clmn li:first-child {
  max-width: 440px;
  width: 38%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .w-clmn li:first-child {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .w-clmn li:last-child {
  max-width: 670px;
  width: 58%;
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .w-clmn li:last-child {
    max-width: 100%;
    width: 100%;
  }
}

.pagetype-whatsrise .whatsrise-conts.building .w-clmn li:last-child span {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.building .w-clmn li:last-child span {
    margin-bottom: 15px;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .main-img {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .main-img {
    margin-bottom: 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .inner900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 60px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .inner900 {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .conts-ttl {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .conts-ttl {
    margin-bottom: 40px;
    text-align: left;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .conts-ttl span {
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  font-weight: 400;
}

.pagetype-whatsrise .whatsrise-conts.plan figure {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan figure {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan figure figcaption {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.pagetype-whatsrise .whatsrise-conts.plan .img-read {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .img-read {
    text-align: left;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .img-sub-read {
  font-size: 14px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .img-sub-read {
    text-align: left;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .img-sub-read span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}

.pagetype-whatsrise .whatsrise-conts.plan .sub-img02 {
  margin: 0 auto 80px auto;
  max-width: 700px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .sub-img02 {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01 {
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01.mb80 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .tb-01.mb80 {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01.mb00 {
  margin-bottom: 0;
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01 caption {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01 td, .pagetype-whatsrise .whatsrise-conts.plan .tb-01 th {
  border: solid 1px #dcdcdc;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 20px;
  width: 20%;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .tb-01 td, .pagetype-whatsrise .whatsrise-conts.plan .tb-01 th {
    width: calc(100% - 110px);
    padding: 20px 15px;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01 th {
  background: #F2F0EC;
  border-right: 1px solid #FFF;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .tb-01 th {
    width: 110px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #fff;
  }
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01.color02 th {
  background: #ECF3F9;
}

.pagetype-whatsrise .whatsrise-conts.plan .tb-01 tr th:last-child {
  border-right: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.plan .tb-01 tr:last-child th {
    border-bottom: 1px solid #dcdcdc;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .main-img {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .main-img {
    margin-bottom: 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .env-ttl {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .env-ttl {
    margin-bottom: 20px;
    text-align: left;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .env-ttl span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .env-ttl span {
    margin-top: 10px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .fig {
  max-width: 800px;
  margin: 0 auto 70px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .fig {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .fig img {
  max-width: 100px;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .fig img {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .fig figcaption {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .fig figcaption {
    font-size: 14px;
    line-height: 26px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .txt-list {
  background: #F2F0EC;
  text-align: left;
  padding: 50px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .txt-list {
    padding: 25px;
    margin-bottom: 50px;
  }
  .pagetype-whatsrise .whatsrise-conts.environment .txt-list li {
    margin-bottom: 20px;
  }
  .pagetype-whatsrise .whatsrise-conts.environment .txt-list li:last-child {
    margin-bottom: 0;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .inner900 {
  max-width: 900px;
  margin: 0 auto 70px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .inner900 {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .img03 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .img03 {
    margin-bottom: 10px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .aaa-read {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .aaa-read {
    margin-bottom: 20px;
    text-align: left;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .img04 {
  max-width: 150px;
  margin: 0 auto 30px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .img04 {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .bt-read {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .bt-read {
    font-size: 14px;
    line-height: 26px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bg {
  background: #F2F0EC;
  padding: 0 20px 70px 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bg::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bg::after {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bg {
    padding: 0 25px 25px 25px;
    margin-bottom: 15px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bg ul {
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bg ul {
    display: block;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li {
  width: 48%;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li {
    margin-bottom: 15px;
    width: 100%;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li img {
  margin-bottom: 10px;
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li:first-child {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li:first-child {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li:first-child img {
  margin: 0 auto;
  max-width: 700px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li:first-child img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bg ul li:last-child {
    margin-bottom: 0;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .color-bt-txt {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .color-bt-txt {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .gr-txt {
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .gr-txt {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .gr-list {
  background: #F2F0EC;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .gr-list {
    padding: 25px;
    display: block;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .gr-list li {
  font-size: 14px;
  line-height: 26px;
}

.pagetype-whatsrise .whatsrise-conts.environment .gr-list li span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .gr-list li span {
    margin-bottom: 5px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .gr-list li:first-child {
  width: 150px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .gr-list li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}

.pagetype-whatsrise .whatsrise-conts.environment .gr-list li:last-child {
  width: calc(100% - 190px);
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .gr-list li:last-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.environment .sub-conts-ttl {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .main-img {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .main-img {
    margin-bottom: 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .town-ttl {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .town-ttl {
    text-align: left;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .town-ttl span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .town-ttl span {
    margin-top: 10px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts {
    margin-bottom: 40px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts.mb00 {
  margin-bottom: 0 !important;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .t-conts-ttl {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .t-conts-ttl {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .t-conts-ttl span {
  font-size: 60px;
  line-height: 72px;
  color: #006CBA;
  display: block;
  font-weight: 300;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .t-conts-ttl span {
    font-size: 55px;
    line-height: 65px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .t-txt {
  text-align: left;
  max-width: 795px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .color-wrap {
  padding: 50px;
  background: #F2F0EC;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .color-wrap {
    padding: 30px 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .color-wrap img {
  margin: 0 auto;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .color-wrap .read {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  background: #006CBA;
  padding: 5px 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts .color-wrap .read {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 10px 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts01 img {
  max-width: 890px;
  margin: 0 auto 40px auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts01 img {
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts02 .t-txt {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts02 .t-txt {
    margin-bottom: 25px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts02 .color-wrap img {
  max-width: 880px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .blue-ttl {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .blue-ttl {
    margin-bottom: 15px;
    text-align: left;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .blue-ttl span {
  margin-bottom: 20px;
  display: block;
  background: #ECF3F9;
  color: #006CBA;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .blue-ttl span {
    margin-bottom: 15px;
    text-align: center;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap {
    margin-bottom: 50px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park01 {
    margin-bottom: 20px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list {
    text-align: left;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list.park-list01 {
    margin-bottom: 20px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list li:last-child {
    margin-bottom: 0;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list li img {
    margin-top: 15px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list li span {
    display: block;
    color: #006CBA;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list li span::after {
    content: "1";
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    width: 26px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list li span::before {
    content: " ";
    width: 26px;
    height: 26px;
    background: #006CBA;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list.park-list03 li span {
    color: #555555;
    font-size: 14px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list01 li:nth-child(1) span::after {
    content: "1";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list01 li:nth-child(2) span::after {
    content: "2";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list01 li:nth-child(3) span::after {
    content: "3";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list02 li:nth-child(1) span::after {
    content: "4";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list02 li:nth-child(2) span::after {
    content: "5";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list02 li:nth-child(3) span::after {
    content: "6";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list03 li:nth-child(1) span::after {
    content: "7";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list03 li:nth-child(2) span::after {
    content: "8";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list03 li:nth-child(3) span::after {
    content: "9";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .park-list03 li:nth-child(4) span::after {
    content: "10";
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .w-bg {
    background: #fff;
    padding: 25px;
    text-align: left;
    margin-bottom: 15px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .w-bg .w-txt {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .p-read {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .p-read span {
    color: #006CBA;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .color-wrap .img04 {
    display: none;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt {
    display: block;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li:last-child {
    margin-bottom: 0 !important;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li:nth-child(1), .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li:nth-child(2) {
  margin-bottom: 40px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .line-txt {
  width: 100%;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .line-txt {
    margin-bottom: 20px;
    line-height: 22px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .line-txt span {
  display: block;
  color: #006CBA;
  background: #ECF3F9;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 20px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .line-txt.line-txt02 {
  margin-bottom: 20px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .line-txt.line-txt02 span {
  margin-bottom: 20px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .child {
  width: 47%;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .child .cap {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .child .cap {
    margin-bottom: 10px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .child .cap span {
  font-weight: 500;
  color: #006CBA;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .child .cap span {
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .child .notice {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center {
  text-align: center;
  margin-bottom: 30px;
  background: #F2F0EC;
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center .in {
  display: inline-block;
  vertical-align: bottom;
  margin: 10px 10px 0 10px;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center .in {
    margin: 0 5px;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center .in span {
  color: #006CBA;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center .in:nth-child(1) img {
  max-width: 68px;
  margin: 0 auto;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center .in:nth-child(2) img {
  max-width: 140px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center .in:nth-child(3) {
    margin-top: 20px;
    display: block;
  }
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center .in:nth-child(3) img {
  max-width: 140px;
  margin: 0 auto;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center02 .cap {
  margin-top: 10px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li .center02 .cap span {
  color: #006CBA;
  font-weight: 500;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li:nth-child(3) .child:nth-child(1), .pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li:nth-child(3) .child:nth-child(2) {
  margin-bottom: 10px;
}

.pagetype-whatsrise .whatsrise-conts.townmanagement .t-conts04 .town-bt li:nth-child(3) .child .cap {
  margin-top: 10px;
}

/* =========================================================
 contact
========================================================= */
.pagetype-contact {
  /* =========================================================
    .pagetype-contact
========================================================= */
}

.pagetype-contact .page-bd {
  padding-top: 70px;
}

.pagetype-contact header .head-bar .head-logo {
  position: inherit;
  padding-top: 15px;
  left: 0;
}

.pagetype-contact footer {
  padding-top: 0;
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts,
  .pagetype-contact .contact-conts {
    text-align: left;
  }
}

.pagetype-contact .conform-conts .cm-ttl,
.pagetype-contact .contact-conts .cm-ttl {
  font-size: 28px;
  line-height: 30px;
  color: #006CBA;
  margin-bottom: 30px;
  font-weight: 500;
}

.pagetype-contact .conform-conts .cm-ttl span,
.pagetype-contact .contact-conts .cm-ttl span {
  display: inline-block;
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .cm-ttl span,
  .pagetype-contact .contact-conts .cm-ttl span {
    font-size: 20px;
    display: block;
  }
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .cm-ttl,
  .pagetype-contact .contact-conts .cm-ttl {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }
}

.pagetype-contact .conform-conts .read,
.pagetype-contact .contact-conts .read {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .read,
  .pagetype-contact .contact-conts .read {
    margin-bottom: 20px;
  }
}

.pagetype-contact .conform-conts .read a,
.pagetype-contact .contact-conts .read a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.4s;
}

.pagetype-contact .conform-conts .tb-cap,
.pagetype-contact .contact-conts .tb-cap {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .tb-cap,
  .pagetype-contact .contact-conts .tb-cap {
    margin-bottom: 30px;
  }
}

.pagetype-contact .conform-conts .cmBtn,
.pagetype-contact .contact-conts .cmBtn {
  margin: 0 20px;
  display: inline-block;
  max-width: 290px;
}

.pagetype-contact .conform-conts .cmBtn.mt60,
.pagetype-contact .contact-conts .cmBtn.mt60 {
  margin-top: 30px !important;
}

.pagetype-contact .conform-conts .cmBtn.return a b,
.pagetype-contact .contact-conts .cmBtn.return a b {
  left: 15%;
  transform: translateY(-50%) translateX(-94%) scale(-1, 1);
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .cmBtn.return,
  .pagetype-contact .contact-conts .cmBtn.return {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .cmBtn,
  .pagetype-contact .contact-conts .cmBtn {
    margin: 0 auto;
    width: calc(100% - 40px);
    display: block;
  }
}

.pagetype-contact .conform-conts .table-wrap,
.pagetype-contact .contact-conts .table-wrap {
  background: #F2F0EC;
  padding: 10px 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .table-wrap,
  .pagetype-contact .contact-conts .table-wrap {
    padding: 10px 20px;
  }
}

.pagetype-contact .conform-conts .table-wrap .c-table,
.pagetype-contact .contact-conts .table-wrap .c-table {
  border-collapse: collapse;
  text-align: left;
}

.pagetype-contact .conform-conts .table-wrap .c-table tr,
.pagetype-contact .contact-conts .table-wrap .c-table tr {
  border-bottom: 1px solid #fff;
}

.pagetype-contact .conform-conts .table-wrap .c-table tr:last-child,
.pagetype-contact .contact-conts .table-wrap .c-table tr:last-child {
  border: none;
}

.pagetype-contact .conform-conts .table-wrap .c-table td, .pagetype-contact .conform-conts .table-wrap .c-table th,
.pagetype-contact .contact-conts .table-wrap .c-table td,
.pagetype-contact .contact-conts .table-wrap .c-table th {
  padding: 20px 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.pagetype-contact .conform-conts .table-wrap .c-table td .error, .pagetype-contact .conform-conts .table-wrap .c-table th .error,
.pagetype-contact .contact-conts .table-wrap .c-table td .error,
.pagetype-contact .contact-conts .table-wrap .c-table th .error {
  color: #E61F26;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.pagetype-contact .conform-conts .table-wrap .c-table td b, .pagetype-contact .conform-conts .table-wrap .c-table th b,
.pagetype-contact .contact-conts .table-wrap .c-table td b,
.pagetype-contact .contact-conts .table-wrap .c-table th b {
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .table-wrap .c-table td, .pagetype-contact .conform-conts .table-wrap .c-table th,
  .pagetype-contact .contact-conts .table-wrap .c-table td,
  .pagetype-contact .contact-conts .table-wrap .c-table th {
    display: block;
    padding: 0 0 20px 0;
    width: 100%;
  }
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea,
.pagetype-contact .conform-conts .table-wrap .c-table td input, .pagetype-contact .conform-conts .table-wrap .c-table th textarea,
.pagetype-contact .conform-conts .table-wrap .c-table th input,
.pagetype-contact .contact-conts .table-wrap .c-table td textarea,
.pagetype-contact .contact-conts .table-wrap .c-table td input,
.pagetype-contact .contact-conts .table-wrap .c-table th textarea,
.pagetype-contact .contact-conts .table-wrap .c-table th input {
  border: none;
  background-color: #fff;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea, .pagetype-contact .conform-conts .table-wrap .c-table th textarea,
.pagetype-contact .contact-conts .table-wrap .c-table td textarea,
.pagetype-contact .contact-conts .table-wrap .c-table th textarea {
  height: 350px;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::-webkit-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input::-webkit-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th textarea::-webkit-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th input::-webkit-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td textarea::-webkit-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td input::-webkit-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th textarea::-webkit-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th input::-webkit-input-placeholder {
  opacity: 0.5;
  line-height: 30px;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::-moz-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input::-moz-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th textarea::-moz-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th input::-moz-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td textarea::-moz-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td input::-moz-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th textarea::-moz-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th input::-moz-placeholder {
  opacity: 0.5;
  line-height: 30px;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea:-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input:-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th textarea:-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th input:-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td textarea:-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td input:-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th textarea:-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th input:-ms-input-placeholder {
  opacity: 0.5;
  line-height: 30px;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input::-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th textarea::-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th input::-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td textarea::-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table td input::-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th textarea::-ms-input-placeholder, .pagetype-contact .contact-conts .table-wrap .c-table th input::-ms-input-placeholder {
  opacity: 0.5;
  line-height: 30px;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::placeholder,
.pagetype-contact .conform-conts .table-wrap .c-table td input::placeholder, .pagetype-contact .conform-conts .table-wrap .c-table th textarea::placeholder,
.pagetype-contact .conform-conts .table-wrap .c-table th input::placeholder,
.pagetype-contact .contact-conts .table-wrap .c-table td textarea::placeholder,
.pagetype-contact .contact-conts .table-wrap .c-table td input::placeholder,
.pagetype-contact .contact-conts .table-wrap .c-table th textarea::placeholder,
.pagetype-contact .contact-conts .table-wrap .c-table th input::placeholder {
  opacity: 0.5;
  line-height: 30px;
}

.pagetype-contact .conform-conts .table-wrap .c-table th,
.pagetype-contact .contact-conts .table-wrap .c-table th {
  width: 300px;
  vertical-align: middle;
  font-weight: 500;
  color: #006CBA;
}

@media (max-width: 768px) {
  .pagetype-contact .conform-conts .table-wrap .c-table th,
  .pagetype-contact .contact-conts .table-wrap .c-table th {
    padding-top: 20px;
    width: 100%;
  }
}

.pagetype-contact .conform-conts .table-wrap .c-table th.textarea,
.pagetype-contact .contact-conts .table-wrap .c-table th.textarea {
  vertical-align: top;
}

.pagetype-contact .conform-conts .table-wrap .c-table th.mandatory span,
.pagetype-contact .contact-conts .table-wrap .c-table th.mandatory span {
  padding-left: 55px;
  display: inline-block;
  position: relative;
}

.pagetype-contact .conform-conts .table-wrap .c-table th.mandatory span::after,
.pagetype-contact .contact-conts .table-wrap .c-table th.mandatory span::after {
  content: "必須";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #E61F26;
  border-radius: 20px 20px 20px 0;
  padding: 0px 10px;
  text-align: center;
  font-size: 12px;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea,
.pagetype-contact .conform-conts .table-wrap .c-table td input {
  background: none;
  color: #555555;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::-webkit-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input::-webkit-input-placeholder {
  opacity: 0;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::-moz-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input::-moz-placeholder {
  opacity: 0;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea:-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input:-ms-input-placeholder {
  opacity: 0;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::-ms-input-placeholder, .pagetype-contact .conform-conts .table-wrap .c-table td input::-ms-input-placeholder {
  opacity: 0;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea::placeholder,
.pagetype-contact .conform-conts .table-wrap .c-table td input::placeholder {
  opacity: 0;
}

.pagetype-contact .conform-conts .table-wrap .c-table td textarea {
  padding: 0 20px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=maps/style.css.map */
