.font01 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*layout*/
/*------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow: hidden;
}
.inner {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
.tb_sp {
	display: none!important;
}
.bold {
	font-weight: bold;
}
.in_bl {
	display: inline-block;
}
.v_m {
	vertical-align: middle;
	display: table-cell;
}
.flex01 {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
img {
	max-width: 100%;
	height: auto;
}
.flex_empty {
	height: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

/*gmap/movie*/
/*------------------------------------------------------------------------------*/
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*header*/
/*------------------------------------------------------------------------------*/
header {
	background: #DF96A4;
    position: relative;
}
header .inner {
    position: relative;
}
header #h_top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 136px;
}
header #logo {
	margin-left: 24px;
}
header #site_name {
	margin-left: 29px;
}
#login_btn {
	position: absolute;
	top: -6px;
	right: 0;
	padding: 13px;
	background: #df96a4;
	border-radius: 50%;
}
#login_btn img {
	position: relative;
	z-index: 10;
}
header #pdf {
	margin-left: 24px;
	line-height: 1.2;
}
header #pdf .btn {
	padding: 0.5em 1.2em;
	line-height: 1.2;
	background: #FF6666;
	color: #FFF;
	border: 1px solid #FF6666;
	cursor: pointer;
	transition:0.3s;
}
header #pdf .btn:hover {
	background: #FFF;
	color: #FF6666;
}
header #pdf .popup {
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 20;
}
#popup-on{
  display: none;
}
#popup-on:checked + .popup{
  display: block;
}
.popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
  height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.popup-content a {
	padding: 0.5em 1.2em;
	line-height: 1.2;
	background: #FF6666;
	color: #FFF;
	border: 1px solid #FF6666;
	cursor: pointer;
	transition:0.3s;
	margin-bottom: 1em;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.popup-content a:hover {
	background: #FFF;
	color: #FF6666;
}
.btn-close{
  background: #000;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/
#gnav_btn,
#globalnav li.login {
	display:none;
}
#globalnav {
	background: #FFF;
}
#globalnav_in {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#globalnav #nav {
	display: table;
	height: 64px;
	padding: 0 5px;
	position: relative;
}
#nav > li {
	padding: 0 13px;
	display: table-cell;
	vertical-align: middle;
}
#globalnav li a {
	line-height: 1.2;
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#globalnav li a:hover {
	color: #FF6666;
}
#globalnav .mega {
	font-size: 16px;
	font-weight: bold;
}
#globalnav .mega_box {
    position: absolute;
    top: 64px;
    right: 0;
	background: rgba(255,255,255,0.9);
    transition: all .3s ease;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    z-index: 15;
}
#globalnav .mega:hover .mega_box {
    visibility: visible;
    opacity: 1;
    max-height: 9999px;
}
#globalnav .mega_box ul {
	display: flex;
	flex-direction: column;
}
#globalnav .mega_box li {
	display: flex;
	align-items: center;
}
#globalnav .mega_box li a {
	padding: 0.5em 1em;
}
#globalnav #nav .pdf {
	display: none;
}

/*foot_bnr*/
/*------------------------------------------------------------------------------*/
#foot_bnr {
	padding: 40px 0 30px;
}
#foot_bnr ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
}
#foot_bnr li {
	padding: 0 30px;
	margin-bottom: 50px;
}

/*footer*/
/*------------------------------------------------------------------------------*/
footer {
	text-align: center;
	line-height: 1.2;
}
footer p {
	margin-bottom: 20px;
}
footer .in_bl {
	margin-right: 0.5em;
}
footer .in_bl:last-of-type {
	margin-right: 0;
}

@media screen and (min-width: 1024px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

