@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Montserrat&family=Open+Sans&display=swap"); /*!
 * CSS Reset 2011-12-25
 * https://gist.github.com/1360380
 *
 * Author:  Takeru Suzuki, http://terkel.jp/
 * License: Public domain
 *
 * Inspired by Normalize.css: http://necolas.github.com/normalize.css/
 */
/* HTML5 display definitions */
main, section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* The root element */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sections */
body {
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

/* Grouping content */
p, ol, ul, dl, dd, figure, blockquote {
  padding: 0;
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

/* Text-level semantics */
strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0;
}
.pc_none {display:none;}

@media screen and (max-width: 690px) {
	.tab_none{display:none;}
	.pc_none{display:block;}
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th {
  margin: 0;
  font-weight: normal;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
select {
  background-color: inherit;
  line-height: normal;
  min-width: 300px;
  position: relative;
  padding: 15px 15px 15px 15px;
  text-align: left;
  /*color: #929393;*/
  background-color: #F3F5F5;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
select:hover {
  background-color: rgba(83, 172, 217, 0.1);
}
@media all and (max-width: 767px) {
	select {
	  width: 100%;
	}
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

body {
  height: 100%;
  color: #222;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  -webkit-font-smoothing: antialiased; /* Safari フォント表示補正 */
  -moz-osx-font-smoothing: grayscale; /* Firefox フォント表示補正 */
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-feature-settings: "paln";
  font-feature-settings: "palt";
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: normal;
  font-weight: bold;
}

li, dt, dd {
  list-style: none;
  vertical-align: bottom;
}

li img, dt img, dd img {
  vertical-align: top;
}

small {
  font-size: 100%;
}

input, textarea, select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

@media all and (min-width: 768px) {
  /* pc  768 - # */
  .spObj {
    display: none;
  }
}
@media all and (max-width: 767px) {
  /* sp  # - 767 */
  .pcObj {
    display: none;
  }
}
#fb-root {
  display: none;
}

body.enabled_modal {
  overflow: hidden;
}

.defs {
  display: none;
}

img.ofi-cover,
img.ofi-contain {
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

img.ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

img.ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.taC, .taC_R, .taC_L {
  text-align: center;
}

.taL, .taL_C, .taL_R {
  text-align: left;
}

.taR, .taR_C, .taR_L {
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* sp  # - 767 */
  .taL_C, .taR_C {
    text-align: center;
  }
  .taC_R, .taL_R {
    text-align: right;
  }
  .taC_L, .taR_L {
    text-align: left;
  }
}
/*----------------------------------------
	common setting
-----------------------------------------*/
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.c_note li {
  padding-left: calc(1em + 5px);
  text-indent: calc((1em + 5px) * -1);
}
.c_note li span:first-of-type {
  display: inline-block;
  margin-right: 5px;
  text-indent: 0;
}

/*----------------------------------------
	font style
-----------------------------------------*/
.gos {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.en {
  font-family: serif;
  font-weight: 400;
}

.os {
  font-family: "Open Sans", sans-serif;
}

.bold {
  font-weight: bold;
}

.taC, .taC_R, .taC_L {
  text-align: center;
}

.taL, .taL_C, .taL_R {
  text-align: left;
}

.taR, .taR_C, .taR_L {
  text-align: right;
}

@media all and (min-width: 768px) {
  .taL_C, .taR_C {
    text-align: center;
  }
  .taC_R, .taL_R {
    text-align: right;
  }
  .taC_L, .taR_L {
    text-align: left;
  }
}
/*----------------------------------------
	font size
-----------------------------------------*/
body {
  font-size: 1.4rem;
}

@media all and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
/*----------------------------------------
	line-height setting（default/2）
-----------------------------------------*/
h1, h2, h3, h4, h5, h6, small,
[class^=en_], [class*=" en_"] {
  line-height: 1.3;
}

/*----------------------------------------
	color
-----------------------------------------*/
.white01,
a.white01 {
  color: #fff;
}

.black01,
a.black01 {
  color: #222;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a,
a:focus {
  outline: none;
}

a {
  color: #222;
  text-decoration: none;
}

a.tlink02,
a .tlink02 {
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  a.tlink01:hover,
  a .tlink01:hover {
    text-decoration: underline;
  }
  a.tlink02:hover,
  a .tlink02:hover {
    text-decoration: none;
  }
  button.rOver,
  img.rOver,
  a.rOver {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  button.rOver:hover,
  img.rOver:hover,
  a.rOver:hover {
    opacity: 0.6;
  }
}
/*----------------------------------------
	modal
-----------------------------------------*/
@-webkit-keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
#modal {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal::-webkit-scrollbar {
  display: none;
}
#modal .modalOverlay {
  table-layout: fixed;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation: 500ms modalwindow_body_out;
          animation: 500ms modalwindow_body_out;
}
#modal .modalWrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
}
#modal .modalInner {
  position: relative;
  margin: 50px 0;
}
#modal .modalBox {
  position: relative;
  width: 89.334%;
  margin: 0 auto;
}
#modal .modalBox .title {
  margin: 0 0 2rem;
  font-size: 1.25rem;
}
#modal .modalBox .title > span {
  padding: 0.3rem 0.5rem;
  background: #fff;
}
#modal .modalBox .box {
  position: relative;
}
#modal .modalBox .pic {
  overflow: hidden;
  position: relative;
  margin: 0 0 5%;
  border-radius: 10px;
}
#modal .modalBox .pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
#modal .modalBox .pic img {
  position: absolute;
  top: 0;
  left: 0;
}
#modal .modalBox .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: normal;
}
#modal .modalBox .txt small {
  display: block;
  margin-top: 3%;
  font-size: 1rem;
}
#modal .modalBox .txt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#modal .modalBox .txt .nice {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.3rem;
  margin: 0 0 0 6rem;
  padding: 0 1.2rem 0 0.8rem;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#d6e03e), to(#85d43f));
  background: linear-gradient(90deg, #d6e03e, #85d43f);
  color: #fff;
  font-family: serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
#modal .modalBox .txt .nice::before {
  display: block;
  content: "";
  height: 100%;
  margin-right: 0.5rem;
  padding-right: 1.3rem;
  background: url(../img/cmn/c_nice01.svg) center center no-repeat;
  background-size: contain;
}
#modal .modalClose {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 100;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 0 1rem;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  background: url(../img/cmn/c_close01.svg) center center no-repeat;
  background-size: 35% auto;
}
#modal.is_visible .modalOverlay {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: 200ms modalwindow_body_in;
          animation: 200ms modalwindow_body_in;
}
@media all and (min-width: 768px) {
  #modal .modalBox {
    width: 58.566%;
  }
  #modal .modalBox .title {
    position: absolute;
    right: 100%;
    margin-right: 2rem;
    font-size: 1.4rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  #modal .modalBox .title > span {
    padding: 1.8rem 0.8rem;
  }
  #modal .modalBox .pic {
    margin: 0 0 2.5rem;
  }
  #modal .modalBox .pic::before {
    height: 65.106vh;
    padding-bottom: 0;
  }
  #modal .modalBox .txt {
    font-size: 1.6rem;
  }
  #modal .modalBox .txt small {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  #modal .modalBox .txt .nice {
    height: 3rem;
    padding: 0 2rem 0 1.5rem;
    font-size: 1.8rem;
  }
  #modal .modalBox .txt .nice::before {
    margin-right: 0.7rem;
    padding-right: 1.8rem;
  }
  #modal .modalClose {
    left: 100%;
    bottom: auto;
    width: 6rem;
    height: 6rem;
    margin-bottom: 0;
    margin-left: 2rem;
  }
}

/*----------------------------------------
	btn
-----------------------------------------*/
/*----------------------------------------
	pagetop
-----------------------------------------*/
#pagetop {
  overflow: hidden;
}

/*----------------------------------------
	l-header
-----------------------------------------*/
.l-header {
  position: relative;
  z-index: 999;
  height: auto;
  background-color: #fff;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
@media all and (min-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 184px;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 31px 2.5% 26px 1.3125%;
}
.l-header__left {
  position: absolute;
}
@media all and (min-width: 768px) {
  .l-header__left {
    position: relative;
  }
}
.l-header__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-header__nittochi {
  width: 20.4427083333vw;
  display: block;
}
@media all and (min-width: 768px) {
  .l-header__nittochi {
    width: 157px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
.l-header__logo {
  position: relative;
  width: 41.796875vw;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .l-header__logo {
    right: 58px;
    width: 321px;
  }
}
.l-header__logo-link {
  display: block;
  font-size: 0;
}
@media all and (min-width: 768px) {
  .l-header__logo-link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}

.l-content {
  padding-top: 184px;
}
@media all and (max-width: 767px) {
  .l-content {
    padding-top: 0;
  }
}
.l-content__inner {
  position: relative;
}

.mv {
  padding: 50px 20px;
  background-color: #F8F8F8;
  text-align: center;
}
.mv h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
}
.mv p {
  margin-top: 20px;
  font-size: 2rem;
}

.l-footer {
  width: 100%;
  margin-top: 200px;
  padding: 10px 20px;
  background-color: #6E6F6F;
}
@media all and (max-width: 767px) {
  .l-footer {
    margin-top: 100px;
  }
}
.l-footer .copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}

/*カレンダー*/
.ui-widget-content {
  border: 1px solid black;
  background: white;
  color: black;
}
.ui-widget-content a {
  color: black;
}
.ui-widget-header {
  border: 1px solid white;
  background: #211b0d;
  color: white;
  font-weight: bold;
}
.ui-widget-header a {
  color: white;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid white;
  background: #e0e0e0;
  font-weight: normal;
  color: black;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: black;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: black;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #211b0d;
  background: white;
  font-weight: normal;
  color: black;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: black;
  text-decoration: none;
}
.ui-widget-header .ui-icon {
  background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../img/ui-icons_222222_256x240.png);
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: white;
}
.ui-corner-all {
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 4px;
}
#Main div.entryTable dl dd .ui-datepicker-title span{color:#FFFFFF;}
.sunday .ui-state-default {color: red;}
.saturday .ui-state-default {color: blue;}
.holiday .ui-state-default {color: red;}

#attention{
    border:solid 1px #000000;
    padding:10px;
    width:90%;
    height:100%;
}
.datepicker img {
    vertical-align: top;
    margin-left: 2px;
    border: 1px solid dimgray;
    cursor:pointer;
}
/*カレンダー*/

.attention_balloon {
	background-image: url(../img/bg-attention_balloon.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 14px;
	position: absolute;
	z-index: 100;
	margin-top: -14px;
	background-size: 17px 15px;
}
.attention_balloon .inner {
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #E95464;
	color:#FFFFFF;
	font-size: 14px;
}
.attention_balloon2 {
	background-image: url(../img/bg-attention_balloon.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 14px;
	position: absolute;
	z-index: 100;
	margin: 80px 0px 0px 0px;
	background-size: 17px 15px;
}
.attention_balloon2 .inner {
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #E95464;
	color:#FFFFFF;
	font-size: 14px;
}
.attention_balloon3 {
	background-image: url(../img/bg-attention_balloon.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 14px;
	position: absolute;
	z-index: 100;
	margin-top: -14px;
	background-size: 17px 15px;
}
.attention_balloon3 .inner {
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #E95464;
	color:#FFFFFF;
	font-size: 14px;
}
.attention_balloon4 {
	background-image: url(../img/bg-attention_balloon.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 14px;
	position: absolute;
	z-index: 100;
	bottom: -20px;
	background-size: 17px 15px;
}
.attention_balloon4 .inner {
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #E95464;
	color:#FFFFFF;
	font-size: 14px;
}
@media screen and (max-width: 690px) {
	.attention_balloon{
		background-position: 30px top;
	}
	.attention_balloon .inner {
		white-space: normal;
	}
	.attention_balloon2{
		background-position: 30px top;
	}
	.attention_balloon2 .inner {
		white-space: normal;
	}
	.attention_balloon3{
		right: 20px;
		background-position: 30px top;
	}
	.attention_balloon3 .inner {
		white-space: normal;
	}
	.attention_balloon4{
		background-position: 30px top;
		margin-top: 410px;
	}
	.attention_balloon4 .inner {
		white-space: normal;
	}
}
#floatBanner {
    height: 130px;
    position: absolute;
    right: 250px;
    top: 50px;
    width: 50px;
    z-index: 8888;
}
#floatArea {
	background-color:#929393;
    cursor: move;
	height: 100px;
    width: 100px;
    position: absolute;
    z-index: 8888;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color:#fff;
    font-size:13px;
}
.reItem2{
	font-size:32px;
}
@media screen and (max-width: 690px) {
	#floatBanner {
	    right: 0px;
	    top: 0px;
		position: relative;
		width: 100%;
		height: auto !important;
		height: 100%;
	}
	#floatArea {
		border-radius: 0px;
		position: fixed;
		width: 100%;
		height: 50px;
		bottom: 0;
	}
	.reItem{
		position: relative;
	}
}