@charset "UTF-8";
/*-------------------------------------------------------------

	CSS (Last Update 2020.6.29)

	- reset
	- common（全共通）
	- contents 下層（共通）
	- contents 下層（1カラム共通）
	- contents 下層（2カラム共通）
	- Typography ※pの指定の関係で一番最後

--------------------------------------------------------------*/
/*  何もなしは769px以下の場合に適用　*/
@media screen and (max-width: 768px) {
  /*  768px以下の場合に適用　*/
}
@media screen and (max-width: 480px) {
  /*  480px以下の場合に適用
  （こっちを記述しなければ上の959pxの方が適用される）　*/
}
/*============================================================
  reset
============================================================*/
* {
  box-sizing: border-box;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*
  font: inherit;
  */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

hr {
  border: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/*============================================================
  common（全共通）
============================================================*/
html {
  font-size: 62.5%; /* 基準を10pxにする　※フォントは「rem」で指定する */
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  color: #333333;
  font-size: 1.8rem; /* 全体のフォントサイズを18pxにする */
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

.spdn {
  display: block;
}

.pcdn {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
    /* background-color:#ffffee; */
    font-size: 1.7rem; /* 全体のフォントサイズを17pxにする */
  }
  .tbspdn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body {
    /*  background-color: #ffffdd; */
    font-size: 1.7rem; /* 全体のフォントサイズを17pxにする */
    line-height: 1.6;
  }
  .spdn {
    display: none;
  }
  .pcdn {
    display: block;
  }
}
a {
  color: #0054d2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #6ea1ee;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

.frame-purple {
  background-color: #F4F4FC;
  padding: 40px;
}

@media screen and (max-width: 480px) {
  .frame-purple {
    padding: 20px;
  }
}
a:hover img.opacityimg {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.contents p {
  margin-bottom: 1.5em;
}



/*============================================================
  paragraph settings
============================================================*/
p:last-child {
  margin-bottom: 0;
}

/*============================================================
  margin settings
============================================================*/
.margin-center {
  margin-left: auto;
  margin-right: auto;
}

/* margin */
.m-half {
  margin: 16px !important;
}

.m-1 {
  margin: 32px !important;
}

@media screen and (max-width: 480px) {
  .m-1 {
    margin: 16px !important;
  }
}
.m-1-half {
  margin: 48px !important;
}

@media screen and (max-width: 480px) {
  .m-1-half {
    margin: 32px !important;
  }
}
.m-2 {
  margin: 64px !important;
}

@media screen and (max-width: 480px) {
  .m-2 {
    margin: 48px !important;
  }
}
/* margin-bottom */
.mb-half {
  margin-bottom: 16px !important;
}

.mb-1 {
  margin-bottom: 32px !important;
}

.mb-1-half {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 480px) {
  .mb-1-half {
    margin-bottom: 32px !important;
  }
}
.mb-2 {
  margin-bottom: 64px !important;
}

@media screen and (max-width: 480px) {
  .mb-2 {
    margin-bottom: 48px !important;
  }
}
.mb-2-half {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 480px) {
  .mb-2-half {
    margin-bottom: 64px !important;
  }
}
.mb-3 {
  margin-bottom: 96px !important;
}

@media screen and (max-width: 480px) {
  .mb-3 {
    margin-bottom: 64px !important;
  }
}
.mb-3-half {
  margin-bottom: 112px !important;
}

@media screen and (max-width: 480px) {
  .mb-3-half {
    margin-bottom: 96px !important;
  }
}
.mb-none {
  margin-bottom: 0 !important;
}

/* margin-top */
.mt-half {
  margin-top: 16px !important;
}

@media screen and (max-width: 480px) {
  .mt-half {
    margin-top: 8px !important;
  }
}
.mt-1 {
  margin-top: 32px !important;
}

@media screen and (max-width: 480px) {
  .mt-1 {
    margin-top: 16px !important;
  }
}
.mt-1-half {
  margin-top: 48px !important;
}

@media screen and (max-width: 480px) {
  .mt-1-half {
    margin-top: 32px !important;
  }
}
.mt-2 {
  margin-top: 64px !important;
}

@media screen and (max-width: 480px) {
  .mt-2 {
    margin-top: 48px !important;
  }
}
.mt-2-half {
  margin-top: 80px !important;
}

@media screen and (max-width: 480px) {
  .mt-2-half {
    margin-top: 64px !important;
  }
}
.mt-3 {
  margin-top: 96px !important;
}

@media screen and (max-width: 480px) {
  .mt-3 {
    margin-top: 64px !important;
  }
}
.mt-none {
  margin-top: 0 !important;
}

/* margin-bottom-minus */
.mb-m-half {
  margin-bottom: -16px !important;
}

.mb-m-1 {
  margin-bottom: -32px !important;
}

.mb-m-1-half {
  margin-bottom: -48px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-1-half {
    margin-bottom: -32px !important;
  }
}
.mb-m-2 {
  margin-bottom: -64px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-2 {
    margin-bottom: -48px !important;
  }
}
.mb-m-2-half {
  margin-bottom: -80px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-2-half {
    margin-bottom: -64px !important;
  }
}
.mb-m-3 {
  margin-bottom: -96px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-3 {
    margin-bottom: -64px !important;
  }
}
.mb-m-3-half {
  margin-bottom: -112px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-3-half {
    margin-bottom: -96px !important;
  }
}
/* margin-top-minus */
.mt-m-half {
  margin-top: -16px !important;
}

.mt-m-1 {
  margin-top: -32px !important;
}

.mt-m-1-half {
  margin-top: -48px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-1-half {
    margin-top: -32px !important;
  }
}
.mt-m-2 {
  margin-top: -64px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-2 {
    margin-top: -48px !important;
  }
}
.mt-m-2-half {
  margin-top: -80px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-2-half {
    margin-top: -64px !important;
  }
}
.mt-m-3 {
  margin-top: -96px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-3 {
    margin-top: -64px !important;
  }
}
.mt-m-3-half {
  margin-top: -112px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-3-half {
    margin-top: -96px !important;
  }
}
/*============================================================
  padding settings
============================================================*/
/* padding-bottom */
.pb-half {
  padding-bottom: 16px !important;
}

.pb-1 {
  padding-bottom: 32px !important;
}

.pb-1-half {
  padding-bottom: 48px !important;
}

@media screen and (max-width: 480px) {
  .pb-1-half {
    padding-bottom: 32px !important;
  }
}
.pb-2 {
  padding-bottom: 64px !important;
}

@media screen and (max-width: 480px) {
  .pb-2 {
    padding-bottom: 48px !important;
  }
}
.pb-2-half {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 480px) {
  .pb-2-half {
    padding-bottom: 64px !important;
  }
}
.pb-3 {
  padding-bottom: 96px !important;
}

@media screen and (max-width: 480px) {
  .pb-3 {
    padding-bottom: 64px !important;
  }
}
.pb-3-half {
  padding-bottom: 112px !important;
}

@media screen and (max-width: 480px) {
  .pb-3-half {
    padding-bottom: 96px !important;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

/* padding-top */
.pt-half {
  padding-top: 16px !important;
}

@media screen and (max-width: 480px) {
  .pt-half {
    padding-top: 8px !important;
  }
}
.pt-1 {
  padding-top: 32px !important;
}

@media screen and (max-width: 480px) {
  .pt-1 {
    padding-top: 16px !important;
  }
}
.pt-1-half {
  padding-top: 48px !important;
}

@media screen and (max-width: 480px) {
  .pt-1-half {
    padding-top: 32px !important;
  }
}
.pt-2 {
  padding-top: 64px !important;
}

@media screen and (max-width: 480px) {
  .pt-2 {
    padding-top: 48px !important;
  }
}
.pt-2-half {
  padding-top: 80px !important;
}

@media screen and (max-width: 480px) {
  .pt-2-half {
    padding-top: 64px !important;
  }
}
.pt-3 {
  padding-top: 96px !important;
}

@media screen and (max-width: 480px) {
  .pt-3 {
    padding-top: 64px !important;
  }
}
.pt-none {
  padding-top: 0 !important;
}

/* padding-bottom-minus */
.pb-m-half {
  padding-bottom: -16px !important;
}

.pb-m-1 {
  padding-bottom: -32px !important;
}

.pb-m-1-half {
  padding-bottom: -48px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-1-half {
    padding-bottom: -32px !important;
  }
}
.pb-m-2 {
  padding-bottom: -64px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-2 {
    padding-bottom: -48px !important;
  }
}
.pb-m-2-half {
  padding-bottom: -80px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-2-half {
    padding-bottom: -64px !important;
  }
}
.pb-m-3 {
  padding-bottom: -96px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-3 {
    padding-bottom: -64px !important;
  }
}
.pb-m-3-half {
  padding-bottom: -112px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-3-half {
    padding-bottom: -96px !important;
  }
}
/* padding-top-minus */
.pt-m-half {
  padding-top: -16px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-half {
    padding-top: -8px !important;
  }
}
.pt-m-1 {
  padding-top: -32px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-1 {
    padding-top: -16px !important;
  }
}
.pt-m-1-half {
  padding-top: -48px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-1-half {
    padding-top: -32px !important;
  }
}
.pt-m-2 {
  padding-top: -64px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-2 {
    padding-top: -48px !important;
  }
}
.pt-m-2-half {
  padding-top: -80px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-2-half {
    padding-top: -64px !important;
  }
}
.pt-m-3 {
  padding-top: -96px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-3 {
    padding-top: -64px !important;
  }
}
/*============================================================
 iframe settings
============================================================*/
.iframe-container {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.iframe {
  position: relative;
  width: 100%;
  /* 以下タテヨコ比（アスペクト比） */
  /* padding-top: 75%;/* 4:3 */
  /* padding-top: 66%;/* 3:2 */
  padding-top: 56.25%; /* 16:9 */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/*============================================================
  display settings
============================================================*/
.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

/*============================================================
  align settings
============================================================*/
.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

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

/*============================================================
  font style settings
============================================================*/
.strong {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.txtUnderline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

/*============================================================
  indent settings
============================================================*/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-large {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

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

.indent-3 {
  padding-left: 3em;
  text-indent: -3em;
}

.indent-4 {
  padding-left: 4em;
  text-indent: -4em;
}

.indent-5 {
  padding-left: 5em;
  text-indent: -5em;
}

.indent-6 {
  padding-left: 6em;
  text-indent: -6em;
}

.rice-indent {
  padding-left: 1em;
  position: relative;
}

.rice-indent:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.square-indent {
  padding-left: 1em;
  position: relative;
}

.square-indent:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.triangle-indent {
  padding-left: 1em;
  position: relative;
}

.triangle-indent:before {
  content: "▼";
  position: absolute;
  left: 0;
  top: 0;
}

.parentheses-indent {
  padding-left: 1em;
  position: relative;
}

.parentheses-indent:before {
  content: "（";
  position: absolute;
  left: 0;
  top: 0;
}

.dot-indent {
  padding-left: 1em;
  position: relative;
}

.dot-indent:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.bracket-indent {
  padding-left: 1.2em;
  position: relative;
}

.bracket-indent:before {
  content: "「";
  position: absolute;
  left: 0;
  top: 0;
}

.bracket-wide-indent {
  padding-left: 1.2em;
  position: relative;
}

.bracket-wide-indent:before {
  content: "『";
  position: absolute;
  left: 0;
  top: 0;
}

.bracket-bold-indent {
  padding-left: 1.2em;
  position: relative;
}

.bracket-bold-indent:before {
  content: "【";
  position: absolute;
  left: 0;
  top: 0;
}

.circle-indent {
  padding-left: 1.2em;
  position: relative;
}

.circle-indent:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.circle-line-indent {
  padding-left: 1.2em;
  position: relative;
}

.circle-line-indent:before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
}

.blank-indent {
  padding-left: 1.2em;
  position: relative;
}

.blank-indent:before {
  content: "　";
  position: absolute;
  left: 0;
  top: 0;
}

/*============================================================
  text-box-indent settings
============================================================*/
.text-box-indent-1 {
  margin-left: 1em !important;
}

.text-box-indent-1-1 {
  margin-left: 1.1em !important;
}

.text-box-indent-1-2 {
  margin-left: 1.2em !important;
}

.text-box-indent-1-3 {
  margin-left: 1.3em !important;
}

.text-box-indent-1-4 {
  margin-left: 1.4em !important;
}

.text-box-indent-1-5 {
  margin-left: 1.5em !important;
}

.text-box-indent-1-6 {
  margin-left: 1.6em !important;
}

.text-box-indent-1-7 {
  margin-left: 1.7em !important;
}

.text-box-indent-1-8 {
  margin-left: 1.8em !important;
}

.text-box-indent-1-9 {
  margin-left: 1.9em !important;
}

.text-box-indent-2 {
  margin-left: 2em !important;
}

/*============================================================
  font-size settings
============================================================*/
.font-xx-small {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 480px) {
  .font-xx-small {
    font-size: 1.1rem !important;
  }
}
.font-x-small {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 480px) {
  .font-x-small {
    font-size: 1.3rem !important;
  }
}
.font-small {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 480px) {
  .font-small {
    font-size: 1.5rem !important;
  }
}
.font-normal {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 480px) {
  .font-normal {
    font-size: 1.6rem !important;
  }
}
.font-medium {
  font-size: 2rem !important;
}

@media screen and (max-width: 480px) {
  .font-medium {
    font-size: 1.8rem !important;
  }
}
.font-large {
  font-size: 2.3rem !important;
}

@media screen and (max-width: 480px) {
  .font-large {
    font-size: 2rem !important;
  }
}
.font-x-large {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 480px) {
  .font-x-large {
    font-size: 2rem !important;
  }
}
.font-xx-large {
  font-size: 2.9rem !important;
}

@media screen and (max-width: 480px) {
  .font-xx-large {
    font-size: 2.3rem !important;
  }
}
.font-xxx-large {
  font-size: 3.2rem !important;
}

@media screen and (max-width: 480px) {
  .font-xxx-large {
    font-size: 2.3rem !important;
  }
}
/*============================================================
  font-feature-settings
============================================================*/
.palt {
  font-feature-settings: "palt";
}

/*============================================================
  line-height
============================================================*/
.line-height {
  line-height: 1.8;
}

.line-height-medium {
  line-height: 1.65;
}

.line-height-medium-small {
  line-height: 1.5;
}

.line-height-small {
  line-height: 1.35;
}

/*============================================================
  shedule status settings
============================================================*/
.prepare {
  background: #bbbbbb !important;
}

.last {
  /*lastとfullは色が同じなので、残席わずかのときは.fullを使用してください*/
  /*.lastクラスを作るとグローバルナビのプルダウンに使われてる.lastとデザイン衝突が起きるため*/
}

.full {
  background: #c90909 !important;
}

.accept {
  background: #f74608 !important;
}

.start {
  background: #49b700 !important;
}

/*============================================================
  float
============================================================*/
.float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.float-right img {
  width: auto;
  max-width: 500px !important;
  height: auto;
}
@media screen and (max-width: 640px) {
  .float-right {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .float-right img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .float-right_sp {
    float: right !important;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 20%;
  }
  .float-right_sp img {
    width: 100%;
    height: auto;
  }
}
.float-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
.float-left img {
  width: auto;
  max-width: 500px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .float-left {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .float-left img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
}/*# sourceMappingURL=common.css.map */