
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}


h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Noto Sans JP", sans-serif;
}

em,
li {
  font-size: 0.9375rem;
  color: #333;
  font-weight: 500;
}
li {margin:0 0 5px;}

p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 2;
	letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
	transition: 0.5s;
}

a:focus, a:hover {
  color: #4D392A;
  text-decoration: none;
}

a:focus {
  outline: none;
}

::selection {
  color: #fff;
  background: #9A947D;
  text-shadow: none;
}
::-webkit-selection {
  color: #fff;
  background: #9A947D;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

img {
	max-width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}

iframe{display: block;}

.flbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flend{
	align-self: flex-end;
}

.flcenter{
  align-self: center;
}

.fontg1{font-family: "Noto Sans JP", sans-serif!important;}
.fontg2{font-family: "Noto Serif JP", serif!important;}
.fontg3{font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"!important}
.marker{
  background: linear-gradient(transparent 70%, rgba(255,231,73,0.80) 70%);
}

.pc { display: block !important;}
.sp { display: none !important; }
.pc2 { display: block !important;}
.sp2 { display: none !important; }

@media only screen and (max-width: 576px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media only screen and (max-width: 768px) {
    .pc2 { display: none !important; }
    .sp2 { display: block !important; }
}

header{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	text-align: center;
	width: 100%;
    z-index: 99;
}

.gree{
	background-image: url("../img/pretop/logobg.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40%;
}
@media only screen and (max-width: 1200px) {.gree{background-size: 50%;}}
@media only screen and (max-width: 576px) {.gree{background-size: 100%;}}

.time {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif!important;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: 600;
	color: #604c3f;
	letter-spacing: .2em;
	border-bottom: 1px solid #8D8377;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	border-bottom: 1px solid #8D8377;
	color: #604c3f;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.time th {
		padding:10px 2px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.time td {
		padding:10px 2px;
		font-size: 14px!important;
	}
}

.back-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.back-top a{
	padding: 10px;
	border-radius: 50px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #8D8377;
	line-height: 1;
}

@media screen and (max-width:576px){
	.back-top{bottom: 10px;right: 10px;}
	.back-top a{width: 40px;padding:10px 5px;line-height: 0.8;}
}

.st{
	position: relative;
	display: inline-block;
	line-height: 1.7;
	font-weight: 600;
	z-index: 1;
	padding: 0.5em 1.5em 0.5em 0;
}
.st::before,.st::after{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
}
.st::before{top:0;right: 0;background-color: #8D8377;z-index: -1;}
.st::after{top:5px;right: -5px;background-color: #645A4E;z-index: -2;}

.st2 {
  font-weight: bold;
  border-bottom: 3px solid #FFFFFF;
  position: relative;
	line-height: 1.5;
}
.st2::after {
  content: '';
  background-color: #8D8377;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.st3{
	line-height: 2.5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: center;
}

.st4 {
  position: relative;
  display: inline-block;
  padding: 0 1em;
	margin:0;
	text-align: center;
	line-height: 1.5!important;
	font-weight: 500;
}
.st4:before, .st4:after {
  content: '';
  position: absolute;
  bottom:50px;
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #FFABC5;
	border-radius: 2px;
}
.st4:before {
  left:-50px;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.st4:after {
  right: -50px;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.stf{
  position: relative;
  padding: .5em;
	margin: 0 0 20px;
  border-radius: 10px;
	line-height: 1.5!important;
}
.stf::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
}

.fcw{background-color: #fff;}
.fcw::after {border-top: 15px solid #fff;}
.fcp{background-color: #ec78ab;}
.fcp::after {border-top: 15px solid #ec78ab;}
.fc1{background-color: #f0830c;}
.fc1::after {border-top: 15px solid #f0830c;}
.fc2{background-color: #b9d300;}
.fc2::after {border-top: 15px solid #b9d300;}
.fc3{background-color: #14a83b;}
.fc3::after {border-top: 15px solid #14a83b;}
