@charset "utf-8";

/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;900&display=swap");
@font-face {
  font-family: "KosugiMaru-Regular";
  src: url("KosugiMaru-Regular_fix.ttf");
}

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {
  color: #444444;
  font-size: 16px;
  margin: 0;
  height: 100%;
  position: relative;
  font-family: "KosugiMaru-Regular", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  overflow-x: hidden;
}

@-moz-document url-prefix() {
  body {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
      "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
}

body.font-large {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 24px;
  }
}

a:link {
  color: #cf3434;
  text-decoration: underline;
}
a:visited {
  color: #cf3434;
  text-decoration: underline;
}
a:hover {
  color: #e59c0e;
  text-decoration: underline;
}

img {
  border: 0;
  vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler {
  display: none;
}

div:after,
section:after,
article:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
}

.under {
  margin-bottom: 30px !important;
}
.under-db {
  margin-bottom: 50px !important;
}
.under-harf {
  margin-bottom: 15px !important;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.first {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.last {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.ro img:hover,
.ro:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
  max-width: 100%;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 25px;
  max-width: 100%;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
  max-width: 100%;
}

.aligncenter img,
.alignright img,
.alignleft img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .aligncenter {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
    max-width: 100%;
    text-align: center;
  }
  .alignright {
    float: none;
    margin: 0 auto !important;
    margin-bottom: 0;
    padding-bottom: 25px;
    max-width: 100%;
    text-align: center;
    display: block;
  }
  .alignleft {
    float: none;
    margin: 0 auto !important;
    margin-bottom: 0;
    padding-bottom: 25px;
    max-width: 100%;
    text-align: center;
    display: block;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
  padding: 10px 20px 10px !important;
  display: block !important;
  clear: both !important;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
  color: #707070 !important;
  background: #ffffff !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border: solid 1px #dcdcdc !important;
  padding: 6px 9px 6px 9px !important;
  margin-right: 3px !important;
  text-decoration: none !important;
  font-size: 12px !important;
}
.wp-pagenavi a:hover {
  color: #fff !important;
  border-color: #478223 !important;
  background: #599f2f !important;
  background: -moz-linear-gradient(
    top,
    #9fe355 1px,
    #79bf4a 1px,
    #599f2f
  ) !important;
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.02, #9fe355),
    color-stop(0.02, #79bf4a),
    color-stop(1, #599f2f)
  ) !important;
}
.wp-pagenavi span.current {
  padding: 6px 9px 6px 9px !important;
  border: solid 1px #dcdcdc !important;
  border-color: #3390ca !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  color: #fff !important;
  margin-right: 3px !important;
  border-color: #478223 !important;
  background: #599f2f !important;
  background: -moz-linear-gradient(
    top,
    #9fe355 1px,
    #79bf4a 1px,
    #599f2f
  ) !important;
  background: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.02, #9fe355),
    color-stop(0.02, #79bf4a),
    color-stop(1, #599f2f)
  ) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
  width: 100%;
  height: 100%;
  min-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 750px) {
  #primary {
    overflow-x: hidden;
  }
}

article {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  article {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/

header {
  width: 100%;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1170px) {
  header {
    height: 190px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    height: 140px;
  }
}
@media screen and (max-width: 900px) {
  header {
    height: 160px;
  }
}

header .header-primary {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  header .header-primary {
    padding-left: 30px;
    padding-right: 30px;
  }
  header article {
    padding-left: 0;
    padding-right: 0;
  }
}

header .header-primary h1 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 10px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .font-large header .header-primary h1 {
    padding-right: 450px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 1170px) {
  header .header-primary h1 {
    padding-right: 390px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 1000px) {
  header .header-primary h1 {
    padding-right: 100px !important;
  }
}

/*
header .header-primary .logo {
	background-image: url("../image/header/logo.png");
	position: relative;
	width: 451px;
	height: 75px;
	margin-bottom: 10px;
}
*/

header .header-primary .logo {
  background-image: url("../image/header/logo.png");
  background-position: left 0 top 20px;
  background-repeat: no-repeat;
  position: relative;
  width: 451px;
  height: 130px;
  margin-bottom: 10px;
}

header .header-primary .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}

header .header-primary .option {
  position: absolute;
  top: 25px;
  right: 0;
  width: 547px;
}

.ipad header .header-primary .option,
.safari header .header-primary .option {
  width: 700px !important;
}

@media screen and (max-width: 1000px) {
  header .header-primary .option {
    display: none;
  }
}

header .header-primary .option .mini-nav {
  float: right;
}

header .header-primary .option .mini-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

header .header-primary .option .mini-nav ul li {
  display: inline-block;
  margin-left: 7px;
}

header .header-primary .option .mini-nav ul li a {
  background-color: #93c526;
  height: 35px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: -1px !important;
  transition: 0.2s;
}

header .header-primary .option .mini-nav ul li a:hover {
  background-color: #c7f464;
}

.font-large header .header-primary .option .mini-nav ul li a {
  font-size: 18px;
}

header .header-primary .option .text-adjust a {
  width: 220px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  background-color: #f2f2f2;
  background-image: url("../image/header/icon-tetplus.png");
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #2a2a2a;
  font-size: 14px;
  text-decoration: none;
  text-indent: 20px;
  letter-spacing: 0 !important;
  display: block;
  float: right;
  margin-right: 3px;
  transition: 0.2s;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}

.ipad header .header-primary .option .text-adjust a,
.safari header .header-primary .option .text-adjust a {
  letter-spacing: -3px !important;
}

.font-large header .header-primary .option .text-adjust a {
  font-size: 16px;
  background-position: left 10px center;
}

header .header-primary .option .text-adjust a:hover {
  border: 1px solid #93c526;
  color: #93c526;
}

header .header-primary .option .sns {
  display: block;
  float: right;
  letter-spacing: -0.4em;
}

header .header-primary .option .sns a img {
  margin-left: 10px;
  letter-spacing: normal;
  transition: 0.2s;
}

header .header-primary .option .sns a img:hover {
  opacity: 0.8;
}

header .header-primary .option .sns .wifi {
  margin-left: 10px;
  letter-spacing: normal;
}

/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/

header nav {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  header nav {
    display: none;
  }
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

header nav ul li a {
  width: 16.666%;
  height: 30px;
  position: relative;
  list-style: none;
  float: left;
  text-align: center;
  display: block;
  transition: 0.2s;
  text-decoration: none !important;
  color: #444444 !important;
  border-right: 1px dotted #b5b5b5;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  transform: rotate(0.03deg);
  font-size: 17px;
  line-height: 20px;
}

header nav ul li a:hover {
  color: #95c62b !important;
}

.font-large header nav ul li a {
  font-size: 20px;
}
.font-large header nav ul li:nth-child(5) a {
  letter-spacing: -2px;
}

header nav ul li:first-of-type a {
  border-left: 1px dotted #b5b5b5;
}

header nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 3px;
  transition: 0.2s;
}

header nav ul li a:hover:after {
  background-color: #95c62b;
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
  width: 100%;
  height: 700px;
  box-sizing: border-box;
  padding-top: 30px;
  overflow: visible;
}

@media screen and (max-width: 1000px) {
  #mainvisual {
    height: 540px;
  }
}
@media screen and (max-width: 900px) {
  #mainvisual {
    height: 500px;
  }
}
@media screen and (max-width: 750px) {
  #mainvisual {
    height: 810px;
    overflow-y: hidden;
  }
}

#mainvisual .slider-primary {
  width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  #mainvisual .slider-primary {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#mainvisual .slider-primary .bx-viewport {
  overflow: visible !important;
}

@media screen and (max-width: 1200px) {
  #mainvisual .slider-primary .bx-viewport {
    overflow: hidden !important;
  }
}

#mainvisual .panel {
  width: 100%;
  height: 590px;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  #mainvisual .panel {
    padding-top: 49.166%;
    height: 0;
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  #mainvisual .panel {
    padding-top: 0;
    height: 600px;
    background-size: cover;
  }
}

#mainvisual .slider-primary .bx-wrapper .bx-pager {
  text-align: center;
  right: inherit;
  bottom: -50px;
}

@media screen and (max-width: 1200px) {
  #mainvisual .slider-primary .bx-wrapper .bx-pager {
    bottom: inherit;
    top: 23%;
  }
}
@media screen and (max-width: 1000px) {
  #mainvisual .slider-primary .bx-wrapper .bx-pager {
    top: 20.5%;
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  #mainvisual .slider-primary .bx-wrapper .bx-pager {
    display: none;
  }
}

#mainvisual .slider-primary .bx-wrapper .bx-pager .bx-pager-item a {
  background-image: url("../image/mainvisual/pager.png");
  width: 20px;
  height: 20px;
  background-color: #ffffff !important;
  text-indent: 100%;
  text-decoration: none !important;
}

#mainvisual .slider-primary .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-image: url("../image/mainvisual/pager_active.png");
  width: 20px;
  height: 20px;
  background-color: #ffffff !important;
}

#mainvisual article {
  display: block;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

@media screen and (max-width: 1200px) {
  #mainvisual article {
    left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  #mainvisual article {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: -263px;
  }
}

#mainvisual article .catch {
  background-image: url("../image/mainvisual/catch.png");
  width: 430px;
  height: 432px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  position: absolute;
  top: 440px;
  left: 0;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  #mainvisual article .catch {
    left: 43px;
  }
}
@media screen and (max-width: 1000px) {
  #mainvisual article .catch {
    top: 270px;
    transform-origin: top left;
    transform: scale(0.8, 0.8);
  }
}
@media screen and (max-width: 750px) {
  #mainvisual article .catch {
    transform: scale(1, 1);
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}

#mainvisual article .illust {
  background-image: url("../image/mainvisual/illust.png");
  width: 503px;
  height: 261px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  position: absolute;
  top: 606px;
  right: -50px;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  #mainvisual article .illust {
    right: 30px;
    top: 570px;
  }
}
@media screen and (max-width: 1000px) {
  #mainvisual article .illust {
    display: none;
  }
}

.subpage #mainvisual {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/

#sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: -300px;
  background-color: #93c526;
  width: 300px;
  height: 100%;
  z-index: 102;
  transition: 0.2s;
}

#sidebar.active {
  right: 0;
}

#sidebar-button {
  display: none;
  width: 60px;
  height: 60px;
  background-color: #93c526;
  border-radius: 5px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 101;
  transform-origin: center;
  box-sizing: border-box;
  padding-left: 5px;
  padding-top: 7px;
  transition: 0.1s;
}

#sidebar-button.active {
  right: 320px;
}

#sidebar-button a {
  transform: scale(0.7, 0.7);
}

@media screen and (max-width: 1000px) {
  #sidebar {
    display: block;
  }
  #sidebar-button {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

#sidebar .logo a {
  background-image: url("../image/layout/logo-illust.png");
  width: 141px;
  height: 88px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
}

#sidebar nav {
  width: 100%;
}

#sidebar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

#sidebar nav ul li {
  background-image: url("../image/layout/button-ar.png");
  background-position: center right 20px;
  background-repeat: no-repeat;
}

#sidebar nav ul li a {
  color: #ffffff;
  display: block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  padding-top: 15px;
  text-decoration: none;
  text-align: center;
  text-indent: -20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  transform: rotate(0.03deg);
}

/*------------------------------------------------------------------------------------------------------------------
　content-sidebar
-------------------------------------------------------------------------------------------------------------------*/

#content-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  border-right: 1px solid #b7b7b7;
  box-sizing: border-box;
  margin-bottom: 50px;
  transition: 0.3s;
}

@media screen and (max-width: 1220px) {
  #content-sidebar {
    left: 30px;
    width: 400px;
  }
}

@media screen and (max-width: 1000px) {
  #content-sidebar {
    position: relative;
    top: inherit;
    left: inherit;
    width: calc(100% + 30px);
    border-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  #content-sidebar {
    width: 100%;
  }
}

#content-sidebar .sidebox {
  padding-right: 50px;
  box-sizing: border-box;
  padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  #content-sidebar .sidebox {
    padding-right: 0;
    width: calc(50% - 30px);
    float: left;
    margin-right: 30px;
  }
}

@media screen and (max-width: 750px) {
  #content-sidebar .sidebox {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

#content-sidebar .sidebox h4 {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #bfbebe;
  border-bottom: 1px solid #bfbebe;
  text-align: center;
  color: #727171;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 50px;
  display: block;
  box-sizing: border-box;
  letter-spacing: 5px;
}

@media screen and (max-width: 750px) {
  #content-sidebar .sidebox h4 {
    font-size: 24px;
  }
}

#content-sidebar .sidebox .park-list-primary {
}

#content-sidebar .sidebox .park-list-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content-sidebar .sidebox .park-list-primary ul li {
  height: 45px;
  padding-left: 57px;
  line-height: 44px;
  box-sizing: border-box;
  margin-bottom: 18px;
  position: relative;
}

#content-sidebar .sidebox .park-list-primary ul li a {
  text-decoration: none !important;
}

#content-sidebar .sidebox .park-list-primary ul li a:hover {
  text-decoration: underline !important;
}

#content-sidebar .sidebox .park-list-primary ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  display: block;
  background-position: center top;
  background-repeat: repeat;
  background-size: contain;
  content: "";
}

.side-contents-navi {
}

.side-contents-navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-contents-navi ul li {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.side-contents-navi ul li a {
  color: #656464;
  padding-bottom: 7px;
  border-bottom: 1px solid #656464;
  text-decoration: none;
  font-size: 16px;
}

.side-contents-navi ul li a:hover {
  color: #999999;
  border-bottom: 1px solid #999999;
}

/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
  width: 100%;
  background-color: #f3f3f3;
  padding-top: 50px;
}

.footer-nav {
  padding-bottom: 50px;
  position: relative;
  padding-right: 80px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
  padding-left: 50px;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #d1d1d1;
}

#footer-copy {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #e3e3e3;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .footer-nav ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-nav {
    padding-right: 30px;
  }
  .footer-nav ul {
    width: 33.333%;
    margin-bottom: 30px;
  }
  .footer-nav ul:nth-of-type(3) {
    border-right: none;
  }
  .footer-nav ul:nth-of-type(4) {
    float: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer-nav ul {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer-nav ul:nth-of-type(2) {
    border-right: none;
    float: left;
    padding-left: 50px;
  }
  .footer-nav ul:nth-of-type(3) {
    border-right: 1px solid #d1d1d1;
    float: left;
    padding-left: 0;
  }
  .footer-nav ul:nth-of-type(4) {
    float: left;
    border-right: none;
    padding-left: 50px;
  }
  .footer-nav ul li {
    line-height: 36px !important;
  }
  #footer-copy {
    font-size: 18px;
  }
}

.footer-nav ul:first-of-type {
  padding-left: 0;
}

.footer-nav ul:nth-of-type(4) {
  border-right: none;
}

.footer-nav ul li {
  width: 100%;
  line-height: 28px;
}

.footer-nav ul li a {
  text-decoration: none;
  color: #33c876;
}

.footer-nav ul li a:hover {
  text-decoration: underline;
}

.footer-nav ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: none;
  display: block;
  width: 100%;
}

.footer-nav ul li ul li {
}

.footer-nav ul li ul li a {
  color: #404040;
}

.footer-nav ul li span {
  display: block;
  padding-bottom: 15px;
}

.footer-nav ul li img {
  margin-right: 10px;
}

.footer-bana {
  padding-bottom: 50px;
}

.footer-bana .bana-list-primary {
  text-align: center;
  letter-spacing: -0.4em;
  width: calc(100% + 33px);
  margin-left: -15px;
}

.footer-bana .bana-list-primary img {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  transition: 0.2s;
}

.footer-bana .bana-list-primary img:hover {
  opacity: 0.7;
}

.topback a {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/footer/topback.png);
  width: 96px;
  height: 96px;
  display: block !important;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  transition: 0.2s;
}

.topback a:hover {
  top: -10px;
}

@media screen and (max-width: 1000px) {
  .topback a {
    top: 230px;
  }
  .topback a:hover {
    top: 220px;
  }
}
@media screen and (max-width: 750px) {
  .topback {
    display: none;
  }
}

.footer-under {
  width: 100%;
  height: 157px;
  background-color: #8ab924;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding-top: 35px;
  position: relative;
}

.footer-under:after {
  content: "";
  background-image: url("../image/footer/back-illust.png");
  width: 665px;
  height: 200px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-under .logo {
  background-image: url("../image/footer/logo.png");
  width: 475px;
  height: 88px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .footer-under .logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-under .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-under {
    height: 340px;
  }
}
@media screen and (max-width: 800px) {
  .footer-under .logo {
    margin-left: 30px;
  }
}

.footer-under .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

#footer-cc {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #e3e3e3;
  color: #333333;
  font-weight: normal;
}

#footer-cc a {
  color: #333333;
}

/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary {
  position: relative;
}

.subpage #contents-primary {
  padding-top: 50px;
  padding-bottom: 50px;
}

#contents {
  position: relative;
}

h2 {
  width: 100%;
  height: 94px;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 4px solid #93c526;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}

.subpage h2 {
  text-indent: inherit !important;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: inherit;
  font-size: 32px;
  padding-top: 15px;
  padding-bottom: 10px;
  border: 3px solid #93c526;
  background-color: #93c526;
  width: 580px;
  height: auto;
  max-width: 1200px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 50px;
  line-height: 36px;
  margin-top: -100px;
  position: relative;
}

.subpage h2 span {
  display: block !important;
  color: #deff7b;
  font-size: 20px;
}

.subpage h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}

.subpage h3 {
  background-color: #ffffff;
  margin: 0;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  color: #93c526;
  font-size: 22px;
  border: #93c526 2px solid;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .subpage h3 {
    font-size: 24px;
  }
}

.subpage .content h4 {
  text-indent: inherit !important;
  color: #93c526;
  display: block;
  font-weight: inherit;
  font-size: 25px;
  height: auto;
  box-sizing: border-box;
  border-bottom: 3px dotted #93c526;
  border-radius: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 36px;
  position: relative;
}

.subpage .content h4 span {
  display: block !important;
  color: #cccccc;
  font-size: 20px !important;
}

.button.download a {
  background-color: #33c876;
  border: 3px solid #33c876;
  box-sizing: border-box;
  padding: 16px;
  padding-right: 50px;
  display: inline-block;
  background-image: url("../image/layout/button-ar.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  transition: 0.2s;
}

.button.download a:hover {
  background-color: #ffffff;
  border: 3px solid #33c876;
  color: #33c876;
  background-image: url("../image/layout/button-ar3.png");
}

/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/

#topics {
  background-image: url("../image/back.gif");
  padding-top: 80px;
  padding-bottom: 120px;
}

#topics h2 {
  background-image: url("../image/contents/top/h2-topics.png");
}

.topics-slider {
  width: 100%;
  max-width: 1200px;
  min-height: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
  .topics-slider {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.topics-slider .overflow-centerling {
  margin-left: -15px;
}

.topics-slider .list {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}

.topics-slider .thum {
  padding-top: 100%;
  height: 0;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}

.topics-slider .thum a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 99;
}

.topics-slider .thum br {
  display: none;
}

.topics-slider h3 {
  background-color: #93c526;
  margin: 0;
  padding: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-sizing: border-box;
  position: absolute;
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
  bottom: 94px;
  left: 0;
  width: calc(100% - 40px);
  line-height: 22px;
}

.font-large .topics-slider h3 {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .topics-slider h3 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    line-height: inherit;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #93c526;
    background-color: transparent;
  }
}

.topics-slider p {
  display: block;
  min-height: 50px;
}

@media screen and (max-width: 750px) {
  .topics-slider p {
    padding-top: 10px;
    margin-top: 0;
  }
}

.lSAction {
  display: none !important;
}

.topics-slider .prev-next {
  width: 100%;
  max-width: 1200px;
  height: 54px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 30%;
}

@media screen and (max-width: 1300px) {
  .topics-slider .prev-next {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1200px) {
  .topics-slider .prev-next {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1000px) {
  .topics-slider .prev-next {
    width: calc(100% - 180px);
  }
}

.topics-slider .next,
.topics-slider .prev {
  width: 33px;
  height: 54px;
  position: absolute;
  display: block;
  transition: 0.2s;
}

.topics-slider .next {
  background-image: url("../image/contents/top/next.png");
  right: -55px;
}

.topics-slider .prev {
  background-image: url("../image/contents/top/prev.png");
  left: -55px;
}

.topics-slider .next:hover {
  cursor: pointer;
  right: -65px;
}
.topics-slider .prev:hover {
  cursor: pointer;
  left: -65px;
}

#whats_about {
  position: relative;
}

#whats_about h2 {
  border-bottom: none;
  background-image: url("../image/contents/top/h2-whats_about_v2.png");
  width: 1337px;
  height: 239px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1300px) {
  #whats_about h2 {
    width: 100%;
    height: 0;
    padding-top: 17.875%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
}

.whats_about-point {
  position: relative;
  margin-top: -100px;
  z-index: 5;
}

@media screen and (max-width: 900px) {
  .whats_about-point {
    margin-top: -50px;
  }
}
@media screen and (max-width: 750px) {
  .whats_about-point {
    width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
  }
}

.whats_about-point ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.whats_about-point ul li {
  max-width: 195px;
  width: 100%;
  height: 206px;
  display: inline-block;
  letter-spacing: normal;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  position: relative;
  transition: 0.2s;
  top: 0;
}

@media screen and (max-width: 750px) {
  .whats_about-point ul li {
    background-size: contain;
    width: 180px;
    height: 180px;
  }
}

.whats_about-point ul li:hover {
  top: -10px;
}

.whats_about-point ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}

.whats_about-point ul li:nth-child(1) {
  background-image: url("../image/contents/top/whats_about-point01.png");
}
.whats_about-point ul li:nth-child(2) {
  background-image: url("../image/contents/top/whats_about-point02.png");
}
.whats_about-point ul li:nth-child(3) {
  background-image: url("../image/contents/top/whats_about-point03.png");
}
.whats_about-point ul li:nth-child(4) {
  background-image: url("../image/contents/top/whats_about-point04.png");
}
.whats_about-point ul li:nth-child(5) {
  background-image: url("../image/contents/top/whats_about-point05.png");
}
.whats_about-point ul li:nth-child(6) {
  background-image: url("../image/contents/top/whats_about-point06.png");
}

.whats_about-slider {
  margin-top: -50px;
  background-image: url("../image/back.gif");
}

@media screen and (max-width: 1210px) {
  .whats_about-slider {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1000px) {
  .whats_about-slider {
    margin-top: -50px;
  }
}

.whats_about-slider .slider-primary {
}

.whats_about-slider .slider-primary .list {
  width: 100%;
  height: 556px;
}

@media screen and (max-width: 1000px) {
  .whats_about-slider .slider-primary .list {
    height: auto;
  }
}

.whats_about-slider .slider-primary .list .mv {
  width: 56%;
  height: 556px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

@media screen and (max-width: 1000px) {
  .whats_about-slider .slider-primary .list .mv {
    width: 100%;
    height: 400px;
    float: none;
  }
}

.whats_about-slider .slider-primary .list:nth-child(1) .mv {
  background-image: url("../image/contents/top/whats_about-mv01.jpg");
}
.whats_about-slider .slider-primary .list:nth-child(2) .mv {
  background-image: url("../image/contents/top/whats_about-mv02.jpg");
}
.whats_about-slider .slider-primary .list:nth-child(3) .mv {
  background-image: url("../image/contents/top/whats_about-mv03.jpg");
}
.whats_about-slider .slider-primary .list:nth-child(4) .mv {
  background-image: url("../image/contents/top/whats_about-mv04.jpg");
}
.whats_about-slider .slider-primary .list:nth-child(5) .mv {
  background-image: url("../image/contents/top/whats_about-mv05.jpg");
}
.whats_about-slider .slider-primary .list:nth-child(6) .mv {
  background-image: url("../image/contents/top/whats_about-mv06.jpg");
}

.whats_about-slider .slider-primary .list .detail {
  width: 44%;
  float: left;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .whats_about-slider .slider-primary .list .detail {
    width: 100%;
    float: none;
  }
}

.whats_about-slider .slider-primary .list .detail .content {
  display: block;
  text-align: center;
  background-image: url("../image/contents/top/whats_about-6prc.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 95px;
  padding-top: 180px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1100px) {
  .whats_about-slider .slider-primary .list .detail .content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .whats_about-slider .slider-primary .list .detail .content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.whats_about-slider .slider-primary .list h3 {
  width: 100%;
  height: 114px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.whats_about-slider .slider-primary .list:nth-child(1) h3 {
  background-image: url("../image/contents/top/h3-whats_about01.png");
}
.whats_about-slider .slider-primary .list:nth-child(2) h3 {
  background-image: url("../image/contents/top/h3-whats_about02.png");
}
.whats_about-slider .slider-primary .list:nth-child(3) h3 {
  background-image: url("../image/contents/top/h3-whats_about03.png");
}
.whats_about-slider .slider-primary .list:nth-child(4) h3 {
  background-image: url("../image/contents/top/h3-whats_about04.png");
}
.whats_about-slider .slider-primary .list:nth-child(5) h3 {
  background-image: url("../image/contents/top/h3-whats_about05.png");
}
.whats_about-slider .slider-primary .list:nth-child(6) h3 {
  background-image: url("../image/contents/top/h3-whats_about06.png");
}

.whats_about-slider .slider-primary .list p {
}

@media screen and (max-width: 1000px) {
  .whats_about-slider .slider-primary .list p br {
    display: none;
  }
}

#top-facility_bana {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../image/contents/top/bana-back.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  #top-facility_bana {
    margin-top: 50px;
  }
}

#top-facility_bana article {
  width: calc(100% + 30px) !important;
  padding-top: 115px;
  max-width: none !important;
}

#top-facility_bana .bana {
  width: calc(50% - 30px);
  max-width: 585px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

#top-facility_bana .bana-marge {
  width: calc(100% - 30px);
}

#top-facility_bana img {
  max-width: 100%;
  transition: 0.2s;
}

#top-facility_bana img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  #top-facility_bana article {
    width: 100% !important;
    text-align: center;
  }
  #top-facility_bana .bana {
    width: 100%;
    max-width: none;
  }
  #top-facility_bana .bana-marge {
    width: 100%;
  }
  #top-facility_bana img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#top-campany {
  background-image: url("../image/contents/top/campany-back.gif");
  position: relative;
  width: 100%;
  height: 940px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  #top-campany {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#top-campany .content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  max-width: 597px;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  #top-campany .content {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}

#top-campany .content .logo {
  background-image: url("../image/contents/top/company-logo.png");
  width: 479px;
  height: 92px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  margin-bottom: 20px;
}

#top-campany .content .detail {
}

#top-campany .content .detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-campany .content .detail ul li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-left: 85px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #top-campany .content .detail ul li {
    padding-left: 130px;
  }
}

#top-campany .content .detail ul li:first-child {
  padding-left: 0;
}

.font-large #top-campany .content .detail ul li {
  font-size: 22px;
}

#top-campany .content .detail ul li span {
  color: #33c876;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#top-campany .content .detail .button-primary {
  text-align: center;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}

#top-campany .content .detail .button {
  display: inline-block;
}

#top-campany .content .detail .button a {
  width: 208px;
  height: 46px;
  line-height: 44px;
  text-indent: -15px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-image: url("../image/layout/button-ar.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #33c876;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.2s;
}

#top-campany .content .detail .button a:hover {
  background-color: #76e9aa;
}

@media screen and (max-width: 750px) {
  #top-campany .content .detail ul li {
    font-size: 24px;
  }
  #top-campany .content .detail .button a {
    width: 500px;
    height: 60px;
    line-height: 58px;
    margin-bottom: 20px;
  }
}

.calender-cell-option {
  display: block;
  position: relative;
  margin-top: 15px;
}

.calender-cell-option .cell {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 40px;
  font-size: 15px;
  height: 38px;
  line-height: 27px;
}

@media screen and (max-width: 1200px) {
  .calender-cell-option .cell {
    display: inline-block;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .calender-cell-option .cell {
    font-size: 18px;
  }
}

.calender-cell-option .cell span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

#top-campany .gmap {
  width: 1560px;
  height: 940px;
  box-sizing: border-box;
  padding-left: 250px;
}

@media screen and (max-width: 1200px) {
  #top-campany .gmap {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 750px) {
  #top-campany .gmap {
    height: 500px;
  }
}

#top-campany .gmap iframe {
  width: 100%;
  height: 100%;
}

/* 診療カレンダー start */

.scalendar > .box {
  background-color: #efffcd;
  padding: 26px;
  padding-top: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}

.scalendar table {
  width: 100%;
}

.scalendar thead th,
.scalendar thead td {
  text-align: center;
}

.scalendar thead td {
  width: 14%;
}

.scalendar tbody td {
  background-color: #fff;
  text-align: center;
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 4px 10px 2px;
  background: #ffffff;
  border: solid 2px #aaaaaa;
}
.ui-tooltip::after {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #aaaaaa;
}
.ui-helper-hidden-accessible {
  display: none;
}

.scalendar tbody td.orange {
  background-color: #ff6666;
  color: #fff !important;
}
.scalendar tbody td.rblue {
  background-color: #4abdd2;
  color: #fff !important;
}
.scalendar tbody td.pink {
  background-color: #33c876;
  color: #fff !important;
}

.scalendar ul {
  list-style: none;
}

.scalendar li {
  margin-left: 1.35em;
  text-indent: -1.35em;
}

.qtip {
  z-index: 101 !important;
}

.month .fsize-m {
  font-size: 18px;
}
.month .fsize-xl {
  font-size: 30px;
}
.month .fc-red {
  color: #ff5b5b;
}
.month .fc-blue {
  color: #5acbff;
}

.scalendar-primary {
  width: 100%;
  max-width: 477px;
}

@media screen and (max-width: 1200px) {
  .scalendar-primary {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .scalendar-primary {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 590px;
  }
}

.scalendar-primary .bx-prev {
  background-image: url("../image/layout/ar-left.png");
  width: 40px !important;
  height: 40px !important;
  display: block;
  position: absolute;
  top: -30px;
  left: -20px;
}
.scalendar-primary .bx-next {
  background-image: url("../image/layout/ar-right.png");
  width: 40px !important;
  height: 40px !important;
  display: block;
  position: absolute;
  top: -30px;
  right: -20px;
}

/* 診療カレンダー end */

.top-online-tour a {
  background-image: url("../image/contents/top/online-tour_v2.png"),
    url("../image/contents/top/online-tour_back.png");
  background-position: top left, top right;
  background-color: #31c071;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1200px;
  height: 225px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  transition: 0.2s;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .top-online-tour a {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 750px) {
  .top-online-tour a {
    background-image: url("../image/contents/top/online-tour_sp_v2.png");
    width: 690px;
    height: 403px;
  }
}

.top-online-tour a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.2s;
}

.top-online-tour a:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 750px) {
  .top-online-tour a:after {
    display: none;
  }
}

/*----------------------------------------------------------------------------
   qa
------------------------------------------------------------------------------*/

#page-qa h2 {
}

.subpage#page-qa #mainvisual {
  background-image: url("../image/contents/contact/mv.jpg");
}

.qa-list-primary {
  width: 100%;
}

.qa-list-primary .list {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 3px solid #93c526;
  padding: 30px;
  padding-top: 20px;
}

@media screen and (max-width: 900px) {
  .qa-list-primary {
    width: 100%;
  }
  .qa-list-primary .list {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

.qa-list-primary .list .question {
  font-size: 24px;
  color: #93c526;
  position: relative;
  padding-left: 70px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid #eeeeee;
}

.qa-list-primary .list .question span.num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  background-color: #93c526;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
  display: block;
  margin-right: 30px;
  font-size: 38px;
  text-indent: -3px;
  position: absolute;
  top: -40px;
  left: -50px;
  letter-spacing: -5px;
}

.qa-list-primary .list .question span.num span {
  font-size: 28px;
}

.qa-list-primary .list p {
  margin: 0;
  padding: 0;
}

#qa-title-list {
  background-color: #f2f2f2;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 50px;
}

#qa-title-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#qa-title-list ul li a {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 15px;
  padding-right: 30px;
  border-radius: 5px;
  margin-bottom: 5px;
  background-image: url("../image/layout/button-ar2.png");
  background-position: center right 15px;
  background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
   contact
------------------------------------------------------------------------------*/

#page-contact h2 {
}

.subpage#page-contact #mainvisual {
  background-image: url("../image/contents/contact/mv.jpg");
}

.contact-tel-box {
  background-color: #f2f2f2;
  padding: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: block;
  border-radius: 8px;
  margin-bottom: 50px;
  background-image: url("../image/layout/logo-illust.png");
  background-position: center left 50px;
  background-repeat: no-repeat;
  padding-left: 240px;
  position: relative;
}

.contact-tel-box:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}

.contact-tel-box p {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.contact-tel-box p span {
  color: #33c876;
  font-size: 36px;
  display: inline-block;
  font-weight: bold;
}

.contact-tel-box br {
  display: none;
}

.contact-tel-box p a {
  text-decoration: none;
  color: #33c876 !important;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 750px) {
  .contact-tel-box {
    background-position: center top 30px;
    padding-top: 140px;
    padding-left: 30px;
    text-align: center;
  }
  .contact-tel-box br {
    display: block;
  }
  .contact-tel-box p {
    line-height: 42px;
    font-size: 26px;
  }
  .contact-tel-box p span {
    font-size: 42px;
  }
  .contact-tel-box p:first-of-type {
    margin-bottom: 10px;
    border-bottom: #d4d4d4;
    padding-bottom: 10px;
  }
}

ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

ol li {
  border-bottom: #cccccc 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ol li p {
  margin: 0;
  padding: 0;
}

ol li span {
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
}

#pp-frame {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
}

#pp-frame .pp-primary {
  overflow: scroll;
  overflow-x: hidden;
  width: 750px;
  height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
  #pp-frame .pp-primary {
    width: 690px;
  }
}

#pp-frame .pp-primary p {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

#pp-frame .pp-primary ol {
  padding-left: 39px !important;
}

/*----------------------------------------------------------------------------
   event
------------------------------------------------------------------------------*/

#page-event h2 {
}

.subpage#page-event.eventinfo #mainvisual {
  background-image: url("../image/contents/event/mv.jpg");
  background-position: center top -624px;
}

.subpage#page-event.education #mainvisual {
  background-image: url("../image/contents/education/mv.jpg");
}

#page-event #content-sidebar {
  left: inherit;
  right: 0;
  width: 350px;
  border-left: 1px solid #b7b7b7;
  border-right: none;
  padding-left: 50px;
}

#page-event #content-sidebar .news-latest {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page-event #content-sidebar .news-latest li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

#page-event #content-sidebar .news-latest li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

#page-event #content-sidebar .news-latest li span {
  display: block;
  font-size: 14px;
  color: #777777;
}

@media screen and (max-width: 750px) {
  #page-event #content-sidebar .news-latest li span {
    font-size: 22px;
  }
}

#page-event #content-sidebar .news-category {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#page-event #content-sidebar .news-category li a {
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
  position: relative;
  text-indent: -10px;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  transition: 0.2s;
  text-decoration: none;
  color: #000000;
  display: block;
}

#page-event #content-sidebar .news-category li {
  margin-bottom: 5px;
}

#page-event #content-sidebar .news-category li a:after {
  content: "▶";
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  transform: scale(0.4, 0.4);
  color: #cccccc;
}

#page-event #content-sidebar .news-category li a:hover {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#page-event #content-sidebar .news-month ul {
  margin: 0;
  padding: 0;
}

#page-event #content-sidebar .news-month select {
  width: 100%;
}

.subpage#page-event #contents article {
  padding-left: 0;
  padding-right: 400px;
  min-height: 700px;
}

@media screen and (max-width: 1220px) {
  .subpage#page-event #contents article {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .subpage#page-event #contents article {
    padding-right: 50px;
  }
  #page-event #content-sidebar {
    width: calc(100% + 30px);
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
}

#page-event .post {
  margin-bottom: 50px;
}

#page-event h3 {
  margin-bottom: 50px !important;
}

#page-event .post h4 {
}

#page-event .post h4 span {
  display: block;
  font-size: 15px;
  color: #777777;
  padding-bottom: 7px;
}

#page-event .post p {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

#page-event .post p:last-of-type {
  margin-bottom: 0;
}

#page-event .post img {
  max-width: 100%;
  margin-bottom: 30px;
}

.post-link {
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.post-link a {
  width: 208px;
  height: 46px;
  line-height: 44px;
  text-indent: -15px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-image: url("../image/layout/button-ar.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #33c876;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.2s;
}

.post-link a:hover {
  background-color: #76e9aa;
}

@media screen and (max-width: 750px) {
  .post-link {
    float: none;
  }
  .post-link a {
    width: 500px;
    height: 60px;
    line-height: 58px;
    margin-bottom: 20px;
    float: none;
  }
}

/*----------------------------------------------------------------------------
   tour
------------------------------------------------------------------------------*/

#page-tour h2 {
}

.subpage#page-tour #mainvisual {
  background-image: url("../image/contents/tour/mv.jpg");
  background-position: center -635px;
}

.tour-time-plan {
  width: calc(100% + 30px);
  margin-bottom: 30px;
}

.tour-time-plan .plan-list {
  width: calc(33.333% - 30px);
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
  border: 3px solid #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffcfc+0,ebffe2+100 */
  background: rgb(255, 252, 252); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 252, 252, 1) 0%,
    rgba(235, 255, 226, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 252, 252, 1) 0%,
    rgba(235, 255, 226, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 252, 252, 1) 0%,
    rgba(235, 255, 226, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#ebffe2',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 850px) {
  .tour-time-plan {
    width: 100%;
  }
  .tour-time-plan .plan-list {
    width: 100%;
  }
}

.tour-time-plan .plan-list:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
}

.tour-time-plan .plan-list h4 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  color: #33c876;
  border-bottom: 0;
  text-align: center;
  height: 35px;
}

.tour-time-plan .plan-list .time {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #99c833;
  font-style: italic;
  height: 165px;
  font-family: "Century Gothic";
}

@media screen and (max-width: 850px) {
  .tour-time-plan .plan-list .time {
    height: 110px;
  }
}

.tour-time-plan .plan-list .time span {
  font-size: 120px;
}

@media screen and (max-width: 850px) {
  .tour-time-plan .plan-list .time span {
    margin-top: -50px;
    display: inline-block;
  }
}

.tour-time-plan .plan-list p {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.tour-order-primary {
  padding-bottom: 30px;
  width: 100%;
}

.tour-order-primary .order-list {
  width: 100%;
  min-height: 100px;
  margin-bottom: 30px;
  padding-left: 423px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid #33c876;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .tour-order-primary .order-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tour-order-primary .order-list h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background-color: #33c876;
  border-bottom: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .tour-order-primary .order-list h4 {
    position: relative;
    top: inherit;
    left: inherit;
    width: calc(100% + 40px);
    height: inherit;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

.tour-order-primary .order-list h4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  width: 100%;
  display: block;
  font-size: 24px !important;
}

.tour-order-primary .order-list .button a {
  background-color: #eeeeee;
  border: 3px solid #eeeeee;
  border-radius: 8px;
  padding: 20px;
  background-image: url("../image/layout/button-ar2.png");
  background-position: center right 18px;
  background-repeat: no-repeat;
  padding-right: 56px;
  padding-left: 20px;
  text-decoration: none;
  color: #333333;
  font-size: 24px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s;
}

.tour-order-primary .order-list .button a:hover {
  background-color: #ffffff;
  border: 3px solid #99c833;
  color: #99c833;
}

.tour-order-primary .order-list .tel a {
  font-size: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Century Gothic";
  font-weight: bold;
}

.tour-order-primary .order-list .tel a span {
  font-size: 18px;
  padding-left: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1060px) {
  .tour-order-primary .order-list .tel a span {
    display: block;
    margin-left: -9px;
    padding-left: 0;
  }
}

.tour-order-primary .order-list p {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tour-order-primary .order-list .fax {
  font-size: 24px;
}

.tour-order-primary .order-list .fax span {
  font-size: 38px;
  color: #33c876;
  font-family: "Century Gothic";
  font-weight: bold;
}

/*----------------------------------------------------------------------------
   access
------------------------------------------------------------------------------*/

#page-access h2 {
}

.subpage#page-access #mainvisual {
  background-image: url("../image/contents/access/mv.jpg");
  background-position: center top -326px;
}

.subpage#page-access .gmap {
  border: 3px solid #eeeeee;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.access-plan-primary {
  width: calc(100% + 30px);
  padding-bottom: 30px;
}

.access-plan-primary .list {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
  border: 3px solid #eeeeee;
  padding: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 970px) {
  .access-plan-primary {
    width: 100%;
  }
  .access-plan-primary .list {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.access-plan-primary .list h4 {
  margin-top: 0;
  padding-top: 0;
}

.access-plan-primary .list p {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}

.access-plan-primary .list p.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.access-plan-primary .list ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.access-plan-primary .list .button a {
  width: 100%;
  height: 46px;
  line-height: 44px;
  text-indent: -15px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-image: url("../image/layout/button-ar.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #33c876;
  border-radius: 5px;
  margin-top: 15px;
  text-decoration: none;
  transition: 0.2s;
}

.access-plan-primary .list .button a:hover {
  background-color: #76e9aa;
}

.park-map {
  background-color: #ffffff;
  width: 100%;
  height: 450px;
  margin-top: 30px;
  display: block;
  border: 3px solid #eeeeee;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

/*----------------------------------------------------------------------------
   outskirts
------------------------------------------------------------------------------*/

#page-outskirts h2 {
}

.subpage#page-outskirts #mainvisual {
  background-image: url("../image/contents/outskirts/mv.jpg");
}

.outskirts-map {
  background-image: url("../image/contents/outskirts/mv-photo.png"),
    url("../image/back.gif");
  background-position: center right 30px, top center;
  background-repeat: no-repeat, repeat;
  padding-right: 670px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  min-height: 480px;
  border: 3px solid #99c833;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1070px) {
  .outskirts-map {
    background-image: url("../image/back.gif");
    background-position: center top 30px;
    background-repeat: repeat;
    padding-right: 30px;
    padding-top: 0;
  }
  .outskirts-map img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .outskirts-map .sp {
    display: block !important;
  }
}

.outskirts-map .title {
  position: absolute;
  top: 30px;
  padding-right: 560px;
  padding-top: 0;
}

@media screen and (max-width: 1070px) {
  .outskirts-map .title {
    background-position: center top;
    position: relative;
    top: inherit;
    transform: none;
    padding-right: 0;
    padding-top: 30px;
  }
}

.outskirts-map h3 {
  border: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  padding-left: 160px;
  margin-top: -60px;
  background-color: transparent;
}

@media screen and (max-width: 1070px) {
  .outskirts-map h3 {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
    margin-top: 0;
    padding-left: 0;
    font-size: 36px;
  }
  .outskirts-map h3 br {
    display: none;
  }
}

.outskirts-map p {
  padding-top: 0;
}

@media screen and (max-width: 1070px) {
  .outskirts-map p {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1140px) {
  .outskirts-map .title img {
    width: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .outskirts-map .title img {
    width: 400px;
  }
}
@media screen and (max-width: 1070px) {
  .outskirts-map .title img {
    width: 600px;
  }
}

.outskirts-map .other-photo {
}

.h3-outskirts {
  background-color: #93c526 !important;
  color: #ffffff !important;
  border: #93c526 2px solid !important;
  font-size: 26px !important;
}

.h3-outskirts span {
  width: 40px !important;
  height: 40px !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
  text-align: center !important;
  line-height: 40px !important;
  color: #93c526 !important;
  display: inline-block !important;
  margin-right: 10px !important;
  margin-left: -8px !important;
}

.outskirts-list-primary {
  width: calc(100% + 30px);
  padding-bottom: 20px;
}

.outskirts-list-primary .list {
  border: 3px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 30px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
  width: calc(50% - 30px);
  float: left;
}

@media screen and (max-width: 850px) {
  .outskirts-list-primary {
    width: 100%;
  }
  .outskirts-list-primary .list {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.outskirts-list-primary .list h4 {
  margin-top: 0;
  padding-top: 0;
}

.outskirts-list-primary .list .thum {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
}

.outskirts-list-primary .list .thum img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  transition: 0.2s;
}

.outskirts-list-primary .list .thum img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .outskirts-list-primary .list .thum {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 500px;
  }
}

.outskirts-list-primary .list p {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.outskirts-list-primary .list .detail {
  clear: both;
  padding-top: 30px;
}

.outskirts-list-primary .list .detail h5 {
  color: #33c876;
  font-size: 20px;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 2px solid #33c876;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .outskirts-list-primary .list .detail h5 {
    font-size: 24px;
  }
}

.outskirts-list-primary .list .detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0;
  width: calc(100% + 30px);
}

.outskirts-list-primary .list .detail ul li {
  position: relative;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: calc(50% - 30px);
  margin-right: 30px;
  float: left;
}

@media screen and (max-width: 900px) {
  .outskirts-list-primary .list .detail ul {
    width: 100%;
  }
  .outskirts-list-primary .list .detail ul li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.outskirts-list-primary .list .detail ul li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #33c876;
}

.outskirts-list-primary .list .detail ul li p {
  padding: 0;
  margin: 0;
  padding-left: 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .outskirts-list-primary .list .detail ul li p {
    padding-left: 140px;
  }
}

.other-ene-botton {
  display: block;
  clear: both;
  text-align: left;
  margin-bottom: 50px;
  border: 3px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 30px;
  width: calc(100% - 30px);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdffff+0,eaeff2+100 */
  background: rgb(253, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(253, 255, 255, 1) 0%,
    rgba(234, 239, 242, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(253, 255, 255, 1) 0%,
    rgba(234, 239, 242, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(253, 255, 255, 1) 0%,
    rgba(234, 239, 242, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdffff', endColorstr='#eaeff2',GradientType=0 ); /* IE6-9 */
}

.other-ene-botton br {
  display: none;
}

@media screen and (max-width: 1130px) {
  .other-ene-botton br {
    display: block;
  }
  .other-ene-botton img {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .other-ene-botton {
    text-align: center;
  }
  .other-ene-botton br {
    display: none;
  }
  .other-ene-botton img {
    margin-top: 0;
  }
}

.other-ene-botton p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  color: #93c526;
  float: left;
  padding-top: 20px;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px,
    white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px,
    white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px,
    white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

@media screen and (max-width: 1000px) {
  .other-ene-botton p {
    float: none;
    padding-top: 0;
  }
}

.other-ene-botton a {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 1000px) {
  .other-ene-botton a {
    float: none;
  }
}

.other-ene-botton img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}

.other-ene-botton img:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------
   rental
------------------------------------------------------------------------------*/

#page-rental h2 {
}

.subpage#page-rental #mainvisual {
  background-image: url("../image/contents/rental/mv2.jpg");
  background-position: left bottom -350px;
}

@media screen and (max-width: 850px) {
  .subpage#page-rental #mainvisual {
    background-position: center bottom -350px;
  }
}

.subpage#page-rental .rental-tel-box {
  background-color: #f6ffe3;
  border-radius: 10px;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 200px;
  box-sizing: border-box;
  background-image: url("../image/layout/logo-illust.png");
  background-position: center left 30px;
  background-repeat: no-repeat;
}

.subpage#page-rental .rental-tel-box .tel {
  font-size: 48px;
  color: #93c526;
  display: inline-block;
  margin-right: 0;
  font-family: "Century Gothic";
  font-weight: bold;
}

.subpage#page-rental .rental-tel-box .tel span {
  font-size: 28px;
  display: inline-block;
  padding-right: 10px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.subpage#page-rental .rental-tel-box span {
  font-size: 24px;
}

@media screen and (max-width: 800px) {
  .subpage#page-rental .rental-tel-box span {
    display: block;
  }
}

.post-plan-primary {
  width: calc(100% + 30px);
}

.post-plan-primary .list {
  width: calc(50% - 30px);
  margin-right: 30px;
  float: left;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .post-plan-primary {
    width: 100%;
  }
  .post-plan-primary .list {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 750px) {
  .post-plan-primary .list {
    font-size: 24px;
  }
}

.post-plan-primary .list h4 {
  margin-top: 0;
  padding-top: 0;
  color: #6e6e6e;
  border-bottom: 2px solid #cccccc;
  text-align: center;
}

.post-plan-primary .list .tel {
  font-size: 48px;
  color: #93c526;
  display: inline-block;
  margin-right: 0;
  font-family: "Century Gothic";
  font-weight: bold;
}
.post-plan-primary .list p {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------------
   floor
------------------------------------------------------------------------------*/

#page-floor h2 {
}

.subpage#page-floor #mainvisual.floor01 {
  background-image: url("../image/contents/floor/mv01.jpg");
  background-position: center;
}
.subpage#page-floor #mainvisual.floor02 {
  background-image: url("../image/contents/floor/mv02.jpg");
  background-position: center;
}
.subpage#page-floor #mainvisual.floor03 {
  background-image: url("../image/contents/floor/mv03.jpg");
  background-position: center bottom -462px;
}
.subpage#page-floor #mainvisual.shop {
  background-image: url("../image/contents/floor/mv04.jpg");
  background-position: center bottom -462px;
}

.floor-guide-nav {
  padding-bottom: 40px;
}

.floor-guide-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(100% + 30px);
}

.floor-guide-nav ul li {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  display: block;
  position: relative;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .floor-guide-nav ul {
    width: calc(100% + 15px);
  }
  .floor-guide-nav ul li {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 900px) {
  .floor-guide-nav ul li:nth-child(1) {
    background-image: url("../image/contents/floor/navi03.png");
  }
  .floor-guide-nav ul li:nth-child(2) {
    background-image: url("../image/contents/floor/navi02.png");
  }
  .floor-guide-nav ul li:nth-child(3) {
    background-image: url("../image/contents/floor/navi01.png");
  }
  .floor-guide-nav ul li:nth-child(4) {
    background-image: url("../image/contents/floor/navi00.png");
  }
  .floor-guide-nav ul {
    width: 100%;
  }
  .floor-guide-nav ul li {
    width: 690px;
    height: 148px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    position: relative;
  }
  .floor-guide-nav ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}

.floor-guide-nav ul li a img {
  max-width: 100%;
}

@media screen and (max-width: 900px) {
  .floor-guide-nav ul li a img {
    display: none;
  }
}

.floor-guide-nav ul li:hover {
  opacity: 0.7;
}

.floor-list-primary {
  width: calc(100% + 30px);
}

.floor-list-primary .content h4 {
  width: calc(100% - 30px);
}

.floor-list-primary .list {
  width: calc(50% - 30px);
  margin-right: 30px;
  float: left;
}

.floor-list-primary .list h4 {
  background-color: #93c526;
  padding: 10px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 8px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}

.floor-list-primary .thum {
  margin-bottom: 20px;
}

.floor-list-primary .thum img {
  max-width: 100%;
  border-radius: 10px;
}

.floor-list-primary p {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}

.catch-3f {
  font-size: 38px;
  color: #33c876;
  text-align: left;
  position: relative;
  padding-right: 250px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1050px) {
  .catch-3f {
    line-height: 50px;
  }
  .catch-3f br {
    display: none;
  }
}

.catch-3f img {
  position: absolute;
  top: 8px;
  right: 0;
}

.floor-map-img {
  text-align: center;
  margin-bottom: 50px;
}

.floor-map-img img {
  max-width: 100%;
}

.floor-1fb1-list-primary {
  width: call(100% + 30px);
  padding-top: 50px;
  margin-bottom: 50px;
}

.floor-1fb1-list-primary .list {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

@media screen and (max-width: 1050px) {
  .floor-1fb1-list-primary {
    width: 100%;
  }
  .floor-1fb1-list-primary .list {
    width: 100%;
    float: none;
    margin-right: 0;
    border-bottom: 2px dotted #93c526;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .floor-1fb1-list-primary .list:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.floor-1fb1-list-primary .list .thum {
  margin-bottom: 20px;
  float: left;
  width: calc(50% - 30px);
}

@media screen and (max-width: 1050px) {
  .floor-1fb1-list-primary .list .thum {
    margin-bottom: 0;
  }
}

.floor-1fb1-list-primary .list .thum img {
  max-width: 100%;
  border-radius: 8px;
}

.floor-1fb1-list-primary .list .detail {
  float: left;
  width: calc(50% + 30px);
  box-sizing: border-box;
  padding-left: 30px;
  overflow: hidden;
}

.floor-1fb1-list-primary .list .detail h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #93c526;
}

@media screen and (max-width: 750px) {
  .floor-1fb1-list-primary .list .detail h4 {
    font-size: 26px;
  }
}

.floor-1fb1-list-primary .list .detail p {
  margin: 0;
  padding: 0;
}

.shop-list-primary {
}

.shop-list-primary .list {
  background-color: #fffbec;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.shop-list-primary .list h4 {
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 10px;
}

.shop-list-primary .list h5 {
  background-color: #93c526;
  padding: 7px;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .shop-list-primary .list h5 {
    font-size: 22px;
  }
}

.shop-list-primary .list .tel {
  font-size: 36px;
  color: #93c526;
  line-height: 0;
  font-family: "Century Gothic";
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .shop-list-primary .list .tel {
    font-size: 42px;
  }
}

/*----------------------------------------------------------------------------
   guide
------------------------------------------------------------------------------*/

#page-guide h2 {
}

.subpage#page-guide #mainvisual {
  background-image: url("../image/contents/guide/mv.jpg");
  background-position: bottom -500px center;
}

#guide-introduction .content {
  background-color: #f3f3f3;
  margin-top: 100px;
  height: 350px;
  box-sizing: border-box;
  margin-bottom: 100px;
}

#guide-introduction .content article {
  padding-top: 45px;
  padding-bottom: 45px;
}

#guide-introduction .content article p {
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 750px) {
  #guide-introduction .content article p {
    font-size: 24px;
    line-height: 38px;
  }
}

#guide-introduction .content article img {
  margin-top: -100px;
}

@media screen and (max-width: 1150px) {
  #guide-introduction .content {
    height: 400px;
  }
  #guide-introduction .content article img {
    width: 400px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 950px) {
  #guide-introduction .content article img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 544px;
  }
  #guide-introduction .content {
    height: auto;
    padding-bottom: 0;
  }
}

#guide-flowmap {
}

.guide-baloon01,
.guide-baloon02,
.guide-baloon03 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.guide-baloon01 p,
.guide-baloon02 p,
.guide-baloon03 p {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

#guide-flowmap .guide-baloon01 {
  background-image: url("../image/contents/guide/baloon01_202408.png");
  width: 997px;
  height: 257px;
}
#guide-flowmap .guide-baloon02 {
  background-image: url("../image/contents/guide/baloon02_202408.png");
  width: 988px;
  height: 257px;
  margin-top: -50px;
}
#guide-flowmap .guide-baloon03 {
  background-image: url("../image/contents/guide/baloon03_202408.png");
  width: 997px;
  height: 257px;
}

@media screen and (max-width: 1065px) {
  .guide-baloon01,
  .guide-baloon02,
  .guide-baloon03 {
    width: 100% !important;
    height: 0 !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 25.777%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .guide-baloon01,
  .guide-baloon02,
  .guide-baloon03,
  .guide-baloon04,
  .guide-baloon05 {
    margin-left: -9px !important;
    background-size: auto !important;
    padding-top: 0 !important;
    margin-top: 90px !important;
    margin-bottom: 80px !important;
  }
  #guide-flowmap .guide-baloon01 {
    background-image: url("../image/contents/guide/baloon01_sp.png");
    width: 708px !important;
    height: 408px !important;
  }
  #guide-flowmap .guide-baloon02 {
    background-image: url("../image/contents/guide/baloon02_sp.png");
    width: 708px !important;
    height: 528px !important;
    margin-top: 0;
  }
  #guide-flowmap .guide-baloon03 {
    background-image: url("../image/contents/guide/baloon03_sp.png");
    width: 708px !important;
    height: 505px !important;
    padding-top: 0 !important;
    margin-bottom: 30px !important;
  }
  #guide-lastmessage .guide-baloon04 {
    background-image: url("../image/contents/guide/baloon04_sp.png");
    width: 708px !important;
    height: 428px !important;
    position: relative !important;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
  #guide-lastmessage .guide-baloon05 {
    background-image: url("../image/contents/guide/baloon05_sp.png");
    width: 708px !important;
    height: 428px !important;
    position: relative !important;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin-bottom: 110px !important;
  }
  .guide-baloon01:before,
  .guide-baloon02:before,
  .guide-baloon03:before,
  .guide-baloon04:before,
  .guide-baloon05:before {
    content: "";
    display: block;
    width: 246px;
    height: 247px;
    position: absolute;
    left: 50%;
    margin-left: -127px;
    top: -80px;
  }
  .guide-baloon01:before {
    background-image: url("../image/contents/guide/baloon01-icon_20240902.png");
  }
  .guide-baloon02:before {
    background-image: url("../image/contents/guide/baloon02-icon_20240902.png");
  }
  .guide-baloon03:before {
    background-image: url("../image/contents/guide/baloon03-icon_20240902.png");
  }
  .guide-baloon04:before {
    background-image: url("../image/contents/guide/baloon04-icon.png");
  }
  .guide-baloon05:before {
    background-image: url("../image/contents/guide/baloon05-icon.png");
  }
}

.guide-flowmap01 {
  background-image: url("../image/contents/guide/flowmap01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  width: 100%;
  max-width: 1200px;
  height: 0;
  padding-top: 86.0833%;
  position: relative;
  z-index: 2;
}

.guide-flowmap02 {
  /* background-image: url("../image/contents/guide/flowmap02.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  width: 100%;
  max-width: 1200px;
  height: 844px;
  /*padding-top: 56.25%;*/
  position: relative;
  z-index: 2;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media screen and (max-width: 750px) {
  .guide-flowmap02 {
    display: none;
  }
}

.beginners-guide-into {
  background-image: url("../image/contents/guide/into.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height: 0;
  display: block;
  margin-bottom: 50px;
  padding-top: 40.833%;
}

#guide-lastmessage {
  width: 100%;
  position: relative;
  z-index: 1;
}

#guide-lastmessage article {
  position: relative;
  height: 100%;
  z-index: 99;
}

.guide-lastmessage-content {
  background-image: url("../image/contents/guide/back.gif");
  width: 100%;
  height: 540px;
  margin-top: -39px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .guide-lastmessage-content {
    background-image: none;
    height: auto;
  }
}

.guide-baloon04,
.guide-baloon05 {
  position: absolute;
  display: block;
}

.guide-baloon04 p,
.guide-baloon05 p {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.guide-baloon04 {
  background-image: url("../image/contents/guide/baloon04.png");
  width: 581px;
  height: 479px;
  bottom: -505px;
  left: 0;
  z-index: 9;
}

.guide-baloon05 {
  background-image: url("../image/contents/guide/baloon05.png");
  width: 673px;
  height: 448px;
  bottom: -541px;
  right: 0;
  z-index: 9;
}

.tsukaeru-bana a {
  background-image: url("../image/contents/guide/tsukaeru.png");
  width: 880px;
  height: 215px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  transition: 0.2s;
}

.tsukaeru-bana a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  .tsukaeru-bana a {
    width: 690px;
    height: 169px;
    background-size: contain;
  }
}

.beginners-guide-qa-primary {
  position: relative;
  padding-bottom: 50px;
}

.beginners-guide-qa-primary .list {
  border: 3px solid #93c526;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  padding-top: 160px;
  padding-left: 194px;
  box-sizing: border-box;
}

@media screen and (max-width: 830px) {
  .beginners-guide-qa-primary .list {
    padding-left: 30px;
    padding-top: 200px;
  }
}

@media screen and (max-width: 750px) {
  .beginners-guide-qa-primary .list {
    padding-top: 180px;
  }
}

.beginners-guide-qa-primary .list .title {
  background-position: top left;
  background-repeat: no-repeat;
  width: 815px;
  height: 198px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  top: 0;
  left: -32px;
}

@media screen and (max-width: 830px) {
  .beginners-guide-qa-primary .list .title {
    transform-origin: top left;
    transform: scale(0.85, 0.85);
  }
}

.beginners-guide-qa-primary .list:nth-of-type(1) .title {
  background-image: url("../image/contents/guide/q1.png");
}
.beginners-guide-qa-primary .list:nth-of-type(2) .title {
  background-image: url("../image/contents/guide/q2.png");
}
.beginners-guide-qa-primary .list:nth-of-type(3) .title {
  background-image: url("../image/contents/guide/q3.png");
}
.beginners-guide-qa-primary .list:nth-of-type(4) .title {
  background-image: url("../image/contents/guide/q4.png");
}
.beginners-guide-qa-primary .list:nth-of-type(5) .title {
  background-image: url("../image/contents/guide/q5.png");
}
.beginners-guide-qa-primary .list:nth-of-type(6) .title {
  background-image: url("../image/contents/guide/q6.png");
}

.beginners-guide-qa-primary .list .detail {
  padding-bottom: 30px;
  position: relative;
}

.beginners-guide-qa-primary .list .detail img {
  position: absolute;
  top: 0;
  left: 0;
}

.beginners-guide-qa-primary .list .detail p {
  margin: 0;
  padding: 0;
  padding-left: 80px;
  padding-right: 50px;
}

.beginners-guide-qa-primary .list .detail .story p {
  padding-left: 0;
  margin-bottom: 20px;
}

.beginners-guide-qa-primary .list .detail .story table {
  width: calc(100% - 30px);
}

.beginners-guide-qa-primary .list .detail .story table th {
  vertical-align: top;
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
}
.beginners-guide-qa-primary .list .detail .story table td {
  vertical-align: top;
  padding-right: 30px;
  border-bottom: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
}

.beginners-guide-qa-primary .list .detail .story img {
  position: relative;
  top: inherit;
  left: inherit;
  width: calc(100% - 30px);
  max-width: 900px;
}

/*----------------------------------------------------------------------------
   online_tour
------------------------------------------------------------------------------*/

#page-online_tour h2 {
}

.subpage#page-online_tour #mainvisual {
  background-image: url("../image/contents/floor/mv03.jpg");
  background-position: bottom -500px center;
}

.online_tour-start {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 100%;
  height: 240px;
  position: relative;
  left: 57px;
  background-image: url("../image/contents/online-tour/start.png");
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .online_tour-start {
    transform: scale(0.85, 0.85);
    transform-origin: top center;
  }
}

.online_tour-list-primary {
}

.online_tour-list-primary .online_tour-list {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  min-height: 1000px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .online_tour-list-primary .online_tour-list {
    margin-bottom: 100px;
  }
}

.online_tour-list-primary .online_tour-list#online_tour-floor_3f {
  background-image: url("../image/contents/online-tour/back-3f.jpg");
}
.online_tour-list-primary .online_tour-list#online_tour-floor_2f {
  background-image: url("../image/contents/online-tour/back-2f.jpg");
}
.online_tour-list-primary .online_tour-list#online_tour-floor_1f {
  background-image: url("../image/contents/online-tour/back-1f.jpg");
}
.online_tour-list-primary .online_tour-list#online_tour-floor_b1 {
  background-image: url("../image/contents/online-tour/back-b1.jpg");
}

.online_tour-list-primary .online_tour-list .title {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -952px;
  z-index: 3;
  transition: 0.2s;
}

.online_tour-list-primary .online_tour-list#online_tour-floor_3f .title {
  background-image: url("../image/contents/online-tour/title-3f.png");
  width: 717px;
  height: 202px;
}
.online_tour-list-primary .online_tour-list#online_tour-floor_2f .title {
  background-image: url("../image/contents/online-tour/title-2f.png");
  width: 717px;
  height: 260px;
}
.online_tour-list-primary .online_tour-list#online_tour-floor_1f .title {
  background-image: url("../image/contents/online-tour/title-1f.png");
  width: 717px;
  height: 199px;
}
.online_tour-list-primary .online_tour-list#online_tour-floor_b1 .title {
  background-image: url("../image/contents/online-tour/title-b1.png");
  width: 717px;
  height: 199px;
}

@media screen and (max-width: 1220px) {
  .online_tour-list-primary .online_tour-list .title {
    left: -330px;
    margin-left: auto;
  }
}

.online_tour-list-primary .online_tour-list .map {
  position: relative;
  display: none;
}

.online_tour-list-primary .online_tour-list .map .center-map {
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -250px;
  z-index: 2;
  transition: 0.2s;
}

@media screen and (max-width: 750px) {
  .online_tour-list-primary .online_tour-list .map .center-map {
    top: 170px;
  }
}

.online_tour-list-primary .online_tour-list .pointer-primary {
  position: relative;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}

@media screen and (max-width: 960px) {
  .online_tour-list-primary .online_tour-list .pointer-primary {
    width: 640px;
  }
}
@media screen and (max-width: 750px) {
  .online_tour-list-primary .online_tour-list .pointer-primary {
    top: 150px;
  }
}

.online_tour-list-primary .online_tour-list .pointer-primary .pointer {
  position: absolute;
  display: block;
  width: 226px;
  height: 226px;
  z-index: 4;
  transition: 0.2s;
}

.online_tour-list-primary .online_tour-list .pointer-primary .pointer:hover {
  margin-top: -10px;
}

#online_tour-floor_3f .pointer:nth-of-type(1) {
  top: 170px;
  left: 0;
}
#online_tour-floor_3f .pointer:nth-of-type(2) {
  top: 170px;
  right: 0;
}

#online_tour-floor_2f .pointer:nth-of-type(1) {
  top: 190px;
  left: 50%;
  margin-left: -114px;
}

#online_tour-floor_1f .pointer:nth-of-type(1) {
  top: 170px;
  left: 0;
}
#online_tour-floor_1f .pointer:nth-of-type(2) {
  top: 170px;
  right: 0;
}

#online_tour-floor_b1 .pointer:nth-of-type(1) {
  top: -35px;
  left: 50%;
  margin-left: -114px;
}
#online_tour-floor_b1 .pointer:nth-of-type(2) {
  top: 285px;
  left: 0;
}
#online_tour-floor_b1 .pointer:nth-of-type(3) {
  top: 307px;
  left: 50%;
  margin-left: -114px;
}
#online_tour-floor_b1 .pointer:nth-of-type(4) {
  top: 285px;
  right: 0;
}

@media screen and (max-width: 750px) {
  #online_tour-floor_b1 .pointer:nth-of-type(2) {
    top: 180px;
    left: 0;
  }
  #online_tour-floor_b1 .pointer:nth-of-type(4) {
    top: 180px;
    right: 0;
  }
}

.online_tour-list-primary .online_tour-list .pointer-primary .pointer a img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.online_tour-guide {
  padding-top: 580px;
}

@media screen and (max-width: 750px) {
  .online_tour-guide {
    padding-top: 720px;
  }
}

.online_tour-guide .guide-list-primary {
  width: calc(100% + 50px);
}

.online_tour-guide .guide-list-primary.center {
  width: 100%;
}

.online_tour-guide .guide-list-primary .list {
  width: calc(50% - 50px);
  margin-right: 50px;
  margin-bottom: 50px;
  float: left;
  border: 5px solid #31c071;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding: 15px;
  position: relative;
}

.online_tour-guide .guide-list-primary.center .list {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

@media screen and (max-width: 800px) {
  .online_tour-guide .guide-list-primary {
    width: 100%;
  }
  .online_tour-guide .guide-list-primary .list,
  .online_tour-guide .guide-list-primary.center .list {
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
  }
}

.online_tour-guide .guide-list-primary img {
}

.online_tour-guide .guide-list-primary .name {
  position: absolute;
  font-size: 28px;
  line-height: 32px;
  color: #484848;
  display: block;
  text-align: center;
  right: 0;
  top: 30px;
  width: 100%;
  padding-left: 290px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .online_tour-guide .guide-list-primary .name {
    position: relative;
    right: inherit;
    top: inherit;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}

.online_tour-guide .guide-list-primary .button a {
  width: 211px;
  height: 68px;
  background-color: #31c071;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-align: center;
  background-image: url("../image/contents/online-tour/icon-film.png");
  background-position: top left;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 10px;
  line-height: 67px;
  text-indent: 25px;
  position: absolute;
  right: 31px;
  bottom: 15px;
  transition: 0.2s;
}

@media screen and (max-width: 1200px) {
  .online_tour-guide .guide-list-primary .button a {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .online_tour-guide .guide-list-primary img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 800px) {
  .online_tour-guide .guide-list-primary .button a {
    width: 300px;
  }
}

.online_tour-guide .guide-list-primary .button a:hover {
  background-color: #6fe5a4;
}

.online_tour-goal {
  background-color: #d6ffe8;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.online_tour-goal img {
  margin-top: -80px;
}

@media screen and (max-width: 750px) {
  .online_tour-goal img {
    margin-left: -30px;
    transform: scale(0.9, 0.9);
    transform-origin: center;
  }
}

/*----------------------------------------------------------------------------
   english
------------------------------------------------------------------------------*/

.en-mv {
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  margin-bottom: 50px;
  color: #93c526;
}

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

.en-eccess-list-primary {
  width: calc(100% + 50px);
}

.en-eccess-list-primary .list {
  width: calc(50% - 50px);
  margin-right: 50px;
  margin-bottom: 30px;
  float: left;
}

@media screen and (max-width: 1000px) {
  .en-eccess-list-primary {
    width: 100%;
  }
  .en-eccess-list-primary .list {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

.en-eccess-list-primary .list h4 {
  margin-top: 0;
}

.en-eccess-box {
  background-color: #e9ffb8;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.en-eccess-box .link-button a {
  background-color: #ffffff;
  margin-bottom: 0;
}

.en-pp {
}

.en-pp ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.en-pp li span {
  display: block;
  font-size: 24px;
}

.en-pp li:last-of-type {
  border-bottom: none;
}

.in-box {
  border: 2px solid #cccccc;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.in-box ul {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 25px !important;
}

.detail-subtitle {
  border: 2px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.en-floor .floor-content {
  padding-bottom: 50px;
}

.en-floor .floor-content .floor-photo {
  width: 500px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .en-floor .floor-content .floor-photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
    max-width: 900px;
  }
}

.en-floor .floor-content:first-of-type p {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .en-floor .floor-content:nth-of-type(3) .img-auto-width {
    width: 100%;
  }
  .en-floor .floor-content:nth-of-type(3) .img-auto-width img {
    float: none;
    max-width: 900px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
