@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/
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, sub, sup, 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: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
html {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, fieldset { border: 0; }
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #280000;
	background: #fcf8f6;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
a:link, a:visited, a:active {
	color: #e41c72;
	text-decoration: underline;
	word-wrap: break-word;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.2s linear;
}
a img {
	border: none;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img { opacity: 0.7; }
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
/* text_font
---------------------------------------------*/
em { color: #ff0088; }
.b { font-weight: bold !important; }
.c {
	text-align: center !important;
	margin: 0px auto !important;
}
.txtr {
	text-align: right !important;
	display: block !important;
}
.txtl { text-align: left !important; }
.normal { font-weight: normal !important;}

.disc {
	padding-left: 1.7rem;
	text-indent: -.1rem;
	line-height: 1.7;
  }
.disc li {
	list-style-type: disc !important;
  }
.decimal ol {
	padding-left: 1em;
  }
.decimal ol li {
	list-style-type: decimal !important;
	margin-left: 1em;
	text-indent: -.1em;
  }
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #C9CACA;
	height: 1px;
  }
hr.linebk {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000;
	height: 1px;
  }

.indent     { 
 margin-left: 1em;
 text-indent: -1em;
}
.justify {
	padding-top: 0.2em;
	line-height: 1.4em;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}
.mpr-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mpr-medium {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.f_gothic { font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
.f_mincho { font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; }
.overflow {
	overflow: hidden;
}
.overflow::after {
  content: "";
  display: block;
  clear: both;
}
.fc_red {
	color: #FF0000 !important;
}
.fc_orange {
	color: #e88020 !important;
}
.fc_cc {
	color: #e41c72 !important;
}
.fc_cc2 {
	color: #fbf3f1 !important;
}
.bg_cc {
	background: #e41c72 !important;
}
.bg_cc2 {
	background: #fbf3f1 !important;
}
.bg_cc3 {
	background: #f1ded8 !important;
}
.bg_wh {
	background: #fff !important;
}
.bg_bk {
	background: #000 !important;
}
.lspac { letter-spacing: -0.09em; }
hr {
	border: 0;
  height: 1px;
  background: #ccc;
  margin: 4rem 0;
}
.frame_p {
	box-shadow: 0 2px 6px #999;
}

a.anchor {
    display: block;
    padding-top: 10rem;
    margin-top: -10rem;
}
/* page-top */
#pagetop {
position: fixed;
	bottom: 30px;
	right: 50px;
}
#pagetop::before,
#pagetop::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#pagetop:before {
left: 3px;
width: 20px;
height: 20px;
border-top: 2px solid #280000;
border-right: 2px solid #280000;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}


#pagetop:hover { opacity: 0.7; }
main {
	position: relative;
}

/* css animation */
.transform {
	transform: translateY(30px);
	transition: 1s ease;
	opacity: 0;
  }
  
  .transform02 {
	transform: translateY(70px);
	transition: 2.2s ease;
	opacity: 0;
  }
  
  .transform_r {
	transform: translateX(300px);
	transition: 1s ease;
	opacity: 0;
  }
  
  .transform_r02 {
	transform: translateX(150px);
	transition: 1s ease;
	opacity: 0;
  }
  
  .transform_l {
	transform: translateX(-300px);
	transition: 1s ease;
	opacity: 0;
  }
  
  .transform_l02 {
	transform: translateX(-150px);
	transition: 1s ease;
	opacity: 0;
  }
  
  .transform_f {
	transform: translateY(0);
	transition: 2s ease;
	opacity: 0;
  }
  
  .transform.fade_on, .transform02.fade_on {
	transform: translateY(0px);
	opacity: 1;
  }
  
  .transform_r.fade_on, .transform_r02.fade_on {
	transform: translateX(0px);
	opacity: 1;
  }
  
  .transform_l.fade_on, .transform_l02.fade_on {
	transform: translateX(0px);
	opacity: 1;
  }
  
  .transform_f.fade_on {
	transform: translateX(0px);
	opacity: 1;
  }

.delay {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.delay02 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.delay03 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.delay04 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay05 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.delay06 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.delay07 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.delay08 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.delay09 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n + 1) {
  color: red;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: blue;
}

/* 入力欄の文字列  */
.flatpickr-calendar .numInput{
  user-select: none;
}

/* Adjustment */
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {

}


