/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}





[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}
.smart_hide {
  display: none;
}
a:link,
a:visited {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.underline {
  text-decoration: underline !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
height:auto;
}
iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.row {
  overflow: hidden;
}
.full {
  width: 100%;
}
input,
textarea,
select {
  max-width: 100%;
}
.movieWrap {
  position: relative;
  padding-bottom: 56.25% /*アスペクト比 16:9の場合の縦幅*/;
  height: 0;
  overflow: hidden;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------------------------------------- */
/* Color*/
/* ---------------------------------------------------------- */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
html html,
body html {
  font-family: -apple-sysytem, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, MyYugothicM, Verdana, Roboto, "Droid Sans", sans-serif;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("/nekosapo/assets/font/NotoSansCJKjp-RegularSubset.woff") format("woff"), url("/nekosapo/assets/font/NotoSansCJKjp-RegularSubset.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("/nekosapo/assets/font/NotoSansCJKjp-BoldSubset.woff") format("woff"), url("/nekosapo/assets/font/NotoSansCJKjp-BoldSubset.ttf") format("truetype");
}
body {
  font-family: "NotoSansCJKjp", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
}


.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
	bottom: 10px;
  text-align: center;
  vertical-align: top;
  margin: auto;
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 10px;
	
}
.slick-dots li button {
  border-radius: 100%;
  border:1px solid #FFF;
  background: none;
  height: 15px;
  width: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  padding: 0;
	cursor:pointer;
}
.slick-dots li.slick-active button {
  background: #FFF;
}
/* ---------------------------------------------------------- */
/* Common */
/* ---------------------------------------------------------- */
.indent {
  text-indent: -1em;
  text-align: left;
  padding-left: 1em;
}
.is-hide {
  display: none;
}
.heading {
  position: relative;
  width: 100%;
}
.heading h2 {
  background: url("/nekosapo/assets/img/icon_h_sp.png") no-repeat left center;
  background-size: 7.391304347826087% auto;
  color: #595757;
  font-family: "NotoSansCJKjp-Bold";
}
.NoteBox {
  border-radius: 8px;
  border: 2px solid;
}
.NoteBox a {
  display: block;
}
.NoteBox h3 {
  font-family: "NotoSansCJKjp-Bold";
  text-align: center;
}
.NoteBox p {
  font-family: "NotoSansCJKjp-Bold";
}
.NoteBox p span {
  font-family: "NotoSansCJKjp";
}

/*
.modal_cont{
	display:none;
}
*/


.modal_wrap {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
}

.modal_wrap .bg {

  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.85);
 /* pointer-events: none;*/
}
.modal_wrap .modal_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 480px;
  width: 90%;
  max-height: 70vh;
}
.modal_wrap .modal_box .btn_modal_close {
	/*display:none!important;*/
	
	
  cursor: pointer;
  text-align: right;
  margin: -48px 0 12px 0;
}
.modal_wrap .modal_box .modal_box_content {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  cursor: default;
  /*box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);*/
  background: #fff;
  word-break: break-all;
  max-height: 70vh;
	
  border:2px solid #CCC;
	
}




.modal_wrap .modal_box .imgArea p {
  margin: 0;
}
.modal_wrap .modal_box .textArea {
  padding: 18px 18px 48px;
}
.modal_wrap .modal_box .textArea h3 {
  font-size: 1.9rem;
  text-align: center;
}
.modal_wrap .modal_box .textArea .subTitleBox {
  text-align: center;
}
.modal_wrap .modal_box .textArea .subTitle {
  display: inline-block;
  border-radius: 12px;
  border: 3px solid #000;
  color: #595757;
  font-size: 1.4rem;
  text-align: center;
  line-height: 24px;
  padding: 0 18px;
  margin: 20px 0;
}
.modal_wrap .modal_box .textArea p {
  font-size: 1.6rem;
  margin: 0;
}
.modal_wrap .modal_box .textArea p.small {
  font-size: 1rem;
}
.modal_wrap .modal_box .textArea p small {
  color: #898989;
  font-size: 1rem;
}
.modal_wrap .modal_box .textArea p.price01 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.modal_wrap .modal_box .textArea p.price01 .price {
  color: #000;
  font-family: "NotoSansCJKjp-Bold";
}
.modal_wrap .modal_box .textArea p.price02 {
  color: #898989;
  font-size: 1.2rem;
}
.modal_wrap .modal_box .textArea p.contact {
  text-align: right;
  margin-top: 24px;
}
.modal_wrap .modal_box .textArea p.btn {
  text-align: center;
  margin: 24px 0 0;
}
.modal_wrap .modal_box .textArea p.btn img {
  max-width: 100%;
}
.modal_wrap .modal_box .textArea p .txt_notice{
  display: inline-block;
  margin-top: 10px;
  color: #FF0000;
}
.modal_wrap .modal_box .contactArea {
  position: relative;
  background: #e5e5e5;
}
.modal_wrap .modal_box .contactArea p {
  color: #595757;
  margin: 0 auto;
}
.modal_wrap .modal_box .contactArea p.txt {
  font-family: "NotoSansCJKjp-Bold";
}
.modal_wrap .modal_box01 .textArea h3 {
  color: #f19ca6;
}
.modal_wrap .modal_box01 .textArea .subTitle {
  border-color: #f19ca6;
}
.modal_wrap .modal_box02 .textArea h3 {
  color: #7ecef4;
}
.modal_wrap .modal_box02 .textArea .subTitle {
  border-color: #7ecef4;
}
.modal_wrap .modal_box03 .textArea h3 {
  color: #fdd000;
}
.modal_wrap .modal_box03 .textArea .subTitle {
  border-color: #fdd000;
}
.modal_wrap .modal_box04 .textArea h3 {
  color: #8aa3d4;
}
.modal_wrap .modal_box04 .textArea .subTitle {
  border-color: #8aa3d4;
}
.modal_wrap .modal_box05 .textArea h3 {
  color: #bb8dbe;
}
.modal_wrap .modal_box05 .textArea .subTitle {
  border-color: #bb8dbe;
}
.modal_wrap .modal_box06 .textArea h3 {
  color: #c3d94e;
}
.modal_wrap .modal_box06 .textArea .subTitle {
  border-color: #c3d94e;
}
.modal_wrap .modal_box07 .textArea h3 {
  color: #c9a063;
}
.modal_wrap .modal_box07 .textArea .subTitle {
  border-color: #c9a063;
}
.modal_wrap .modal_box08 .textArea h3 {
  color: #87caac;
}
.modal_wrap .modal_box08 .textArea .subTitle {
  border-color: #87caac;
}
.modal_wrap .modal_box09 .textArea h3 {
  color: #f29a63;
}
.modal_wrap .modal_box09 .textArea .subTitle {
  border-color: #f29a63;
}
.modal_wrap .modal_box10 .textArea h3 {
  color: #96a9b3;
}
.modal_wrap .modal_box10 .textArea .subTitle {
  border-color: #96a9b3;
}
.modal_wrap .modal_box11 .textArea h3 {
  color: #33cccc;
}
.modal_wrap .modal_box11 .textArea .subTitle {
  border-color: #33cccc;
}

/* ---------------------------------------------------------- */
/* Header */
/* ---------------------------------------------------------- */
.st-Header {
  background: #fff;
  width: 100%;
}
.st-Header:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.st-Header .inner {
  overflow: hidden;
}
.st-Header .inner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.st-Header_Menu {
  background: #ededed;
  float: right;
}
.st-Header_LogoArea img {
  vertical-align: bottom;
  width: 100%;
}
.st-Header_ContactAreaTel {
  float: left;
}
.st-Header_ContactAreaTel .ttl_tel {
  margin-right: 12px;
  float: left;
}
.st-Header_ContactAreaTel .tel {
  width: 684px;
  margin: 10px 0 12px;
}
.st-Header_ContactAreaTel .tel img:nth-of-type(1) {
  margin-right: 14px;
}
.st-Header_ContactAreaTel .time {
  display: table-cell;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 6px 0;
}
.st-Header_ContactAreaTel .time span {
  margin-right: 16px;
}
.st-Header_ContactAreaMail {
  position: absolute;
  right: 5px;
	top:10px;
	/*width:170px;*/
}

.st-Header_ContactAreaMail a{
	/*
	display:flex!important;
	align-items:center;
	justify-content: flex-end;
	*/
}

.st-Header_ContactAreaMail p{
	vertical-align: middle;
	display:inline-block;
}

.st-Header_ContactAreaMail .f_contact{
	font-size:10px;
	color:#171C61;
	font-weight:bold;
	text-align: right;
	margin-right:12px;
}

.st-Nav {
	position: relative;
	top: 0;
	left: 0;
	background: #ededed;
	width: 100%;
	z-index: 999;
	padding:10px 0;	
	/*
	display: flex;
    justify-content: center;
    align-items: center;
	*/
}
.st-Nav .lv1 > li {
  width:130px;
  position: relative;
  /*
  line-height: 50px;
  */
}   

/*.st-Nav .lv1 > li:nth-child(4) {
	width:150px;
}*/

.st-Nav .lv1 > li:nth-child(3) {
	width:150px;
}

.st-Nav .lv1 > li a{
    display:block;
    background:#F0C61F;
    font-size:15px;
    box-sizing:border-box;   
    border-radius:10px;
    color:#171C61;
	padding: 2px 0;
	padding:3px 0 0\0;
	/*font-weight: 700;*/
	font-weight: 400;
	font-style: normal;
	/*font-family:fot-tsukubrdgothic-std, sans-serif;*/
	/*font-family:'myFont',fot-tsukubrdgothic-std, sans-serif;*/
}

.st-Nav .lv1 > li a:not(:target) {/* IE9以上 */
	padding: 0\9;  /* IE10以下 => 結果的にIE9のみ */
}


@media screen and (max-width: 1040px) {
	
	
	.st-Nav .lv1 > li a img{
		max-width:80%\0;
		margin:0 auto\0;
	}
	
	.st-Nav .lv1 > li a img.on{
		max-width:100%\0;
	}
	
}


.st-Nav .lv1 > li .sub_navi{
	position: absolute;
    right: 0;
	left:0;
 /*   top:calc(100% + 2px);*/
	width:150px;
    
    overflow: hidden;
    transition: 0.3s max-height ease-in-out 0s;
    z-index: 1000;
	max-height: 0px;
    pointer-events: none;
}

.st-Nav .lv1 > li:nth-child(4):hover .sub_navi{
	max-height:120px;
	pointer-events:visible;
}

.st-Nav .lv1 > li .sub_navi a{
	display:block;
}


.st-Nav .lv1 > li .sub_navi a.s01{
	background:#a7d5ee;
	/*margin-bottom:2px;*/
}

.st-Nav .lv1 > li .sub_navi a.s02{
	background:#ced422;
}

.st-Nav .lv1 > li .sub_navi a.s01:hover{
	background:#85bddc;
	color:#171C61;
}

.st-Nav .lv1 > li .sub_navi a.s02:hover{
	background:#b5bb0f;
	color:#171C61;
}


/*.st-Nav .lv1 > li a.cr,*/
.st-Nav .lv1 > li a:hover{
    color:#FFF;
    background:#171C61;
}

/*
.st-Nav .lv1 > li a:link,
.st-Nav .lv1 > li a:visited {
  display: block;
  line-height: 50px;
  height: 50px;
}
*/
.st-Nav .lv2 {
  font-size: 3.2vw;
  padding-top: 6.4%;
  padding-bottom: 6.4%;
  margin: 0 20px;
}
.st-Nav .lv2 li {
  display: inline-block;
  position: relative;
  line-height: 1em;
  padding-right: 1em;
  margin-right: 1em;
  margin-bottom: 2.666666666666667%;
}
.st-Nav .lv2 li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  height: 1em;
  width: 1px;
}
.st-Nav .contactArea {
  max-width: 92vw;
  width: 92vw;
  padding: 6.956521739130435% 0 8.695652173913043% 0;
  margin: 0 auto;
}
.st-Nav .contactArea .ttl {
  font-size: 4vw;
  font-family: "NotoSansCJKjp-Bold";
  text-align: center;
  margin-top: 0;
 /* margin-bottom: 5.797101449275362%;*/
}
.st-Nav .contactArea .ttl a {
  display: block;
  margin-bottom: 4.347826086956522%;
}
.st-Nav .contactArea .tel_free {
  max-width: 82.39999999999999vw;
  width: 82.39999999999999vw;
  margin-bottom: 1.739130434782609%;
}
.st-Nav .contactArea .time {
  font-size: 3.2vw;
}
.st-Nav .contactArea .time span {
  font-size: 3.066666666666666vw;
}
.st-Nav .contactArea .contact img {
  max-width: 92vw;
  width: 92vw;
}
/* ---------------------------------------------------------- */
/* Main */
/* ---------------------------------------------------------- */
.home-SectionMV {
  position: relative;
}
.home-SectionMV .mainSliderSP a,
.home-SectionMV .mainSliderPC a {
  vertical-align: middle;
}
.home-SectionMV .mainSliderSP img,
.home-SectionMV .mainSliderPC img {
  vertical-align: top;
}
.home-SectionMV .mainSliderSP .slide,
.home-SectionMV .mainSliderPC .slide {
  vertical-align: top;
}
.home-SectionMV .mainSliderSP .slide_prev,
.home-SectionMV .mainSliderPC .slide_prev {
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.home-SectionMV .mainSliderSP .slide_prev:hover,
.home-SectionMV .mainSliderPC .slide_prev:hover {
  opacity: 0.6;
}
.home-SectionMV .mainSliderSP .slide_next,
.home-SectionMV .mainSliderPC .slide_next {
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
	margin-top:-17px;
  right: 12px;
	/*
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	*/
  z-index: 1;
}
.home-SectionMV .mainSliderSP .slide_next:hover,
.home-SectionMV .mainSliderPC .slide_next:hover {
  opacity: 0.6;
}
.home-SectionMV_Note {
  background-color: #fdd000;
  text-align: center;
}
.home-SectionMV_Note p {
  text-align: center;
  line-height: 1;
  margin: 0;
}
.home-SectionMV_Note p img {
  margin: 0 auto;
}
.home-SectionWhat .heading {
  background-color: #dff2fc;
}
.home-SectionService .heading {
  background-color: #fff9b1;
}
.home-SectionService .box.btn_modal:hover {
  cursor: pointer;
}
.home-SectionEvent .heading {
  background-color: #feecd2;
}
.home-SectionEvent .box {
  border-radius: 8px;
  border: 2px solid #c9caca;
}
.home-SectionEvent .box .imgArea img {
  border-radius: 6px 6px 0 0px;
}
.home-SectionEvent .box .textArea p {
  margin: 0;
}
.home-SectionEvent_NoteBox {
  border-color: #feecd2;
}
.home-SectionEvent_NoteBox h3 {
  background: #feecd2;
  color: #595757;
}
.home-SectionLocation .heading {
  background: #e1efd8;
}
.home-SectionLocation .row {
  overflow: visible;
}
.home-SectionLocation .box {
  border-radius: 8px;
  border: 2px solid #c9caca;
  background: #edf0f0;
}
.home-SectionLocation .box .imgArea img {
  display: block;
  vertical-align: top;
  border-radius: 6px 6px 0 0;
}
.home-SectionLocation .box .textArea {
  border-radius: 0 0 6px 6px;
}
.home-SectionLocation .box .textArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.home-SectionLocation .box .textArea p {
  margin: 0;
}
.home-SectionLocation .boxNew {
  position: relative;
  background: #e1efd8;
}
.home-SectionLocation .boxNew::before {
  content: "NEW";
  position: absolute;
  top: -30px;
  left: 12px;
  border-radius: 100px;
  background: #e60012;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 3em;
  height: 3em;
  width: 3em;
  padding: 6px;
}
.home-SectionLocation .boxNew .textArea {
  background: transparent;
}
.home-SectionLocation_NoteBox {
  border-color: #e1efd8;
}
.home-SectionLocation_NoteBox h3 {
  background: #e1efd8;
}
.home-SectionLocation_NoteBox p {
  font-weight: normal;
}
.home-SectionLocation_NoteBox p .time {
  vertical-align: sub;
}
.home-SectionLocation_NoteBox p.indent {
  text-align: left;
  padding-top: 0;
  padding-left: 2em;
}
.home-SectionCampaign .heading {
  background: #fbe6ef;
}
.home-SectionCampaign .coming {
  text-align: center;
}
.home-SectionCampaign .bnrSlider {
  position: relative;
}
.home-SectionCampaign .bnrSlider img {
  vertical-align: top;
  margin: 0 auto;
}
.home-SectionCampaign .bnrSlider .slide {
  text-align: center;
  vertical-align: top;
}
.home-SectionCampaign .bnrSlider .slide_prev {
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 45%;
  left: -4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.home-SectionCampaign .bnrSlider .slide_prev:hover {
  opacity: 0.6;
}
.home-SectionCampaign .bnrSlider .slide_next {
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 45%;
  right: -4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.home-SectionCampaign .bnrSlider .slide_next:hover {
  opacity: 0.6;
}
.home-SectionCampaign .bnrs {
  overflow: hidden;
  max-width: 1050px;
  margin: 0 auto;
}
.home-SectionCampaign .bnrs .bnr {
  margin: 0 17px;
  float: left;
}
/* ---------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------- */
.st-Footer {
  /*background: #ededed;*/
	background: #FFF;
  position: relative;

	border-top:10px solid #1a004d;
}
.st-Footer .row {
	/*
  max-width: 812px;
  margin: 0 auto;
	*/
	padding:20px 0;
}

.st-Footer .row .f_info a{
	display:flex;
	justify-content: center;
	align-items:center;
	font-weight:bold;
}

.st-Footer .row .f_info .f_form{
	font-size:16px;
	color:#595757;
	margin-right:10px;
}

.st-Footer .row .title {
  border-top: 1px solid #b5b6b6;
  border-bottom: 1px solid #b5b6b6;
  font-family: "NotoSansCJKjp-Bold";
  text-align: center;
}
.st-Footer_LogoArea {
  text-align: center;
}
.st-Footer_ContactArea p {
  color: #595757;
  margin: 0;
}
.st-Footer_SiteMap {
  background: #fff;
}
.st-Footer_SiteMap .inner {
  overflow: hidden;
}
.st-Footer_SiteMap ul {
  overflow: hidden;
}
.st-Footer_SiteMap ul li {
  position: relative;
}
.st-Footer_CopyrightArea {
  background: #fff;
}
.st-Footer_CopyrightArea .inner {
  padding: 0;
}
.st-Footer_CopyrightArea .logo_yamato {
  padding: 3.2% 0;
  margin: 0;
}
.st-Footer_Copyright {
  margin: 0;
}
#pagetop {
  position: fixed;
  right: 12px;
  bottom: 12px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
	z-index:1000;
}
/* ---------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/*  IE
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/*  IE9
/* ---------------------------------------------------------- */
html,
body {
  /*position: static\9 !important;*/
	/*position: static;*/
	position: relative;
}
/* ---------------------------------------------------------- */
/*  touch
/* ---------------------------------------------------------- */
.js-opacity.opacity_1 {
  opacity: 1 !important;
}
.js-opacity.opacity_1:hover {
  opacity: 1 !important;
}
/* ---------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------- */
/* 0610 Line bnr Update
   ========================================================================== */
.line_banner_pc {
  margin: 30px 0px 100px 0px;
}
.line_banner_smart {
  margin: 10px 0px 0px 0px;
}
.line_banner_pc img {
  width: 100%;
}
.line_banner_smart img {
  width: 100%;
}


@media screen and (max-width: 1040px) {

	.st-Nav .lv1 > li{
		width:90px;
    }
	
	/*.st-Nav .lv1 > li:nth-child(4){
		width:120px;
    }*/
	
	.st-Nav .lv1 > li .sub_navi{
		width:130px;
    }
    .st-Nav .lv1 > li a{
        font-size:11px;

    }
    
    
}







@media print, screen and (min-width: 768px) {
  .smart_hide {
    display: block;
  }
  .pc_hide {
    display: none;
  }
  a:link,
  a:visited {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:link:hover,
  a:visited:hover {
    opacity: 0.6;
  }
  .hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .hover:hover {
    opacity: 0.6;
  }
  input[type="submit"],
  input[type="image"] {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  input[type="submit"]:hover,
  input[type="image"]:hover {
    opacity: 0.6;
  }
  .tel_link {
    pointer-events: none;
  }
  .inner {
    padding: 0 30px;
  }
	/*
  .section {
    margin-bottom: 80px;
  }
	*/
	
  .section .sec_wrap{
	  padding-top:80px;
  }
	
  .heading .inner {
    display: table;
    overflow: hidden;
  }
  .heading {
    padding: 18px 0;
    margin-bottom: 40px;
  }
  .heading h2 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    background-image: url("/nekosapo/assets/img/icon_h_pc.png");
    background-size: auto auto;
    font-size: 3rem;
    padding: 0px 0 0px 60px;
  }
  .heading h2.has_sub {
    display: table-cell;
    vertical-align: middle;
    line-height: 48px;
    padding-right: 24px;
    max-width: 100%;
    text-align: left;
  }
  .heading p {
    display: table-cell;
    border-left: 1px solid #9fa0a0;
    text-align: left;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    font-size: 1.8rem;
    vertical-align: middle;
    line-height: 24px;
    padding-left: 24px;
    margin: 0;
  }
	

	
	
  .NoteBox {
    display: table;
    border-width: 6px;
    width: 100%;
  }
  .NoteBox a {
    display: table-row;
  }
  .NoteBox h3 {
    display: table-cell;
    font-size: 2rem;
    vertical-align: middle;
    padding: 10px 16px;
  }
  .NoteBox p {
    display: table-cell;
    font-size: 1.6rem;
    vertical-align: middle;
    padding: 10px 20px;
  }
  .NoteBox p span {
    margin-right: 4px;
  }
  .modal_wrap .modal_box {
    /*width: 640px;*/
	  width: 480px;
  }
  .modal_wrap .modal_box .contactArea {
    padding: 24px 24px;
  }
  .modal_wrap .modal_box .contactArea p {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .modal_wrap .modal_box .contactArea p.title {
    border-top: 1px solid #b5b6b6;
    border-bottom: 1px solid #b5b6b6;
    text-align: center;
    line-height: 24px;
    margin: 0 0 12px;
  }
  .modal_wrap .modal_box .contactArea p.txt {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .modal_wrap .modal_box .contactArea p.tel {
    margin: 0 24px 12px;
  }
  .modal_wrap .modal_box .contactArea p img.tel_free {
    width: 45.2%;
  }
  .modal_wrap .modal_box .contactArea p .tel_link {
    width: 46%;
    float: right;
  }
  .modal_wrap .modal_box .contactArea p.contact {
    text-align: center;
    margin: 0 24px;
  }
  .modal_wrap .modal_box .contactArea p.contact img {
    width: 100%;
  }
  .modal_wrap .modal_box .contactArea p.indent {
    margin: 0 24px 12px;
  }
  .modal_wrap .modal_box .contactArea p.time {
    margin: 0 24px 10px;
  }
  .st-Header .inner {
    padding: 0;
  }
  .st-Header_LogoArea {
    padding: 18px 0;
    float: left;
  }
  .st-Header_LogoArea img:nth-child(3) {
    display: inline-block;
    margin-right: 18px;
  }
  .st-Header_LogoArea img:nth-child(4) {
    display: inline-block;
  }
  .st-Header_ContactArea {
    width: 774px;
    float: right;
    position: relative;
  }
  .st-Nav {
	  /*
    display: block !important;
	  */
  }
  .st-Nav.pc-fixed {
    position: fixed;
    width: 100vw;
  }
  .st-Nav .lv1 {
    text-align: center;
  }
  
  .st-Nav .lv1 > li {
	display: inline-block;
	margin-right:5px;
  }
	
	.st-Nav .lv1 > li.pc_hide {
	display:none;
  }
  
  

  
  .st-Nav .lv1 > li:last-child{
    margin-right:0;
  }

  .st-Nav .lv1 > li a:link:hover,
  .st-Nav .lv1 > li a:visited:hover {
    opacity: 1;
  }
  .st-Nav .lv1 > li a:link img,
  .st-Nav .lv1 > li a:visited img {
    /*padding: 5px 20px;*/
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
	/*
  .home-SectionMV {
    margin-bottom: 50px;
  }
	*/
  .home-SectionMV_Note {
    padding: 14px 0;
  }
  .home-SectionMV_Note p small {
    font-size: 1.4rem;
  }
  .home-SectionWhat .box {
    margin-left: 2%;
    float: left;
  }
  .home-SectionWhat .box:first-child {
    width: 27.916666666%;
    margin: 0;
  }
  .home-SectionWhat .box:nth-child(2) {
    width: 40.166666666%;
  }
  .home-SectionWhat .box:nth-child(3) {
    width: 27.916666666%;
  }
  .home-SectionService .box {
    border-radius: 8px;
    border: 6px solid #ccc;
    width: 32%;
    margin: 0 0 48px 2%;
    float: left;
	  cursor:pointer;
  }
  .home-SectionService .box .imgArea {
    overflow: hidden;
    position: relative;
    padding-bottom: calc(325 / 380 * 100%);
  }
  .home-SectionService .box .imgArea img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .home-SectionService .box:hover {
    opacity: 1;
  }
  .home-SectionService .box:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .home-SectionService .box .textArea {
    padding-top: calc(54 / 380 * 100%);
    position: relative;
  }
  .home-SectionService .box .textArea .imgWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-SectionService .box .textArea .imgWrap:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(30 / 380 * 100%);
    height: 100%;
    top: 2px;
    background: url("/nekosapo/assets/img/icon_services_pc.png") no-repeat left center;
    background-size: 95%;
    right: calc(5 / 380 * 100%);
  }
  .home-SectionService .box .textArea .imgWrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .home-SectionService .box .textArea p {
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    line-height: 54px;
    margin: 0;
  }
  .home-SectionService .box:nth-child(1) {
    border-color: #f19ca6;
    margin-left: 0;
  }
  .home-SectionService .box:nth-child(1) .textArea {
    background-color: #f19ca6;
  }
  .home-SectionService .box:nth-child(1) .textArea img {
    width: calc(174 / 380 * 100%);
  }
  .home-SectionService .box:nth-child(2) {
    border-color: #7ecef4;
  }
  .home-SectionService .box:nth-child(2) .textArea {
    background-color: #7ecef4;
  }
  .home-SectionService .box:nth-child(2) .textArea img {
    width: calc(224 / 380 * 100%);
  }
  .home-SectionService .box:nth-child(3) {
    border-color: #fabf13;
  }
  .home-SectionService .box:nth-child(3) .textArea {
    background-color: #fabf13;
  }
  .home-SectionService .box:nth-child(3) .textArea img {
    width: calc(195 / 380 * 100%);
  }
  .home-SectionService .box:nth-child(4) {
    border-color: #8aa3d4;
    margin-left: 0;
  }
  .home-SectionService .box:nth-child(4) .textArea {
    background-color: #8aa3d4;
  }
  .home-SectionService .box:nth-child(4) .textArea img {
    width: calc(266 / 380 * 100%);
  }
  .home-SectionService .box:nth-child(5) {
    border-color: #bb8dbe;
  }
  .home-SectionService .box:nth-child(5) .textArea {
    background-color: #bb8dbe;
  }
  .home-SectionService .box:nth-child(5) .textArea img {
    width: calc(218 / 380 * 100%);
  }
  .home-SectionService .box:nth-child(6) {
    border-color: #c3d94e;
  }
  .home-SectionService .box:nth-child(6) .textArea {
    background-color: #c3d94e;
  }
  .home-SectionService .box:nth-child(6) .textArea img {
    width: calc(286 / 380 * 100%);
  }
  .home-SectionService .box:nth-child(7) {
    border-color: #c9a063;
    margin-left: 0;
  }
  .home-SectionService .box:nth-child(7) .textArea {
    background-color: #c9a063;
  }
  .home-SectionService .box:nth-child(7) .textArea img {
    width: calc(212 / 282 * 100%);
  }
  .home-SectionService .box:nth-child(8) {
    border-color: #87caac;
  }
  .home-SectionService .box:nth-child(8) .textArea {
    background-color: #87caac;
  }
  .home-SectionService .box:nth-child(8) .textArea img {
    width: calc(200 / 282 * 100%);
  }
  .home-SectionService .box:nth-child(9) {
    border-color: #f29a63;
  }
  .home-SectionService .box:nth-child(9) .textArea {
    background-color: #f29a63;
  }
  .home-SectionService .box:nth-child(9) .textArea img {
    width: calc(132 / 282 * 100%);
  }
  .home-SectionService .box:nth-child(10) {
    border-color: #96a9b3;
  }
  .home-SectionService .box:nth-child(10) .textArea {
    background-color: #96a9b3;
  }
  .home-SectionService .box:nth-child(10) .textArea img {
    width: calc(134 / 282 * 100%);
  }
  .home-SectionService .box:nth-last-child(-n+4) {
    width: 23.5%;
    margin-bottom: 0;
  }
  .home-SectionService .box:nth-last-child(-n+4) .imgArea {
    padding-bottom: calc(230 / 278 * 100%);
  }
  .home-SectionService .box:nth-last-child(-n+4) .textArea p {
    font-size: 1.35rem;
  }
  .home-SectionService .box:nth-last-child(-n+4) .textArea .imgWrap:after {
    right: calc(8 / 380 * 100%);
  }
  .home-SectionEvent .box {
    width: 31.6666%;
    margin-left: 2.5%;
    margin-bottom: 40px;
    float: left;
  }
  .home-SectionEvent .box:first-child {
    margin-left: 0;
  }
  .home-SectionEvent .box .textArea {
    padding: 18px 30px;
  }
  .home-SectionEvent .box .textArea p {
    font-size: 1.529rem;
  }
  .home-SectionEvent_NoteBox p {
    background: url("/nekosapo/assets/img/icon_arrow_event_note_box_pc.png") no-repeat 96% center;
    padding-right: 60px;
  }
  .home-SectionLocation .box .imgArea img.pc_hide {
    display: none;
  }
  .home-SectionLocation .box .textArea {
    padding: 10px 12px;
  }
  .home-SectionLocation .box .textArea h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .home-SectionLocation .box .textArea p {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: top;
    width: 73%;
    float: left;
  }
  .home-SectionLocation .box .textArea p.icon_map {
    width: 25%;
    margin-top: -16px;
    float: right;
  }
  .home-SectionLocation .box .textArea p.icon_map img {
    width: 100%;
  }
  .home-SectionLocation .box {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
    float: left;
  }
  .home-SectionLocation .box:first-child {
    margin-left: 0;
  }
  .home-SectionLocation_NoteBox h3 {
    font-size: 1.8rem;
    padding: 10px 16px;
  }
  .home-SectionLocation_NoteBox p {
    font-size: 1rem;
    padding: 10px 10px;
  }
  .home-SectionLocation_NoteBox p img.smart_hide {
    display: inline-block;
    max-width: 45.5%;
    margin-right: 16px;
  }
  .home-SectionLocation_NoteBox p .time {
    white-space: nowrap;
  }
  .home-SectionCampaign .coming {
    margin: 144px 0;
  }
  .home-SectionCampaign .bnrs .bnr {
    width: 33.3333%;
    padding: 0 17px;
    margin: 0;
  }
  .home-SectionCampaign .bnrs .bnr img {
    width: 100%;
  }
  .home-SectionCampaign .bnrs .bnr p {
    font-size: 1.6rem;
    text-align: center;
  }
  .st-Footer {
    /*padding-top: 40px;*/
  }
  .st-Footer .row .title {
    font-size: 2rem;
    line-height: 36px;
    padding: 10px 0;
    margin-bottom: 22px;
  }
  .st-Footer_LogoArea {
    width: 21.67487684729064%;
    float: left;
  }
  .st-Footer_LogoArea p {
    margin-top: 0;
  }
  .st-Footer_ContactArea {
    width: 78.32512315270937%;
    float: right;
  }
  .st-Footer_ContactArea p {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .st-Footer_ContactArea p.tel .smart_hide {
    display: inline-block;
    max-width: 47%;
    margin-bottom: 12px;
  }
  .st-Footer_ContactArea p.tel .smart_hide:nth-of-type(3) {
    margin-left: 24px;
  }
  .st-Footer_ContactArea p.tel span {
    font-size: 1.1rem;
    margin-right: 24px;
  }
  .st-Footer .contact {
    margin-bottom: 40px;
  }
  .st-Footer_SiteMap {
    padding: 18px 0;
    float: right;
  }
  .st-Footer_SiteMap ul {
    float: left;
    font-size: 0;
    text-align: center;
  }
  .st-Footer_SiteMap ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 1em;
    margin-right: 1em;
  }
  .st-Footer_SiteMap ul li::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
  }
  .st-Footer_SiteMap ul li:last-child:after {
    content: "";
  }
  .st-Footer_CopyrightArea {
    text-align: center;
    float: left;
  }
  .st-Footer_CopyrightArea .inner {
    width: 560px;
    margin: 0 auto;
  }
  .st-Footer_CopyrightArea .logo_yamato {
    display: inline-block;
    margin-right: 24px;
  }
  .st-Footer_Copyright {
    display: inline-block;
    font-size: 1.1rem;
    vertical-align: top;
    line-height: 60px;
  }
  #pagetop.pageEnd {
    position: absolute;
    right: 12px;
    top:-50px;
  }
}
@media screen and (max-width: 767px) {
  body.navOpen .st-Header {
    overflow-y: scroll;
	/*overflow: hidden;*/
    max-height: 100%;
  }
  .inner {
    padding-right: 4%;
    padding-left: 4%;
  }
  .section {
    margin-bottom: 16%;
  }
  .heading {
    margin-bottom: 4%;
  }
  .heading h2 {
    font-size: 5.333333333333334vw;
    padding-top: 2.898550724637681%;
    padding-bottom: 2.898550724637681%;
    padding-left: 10.434782608695652%;
  }
  .heading h2.has_sub {
    border-bottom: 1px solid #9fa0a0;
  }
  .heading p {
    font-size: 3.466666666666666vw;
    padding-top: 1.739130434782609%;
    padding-bottom: 3.478260869565217%;
    margin: 0;
  }
  .NoteBox h3 {
    border-radius: 6px 6px 0 0;
    font-size: 4.848vw;
    padding-top: 2.028985507246376%;
    padding-bottom: 2.028985507246376%;
  }
  .NoteBox p {
    font-size: 3.733333333333334vw;
    text-align: center;
    padding-top: 2.028985507246376%;
    padding-bottom: 2.028985507246376%;
    margin: 0;
  }
  .NoteBox p span {
    margin-right: 3.2%;
  }
  .modal_wrap .modal_box .btn_modal_close img {
    max-width: 5.066666666666666vw;
    width: 5.066666666666666vw;
  }
  .modal_wrap .modal_box .contactArea {
    padding: 18px;
  }
  .modal_wrap .modal_box .contactArea p {
    font-size: 1.2rem;
    margin-bottom: 5.769230769230769%;
  }
  .modal_wrap .modal_box .contactArea p.title {
    font-family: "NotoSansCJKjp-Bold";
    font-size: 4vw;
    text-align: center;
  }
  .modal_wrap .modal_box .contactArea p.txt {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3.461538461538462%;
  }
  .modal_wrap .modal_box .contactArea p.tel img {
    margin: 2% 0;
  }
  .modal_wrap .modal_box .contactArea p.tel img.tel_free {
    width: 93.6875%;
  }
  .modal_wrap .modal_box .contactArea p a.tel_link {
    display: block;
    margin: 0 auto;
  }
  .modal_wrap .modal_box .contactArea p img {
    margin-bottom: 2.307692307692308%;
  }
  .modal_wrap .modal_box .contactArea p span {
    font-size: 2.933333333333333vw;
  }
  .modal_wrap .modal_box .contactArea p .time {
    margin-left: 3.2%;
  }
  .modal_wrap .modal_box .contactArea p.contact {
    margin: 2% 0;
  }
  .modal_wrap .modal_box .contactArea p.contact a {
    display: block;
  }
  .modal_wrap .modal_box .contactArea p.contact img {
    width: 100%;
  }
  .modal_wrap .modal_box .contactArea p.indent {
    font-size: 2.933333333333333vw;
    margin-bottom: 0;
  }
  .st-Header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
  }
  .st-Header .inner {
    padding-right: 0;
  }
  .st-Header_Menu img {
    max-width: 11.466666666666667vw;
    width: 11.466666666666667vw;
  }
  .st-Header_LogoArea {
    padding-top:2%;
    padding-bottom: 1.5%;
  }
	
	.st-Header_LogoArea{
		max-width:70%;
	}
	/*
  .st-Header_LogoArea img:nth-child(1) {
    max-width: 75vw;
    width: 75vw;
  }
	*/
    
    .st-Nav{
		padding:0;
    }
    
    
  .st-Nav .lv1 > li {
    border-bottom: 1px solid #c9caca;
    padding: 4% 0;
    margin: 0 10px;
      width:auto;
  }

  .st-Nav .lv1 > li:last-child {
    border-bottom:none;
  }

	

	/*.st-Nav .lv1 > li:nth-child(4){
      width:auto;
    }*/

	.st-Nav .lv1 > li:nth-child(3){
      width:auto;
    }
	
	
  .st-Nav .lv1 > li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 0;
    background: url("/nekosapo/assets/img/header/icon_nav_arrow_sp.png") no-repeat center;
    background-size: 100% auto;
    width: 4.347826086956522%;
    margin: auto;
  }
  /* .st-Nav .lv1 > li:nth-child(7)::after {
    display: none;
  }  */
     
    .st-Nav .lv1 > li a,
    .st-Nav .lv1 > li a.cr,
    .st-Nav .lv1 > li a:hover{
		font-size:18px;
        background:none;    
        color:#171C61;
    }
    
  .st-Nav .lv1 > li:nth-child(1) {
    display: none;
  }
	/*
  .st-Nav .lv1 > li:nth-child(2) img {
    max-width: 22vw;
    width: 22vw;
  }
  .st-Nav .lv1 > li:nth-child(3) img {
    max-width: 22.26666666666667vw;
    width: 22.26666666666667vw;
  }
  .st-Nav .lv1 > li:nth-child(4) img {
    max-width: 22.133333333333333vw;
    width: 22.133333333333333vw;
  }
  .st-Nav .lv1 > li:nth-child(5) img {
    max-width: 14.799999999999999vw;
    width: 14.799999999999999vw;
  }
  .st-Nav .lv1 > li:nth-child(6) img {
    max-width: 29.599999999999998vw;
    width: 29.599999999999998vw;
  }
	*/
	

	
  main {
    padding-top: 11.466666666666667%;
  }
  .home-SectionMV {
    margin-bottom: 8%;
  }
  .home-SectionMV_Note {
    padding-top: 3.2%;
    padding-bottom: 3.2%;
  }
  .home-SectionMV_Note p img {
    max-width: 90.93333333333334vw;
    width: 90.93333333333334vw;
    margin-bottom: 1.6%;
  }
  .home-SectionMV_Note p small {
    font-size: 2.933333333333333vw;
    line-height: 1.2;
  }
  .home-SectionWhat .box {
    text-align: center;
    margin-bottom: 2.028985507246376%;
  }
  .home-SectionService .box {
    width: 48.98550724637681%;
    margin-bottom: 2.028985507246376%;
    float: left;
  }
  .home-SectionService .box:nth-child(2n+1) {
    margin-right: 2.028985507246376%;
  }
  .home-SectionEvent .box {
    margin-bottom: 2.028985507246376%;
  }
  .home-SectionEvent .box .textArea {
    padding: 3.498542274052478%;
  }
  .home-SectionEvent .box .textArea p {
    font-size: 3.733333333333334vw;
  }
  .home-SectionEvent_NoteBox p {
    background: url("/nekosapo/assets/img/icon_arrow_event_note_box_sp.png") no-repeat 94% center;
  }
  .home-SectionLocation .box .imgArea img.smart_hide {
    display: none;
  }
  .home-SectionLocation .box .textArea {
    padding: 1.449275362318841% 2.898550724637681%;
  }
  .home-SectionLocation .box .textArea h3 {
    font-size: 4.8vw;
    margin-bottom: 2.898550724637681%;
  }
  .home-SectionLocation .box .textArea p {
    font-size: 3.733333333333334vw;
    margin-bottom: 3.478260869565217%;
  }
  .home-SectionLocation .box .textArea p.icon_map {
    text-align: center;
  }
  .home-SectionLocation .box .textArea p.icon_map img {
    width: 98.76923076923076%;
    max-width: 100%;
  }
  .home-SectionLocation .box {
    margin-bottom: 1.739130434782609%;
  }
  .home-SectionLocation .boxNew {
    margin-top: 9.6%;
  }
  .home-SectionLocation .boxNew::before {
    top: -7.25vw;
    font-size: 4.5vw;
    line-height: 12.5vw;
    height: 12.5vw;
    width: 12.5vw;
  }
  .home-SectionLocation_NoteBox p {
    font-size: 3.6vw;
    text-align: left;
    padding-top: 3.478260869565217%;
    padding-right: 2.4%;
    padding-left: 2.4%;
    padding-bottom: 3.478260869565217%;
  }
  .home-SectionLocation_NoteBox p img {
    width: 100%;
    margin-bottom: 4.373177842565598%;
  }
  .home-SectionLocation_NoteBox p img.tel_free {
    width: 100%;
  }
  .home-SectionCampaign .coming img {
    max-width: 70.66666666666667vw;
    width: 70.66666666666667vw;
    margin: 6.4% auto;
  }
  .home-SectionCampaign .bnrSlider .slide img {
    max-width: 70.66666666666667vw;
    width: 70.66666666666667vw;
  }
  .home-SectionCampaign .bnrSlider .slide_prev {
    max-width: 6vw;
    width: 6vw;
  }
  .home-SectionCampaign .bnrSlider .slide_next {
    max-width: 6vw;
    width: 6vw;
  }
  .st-Footer {
    /*padding-top: 7.466666666666668%;*/
  }
  .st-Footer .row .title {
    font-size: 4vw;
    line-height: 1.2;
    width: 69.33333333333334%;
    padding: 2.692307692307693% 0;
    margin: 0 auto 7.692307692307693%;
  }
  .st-Footer_LogoArea img {
    max-width: 23.599999999999998vw;
    width: 23.599999999999998vw;
    margin-bottom: 5.797101449275362%;
  }
  .st-Footer_ContactArea {
    max-width: 69.33333333333334vw;
    width: 69.33333333333334vw;
    margin: 0 auto;
  }
  .st-Footer_ContactArea p {
    font-size: 2.666666666666667vw;
    margin-bottom: 5.769230769230769%;
  }
  .st-Footer_ContactArea p img {
    max-width: 69.33333333333334vw;
    width: 69.33333333333334vw;
    margin-bottom: 5.769230769230769%;
  }
  .st-Footer_ContactArea p.tel .tel_free {
    width: 96.585%;
  }
  .st-Footer_ContactArea p.tel span {
    font-size: 2.666666666666667vw;
    margin-right: 4.615384615384616%;
  }
  .st-Footer .contact {
    text-align: center;
  }
  .st-Footer .contact img {
    display: block;
    max-width: 69.33333333333334vw;
    width: 69.33333333333334vw;
    margin: 0 auto 4.615384615384616%;
  }
	
	
	.st-Footer .row .f_info .f_form{
		font-size:12px;
	}
	
  .st-Footer_SiteMap .inner {
    padding: 0;
  }
  .st-Footer_SiteMap ul {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }
  .st-Footer_SiteMap ul li {
    border-bottom: 1px solid #d3d3d3;
    font-size: 3.2vw;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  .st-Footer_SiteMap ul li:last-child {
    border-bottom: none;
  }
	
	
  .st-Footer_SiteMap ul li a:link,
  .st-Footer_SiteMap ul li a:visited {
    display: block;
    padding: 3.2% 2.666666666666667%;
  }
  .st-Footer_CopyrightArea {
    text-align: center;
  }
  .st-Footer_CopyrightArea .logo_yamato img {
    max-width: 34.53333333333333vw;
    width: 34.53333333333333vw;
  }
  .st-Footer_Copyright {
    font-size: 2.933333333333333vw;
    text-align: center;
    margin: 0 0 3.2%;
  }
  #pagetop.pageEnd {
    bottom: 60px !important;
  }
  #pagetop img {
      /*
    max-width: 12.533333333333333vw;
    width: 12.533333333333333vw;
      */
  }
}
@media screen and (min-width: 768px) and (max-width: 1270px) {
  .heading h2.has_sub {
    width: 50%;
  }
  .heading p {
    width: 50%;
  }
  .st-Header .inner {
    padding: 0 1.333333333333333%;
  }
  .home-SectionMV_Note {
    padding-right: 2.666666666666667%;
    padding-left: 2.666666666666667%;
  }
	/*
  .st-Header_LogoArea {
    max-width: 36.0833%;
  }
	*/
  .st-Header_ContactArea {
    max-width: 62%;
  }
  .st-Header_ContactAreaTel {
    max-width: 87.9%;
    margin: 0 1.9% 0 0;
  }
  .st-Header_ContactAreaTel .ttl_tel {
    max-width: 18.9602%;
  }
  .st-Header_ContactAreaTel .tel {
    overflow: hidden;
    max-width: 78%;
    margin: 10px 0 6px;
  }
  .st-Header_ContactAreaTel .tel img:nth-of-type(1) {
    width: 46.7181%;
    margin-right: 3.1111%;
    float: left;
  }
  .st-Header_ContactAreaTel .tel img:nth-of-type(2) {
    width: 44.9806%;
    float: right;
  }
  .st-Header_ContactAreaTel .time {
    margin: 6px 0;
  }
  .st-Header_ContactAreaTel .time:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .st-Header_ContactAreaMail {
    /*max-width: 10.2%;*/
  }
  .st-Header_ContactAreaMail img {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1270px) and (min-width: 768px) {
  .st-Header .inner {
    padding-right: 1.333333333333333%;
    padding-left: 1.333333333333333%;
  }
}



@media screen and (max-width: 660px) {

  .st-Header_LogoArea {
    padding-top: 1.7%;
    padding-bottom: 1%;
  }

}
	


@media screen and (max-width: 414px) {
	
	
	.iziModal:not(.isFullscreen){
		height:100vh!important;
	}
	
	/*
	.modal_wrap .modal_box,
	.modal_wrap .modal_box .modal_box_content{
		max-height:100vh;
		height:100%;
	}
	*/

}

.lv1 .campaign {
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 20px;
  }

.lv1 li:hover .campaign{
    top: 30px;
    visibility: visible;
    opacity: 1;
}

.lv1 .campaign li {
    position: relative;
    width: 130px;
}


@media screen and (max-width: 760px) {

.lv1 .campaign li {
    display: none;
}

.lv1 .campagin_matsudo a {
    display: block;
    margin-left: 1em;
    font-size: 14px !important;
}

.lv1 .campagin_tama a {
    display: block;
    margin-left: 1em;
    font-size: 14px !important;
}

}

.st-Nav .lv1 > li .sub_menu a {
    background: #EDEDED;
    border-radius: 0;
}

.st-Nav .lv1 > li .sub_menu {
    border-bottom: 1px solid #171C61;
}
.st-Nav .lv1 > li .sub_menu:nth-child(2) {
    border-bottom: 0;
}

.st-Nav .lv1 > li .sub_menu a:hover {
    color: #FFF;
    background: #171C61;
}

.sub_menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4%;
    bottom: 0;
    background: url(/nekosapo/assets/img/header/icon_nav_arrow_sp.png) no-repeat center;
    background-size: 100% auto;
    width: 8.347826086956522%;
    margin: auto;
    display: block;
    }
    
.lv1 .campaign_li {
    width: 130px;
    display:block;
    background: #F0C61F;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #171C61;
    padding: 2px 0;
    padding: 3px 0 0\0;
    font-weight: 700;
    font-style: normal;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    transition: 0.5s;
    cursor : pointer;
}

.lv1 .campaign_li:hover {
    color: #FFF;
    background: #171C61;
}
}

@media screen and (max-width: 768px) {

.lv1 .campaign_li {
    width: 130px;
    display:block;
    background: #F0C61F;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #171C61;
    padding: 7px 0;
    padding: 3px 0 0\0;
    font-weight: 700;
    font-style: normal;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    transition: 0.5s;
    cursor : pointer;
}

.lv1 .campaign_li:hover {
    color: #FFF;
    background: #171C61;
}
}

@media screen and (max-width: 1040px){
.lv1 .campaign_li {
    font-size: 11px;
}
}

@media screen and (max-width: 1040px) {
.lv1 .campaign_li {
    width: 90px;
}
}

@media screen and (max-width: 767px){
.lv1 .campaign_li {
    display: inline-block;
    margin-right: 5px;
    transition: 0;
	width: 100%;
    font-size: 18px;
    background: none;
    color: #171C61;
}
.lv1 .campaign_li:hover {
    color: #171C61;
    background: none;
}
}