@charset "UTF-8";
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.556;
  color: #333333;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe{
	width: 100%;
	height: auto;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button:hover,
button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner { /*Firefox用*/
  border: none;
}

/*  general set */
.mgb0 {
  margin-bottom: 0 !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

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

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

@media screen and (min-width: 1000px) {
  .pmgb0 {
    margin-bottom: 0 !important;
  }
  .pmgb5 {
    margin-bottom: 5px !important;
  }
  .pmgb10 {
    margin-bottom: 10px !important;
  }
  .pmgb15 {
    margin-bottom: 15px !important;
  }
  .pmgb20 {
    margin-bottom: 20px !important;
  }
  .pmgb25 {
    margin-bottom: 25px !important;
  }
  .pmgb30 {
    margin-bottom: 30px !important;
  }
  .pmgb40 {
    margin-bottom: 40px !important;
  }
  .pmgb45 {
    margin-bottom: 45px !important;
  }
  .pmgb50 {
    margin-bottom: 50px !important;
  }
  .pmgt20 {
    margin-top: 20px !important;
  }
  .pmgt30 {
    margin-top: 30px !important;
  }
  .pmgt50 {
    margin-top: 50px !important;
  }
  .pmgt70 {
    margin-top: 70px !important;
  }
  .ppdb0 {
    padding-bottom: 0 !important;
  }
}
.pdb0 {
  padding-bottom: 0 !important;
}

.deco {
  text-decoration: underline;
}

.alignC {
  text-align: center !important;
}

.spacer15 {
  display: block;
  height: 15px;
  width: 100%;
}

.anchor {
  display: block;
  padding-top: 83px;
  margin-top: -83px;
  z-index: -1;
}

a.aBlock {
  display: block !important;
}

a.secScheBorder {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 20px;
}

.red {
  color: #cd0808 !important;
}

html {
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
}

body.nav-open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    margin-left: 60px;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sptabonly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pconly {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .xlonly {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .xlonly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .Acenter {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .Acenter {
    text-align: center !important;
  }
}
div.normalText {
  margin: 0 auto 35px;
}
div.normalText img {
  width: 100%;
  height: auto;
}

#alert_area {
  width: 100%;
  position: relative;
  background: #ffe4c1;
  padding: 0.5em;
  margin-bottom: 2em;
  font-size: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #alert_area {
    font-size: 0.8em;
  }
}
#alert_area a {
  display: block;
  text-decoration: underline;
}

header.Gmenu {
  position: fixed;
  background: #fff;
  padding: 12px 18px 11px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 13.25vw);
  height: 67px;
  z-index: 999;
  top: 0;
  right: 0;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  header.Gmenu {
    height: 72px;
    padding: 16px 18px 11px 77px;
  }
}
@media screen and (min-width: 768px) {
  header.Gmenu {
    width: 100%;
  }
}
header.Gmenu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
header.Gmenu div.logo {
  align-items: center;
  margin: 2px auto 0;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  header.Gmenu div.logo {
    text-align: center;
    margin: 0 auto 0;
  }
}
header.Gmenu div.logo a {
  display: block;
}
header.Gmenu div.logo img {
  height: 38px;
  width: auto;
}
header.Gmenu div.GmenuInlineWrap {
  margin: 0 auto;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  header.Gmenu div.GmenuInlineWrap {
    max-width: 1160px;
    width: 100%;
    position: relative;
  }
}
header.Gmenu ul.GmenuList {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 40%;
  position: absolute;
  left: 0;
  align-items: center;
  height: 100%;
  top: 0;
  padding-left: 4.75vw;
}
@media screen and (min-width: 1000px) {
  header.Gmenu ul.GmenuList {
    padding-left: 0;
  }
}
header.Gmenu ul.GmenuList li {
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1000px) {
  header.Gmenu ul.GmenuList li {
    text-align: center;
  }
}
header.Gmenu ul.GmenuList.right {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 40%;
  position: absolute;
  right: 0;
  left: auto;
  align-items: center;
  height: 100%;
  top: 0;
  padding-right: 4.75vw;
}
@media screen and (min-width: 1000px) {
  header.Gmenu ul.GmenuList.right {
    padding-right: 0;
  }
}
header.Gmenu ul.GmenuList.right li.globalMenu {
  width: 24%;
}
@media screen and (min-width: 1000px) {
  header.Gmenu ul.GmenuList.right li.globalMenu {
    text-align: center;
  }
}
header.Gmenu ul.GmenuList.right li.globalMenu li.globalMenu:last-child {
  text-align: right;
}
header.Gmenu ul.GmenuList.right li.globalMenu .Gtel {
  margin-top: 4px;
}
header.Gmenu ul.GmenuList li.globalMenu {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  width: 33%;
}
header.Gmenu div.Gright {
  padding-right: 5.35vw;
  position: absolute;
  right: 0;
  top: 18px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  header.Gmenu div.Gright {
    padding-right: 0;
    top: 3px;
  }
}
header.Gmenu div.Gright span.Grsrv {
  padding-right: 4.35vw;
  display: block;
}
header.Gmenu div.Gright span.Grsrv a {
  display: block;
}
header.Gmenu div.Gright span.Gtel {
  display: block;
}
header.Gmenu div.Gright span.Gtel a {
  display: block;
}
div.Hamburger {
  z-index: 10015;
  display: block;
  position: fixed;
  width: 24px;
  height: 18px;
  cursor: pointer;
  top: 23px;
  left: 18px;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1000px) {
  div.Hamburger {
    display: block;
  }
}
div.Hamburger span {
  display: block;
  position: absolute;
  width: 24px;
  border-bottom: 1px solid #000;
  transition: 0.5s ease-in-out;
  left: 0;
}
div.Hamburger span:first-child {
  top: 0px;
}
div.Hamburger span:nth-child(2) {
  top: 9px;
}
div.Hamburger span:nth-child(3) {
  top: 18px;
}
.drawer-open div.Hamburger span:first-child {
  transform: translateY(8px) rotate(-45deg);
}
.drawer-open div.Hamburger span:nth-child(2) {
  opacity: 0;
}
.drawer-open div.Hamburger span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}

.drawer-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  left: 0;
}

.drawer--left .drawer-nav {
  left: -90vw;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1000px) {
  .drawer--left .drawer-nav {
    top: 0;
  }
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    top: 0;
  }
}

.telall {
  position: absolute;
  right: 15px;
  bottom: 14px;
}

.dropdown {
  z-index: 9999;
}

.dropdown-content {
  display: none;
  min-width: 205px;
  padding: 0 15px;
  color: #fff;
  text-align: left;
  background: #7d7d7d;
  border-radius: 8px;
  z-index: 0;
  position: absolute;
  right: 0;
  margin-top: 12px;
  z-index: 9999;
}
.dropdown-content ul.dlist {
  font-size: 1.6rem;
  padding-top: 0.5em;
}
.dropdown-content ul.dlist li {
  margin-bottom: 0.5em;
}
.dropdown-content a.telicon {
  background-image: url(../images/phone_icon.svg);
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-size: 1em 1em;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-content:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 5px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgb(125, 125, 125) transparent;
}

#top-slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 46vh;
}
@media screen and (min-width: 1000px) {
  #top-slide {
    height: 60vh;
  }
}

#top-slide #top-slide-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#top-slide #top-slide-bg1,
#top-slide #top-slide-bg2,
#top-slide #top-slide-bg3,
#top-slide #top-slide-bg4 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  z-index: 1;
  overflow: hidden;
}

#top-slide #top-slide-bg1 div,
#top-slide #top-slide-bg2 div,
#top-slide #top-slide-bg3 div,
#top-slide #top-slide-bg4 div {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw + 100px);
  height: 100%;
  background-color: none;
  z-index: 1;
  transform: translateX(0);
  transition: all 20s linear;
  overflow: hidden;
}

#top-slide #top-slide-bg1 div.active,
#top-slide #top-slide-bg2 div.active,
#top-slide #top-slide-bg3 div.active,
#top-slide #top-slide-bg4 div.active {
  opacity: 1;
  transform: translateX(-100px);
}

#top-slide #top-slide-bg1 div {
  background: url(../images/main_01.jpg);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#top-slide #top-slide-bg2 div {
  background: url(../images/main_02.jpg);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

#top-slide #top-slide-bg3 div {
  background: url(../images/main_03.jpg);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

#top-slide #top-slide-bg4 div {
  background: url(../images/main_04.jpg);
  -ms-background-size: cover;
  background-size: cover;
  background-position: 50% 85%;
  background-repeat: no-repeat;
}

.slider_wrap {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  height: auto;
}
.slider_wrap a {
  display: contents;
}

.slider_wrap .slider_slick li img,
.slider_wrap .option_slick li img {
  width: 100%;
  height: auto;
}

nav.globalMenuWrap {
  padding: 2em 0;
  color: #2f2f2f;
  background: #fff;
  position: fixed;
  z-index: 10010;
  width: 85vw;
  height: 100%;
  position: fixed;
  overflow: hidden;
  padding-left: 14%;
}
@media screen and (min-width: 1000px) {
  nav.globalMenuWrap {
    width: 28vw;
    box-shadow: 0px 2px 10px #333;
    padding-left: 50px;
  }
}
nav.globalMenuWrap.nav-open {
  transform: translateX(0);
}
nav.globalMenuWrap ul.globalMenuList {
  font-size: 1.56rem;
  margin-bottom: 2em;
}
@media screen and (min-width: 1000px) {
  nav.globalMenuWrap ul.globalMenuList {
    margin-top: 50px;
  }
}
nav.globalMenuWrap ul.globalMenuList li.globalMenu {
  margin-bottom: 1em;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
nav.globalMenuWrap div.globalShopInfoWrap {
  background: #f3f3f3;
  color: #000;
  border: 3px solid #fff;
  border-radius: 3px;
  position: relative;
  padding: 3vw;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
nav.globalMenuWrap div.globalShopInfoWrap .TtitleBlack {
  font-size: 1.56rem;
  margin-bottom: 10px;
}
nav.globalMenuWrap p.rsrvBtn {
  margin-bottom: 30px !important;
}

div.GshopWrap {
  padding: 73px 18px 6px;
  background: #fbfbfb;
}
@media screen and (min-width: 768px) {
  div.GshopWrap {
    padding: 72px 18px 0;
  }
}
@media screen and (min-width: 1000px) {
  div.GshopWrap {
    background: #fbfbfb;
  }
}
div.GshopWrap.second {
  padding: 67px 18px 0;
}

ul.Gshoplist {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1666em;
  background: #fbfbfb;
  align-items: center;
}
ul.Gshoplist li {
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
}
ul.Gshoplist li span.spbreak {
  display: block;
}
@media screen and (min-width: 768px) {
  ul.Gshoplist li span.spbreak {
    display: inline;
  }
}
ul.Gshoplist li a {
  display: block;
  width: 100%;
}
ul.Gshoplist li.btob {
  padding: 3px;
  margin-right: -10px;
  background: #8c8c8c;
  color: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 1000px) {
  ul.Gshoplist li.btob {
    padding: 7px;
  }
}
ul.Gshoplist span.dotvertical {
  display: block;
  padding-top: 1.2vw;
  width: 4px;
}
@media screen and (min-width: 1000px) {
  ul.Gshoplist span.dotvertical {
    padding: 0.5vw 0;
  }
}
div.mainarea {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  div.mainarea {
    margin-bottom: 40px;
  }
}
div.mainarea img {
  width: 100vw;
  height: auto;
  position: relative;
}
div.mainarea span.mainText {
  position: absolute;
  z-index: 5;
  top: 150px;
  width: 100vw;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 0 4px 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.1rem;
}

div.contWrap {
  position: relative;
}
div.contWrap.is-gray {
  background: #f8f8f9;
}

div.container {
  padding: 20px 5.35vw;
}
@media screen and (min-width: 1000px) {
  div.container {
    width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
    z-index: 5;
  }
  div.container.schedule {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1090px) {
  div.container {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  div.container {
    width: 100%;
  }
}
div.container.scheduleContWrap {
  padding: 20px 1.5vw;
}
@media screen and (min-width: 1000px) {
  div.container.scheduleContWrap {
    width: 80% !important;
  }
}
div.container.schedule {
  padding: 20px 5.35vw;
}
div.container div.mainImgS {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
div.container div.mainImgS img {
  width: 100%;
  height: auto;
}
#option div.container {
  margin-bottom: 60px;
}

div.containerMin {
  padding: 20px 5.35vw;
}
@media screen and (min-width: 1000px) {
  div.containerMin {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
    z-index: 5;
  }
  div.containerMin.schedule {
    padding: 0;
  }
}

.mainInfoArea_Top .container {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .mainInfoArea_Top .container {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1000px) {
  div.wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }
}
div.wrapper.relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  div.wrapperRelative {
    padding: 0 5.35vw;
    position: relative;
    height: 0;
  }
}
@media screen and (min-width: 1000px) {
  div.wrapperRelative {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 0;
  }
}

div.Treadtextarea {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  z-index: 5;
}
div.Treadtextarea.noborder {
  border: 0 !important;
  padding: 0 !important;
}
div.Treadtextarea.menu {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 1vw 5vw 5vw 5vw;
}
@media screen and (min-width: 768px) {
  div.Treadtextarea.menu {
    padding: 5vw 5vw 5vw 5vw;
  }
}
@media screen and (min-width: 1000px) {
  div.Treadtextarea.menu {
    padding: 1.5vw;
    max-width: 80%;
    margin: 0 auto 70px;
    border: 1px solid #000;
    border-radius: 3px;
  }
}
div.Treadtextarea.campaignStyle {
  padding: 5vw;
}
@media screen and (min-width: 768px) {
  div.Treadtextarea.campaignStyle {
    padding: 3vw;
  }
}
div.Treadtextarea.campaignStyle .readTitleTop {
  margin-bottom: 0;
}
div.Treadtextarea.campaignStyle div.normalText {
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  div.Treadtextarea {
    margin-top: 0;
    background: #fff;
    padding: 0;
  }
  div.Treadtextarea.menu.rental {
    max-width: 80%;
    margin: 0 auto 25px;
    padding: 2.5vw 4vw;
  }
}
div.Treadtextarea span.whiteBg {
  display: block;
  position: absolute;
  top: -5px;
  background: #fff;
  width: 91%;
  height: 10px;
}
div.Treadtextarea span.whiteBg.topics {
  width: 56%;
  left: 22%;
}
@media screen and (min-width: 768px) {
  div.Treadtextarea span.whiteBg {
    display: none;
  }
}
div.Treadtextarea span.camiconTop {
  position: absolute;
  left: -6px;
  top: -35px;
}
@media screen and (min-width: 1000px) {
  div.Treadtextarea span.camiconTop {
    top: -48px;
  }
}
div.Treadtextarea span.camiconTop img {
  width: 35px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  div.Treadtextarea span.camiconTop img {
    width: 50px;
  }
}
div.Treadtextarea .readTitleTop {
  font-size: 1.8rem;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
  color: #333333;
  position: relative;
  width: 100%;
  top: -0.85em;
  text-align: center;
  line-height: 1.4em;
  left: 0;
  letter-spacing: 1.2px;
}
div.Treadtextarea .readTitleTop:before {
  content: "";
  height: 1px;
  border-top: 1px solid #6b6b6b;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 20px;
}
div.Treadtextarea .readTitleTop:after {
  content: "";
  height: 1px;
  border-top: 1px solid #6b6b6b;
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 20px;
}
@media screen and (min-width: 768px) {
  div.Treadtextarea .readTitleTop {
    top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  div.Treadtextarea .readTitleTop {
    font-size: 2.1rem;
  }
}
div.Treadtextarea .readTitleTop.colored {
  font-size: 2.1rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
  color: #333333;
}
div.Treadtextarea .readTitleTop.colored:before {
  border-top: none;
}
div.Treadtextarea .readTitleTop.colored:after {
  border-top: none;
}
div.Treadtextarea .readTitleTop span.setTextL {
  display: block;
  font-family: "Noto Sans", sans-serif;
  color: #333333;
  font-size: 1.5rem;
  margin-top: 5px;
}
div.Treadtextarea .readTitleTop span.setTextS {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  color: #ff9d00;
}
div.Treadtextarea p.rsrvBtn {
  margin-bottom: 30px !important;
}
div.Treadtextarea p.rsrvBtn.cambtn {
  margin-top: calc(30px + 5vw);
}
@media screen and (min-width: 768px) {
  div.Treadtextarea p.rsrvBtn.cambtn {
    margin-top: calc(30px + 1.5vw);
  }
}
div.Treadtextarea p.normalText {
  text-align: left;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  div.Treadtextarea p.normalText {
    margin-bottom: 30px;
  }
}

div.borderLRwrap {
  margin-bottom: 30px;
  content: "";
  height: 1px;
  position: relative;
  top: 0;
  width: 100%;
}
div.borderLRwrap .borderL {
  border-top: 1px solid #5e5e5e;
  width: 20px;
  left: 0;
  position: absolute;
}
div.borderLRwrap .borderR {
  border-top: 1px solid #5e5e5e;
  width: 20px;
  right: 0;
  position: absolute;
}

div.leftAllWrap {
  position: fixed;
  top: 67px;
  width: 13.25vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  div.leftAllWrap {
    width: 1em;
    position: fixed;
    left: 1em;
    top: 70px;
  }
}
@media screen and (min-width: 1000px) {
  div.leftAllWrap {
    width: 1em;
    position: fixed;
    left: 1.5em;
    top: 70px;
  }
}
div.leftAllWrap p.leftVText {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  div.leftAllWrap p.leftVText {
    display: block;
    width: 1em;
    margin: 0 auto 0 3px;
  }
}
div.leftAllWrap p.leftVText span.minVText {
  font-size: 0.9rem;
  margin-top: 2em;
}

div.rightAllWrap {
  width: calc(100% - 13.25vw);
  padding: 0;
  margin: 67px 0 0 13.25vw;
  position: relative;
  overflow: visible;
  z-index: 0;
  margin-bottom: 30px;
  border-left: 1px solid #d3d3d3;
}
@media screen and (min-width: 768px) {
  div.rightAllWrap {
    padding: 0 5.35vw;
  }
}
@media screen and (min-width: 768px) {
  div.rightAllWrap {
    margin: 72px auto 50px;
    padding: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  div.rightAllWrap {
    margin: 72px auto 50px;
    padding: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  div.rightAllWrap .wrapper {
    padding: 40px 30px;
  }
}
div.rightAllWrap ul.TopicsImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.rightAllWrap ul.TopicsImg li {
  width: 48.5%;
  margin-bottom: 3%;
}
div.rightAllWrap ul.TopicsImg li a {
  display: block;
}
div.rightAllWrap ul.TopicsImg li a img {
  width: 100%;
  height: auto;
}

div.DiagonalWrap {
  width: 100%;
  padding: 0 4.75vw 0 13.25vw;
  position: relative;
  overflow: visible;
  z-index: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  div.DiagonalWrap {
    padding: 0 5.35vw;
  }
}
@media screen and (min-width: 1000px) {
  div.DiagonalWrap {
    margin: 0 auto 50px;
    max-width: 100%;
    background: #f3f3f3;
  }
}
@media screen and (min-width: 1000px) {
  div.DiagonalWrap .wrapper {
    padding: 40px 30px;
  }
}
div.DiagonalWrap ul.TopicsImg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.DiagonalWrap ul.TopicsImg li {
  width: 48.5%;
  margin-bottom: 3%;
}
div.DiagonalWrap ul.TopicsImg li a {
  display: block;
}
div.DiagonalWrap ul.TopicsImg li a img {
  width: 100%;
  height: auto;
}

div.DiagonalWrapper {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
div.DiagonalWrapper.second {
  background: #f3f3f3;
}

div.DiagonalWrapFlow {
  width: 100%;
  padding: 0 0 0 13.25vw;
  position: relative;
  overflow: visible;
  z-index: 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  div.DiagonalWrapFlow .wrapper {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  div.DiagonalWrapFlow .wrapper .wrapperS {
    width: 32%;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .DiagonalWrapper.second div.DiagonalWrapFlow .wrapper {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  div.DiagonalWrapFlow {
    padding: 3vw 6.75vw 13vh 3vw;
  }
}
@media screen and (min-width: 1000px) {
  div.DiagonalWrapFlow {
    padding: 0;
    margin-bottom: 0;
  }
}
div.DiagonalWrapFlow span.blueBottomLine {
  display: none;
  content: "";
  position: absolute;
  bottom: 4.5vw;
  height: 5px;
  left: 2vw;
  width: 95%;
  border-radius: 10px;
  background-color: #6b6b6b;
  transform: rotate(-5.172deg);
}
.second div.DiagonalWrapFlow {
  padding: 0 4.75vw 0 14.25vw;
}
@media screen and (min-width: 768px) {
  .second div.DiagonalWrapFlow {
    padding: 0 4.75vw;
  }
}
div.DiagonalWrapFlow.rentalFlowWrap {
  padding: 0 12vw 13vh 12vw;
}
h3.pointTitle {
  margin-bottom: 1em;
}

div.flowReadWrap {
  padding-left: 14.25vw;
  padding-right: 4.75vw;
}
@media screen and (min-width: 768px) {
  div.flowReadWrap {
    padding: 0 6.75vw;
  }
}
@media screen and (min-width: 768px) {
  div.flowReadWrap p.normalText {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  div.flowReadWrap p.normalText {
    margin-bottom: 50px;
  }
}
.second div.flowReadWrap {
  padding-left: 14.25vw;
  padding-top: 20px;
  position: relative;
  top: 0;
  z-index: 9;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .second div.flowReadWrap {
    padding-left: 6.75vw;
  }
}
.second div.flowReadWrap .boldText {
  text-align: center;
}

div.colorBorderWrapper {
  display: block;
}
.wrapper div.colorBorderWrapper:last-child .cBTwrapper {
  border-left: none;
}
@media screen and (min-width: 768px) {
  div.colorBorderWrapper {
    padding: 0 6.75vw;
  }
}
div.colorBorderWrapper div.colorBorderWrap {
  border: 1px solid #6b6b6b;
  border-radius: 4px;
  background: #fff;
  position: relative;
  padding: 4px;
  text-align: center;
  font-size: 2.1rem;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  div.colorBorderWrapper div.colorBorderWrap {
    width: 75%;
    margin: 0 auto;
  }
}
div.colorBorderWrapper .cBTwrapper {
  padding-left: 29px;
  border-left: 1px solid #6b6b6b;
  margin-left: 11px;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  div.colorBorderWrapper .cBTwrapper {
    padding-left: 29px;
    border-left: 1px solid #6b6b6b;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  div.colorBorderWrapper .cBTwrapper {
    padding-left: 41px;
    border-left: 1px solid #6b6b6b;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 70%;
    margin: 0 auto;
  }
}
div.colorBorderWrapper.yellow div.colorBorderWrap {
  border: 1px solid #ff9d00;
  border-radius: 4px;
  background: #fff;
  position: relative;
  padding: 4px;
  text-align: center;
  font-size: 2.1rem;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  div.colorBorderWrapper.yellow div.colorBorderWrap {
    width: 75%;
    margin: 0 auto;
  }
}
div.colorBorderWrapper.afterArrow div.colorBorderWrap:after {
  content: "";
  height: 5px;
  width: 1em;
  position: absolute;
  right: -1em;
  border-radius: 5px;
  background: #ff9d00;
  border-radius: 10px;
  top: 0.7em;
}
div.colorBorderWrapper.afterArrow div.colorBorderWrap:before {
  content: "";
  height: 1em;
  width: 5px;
  position: absolute;
  right: -1em;
  border-radius: 5px;
  background: #ff9d00;
  border-radius: 10px;
  top: 0.7em;
}
div.colorBorderWrapper.afterArrow div.colorBorderWrap .borderYellow {
  content: "";
  height: 70px;
  width: 5px;
  position: absolute;
  right: -1em;
  background: #ff9d00;
  top: 0.8em;
}
div.colorBorderWrapper.beforeArrow div.colorBorderWrap:after {
  content: "";
  height: 1em;
  width: 5px;
  position: absolute;
  right: -1em;
  border-radius: 5px;
  background: #ff9d00;
  border-radius: 10px;
  top: -2px;
}
div.colorBorderWrapper.beforeArrow div.colorBorderWrap:before {
  content: "";
  height: 5px;
  width: 1em;
  position: absolute;
  right: -1em;
  border-radius: 5px;
  background: #ff9d00;
  border-radius: 10px;
  top: 0.7em;
}
div.colorBorderWrapper.beforeArrow div.colorBorderWrap .yBroder {
  content: "";
  height: 1em;
  width: 5px;
  position: absolute;
  left: -1em;
  border-radius: 5px;
  background: #ff9d00;
  border-radius: 10px;
  top: 0.7em;
}
div.colorBorderWrapper.beforeArrow div.colorBorderWrap .yBroder:before {
  content: "";
  height: 5px;
  width: 1em;
  position: absolute;
  left: 0;
  border-radius: 5px;
  background: #ff9d00;
  border-radius: 10px;
  top: 0;
}
div.colorBorderWrapper.beforeArrow div.colorBorderWrap .yBroder:after {
  content: "";
  background: url(/assets/images/yellow_arrow.svg) no-repeat;
  height: 2em;
  background-size: 1em 2em;
  width: 1em;
  position: absolute;
  bottom: -1em;
  left: -8px;
}
div.colorBorderWrapper.beforeArrow div.colorBorderWrap .betsubi {
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  left: calc(-12vw - 0.35em);
  top: 0.7em;
  color: #ff9d00;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  div.colorBorderWrapper.beforeArrow div.colorBorderWrap .betsubi {
    left: -3em;
  }
}
div.colorBorderWrapper.yellow .cBTwrapper {
  padding-left: 29px;
  border-left: 0;
  margin-left: 11px;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  div.colorBorderWrapper.yellow .cBTwrapper {
    padding-left: 29px;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  div.colorBorderWrapper.yellow .cBTwrapper {
    padding-left: 41px;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 70%;
    margin: 0 auto;
  }
}
div.colorBorderWrapper.last .cBTwrapper {
  border-left: none;
}

div.vTitleWrap {
  position: absolute;
  left: 0.7em;
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-rl;
  line-height: 1;
  z-index: 1;
  align-items: flex-end;
  min-height: 10em;
  top: 0;
}
.second div.vTitleWrap {
  top: 20px;
}
@media screen and (min-width: 768px) {
  div.vTitleWrap {
    writing-mode: horizontal-tb;
    position: relative;
    width: inherit;
    left: inherit;
    margin-top: 0;
    align-items: center;
    min-height: 0;
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  div.vTitleWrap {
    writing-mode: horizontal-tb;
    position: absolute;
    width: inherit;
    align-items: center;
    min-height: 0;
    margin-bottom: 20px;
    display: block;
    margin: -1em 0;
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  div.vTitleWrap.flow {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  div.vTitleWrap.why {
    writing-mode: vertical-rl;
    left: 0;
    margin-top: 0;
    width: auto;
    height: -moz-max-content;
    height: max-content;
  }
}
div.vTitleWrap h2.verticalTitle {
  font-size: 2.1rem;
  font-family: "BodoniSevITCPro-BookItalic";
  color: #333333;
}
@media screen and (min-width: 1000px) {
  div.vTitleWrap h2.verticalTitle {
    font-size: 3.2rem;
    text-align: center;
  }
}
div.vTitleWrap span.lightIcon {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  div.vTitleWrap span.lightIcon {
    margin-top: -10px;
  }
}
div.vTitleWrap .leftvertical {
  margin-top: 2em;
  color: #5e5e5e;
  font-size: 1.1rem;
  position: relative;
}
div.vTitleWrap .leftvertical:before {
  content: "";
  height: 1pc;
  position: absolute;
  top: -1em;
  width: 1em;
  border-top: 1px solid #6b6b6b;
}
@media screen and (min-width: 768px) {
  div.vTitleWrap .leftvertical {
    font-size: 1.7rem;
    display: none;
  }
}
div.vTitleWrap .verticalJ {
  margin-top: 20px;
  font-size: 2.1rem;
  color: #6b6b6b;
  position: relative;
}
div.vTitleWrap .verticalJ span.border {
  content: "";
  height: 70px;
  width: 1em;
  border-left: 5px solid #6b6b6b;
  bottom: -70px;
  position: absolute;
  left: 0.4em;
}
div.vTitleWrap .verticalJ span.border:after {
  content: "";
  background: url(/tmt_assets/images/blue_arrow.svg) no-repeat;
  height: 2em;
  background-size: 1em 2em;
  width: 1em;
  position: absolute;
  bottom: -1em;
  left: -13px;
}

div.topBn {
  position: relative;
}
@media screen and (min-width: 1000px) {
  div.topBn {
    position: relative;
    margin: 0 5.35vw 50px;
  }
}
div.topBn span.shopIcon {
  font-size: 1rem;
  color: #fff;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
  padding: 2px 8px;
  letter-spacing: 1.3px;
  width: auto;
  position: absolute;
  right: 6px;
  top: 7px;
  border-radius: 3px;
  line-height: 1.6rem;
  z-index: 9;
  display: block;
  background: #a1a1a1;
}
div.topBn .menuListTitle {
  margin-bottom: 20px;
  display: block;
}
div.topBn a {
  display: block;
}
div.topBn a img {
  width: 100%;
  height: auto;
}

h2.Ttitle {
  font-size: 2.1rem;
  color: #333333;
  text-align: left;
  position: relative;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2.4px;
}
h2.Ttitle:after {
  content: "";
  height: 1px;
  border-top: 1px solid #333333;
  position: absolute;
  right: 0;
  top: 1.55rem;
  width: 20px;
}
h2.Ttitle.noline:after {
  content: none;
}
@media screen and (min-width: 1000px) {
  h2.Ttitle {
    text-align: center;
  }
  h2.Ttitle:after {
    content: "";
    height: 1px;
    border-top: 1px solid #333333;
    position: absolute;
    right: 0;
    top: 1.55rem;
    width: 20px;
  }
  h2.Ttitle:before {
    content: "";
    height: 1px;
    border-top: 1px solid #333333;
    position: absolute;
    left: 0;
    top: 1.55rem;
    width: 20px;
  }
}
h2.Ttitle span.setTextS {
  font-family: "Noto Sans", sans-serif;
  display: block;
  font-size: 1.5rem;
  color: #191919;
}
h2.Ttitle span.TtitleIconR {
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (min-width: 768px) {
  h2.Ttitle span.TtitleIconR {
    right: 28%;
  }
}
h2.Ttitle span.TtitleIconR.Ptop {
  top: 8px;
}
h2.Ttitle span.TtitleIconL {
  position: absolute;
  left: 10px;
  top: 0;
}
.normalText {
  line-height: 1.556em;
  margin-bottom: 30px;
  color: #5e5e5e;
  line-height: 1.556em;
  letter-spacing: 2px;
  text-align: justify;
}
.normalText.Acenter {
  text-align: center;
}
.normalText span.bold {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.normalText span.underline {
  text-decoration: underline;
}
.normalText span.underline.red {
  text-decoration: underline;
  color: #cd0808;
}
.normalText span.red {
  color: #cd0808;
}
@media screen and (min-width: 1000px) {
  .normalText {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .normalText.tabLgCenter {
    text-align: center;
  }
}
.normalText.news img {
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .normalText.news img {
    max-width: 33%;
    height: auto;
    margin-right: 1em;
  }
}

p.boldText {
  line-height: 1.556em;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}

p.boldSerifText {
  line-height: 1.556em;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
  color: #333333;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

p.minText {
  font-size: 1.2rem;
}

ul.menuListArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
ul.menuListArea:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
ul.menuListArea li.menuList {
  display: block;
  width: 48.5%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  ul.menuListArea li.menuList {
    width: 32%;
    margin-bottom: 5%;
  }
}
ul.menuListArea li.menuList a img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
ul.menuListArea li.menuList a span.menuListTitle {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-top: 5px;
  line-height: 1.2666em;
  letter-spacing: -0.5px;
}

p.whiteBtn {
  font-size: 1.8rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  border: 1px solid #000;
  border-radius: 18px;
  margin-bottom: 70px;
  letter-spacing: 1.7px;
}
@media screen and (min-width: 768px) {
  p.whiteBtn {
    width: 50%;
    margin: 0 auto 70px;
  }
}
p.whiteBtn a {
  display: block;
  padding: 5px;
  text-align: center;
}

div.wrapperS {
  display: block;
}
div.wrapperS .normalText {
  padding-right: 5.35vw;
}
@media screen and (min-width: 1000px) {
  div.wrapperS .normalText {
    padding: 0;
  }
}
div.wrapperS .bigText {
  font-size: 2.1rem;
  color: #333333;
  margin-bottom: 15px;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  div.wrapperS {
    padding: 0 6.75vw;
  }
}
div.wrapperS span.centerIcon {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 7px auto;
  display: block;
}
div.wrapperS div.redBorderWrap {
  border: 3px solid #cd0808;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding: 4px;
  text-align: center;
  font-size: 2.1rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  div.wrapperS div.redBorderWrap {
    width: 75%;
    margin: 0 auto 15px;
  }
}
div.wrapperS div.redBorderWrap span.number {
  display: block;
  position: absolute;
  right: 3px;
  top: -1.12em;
  font-family: "Noto Sans", sans-serif;
}
div.wrapperS div.tmtTopImgWrap {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  div.wrapperS div.tmtTopImgWrap {
    width: 100%;
    margin: 0 auto 15px;
  }
}
div.wrapperS div.tmtTopImgWrap img {
  width: 100%;
  height: auto;
}
div.wrapperS div.tmtTopImgWrap span.number {
  display: block;
  position: absolute;
  right: 1em;
  top: -1.12em;
}
div.kari_slider {
  margin-bottom: 20px;
}
h3.TtitleBlack {
  text-align: center;
  font-size: 2.1rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
h3.TtitleBlack span.setTitleS {
  font-size: 1.5rem;
  display: block;
}

p.rsrvBtn {
  text-align: center;
  margin-bottom: 70px;
}
p.reservBtnText {
  margin-bottom: 10px;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}

ul.reservBtnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
ul.reservBtnList li.rsrvBtn {
  width: 48.5%;
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  ul.reservBtnList li.rsrvBtn {
    width: 48.5%;
    margin: 0 auto 25px;
  }
}
ul.reservBtnList li.rsrvBtn a {
  border-radius: 18px;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
  background: #ff9d00;
}
ul.reservBtnList li.rsrvBtn a span.min {
  font-size: 0.8em;
}

div.borderInner {
  margin-top: -1.7em;
}
@media screen and (min-width: 768px) {
  div.borderInner {
    margin-top: 0;
  }
}

div.border {
  content: "";
  border: 1px solid #ccc;
  width: 90%;
  margin: 70px auto;
}
div.dotBorder {
  height: 1px;
  position: relative;
  margin: 20px auto;
}
div.dotBorder:before {
  content: "";
  background-image: linear-gradient(to right, #979797, #979797 3px, transparent 3px, transparent 8px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

div.footerShopWrap {
  padding: 0 5.35vw;
}
@media screen and (min-width: 768px) {
  div.footerShopWrap {
    background: #f3f3f3;
    padding: 40px 5.35vw;
    margin-top: 70px;
  }
}
div.footerShopWrap h4.titleFooter {
  font-size: 2.1rem;
  color: #5e5e5e;
  text-align: center;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 25px;
}
div.footerShopWrap ul.footerShopList {
  margin-bottom: 105px;
}
@media screen and (min-width: 768px) {
  div.footerShopWrap ul.footerShopList {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.footerShopWrap ul.footerShopList li.shopList {
  font-size: 1.6rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  line-height: 1.4175em;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 5px;
  display: inline-block;
  height: auto;
  -webkit-height: fit-content;
  -ms-height: fit-content;
  width: 100%;
  padding: 7px 6px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.footerShopWrap ul.footerShopList li.shopList {
    background: #fff;
    width: 48.5%;
  }
}
div.footerShopWrap ul.footerShopList li.shopList a {
  display: block;
  width: 100%;
  height: auto;
}
div.footerShopWrap ul.footerShopList li.shopList a span.setTextS {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
}
div.footerShopWrap ul.footerShopList li.shopList span.shopIcon {
  font-size: 1rem;
  color: #fff;
  padding: 0;
  width: 66px;
  position: absolute;
  right: 6px;
  top: 7px;
  border-radius: 3px;
  line-height: 1.6rem;
}
div.footerShopWrap ul.footerShopList li.shopList span.shopIcon.gray {
  background: #a1a1a1;
}
div.footerShopWrap ul.footerShopList li.shopList span.shopIcon.black {
  background: #000;
}

.footerLogo {
  text-align: center;
  margin-bottom: 45px;
}

footer.footerWrap {
  background: #ebebeb;
  color: #000;
  padding: 45px 5.35vw 28px;
}
footer.footerWrap ul.footerLinksList {
  margin: 0 0 55px 0;
}
@media screen and (min-width: 768px) {
  footer.footerWrap ul.footerLinksList {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
footer.footerWrap ul.footerLinksList li.footerLink {
  margin-bottom: 1em;
}
footer.footerWrap ul.footerLinksList li.footerLink a {
  display: block;
}
footer.footerWrap div.footSnsListWrap ul.snsList {
  width: 85%;
  margin: 0 auto 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  footer.footerWrap div.footSnsListWrap ul.snsList {
    width: 65%;
  }
}
footer.footerWrap p.copyright {
  text-align: center;
}

#map {
  margin-top: 20px;
  width: 100%;
  height: 250px;
}

.right-link {
  text-align: right;
  padding: 0 25px;
  margin: 15px auto;
}

.fullContainer {
  margin-bottom: 20px;
}

.qawrap {
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.qawrap .ques {
  margin-bottom: 0.8em;
  background: linear-gradient(transparent 50%, #ffe8bb 50%);
  display: inline;
}
.qawrap .ans {
  margin-bottom: 1.6em;
}
.qawrap .ques p {
  background: linear-gradient(transparent 50%, #ffe8bb 50%);
  display: inline;
}
.qawrap p.ques {
  background: linear-gradient(transparent 50%, #ffe8bb 50%);
  display: inline;
}
.qawrap .ques p:first-child:before {
  content: "Q. ";
}
.qawrap .ans p:first-child:before {
  content: "A. ";
}

ul.faq_q_wrap {
  padding: 5px 25px;
  background: #ebebeb;
  border-radius: 8px;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  z-index: 99;
}

ul.faq_q_wrap li {
  overflow-wrap: break-word;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

ul.faq_q_wrap li:after {
  content: "v ";
  color: #868686;
  display: inline-block;
  padding: 0 10px 0 5px;
}

ul.faq_q_wrap li:last-child:after {
  content: "v";
  padding: 0 0 0 5px;
}

h3.faqttl {
  font-size: 2.1rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  position: relative;
}
h3.faqttl:before {
  content: "";
  position: absolute;
  height: 5px;
  left: -4.75vw;
  width: 15px;
  border-radius: 10px;
  background-color: #000;
  bottom: 0.7em;
}
@media screen and (min-width: 1000px) {
  h3.faqttl:before {
    left: -1em;
  }
}

div.secMainWrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}
div.secMainWrap p.mainImgCopy {
  position: absolute;
  bottom: 25%;
  font-size: 2.1rem;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  left: 10%;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  div.secMainWrap p.mainImgCopy {
    bottom: 25%;
    font-size: 3rem;
    left: calc(50% - 4em);
  }
}
@media screen and (min-width: 768px) {
  div.secMainWrap {
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  div.secMainWrap {
    height: auto;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    overflow-y: hidden;
    margin-bottom: 22px;
    background-position: 50% 25%;
    background-size: cover;
  }
}

.secMainWrapper {
  position: relative;
  width: 100%;
}
.secMainWrapper.sponly {
  margin-bottom: 40px;
}

div.second .secMain {
  margin-bottom: 25px;
}

div.secMain {
  width: 100%;
  z-index: 1;
  overflow-y: hidden;
  margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
  div.secMain {
    height: 648px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background-position: 50% 25%;
    background-size: cover;
  }
}
div.secMain.second {
  margin-bottom: 25px;
}
div.secMain.second.sponly {
  position: relative;
}
div.secMain.second.sponly p.mainImgCopy {
  position: absolute;
  bottom: 30%;
  font-size: 1.8rem;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  left: 10%;
}
div.secMain.sponly {
  position: relative;
  margin-bottom: 25px;
}
div.secMain.sponly p.mainImgCopy {
  position: absolute;
  bottom: 30%;
  font-size: 1.8rem;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  left: 10%;
}
div.secMain .secMainBg {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: blur(10px);
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  max-width: 150%;
}
@media screen and (min-width: 768px) {
  div.secMain .secMainBg {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  div.secMain .secMainBg {
    display: block;
  }
}
div.secMain.shichigo {
  background: url(/ybq_assets/images/sec753.jpg) no-repeat;
  background-position: 50% 25%;
  background-size: cover;
}
div.secMain img {
  width: 100%;
  height: auto;
  border-left: 3px solid #cd0808;
}
@media screen and (min-width: 768px) {
  div.secMain img {
    width: 1160px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
div.secMain.slide1, div.secMain.slide2, div.secMain.slide3, div.secMain.slide4 {
  opacity: 1;
}
div.secMain.products {
  margin-bottom: 25px;
}

.secTitleTop {
  text-align: center;
  font-size: 2.1rem;
  font-family: "Roboto", "Noto Sans", "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0 4.75vw 22px;
  padding: 0 5.75vw;
}
@media screen and (min-width: 1000px) {
  .secTitleTop {
    margin: 0 auto 22px;
    max-width: 950px;
  }
}
.secTitleTop:before {
  content: "";
  position: absolute;
  top: 15px;
  height: 1px;
  left: 0;
  width: 20px;
  background-color: #000;
}
.secTitleTop:after {
  content: "";
  position: absolute;
  top: 15px;
  height: 1px;
  right: 0;
  width: 20px;
  background-color: #000;
}

div.secReadText {
  padding: 6px 5.35vw;
  background: #f3f3f3;
  text-align: center;
  margin-bottom: 32px;
}

ul.secMenuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
ul.secMenuList:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
ul.secMenuList li {
  width: 48%;
  font-size: 1.5rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  border: 1px solid #000;
  border-radius: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  ul.secMenuList li {
    width: 32%;
  }
}
ul.secMenuList li a {
  display: block;
  padding: 5px;
  text-align: center;
}

div.dlWrapper {
  margin-top: -1.7em;
}
@media screen and (min-width: 768px) {
  div.dlWrapper {
    margin-top: 0;
  }
}
div.dlWrapper dl:last-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  div.dlWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
}
div.dlWrapper .normalText {
  margin-top: 20px;
  text-align: justify;
  width: 100%;
}

.packagedListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.packagedListWrap.onlyone {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .packagedListWrap {
    padding: 0 3em;
    text-align: center;
    width: 48%;
    display: block;
    flex-wrap: nowrap;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .packagedListWrap.plus {
    display: none;
  }
}
.packagedListWrap.center_stack {
  width: 100%;
}
.packagedListWrap.center_stack .stackText {
  text-align: center;
  margin: 0 auto;
}
.packagedListWrap.center_stack .packagedList {
  margin: 0 auto;
}
.packagedListWrap.plus span.icon {
  width: 12px;
}
.packagedListWrap .packagedList {
  width: 40%;
  padding: 3px 0;
}
@media screen and (min-width: 768px) {
  .packagedListWrap .packagedList {
    margin: 0 auto 10px;
  }
}
.packagedListWrap .packagedList .icon {
  display: block;
  margin: 0 auto;
}
.packagedListWrap .packagedList .icon img {
  width: 100%;
  height: auto;
}
.packagedListWrap .packagedList .v_print {
  width: 35px;
}
.packagedListWrap .packagedList .camera {
  width: 35px;
}
.packagedListWrap .packagedList .data30 {
  width: 44px;
}
.packagedListWrap .packagedList .data30 img {
  margin-left: -11px;
}
.packagedListWrap .packagedList .data_only {
  width: 44px;
}
.packagedListWrap .packagedList .data_only img {
  margin-left: -11px;
}
.packagedListWrap .packagedList .data10 {
  width: 44px;
}
.packagedListWrap .packagedList .data10 img {
  margin-left: -11px;
}
.packagedListWrap .packagedList .data20 {
  width: 44px;
}
.packagedListWrap .packagedList .data20 img {
  margin-left: -11px;
}
.packagedListWrap .packagedList .data50 {
  width: 44px;
}
.packagedListWrap .packagedList .data50 img {
  margin-left: -11px;
}
.packagedListWrap .packagedList .data70 {
  width: 44px;
}
.packagedListWrap .packagedList .data70 img {
  margin-left: -11px;
}
.packagedListWrap .packagedList .data2 {
  width: 44px;
}
.packagedListWrap .packagedList .data2 img {
  margin-left: -11px;
}
.packagedListWrap .packagedList .hairmake {
  width: 31px;
}
.packagedListWrap .packagedList .balloon {
  width: 33px;
}
.packagedListWrap .packagedList .kimono {
  width: 35px;
}
.packagedListWrap .packagedList .cake {
  width: 38px;
}
.packagedListWrap .packagedList .book {
  width: 40px;
}
.packagedListWrap .packagedList .dress {
  width: 35px;
}
.packagedListWrap .packagedList .clothmenu {
  width: 44px;
}
.packagedListWrap .packagedList .bihada {
  width: 42.5px;
}
.packagedListWrap .packagedList .print {
  width: 45px;
}
.packagedListWrap .packagedList .sanmen {
  width: 43px;
}
.packagedListWrap .packagedList .nimen {
  width: 35px;
}
.packagedListWrap .packagedList .cd {
  width: 33px;
}
.packagedListWrap .stackText {
  width: 60%;
  text-align: left;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .packagedListWrap .stackText {
    text-align: center;
    width: 100%;
  }
}

.packagedTitle,
.basePriceTitle {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 22px;
}

.packageText,
.basePriceText {
  margin-bottom: 22px;
}

table.priceBlock {
  width: 100%;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  table.priceBlock {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1000px) {
  .bcPriceBlock table.priceBlock {
    width: 100%;
  }
}
table.priceBlock thead {
  width: 100%;
  display: table-caption;
}
table.priceBlock thead th {
  width: 100%;
}
table.priceBlock tr {
  padding: 4px 0;
}
table.priceBlock th {
  text-align: left;
  vertical-align: top;
  width: 28%;
}
table.priceBlock th.full {
  width: 40% !important;
}
table.priceBlock td {
  width: 71%;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .packageCamArea table.priceBlock,
  .basePriceArea table.priceBlock {
    width: 65%;
    margin: 0 auto 20px;
  }
}

div.TtitleSecondWrap {
  position: relative;
  height: 2.3rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
div.TtitleSecondWrap.ryoukinCenter {
  text-align: center;
  margin-bottom: 50px;
}
div.TtitleSecondWrap h2.TtitleSecond {
  font-size: 2.1rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  position: absolute;
  width: 100%;
  line-height: 1.2777em;
  left: 0;
  color: #6b6b6b;
}
div.TtitleSecondWrap h2.TtitleSecond.camera {
  background: url(/tmt_assets/images/icon_camera.svg) left 5.5em top;
  background-size: auto 2.8rem;
  background-repeat: no-repeat;
  padding-top: 6px;
  margin-top: -6px;
}
div.TtitleSecondWrap span.setTextSmallRight {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans", sans-serif;
  color: #ff9d00;
}
div.TtitleSecondWrap.faqicon {
  height: auto;
}
div.TtitleSecondWrap.faqicon h2.TtitleSecond {
  font-size: 2.1rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  position: relative;
  width: 100%;
  line-height: 1.2777em;
  left: 0;
  top: 0;
  padding: 0 3em 0 0;
  color: #6b6b6b;
}
div.TtitleSecondWrap.faqicon span.setTextSmallRight {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "Noto Sans", sans-serif;
  color: #ff9d00;
}

div.normalBanner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  div.normalBanner {
    width: 48.5%;
  }
}
div.normalBanner a img {
  width: 100%;
  height: auto;
}

div.centerBanner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  div.centerBanner {
    margin: 0 auto 30px;
  }
}
div.centerBanner a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
div.centerBanner a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  div.centerBanner a img {
    width: 48.5%;
  }
}
div.centerBanner:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

@media screen and (min-width: 768px) {
  div.borderContainerWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

div.borderContainer {
  margin-bottom: 35px;
  border: 1px solid #000;
  border-radius: 4px;
  position: relative;
  padding: 5vw;
  margin-bottom: 30px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  div.borderContainer {
    width: 48.5%;
    padding: 25px;
  }
}
div.borderContainer h4.bcTitle {
  font-size: 2.1rem;
  text-align: left;
  position: relative;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
div.borderContainer div.optionImage {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
div.borderContainer div.optionImage img {
  width: 100%;
  height: auto;
}
div.borderContainer h5.bcPriceTitle {
  text-align: center;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

.innerTitle {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0 0 22px;
  padding: 0 4.75vw;
}
@media screen and (min-width: 1000px) {
  .innerTitle {
    margin: 0 auto 22px;
    max-width: 950px;
  }
}
.innerTitle:before {
  content: "";
  position: absolute;
  top: 8px;
  height: 5px;
  left: 0;
  width: 15px;
  border-radius: 10px;
  background-color: #ff9d00;
}
.innerTitle:after {
  content: "";
  position: absolute;
  top: 8px;
  height: 5px;
  right: 0;
  width: 15px;
  border-radius: 10px;
  background-color: #ff9d00;
}
.innerTitle span.underline {
  font-size: 2.1rem;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.innerTitle span.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  border-radius: 10px;
  background-color: #ff9d00;
  left: 0;
}

.innerBorderWrap {
  margin-bottom: 35px;
  border: 2px dashed #000;
  border-radius: 8px;
  position: relative;
  padding: 2vw 5vw;
  text-align: center;
  margin-bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .innerBorderWrap {
    padding: 2vw 1.5vw;
  }
}
.innerBorderWrap.dashed {
  border: 3px dashed #000;
  padding: 10px;
  z-index: 1;
}
.innerBorderWrap.dashed .iBTitle {
  top: 0;
  margin-bottom: 10px;
}
.innerBorderWrap.dashed .normalText {
  margin-bottom: 0;
}
.innerBorderWrap.dashed .minText {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.innerBorderWrap .innerwhiteBg {
  display: block;
  position: absolute;
  top: -5px;
  background: #fff;
  width: 87%;
  height: 10px;
  left: 6.5%;
}
.innerBorderWrap .iBTitle {
  font-size: 1.6rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  position: relative;
  width: 100%;
  top: calc(-2vw - 0.5em);
  text-align: center;
  line-height: 1.4em;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .innerBorderWrap .iBTitle {
    font-size: 2.1rem;
  }
}
.innerBorderWrap .iconpoint {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.3rem;
  padding: 2px 10px 0;
  background: #ff9d00;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .innerBorderWrap .normalText {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .innerBorderWrap .boldText {
    font-size: 1.2em;
  }
}

div.redarrow {
  width: 29px;
  height: auto;
  display: block;
  z-index: 1;
  margin: -15px auto 10px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.ryoukin .slick-list {
  border: 3px solid #dedede;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .ryoukin .slick-list {
    border: none;
    border-radius: none;
  }
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
@media screen and (min-width: 768px) {
  .slick-slide {
    margin: 0 10px;
  }
  .ryoukin .slick-slide {
    border: 3px solid #dedede;
    box-sizing: border-box;
    border-radius: 8px;
  }
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.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;
}

.slick-next {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .slick-next {
    display: inline-block !important;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 21px 46px;
    width: 21px;
    height: 46px;
    text-indent: -999em;
    border: none;
    top: calc(50% - 37px);
    z-index: 9;
    background: url(../images/slide_btn_right.svg);
    right: -60px;
  }
}

.slick-prev {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .slick-prev {
    display: inline-block !important;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 21px 46px;
    width: 21px;
    height: 46px;
    text-indent: -999em;
    border: none;
    top: calc(50% - 37px);
    z-index: 9;
    background: url(../images/slide_btn_left.svg);
    left: -60px;
  }
}

.slider_wrap.detail .slick-prev,
.slider_wrap.detail .slick-next {
  display: none !important;
}

ul.slick-dots {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  z-index: 99;
  display: block;
  position: relative;
  top: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
ul.slick-dots li button {
  width: 14px;
  height: 14px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 14px;
  border: 1px solid #333333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  text-rendering: none;
  letter-spacing: none;
  word-spacing: none;
}
ul.slick-dots li.slick-active button {
  background: #3d3d3d !important;
  cursor: default;
}

.drawer-menu-mid {
  margin: 30px 0 0 0;
  padding: 0 15px;
  list-style: none;
  font-size: 1.56rem;
  text-align: left;
  position: relative;
}

.drawer-menu-mid li {
  padding: 10px 0;
  border-top: 1px dashed #333;
}

.drawer-menu-mid li:last-child {
  border-bottom: 1px dashed #333;
}

.drawer-menu-mid li a {
  margin-left: 5px;
}

.drawer-menu-mid li:before {
  width: 10px;
  background: #333333;
  height: 1px;
  content: "";
  margin-left: -15px;
  display: inline-block;
  vertical-align: middle;
}

.drawer-menu-small {
  margin: 30px 0 0 0;
  padding: 0 15px;
  list-style: none;
  font-size: 1.56rem;
  text-align: left;
  position: relative;
}

.drawer-menu-footer {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.globalMenuWrap .drawer-menu-footer {
  padding: 0 15px 0 0;
}
@media screen and (min-width: 768px) {
  .drawer-menu-footer {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.drawer-menu-footer li {
  margin-right: 20px;
}

.drawer-menu-footer li img {
  width: 100%;
}

.drawer-menu-footer li.fbicon,
.drawer-menu-footer li.instaicon,
.drawer-menu-footer li.twicon {
  width: 35px;
}

.drawer-menu-footer li.lineicon {
  width: 35px;
}

ul.footlist li {
  margin-bottom: 0.5em;
}

.foot_contact {
  position: absolute;
  right: 0;
  top: 2em;
  background-image: url(/images/mail_icon.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: center left;
  font-size: 1.1em;
}

.foot_yoyaku {
  position: absolute;
  right: 20px;
  top: 0;
  background-image: url(/images/calendar_icon.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: center left;
  font-size: 1.1em;
}

.outicon_white_foot {
  background: url(/images/link_soto_white.svg) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.4em;
  right: -20px;
}

.caltopicon {
  position: absolute;
  top: 8px;
  right: 57px;
  height: auto;
  width: 32px;
}

.caltopicon a {
  display: block;
}

.caltopicon img {
  width: 100%;
  height: 100%;
}

.caltopicon a span {
  display: block;
  font-size: 5px;
}

div.secLocaMenuWrap {
  margin-bottom: 30px;
}
div.secLocaMenuWrap ul.locaMenu {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  div.secLocaMenuWrap ul.locaMenu {
    max-width: 80%;
    margin: auto;
  }
}
div.secLocaMenuWrap ul.locaMenu li {
  width: 48.5%;
}
div.secLocaMenuWrap ul.locaMenu li .menuListTitle {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  line-height: 1.2666em;
  margin-bottom: 20px;
}
div.secLocaMenuWrap ul.locaMenu li.long {
  width: 100%;
}
div.secLocaMenuWrap ul.locaMenu li.long .menuListTitle img {
  width: 15px;
  height: 11px;
  margin-left: 1em;
  border-radius: 0;
}
div.secLocaMenuWrap ul.locaMenu img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.mgicon {
  margin: 15px auto;
  display: block;
}

h2.normalTitle {
  text-align: center;
  font-size: 1.4rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  h2.normalTitle {
    font-size: 2.7rem;
    writing-mode: vertical-lr;
    left: 0;
    position: absolute;
    top: 20px;
    padding-top: 0;
  }
  h2.normalTitle.cal {
    margin-top: 200px;
  }
}

h2.topTitle {
  position: relative;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (min-width: 1000px) {
  h2.topTitle {
    font-size: 3rem;
  }
}
h2.topTitle .day {
  display: block;
}
h2.topTitle.smovie {
  border-bottom: 0;
}
h2.topTitle.smovie .movieIcon {
  width: 40px;
  display: block;
  text-align: center;
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
h2.topTitle .genreIcon {
  position: absolute;
  top: 0;
  right: 0;
}

.archiveMovieTitle {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  border-top: 1px solid #ccc;
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.topTextWrap {
  position: relative;
}
.topTextWrap .iconArea {
  position: absolute;
  right: 0;
  top: 0;
}
.topTextWrap .iconArea .iconWrap {
  display: flex;
  align-items: center;
}
.topTextWrap .iconArea .iconWrap .movieIcon {
  display: block;
  margin-left: 1em;
}
@media screen and (min-width: 1000px) {
  .topTextWrap .iconArea .iconWrap .movieIcon {
    margin-top: 10px;
  }
}

.genreIcon {
  font-size: 1.2rem;
  color: #fff;
  background: #cd0808;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  border-radius: 0px;
  padding: 2px;
}
@media screen and (min-width: 1000px) {
  .genreIcon {
    margin-top: 10px;
  }
}

div.flexContWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px auto 30px;
}
div.flexContWrap div.lastMonth {
  text-align: center;
  width: 30%;
}
@media screen and (min-width: 1000px) {
  div.flexContWrap div.lastMonth {
    font-size: 1.6em;
  }
}
div.flexContWrap span.vBorder {
  width: 20%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  div.flexContWrap span.vBorder {
    font-size: 1.6em;
  }
}
div.flexContWrap div.nextMonth {
  text-align: center;
  width: 30%;
}
@media screen and (min-width: 1000px) {
  div.flexContWrap div.nextMonth {
    font-size: 1.6em;
  }
}
.todayIcon {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  /*
      border: 1px solid red;
      background: #E31E1E;
  */
  color: #fff;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 500% 500%;
  -z-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;
}
@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}
div.scheduleContBlock {
  border: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  div.scheduleContBlock {
    border: 1px solid #707070;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column: auto;
  }
}
div.scheduleContBlock a {
  display: contents;
}
div.scheduleContBlock.today {
  border: 3px solid red;
}
div.scheduleContBlock div.dayBlack {
  width: 20%;
  padding: 0.5em;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div.scheduleContBlock div.dayBlack span.dow {
  display: block;
}
div.scheduleContBlock div.dayBlack span.today {
  color: red;
  border: 1px solid red;
  font-size: 0.8em;
  padding: 0.3em;
}
div.scheduleContBlock div.sunday {
  width: 20%;
  padding: 0.5em;
  background: #000;
  color: #e60027;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div.scheduleContBlock div.sunday span.dow {
  display: block;
}
div.scheduleContBlock div.saturday {
  width: 20%;
  padding: 0.5em;
  background: #000;
  color: #32ace3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div.scheduleContBlock div.saturday span.dow {
  display: block;
}
div.scheduleContBlock div.notyet {
  width: 20%;
  padding: 0.5em;
  background: #aaa;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div.scheduleContBlock div.notyet.saturday {
  color: #32ace3 !important;
}
div.scheduleContBlock div.notyet.sunday {
  color: #e60027 !important;
}
div.scheduleContBlock div.notyet span.dow {
  display: block;
}
div.scheduleContBlock div.notyet span.today {
  color: red;
  border: 1px solid red;
  font-size: 0.8em;
  padding: 0.3em;
}
div.scheduleContBlock div.scheDetail {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em 0.5em 0 0.5em;
  position: relative;
}
@media screen and (min-width: 1000px) {
  div.scheduleContBlock div.scheDetail {
    padding: 1.5em;
    display: block;
  }
}
div.scheduleContBlock div.scheDetail div.leftWrap {
  width: 100%;
  padding-right: 0;
  height: 250px;
  display: grid;
  align-items: center;
  justify-content: center;
}
div.scheduleContBlock div.scheDetail div.leftWrap img {
  height: auto;
  width: auto;
  max-height: 250px;
}
@media screen and (min-width: 1000px) {
  div.scheduleContBlock div.scheDetail div.leftWrap img {
    max-height: 250px;
  }
}
div.scheduleContBlock div.scheDetail div.rightWrap {
  width: 100%;
  padding-bottom: 0.5em;
  border-top: 1px dotted #ccc;
  margin-top: 1em;
  padding-top: 1em;
}
div.scheduleContBlock div.scheDetail div.rightWrap h3.scheTitleRed {
  font-size: 1.2em;
  position: relative;
}
div.scheduleContBlock div.scheDetail div.rightWrap h3.scheTitleRed .movieIcon {
  /*
  		 position:absolute;
  		 right:0;
  		 top: 0;
  */
  margin-left: 1em;
  vertical-align: text-top;
  position: inherit;
}
@media screen and (max-width: 767px) {
  div.scheduleContBlock div.scheDetail div.rightWrap h3.scheTitleRed .movieIcon {
    margin-left: 1em;
    vertical-align: text-top;
    position: inherit;
  }
}
div.scheduleContBlock div.scheDetail .borderBottom {
  display: block;
  width: 40%;
  border-bottom: 3px solid #000;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
div.scheduleContBlock.tobe div.scheDetail {
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  div.scheduleContBlock.tobe .leftWrap {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  div.scheduleContBlock.tobe .rightWrap {
    border: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

div.separator {
  border-top: 1px solid #d3d3d3;
  height: 1px;
  margin: 0 auto;
  position: relative;
}
div.separator span.borderRed {
  position: absolute;
  border-top: 3px solid #cd0808;
  width: 20px;
  left: 0;
  top: -2px;
}

p.normalBtn {
  width: 70%;
  margin: 20px auto 40px;
  border: 1px solid #707070;
  padding: 0.3em;
  border-radius: 15px;
  text-align: center;
}
p.normalBtn a {
  display: block;
}

select#schedule {
  width: 100%;
  margin: 0 0 10px;
  padding: 5px 10px;
  /*
      background: url(/assets/images/icon_arr06.png) no-repeat 97% center;
      background-size: 9px 5px;
  */
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 16px;
}

.newsDay {
  display: block;
  font-weight: 900;
  color: #000;
}

@media screen and (min-width: 1000px) {
  .mainInfoArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 950px;
    margin: 72px auto 0;
  }
  .mainInfoArea .wrapper {
    width: 40%;
    padding: 0 !important;
    margin: 0;
  }
  .mainInfoArea .wrapper .slick-slide {
    margin: 0 !important;
  }
  .mainInfoArea .container {
    width: 50%;
  }
}

.mainInfoArea_Top .secMainWrapper {
  width: 100%;
  padding: 0 !important;
  margin: 0;
}
.mainInfoArea_Top .secMainWrapper .slick-slide {
  margin: 0 !important;
}
.mainInfoArea_Top .secMainWrapper .leftImgWrap {
  width: 100%;
  height: 90vw;
  display: grid;
  align-items: center;
  justify-content: center;
}
.mainInfoArea_Top .secMainWrapper .leftImgWrap img {
  width: auto;
  max-height: 90vw;
}
@media screen and (min-width: 1000px) {
  .mainInfoArea_Top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .mainInfoArea_Top .slider_wrap li.slick-slide {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainInfoArea_Top .secMainWrapper {
    width: 40%;
    padding: 0 !important;
    margin: 0;
  }
  .mainInfoArea_Top .secMainWrapper .slick-slide {
    margin: 0 !important;
  }
  .mainInfoArea_Top .secMainWrapper .leftImgWrap {
    width: 100%;
    height: 450px;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .mainInfoArea_Top .secMainWrapper .leftImgWrap img {
    width: auto;
    max-height: 450px;
  }
  .mainInfoArea_Top .container {
    width: 50%;
  }
}

.snsTitle {
  margin-bottom: 0.5em;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}

.snsBtns {
  grid-template-columns: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: start;
  width: 40%;
  justify-items: center;
  margin: 0 auto 2em;
}
@media screen and (min-width: 1000px) {
  .snsBtns {
    grid-template-columns: 33% 33% 33%;
  }
}
.snsBtns li {
  width: auto;
  height: auto;
  max-height: 35px;
}
@media screen and (max-width: 999px) {
  .snsBtns li {
    margin-bottom: 1em;
  }
}
.snsBtns li img {
  max-height: 35px;
  width: auto;
}

.videoBtn {
  width: 70%;
  margin: 20px auto 40px;
  background: #0089ff;
  color: #fff;
  padding: 0.3em;
  border-radius: 15px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .videoBtn {
    width: 50%;
  }
}
.videoBtn a {
  display: block;
}

.cancelBtn {
  width: 70%;
  margin: 20px auto 40px;
  background: #fdcec2;
  color: #000;
  padding: 0.3em;
  border-radius: 15px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .cancelBtn {
    width: 50%;
  }
}
.cancelBtn a {
  display: block;
}

.rsrvBtn {
  width: 70%;
  margin: 20px auto 40px;
  background: #139303;
  color: #fff;
  padding: 0.3em;
  border-radius: 15px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .rsrvBtn {
    width: 50%;
  }
}
.rsrvBtn a {
  display: block;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.input-group .searchInput {
  font-size: 16px;
  width: 75%;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  background: url(/assets/images/searchIcon.svg) no-repeat;
  background-size: 2.2rem 2.2rem;
  background-position: 6px;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
}
.input-group .btnSearch {
  width: 23%;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  font-size: 14px;
}

.twoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.twoList .twoListDetail {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .twoList .twoListDetail {
    width: 31%;
  }
  .twoList .twoListDetail.full {
    width: 49%;
  }
}
.twoList .twoListDetail.full {
  width: 100%;
}
.twoList .twoListDetail .thum {
  position: relative;
  width: 100%;
  height: auto;
}
.twoList .twoListDetail .thum img {
  width: 100%;
  height: auto;
}
.twoList .twoListDetail .thum .playIcon {
  position: absolute;
  top: calc(50% - 2.2em);
  left: calc(50% - 2em);
}
.twoList .twoListDetail .thum .playIcon img {
  width: 4em;
  height: auto;
}
@media screen and (max-width: 767px) {
  .twoList .twoListDetail.saiyou {
    width: 100%;
    text-decoration: underline;
  }
}

.fullWidthMovie {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .scheContWrapper {
    grid-template-columns: 33% 33% 33%;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
  }
}

.footGridWrap {
  padding-left: 2em;
}
@media screen and (min-width: 1000px) {
  .footGridWrap {
    padding-left: 0;
    grid-template-columns: 25% 25% 25% 25%;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: stretch;
  }
}

.footAccess {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #000;
}
@media screen and (min-width: 1000px) {
  .footAccess {
    margin-top: 0;
    border-top: none;
    background: #000;
    padding: 1em;
    color: #fff;
    margin-top: -1em;
  }
}

div.mainImg {
  max-width: 1140px;
}
div.mainImg img {
  width: 100%;
  height: auto;
}

span.sLogo {
  display: block;
  margin-top: 20px;
}
span.sLogo.lesson {
  max-width: 80%;
}
@media screen and (min-width: 1000px) {
  span.sLogo.lesson {
    max-width: 400px;
  }
}
span.sLogo.kanade {
  max-width: 60%;
}
@media screen and (min-width: 1000px) {
  span.sLogo.kanade {
    max-width: 200px;
  }
}

.recruitTable th {
  padding-right: 1em;
}

.newsTtl {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 1em;
  display: block;
}

h3.listTitle.big {
  font-size: 1.3em;
}

div.label-logo-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  div.label-logo-wrap img {
    max-width: 40%;
  }
}
div.label-logo-wrap p {
  margin-left: 15px;
}

.foodMenu img {
  width: 100% !important;
  height: auto;
}/*# sourceMappingURL=common.css.map */