
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;
}
h1{
    font-size: 12px;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    padding: 5px;
}

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: #343434;
  line-height: 2;
	letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

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

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

a:focus {
  outline: none;
}

::selection {
  color: #fff;
  background: #343434;
  text-shadow: none;
}
::-webkit-selection {
  color: #fff;
  background: #343434;
  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: "Shippori Mincho", serif!important;}
.font-m {font-family: 'Zen Maru Gothic', sans-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;
	width: 100%;
    z-index: 99;
}

.gree{
	background-image: url("../img/top/greebg.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-family: "Noto Sans JP", sans-serif!important;

}
.time th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 16px!important;
	border-bottom: 1px solid #B4B4B4;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif!important;
}

.time td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 16px!important;
	border-bottom: 1px solid #B4B4B4;
    font-family: "Noto Sans JP", sans-serif!important;
    font-weight: 500;
}
@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: 10px;
	z-index: 9999;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.back-top a{
	width: 60px;
	padding: 10px;
	border-radius: 50px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #fdd000;
	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{
	line-height: 1.7;
	font-weight: 600;
background-color: #847465;
	padding:0;
    right: 0;
}

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

.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:30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #d0b67a;
	border-radius: 2px;
}
.st4:before {
  left:-30px;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.st4:after {
  right: -30px;
  -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: #374F8A;}
.fc1::after {border-top: 15px solid #374F8A;}
.fc2{background-color: #b9d300;}
.fc2::after {border-top: 15px solid #b9d300;}
.fc3{background-color: #14a83b;}
.fc3::after {border-top: 15px solid #14a83b;}

table.com{
	margin:0 auto 15px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
	empty-cells:show;
}
.com th{
	font-size:14px;
	letter-spacing:1px;
	padding:6px;
	color:#333;
	text-align: center;
	vertical-align: middle!important;
}
.com td{
	font-size:14px;
	color:#333;
	padding:6px;
	vertical-align: middle!important;
}


#pside{
	margin:0;
	padding:0;
	opacity: 0.95;
    z-index: 9999!important;
}

#pinsta {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 300px;
}

    #sppinsta{
    bottom: 100px;
    right:5px;
	position: fixed;
	z-index: 9999!important;
	}
