@charset "UTF-8";
header{
	z-index: 9999;
	position: relative;
}
nav * {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font: inherit;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav#js-nav {
	width: 80%;
	height: 100%;
	padding: 1rem 0;
}
nav ::before, nav ::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header .logo {
	width: 20%;
	padding: 1rem 0;
	display: flex;
	align-items: center;
}
header .h_rl .logo a {
	max-width: 300px;
	display: block;
	margin-left: 3rem;
}
#top-head a{
	font-size: 1.6rem;
	line-height: 1.2;
}
#top-head a.button {
	display: block;
	color: #fff;
	padding: 1rem 0;
	text-align: center;
	font-size: 2rem;
	max-width: 130px;
	background-color: #0869aa;
	border: none;
	margin: 0 auto;
}
#top-head a.button:hover{
	color: #fff;
}
#top-head a:hover, #top-head a:hover span{
	color: #0869aa;
}
#sp_fnav{
	display: none;
}
#top-head .button::after{
	display: none;
}
#top-head .nav_item ul{
	width: 100%;
}
#top-head .nav_item ul.nav_up_item{
	justify-content: flex-end;
	width: 100%;
	max-width: 900px;
	align-items: center;
	padding-right: 2rem;
	gap: 0 1.5%;
	margin-bottom: 1rem;
}
#top-head.h_rl .nav_item ul.nav_up_item li{
	width: 200px;
}
#top-head.h_rl .nav_item ul.nav_up_item .nav_up_time{
	width: 248px;
	text-align: left;
}
#top-head.h_rl .nav_item ul.nav_up_item .nav_up_line, #top-head.slidein .nav_item ul.nav_up_item .nav_up_line{
	width: 160px;
}
#top-head .nav_item ul.nav_up_item .nav_up_tel a{
	color: #0869aa;
	background-color: #fff;
	border: 1px solid #0869aa;
}
#top-head .nav_item ul.nav_up_item .nav_up_tel a:hover{
	color: #0869aa;
	opacity: .5;
}
#top-head .nav_item ul.nav_up_item .nav_up_time{
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.3;
}
#top-head .nav_item ul.nav_up_item .nav_up_btn a{
	border: 1px solid #0869aa;
}
#top-head .nav_item ul.nav_mainitem {
	width: 100%;
	max-width: 1100px;
	align-items: center;
}
nav p,
nav a {
	display: block;
	text-decoration: none;
	color: #2c2e34;
	-webkit-transition: .2s cubic-bezier(.39, .575, .565, 1);
	transition: .2s cubic-bezier(.39, .575, .565, 1);
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 2px;
}
input:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown, button:placeholder-shown {
	font-weight: 300;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {

	font-weight: 300;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
	opacity: 1;
	font-weight: 300;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
	opacity: 1;
	font-weight: 300;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
	font-weight: 300;
}
input:disabled, select:disabled, textarea:disabled, button:disabled {
	cursor: default;
}
.nav_last .dropdown{
	left: -30px;
}
.nav_last .dropdown::before{
	left: 55px;
}
.nav-item+.nav-item {
	border-top: 1px solid #fff;
}
.nav-dropdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav-dropdown a {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.nav-toggle {
	display: none;
	position: relative;
	width: 49px;
	min-height: 49px;
	background: #25bdcf;
}
.nav-toggle::before, .nav-toggle::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	background: #0969aa;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.nav-toggle::before {
	width: 15px;
	height: 2px;
}
.nav-toggle::after {
	width: 2px;
	height: 15px;
}
.nav-toggle.is-open::before {
	opacity: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav-toggle.is-open::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.dropdown_wrap .dropdown_head{
	border-bottom: 1px solid #fff;
}
.dropdown_wrap .dropdown_head,
.dropdown_wrap .dropdown_head a {
	font-size: 1.5rem;
	color: #fff;
}
.dropdown-child-item {
	background: rgba(255, 255, 255, .3);
}
.dropdown-child-item+.dropdown-child-item {
	border-top: 1px solid #fff;
}
.dropdown-child-item a {
	display: inline-block;
}
.nav {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 100%;
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	justify-content: flex-end;
}
.nav ul{
	display: flex;
	justify-content: flex-end;
}
.nav ul:first-child{
	width: 74%;
}
.nav ul:last-child{
	width: 26%;
}
.h_rl .nav{
	margin: 0 0 0 auto;
}
.h_rl .nav li{
	display: block;
	width: 100%;
	text-align: center;
}
#top-head.slidein nav#js-nav{
	width: 80%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#top-head.slidein nav#js-nav .nav_item{
	width: 100%;
	height: 100%;
    padding-right: 414px;
}
.slidein .nav {
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	margin-left: 0;
}
#top-head .nav_item ul.nav{
	width: calc(100% - 414px);
}
header .slidein .logo{
	width: 20%;
}
header .slidein .logo img{
	margin-left: 3rem;
	max-width: 240px;
}
#top-head.slidein .nav_item ul.nav_up_item{
	position: absolute;
	right: 0;
	top: 0;
	width: 414px;
	padding-right: 0;
	gap: 0;
	justify-content: flex-end;
	margin-bottom: 0;
}
#top-head.slidein a.button{
    padding: .7rem 0;
	border-radius: 0;
	max-width: none;
}
#top-head.slidein .nav_item ul.nav_up_item .nav_up_time{
	padding: 0 .5rem;
}
#top-head.slidein .nav_item ul.nav_up_item .nav_up_tel, #top-head.slidein .nav_item ul.nav_up_item .nav_up_btn{
	margin-top: 2px;
	width: 50%;
}
.nav-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 9px;
	background: #eee;
	border-radius: 9px;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}
.slidein .nav-item {
	width: 100%;
	text-align: center;
}
.nav-item.is-show>a {
	background: #ddd;
}
.nav-item+.nav-item {
	border-top: none;
}
.nav-item.is-show .dropdown::before, .nav-item:hover .dropdown::before {
	-webkit-transform: none;
	transform: none;
}
.nav-item>p,
.nav-item>a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.nav-item.is-show .dropdown, .nav-item:hover .dropdown_wrap {
	opacity: 1;
	visibility: visible;
}
.nav-item.is-show .dropdown::before, .nav-item:hover .dropdown::before {
	-webkit-transform: none;
	transform: none;
}
.dropdown_wrap {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 11rem;
	z-index: 1000;
	display: block;
	background: 0 0;
	border-top: none;
	-webkit-transition: .2s ease;
	width: 100%;
	max-width: 1100px;
	transition: 0.25s ease;
	background-color: rgba(255,255,255,.95);
	padding: 3rem;
	box-shadow: 0 0 6px 0 #aaa;
	border-radius: 2rem;
}
.dropdown_wrap::before{
	display: block;
	content: "";
	position: absolute;
	left: 24%;
	top: -1.1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 20px solid #ff6200;
	border-bottom: 0;
}
.nav_mainitem li:nth-child(3) .dropdown_wrap::before{
	left: 41%;
}
.slidein .dropdown_wrap, .slidein .nav-item.is-show .dropdown, .slidein .nav-item:hover .dropdown_wrap{
	margin-right: 414px;
	top: 8rem;
}
.dropdown_wrap .nav_sub_img{
	width: 30%;
}
.dropdown_wrap .nav_sub_img img{
	border-radius: 2rem;
	box-shadow: 0 0 6px 0 #aaa;
}
.dropdown_wrap .nav_sub{
	width: 70%;
	padding-left: 2rem;
}
.nav .dropdown_wrap ul{
	justify-content: space-between;
}
.nav .dropdown_wrap ul li{
	width: 48%;
	border-bottom: 1px dashed #aaa;
}
.nav .dropdown_wrap ul li:nth-child(6){
	width: 100%;
}
.dropdown_wrap ul li a{
	display: block;
	padding: 1rem;
}
/* slidein */
.slider_wrap {
	position: relative;
	padding-top: 0;
}
.top_header .d_sp:after {
    content: none;
    background: #fff;
    width: 100%;
    height: 90px;
    top: 0;
    z-index: -1;
    position: fixed;
    left: 0;
}
#top-head.h_rl{
	position: fixed;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#top-head{
	width: 100%;
	max-width: 100%;
	z-index: 9998;
}
#top-head .nav_up.flex li:last-child {
    margin-right: 250px;
}
#top-head.slidein .nav_up.flex li:last-child {
    margin-right: 263px;
}
/* footer*/
.l_footer{
	position: relative;
	overflow: hidden;
	background-color: #0869aa;
}
.access{
	padding: 5rem 0;
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 251, 252, 1) 100%);
}
.access .acc_txt, .access .acc_map{
	width: calc(100%/ 2);
}
.access .acc_txt{
	padding-right: 4rem;
}
.access .acc_txt .ttl02{
	margin-bottom: 4rem;
}
.access .acc_txt ul li{
	border-bottom: 1px solid #eee;
}
.access .acc_txt ul li:first-child{
	border-bottom: none;
	width: 80%;
	max-width: 350px;
	margin: 0 auto 2rem;
}
.access .acc_txt ul li dl{
	align-items: center;
}
.access .acc_txt ul li dt, .access .acc_txt ul li dd{
	padding: 1rem 0;
}
.access .acc_txt ul li dt{
	width: 120px;
	font-weight: 600;
}
.access .acc_txt ul li dd{
	width: calc(100% - 120px);
}
.access .acc_txt ul li dd dt{
	font-weight: 500;
	background-color: #4d9ad6;
	color: #fff;
	padding: .5rem 0;
	border-radius: 1rem;
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
	text-align: center;
}
.access .acc_txt ul li dd dd dt{
	background-color: #7fb5e0;
	color: #fff;
}
.access .acc_txt ul li dd dl dl{
	border-bottom: 1px dashed #eee;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.access .acc_txt ul li dd dd{
	padding: 0;
}
.access .acc_map iframe, .access .acc_map .map_img{
	max-height: 300px;
}
.access .acc_map .map_img{
	width: 100%;
}
.access .time_table_wrap{
	padding: 5rem 0 2rem;
}
.access .time_table_wrap table{
	box-shadow: 0 0 6px 0 #aaa;
	max-width: 1000px;
	margin: 0 auto 1rem;
}
.access .time_table_wrap table tr{
	border-bottom: 1px solid #eee;
}
.access .time_table_wrap table tr:last-child{
	border-bottom: none;
}
.access .time_table_wrap table th, .access .time_table_wrap table td{
	padding: 2rem 0;
	text-align: center;
	font-size: 1.8rem;
}
.access .time_table_wrap table thead th {
	background-color: #0869aa;
	color: #fff;
}
.access .banner{
	width: 100%;
	max-width: 1000px;
	margin: 5rem auto 0;
}
.access .banner li, .access .banner li {
    width: calc(95% / 2);
}
.access .banner li img, .access .banner li img {
    box-shadow: 0 0 6px 0 #aaa;
}
#footer .footer_wrap{
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	padding: 8rem 0 1rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	z-index: 1;
}
#footer .footer_wrap .footer_txt{
	width: 20%;
}
#footer .footer_wrap .f_logo_wrap .white{
	margin-top: 2rem;
}
#footer .footer_wrap .time_table_wrap{
	margin-top: 2rem;
	font-weight: 400;
}
#footer .footer_wrap .time_table_wrap table{
	margin-bottom: 1rem;
}
#footer .footer_wrap .time_table_wrap tr{
	border-bottom: 1px solid #6f95af;
}
#footer .footer_wrap .time_table_wrap tr:nth-child(odd), #footer .footer_wrap .time_table_wrap tr:nth-child(even){
	background-color: transparent;
}
#footer .footer_wrap .time_table_wrap th, #footer .footer_wrap .time_table_wrap td{
	font-weight: 400;
	padding: .5rem 0;
	text-align: center;
	font-size: 1.4rem;
}
#footer .footer_wrap .time_table_wrap thead th{
	width: calc(50% /6);
}
#footer .footer_wrap .time_table_wrap thead th:first-child{
	width: 35%;
}
#footer .footer_wrap .time_table_wrap thead th:last-child{
	width: 15%;
}
#footer .footer_wrap .time_table_wrap .gray{
	color: #aaa;
}
#footer .footer_wrap .time_table_wrap .rgray{
	color: #bbb;
}
#footer .footer_wrap .f_nav{
	width: 60%;
	padding-left: 8rem;
	margin-bottom: 3rem;
}
#footer .footer_wrap .f_nav .left, #footer .footer_wrap .f_nav .right{
	width: 50%;
}
#footer .footer_wrap p.small{
	width: 100%;
}
#footer .f_nav_Btn{
	display: block;
	font-size: 3.4rem;
	margin: 1.5rem auto 3.5rem;
	position: relative;
	min-width: 220px;
	min-height: 140px;
	z-index: 1;
	color: #00508f;
	text-align: center;
}
#footer .f_nav li a, #footer .f_nav li p{
	display: block;
	font-size: 1.6rem;
	padding: .8rem 1rem;
	border-bottom: 1px solid rgba(255,255,255,0);
	position: relative;
	width: 100%;
	color: #fff;
}
#footer .f_nav li a{
	display: inline-block;
	width: auto;
}
#footer .f_nav li a::before{
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 1px;
	background-color: #fff;
	right: -2.5rem;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-35deg);
	z-index: 110;
}
#footer .f_nav li a::after{
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 1px;
	background-color: #fff;
	right: -2rem;
	top: 40%;
	transform: translate(-50%,-50%) rotate(1deg);
	z-index: 110;
}
#footer .f_nav li ul{
	padding-left: 3rem;
	position: relative;
}
#footer .f_nav li li a{
	font-size: 1.4rem;
	padding: .5rem 1rem;
	position: relative
}
#footer .f_nav li li:first-child a{
	padding-top: 0;
}
#footer .f_nav li li a::before{
	display: block;
	content: "";
	background-color: #fff;
	width: 8px;
	height: 1px;
	position: absolute;
	left: -.5rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
#footer .f_nav li li a::after{
	display: none;
}
#footer .footer_wrap .f_contact{
	width: 20%;
	color: #fff;
}
#footer .footer_wrap .f_contact a.button{
	display: block;
	color: #fff;
	padding: 1.5rem 0 1.8rem;
	background-color: #ff6200;
	border: 1px solid #ff6200;
	border-radius: 3rem;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	margin: 0 auto 2rem;
}
#footer .footer_wrap .f_contact a .small{
	font-size: 2rem;
	margin-bottom: -.5rem;
}
#footer .footer_wrap .f_contact img{
	display: block;
	width: 80%;
	margin: 0 auto 2rem;
}
/*pop*/
.pop_box {
    position: fixed;
    right: 2vw;
	bottom: -410px;
	z-index: 9999;
}
.pop_box a.pop_Btn {
    display: block;
    position: relative;
	min-width: 150px;
	z-index: 9999;
}
@media screen and (max-width:1366px){
	header .slidein .logo img{
		margin-left: 1rem;
	}
	#top-head .nav-wrap li{
		width: 12%;
	}
	#top-head .nav-wrap li:nth-child(2), #top-head .nav-wrap li:nth-child(5){
		width: 18%;
	}
	#top-head .nav-wrap li:nth-child(3), #top-head .nav-wrap li:nth-child(4){
		width: 20%;
	}
	.slidein .dropdown_wrap, .slidein .nav-item.is-show .dropdown, .slidein .nav-item:hover .dropdown_wrap{
		margin-right: 0;
		top: 9rem;
	}
	#top-head.slidein li.nav-item{
		width: 11%;
	}
	#top-head.slidein li.nav-item:nth-child(2), #top-head.slidein li.nav-item:nth-child(5){
		width: 19%;
	}
	#top-head.slidein li.nav-item:nth-child(3), #top-head.slidein li.nav-item:nth-child(4){
		width: 20%;
	}
	#top-head.slidein .dropdown_wrap::before{
		left: 11%;
	}
	#top-head.slidein .nav_mainitem li:nth-child(3) .dropdown_wrap::before{
		left: 25%;
	}
	#top-head .nav_item ul.nav{
		width: calc(100% - 410px);
	}
	#top-head.slidein .nav_item ul.nav_up_item{
		width: 404px;
	}
	#top-head.h_rl .nav_item ul.nav_up_item .nav_up_line, #top-head.slidein .nav_item ul.nav_up_item .nav_up_line{
		width: 150px;
	}
	#footer .footer_wrap{
		align-items: flex-start;
	}
	#footer .footer_wrap .footer_txt{
		width: 25%;
	}
	#footer .footer_wrap .f_nav{
		width: 53%;
		padding-left: 3rem;
	}
	#footer .footer_wrap .f_contact{
		width: 22%;
	}
}
/* --------------------------------------------------------------
	1200
-------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
	#top-head.slidein .nav_item ul.nav_up_item{
		width: 80%;
	}
	#top-head.slidein .nav_item ul.nav_up_item .nav_up_tel, #top-head.slidein .nav_item ul.nav_up_item .nav_up_btn{
		width: 25%;
		margin-top: 0;
	}
	#top-head .nav_item ul.nav {
		width: 100%;
	}
	#top-head.slidein nav#js-nav{
		align-items: flex-end;
		padding-bottom: .3rem;
	}
	#top-head.slidein .nav_item ul.nav{
		width: 90%;
		margin: 0 0 0 auto;
	}
	.access .acc_txt {
		padding-right: 3rem;
	}
	.access .acc_txt ul li dt, .access .acc_txt ul li dd{
		font-size: 1.4rem;
	}
	.access .acc_txt ul li dt{
		width: 70px;
	}
	.access .acc_txt ul li dd {
		width: calc(100% - 70px);
	}
	.access .acc_txt ul li dd dt{
		width: 60px;
	}
	.access .acc_txt ul li dd dd{
		width: calc(100% - 80px);
	}
	#footer .footer_wrap{
		width: 97%;
	}
    #footer .f_logo_wrap p {
		font-size: 1.2rem;
	}
	#footer .footer_wrap .f_nav {
		padding-left: 2rem;
	}
	#footer .footer_wrap .f_nav .left {
		width: 53%;
	}
	#footer .footer_wrap .f_nav .right {
		width: 47%;
	}
	#footer .footer_wrap .f_contact img{
		width: 100%;
	}
	#footer .f_nav li a::before{
		top: 49%;
	}
}
/* ===== PC（hoverできる端末のみ） ===== */
@media screen and (min-width: 1024px) and (hover: hover) {
  .nav-dropdown:hover .dropdown_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* ===== iPad（PCレイアウト + tap開閉） ===== */
@media screen and (min-width: 1024px) and (hover: none) {
  .dropdown_wrap {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease;
  }

  .dropdown_wrap.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1180px){
	#top-head .nav_item ul.nav_mainitem{
		padding-top: 1rem;
	}
	#top-head.slidein nav#js-nav .nav_item{
		padding-right: 0;
		align-items: flex-end;
	}
	#top-head.slidein .nav_item ul.nav_up_item{
		width: 100%;
	}
	#top-head.slidein .nav_item ul.nav_up_item .nav_up_tel, #top-head.slidein .nav_item ul.nav_up_item .nav_up_btn{
		width: 23%;
	}
	#top-head.slidein .nav-link p {
        font-size: 1.5rem;
    }
	.slidein .dropdown_wrap, .slidein .nav-item.is-show .dropdown, .slidein .nav-item:hover .dropdown_wrap{
		top: 9.7rem;
	}
	#top-head.slidein li.nav-item{
		width: 20%;
	}
	#top-head.slidein .dropdown_wrap::before {
		left: 22%;
	}
	.nav li:nth-child(2) .dropdown_wrap ul li:first-child{
		width: 100%;
	}
	#top-head.slidein .nav_mainitem li:nth-child(3) .dropdown_wrap::before {
		left: 39.5%;
	}
	#top-head.slidein a.button{
		padding: 1rem 0;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 1024px){
	header .logo{
		width: 23%;
	}
	nav#js-nav{
		width: 77%;
	}
	header .h_rl .logo a{
		margin-left: 1rem;
	}
	#top-head .nav_item ul.nav_mainitem{
		padding-top: 1rem;
	}
	#top-head.h_rl .nav_item ul.nav_up_item li:nth-child(3), #top-head.h_rl .nav_item ul.nav_up_item li:nth-child(4){
		max-width: 175px;
	}
	.dropdown_wrap.is-open{
		padding: 2rem;
	}
	.dropdown_wrap .nav_sub{
		padding-left: 1rem;
	}
	.nav .dropdown_wrap ul li{
		width: 49%;
	}
	#top-head a {
	font-size: 1.4rem;
	}
	#top-head .nav_item ul.nav_up_item{
		width: 100%;
		padding-right: 1rem;
		gap: 0 .5%;
		margin-bottom: 0;
	}
	#top-head a.button{
		min-width: 165px;
		font-size: 1.8rem;
		padding: .8rem 0 1rem;
	}
	#top-head .nav-link p{
		font-size: 1.6rem;
	}
	#top-head .nav_item ul.nav{
		width: 100%;
	}
	/* access */
	.access .acc_txt, .access .acc_map{
		width: 100%;
		padding: 0;
		margin-bottom: 2rem;
	}
	.access .acc_map .map_img{
		height: 100%;
		min-height: inherit;
		max-height: none;
	}
	#footer .footer_wrap .time_table_wrap{
		max-width: 700px;
		margin: 2rem auto 0;
	}
	#footer .footer_wrap .footer_txt{
		width: 100%;
		margin-bottom: 2rem;
	}
	#footer .footer_wrap .footer_txt .f_logo{
		max-width: 300px;
		display: block;
		margin: 0 auto 1rem;
	}
	#footer .footer_wrap .f_nav{
		width: 100%;
		padding: 0;
	}
	#footer .footer_wrap .f_contact{
		width: 100%;
		padding: 0;
	}
	#footer .footer_wrap .f_contact ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 2rem;
	}
	#footer .footer_wrap .f_contact ul li{
		width: calc(80% / 2);
		margin: 0 auto;
	}
	#footer .footer_wrap .f_contact ul li:first-child{
		width: 100%;
	}
	#footer .footer_wrap .f_contact ul li img{
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx) {
	body nav {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	input, select, textarea, button {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (prefers-reduced-motion:reduce) {
	nav * {
		-webkit-animation-duration: .01ms!important;
		animation-duration: .01ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important;
		-webkit-transition-duration: .01ms!important;
		transition-duration: .01ms!important;
		scroll-behavior: auto!important;
	}
}
@media screen and (max-width: 999px) {
	/*header_nav*/
	.dropdown_wrap {
		position: static;
		display: block;
		height: 0;
		padding: 0;
		overflow: hidden;
		transition: height 0.3s ease;
		transform: translateY(-8px);
		opacity: 0;
		visibility: hidden;
	}
	.nav-toggle {
		display: block;
		width: 20px;
		height: 20px;
		min-height: inherit;
		background-color: transparent;
		position: relative;
		z-index: 10;
		pointer-events: auto;
	}
	.dropdown_wrap.is-open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	.dropdown_wrap::before {
		display: none;
	}
	.dropdown_wrap .flex {
		position: static;
		display: block;
		justify-content: center;
		z-index: 9999;
	}
	.dropdown_wrap .nav_sub_img,
	.dropdown_wrap .nav_sub {
		width: 100%;
		padding: 0;
	}
	.nav-item:hover .dropdown_wrap {
		opacity: 1;
		visibility: visible;
	}
	.nav-link {
		pointer-events: auto;
		position: relative;
	}
	#top-head.fadein header.top_header {
		height: 70px; 
	}
	.nav-toggle {
		display: block !important;
	}
	#top-head.slidein {
		background: none;
		height: 70px;
	}
	header .logo, header .slidein .logo{
		margin: 0 auto 0 0;
		padding: 1rem 0;
		z-index: 9998;
		width: 40%;
	}
	header .slidein .logo a{
		margin-left: 1rem;
		max-width: 300px;
	}
	header .slidein .logo img{
		max-width: none;
		margin-left: 0;
	}
	#top-head .dropdown_wrap a {
		margin-top: 0;
		color: #000 !important;
		background: #fff;
		border: none;
		padding: .5rem 0;
		border-radius: 0;
		font-size: 1.1rem;
		max-width: 100%;
		text-align: left;
		box-shadow: none;
	}
	/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
	.sp_nav{
		position: fixed;
		background: #0969aa;
		cursor: pointer;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		margin: 1rem 1rem 0 0;
		z-index: 9999;
		right: 0;
	}
	/*ボタン内側*/
	.sp_nav span{
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
	  }
	.sp_nav span:nth-of-type(1) {
		top:15px; 
		width: 45%;
	}
	.sp_nav span:nth-of-type(2) {
		top:23px;
		width: 35%;
	}
	.sp_nav span:nth-of-type(3) {
		top:31px;
		width: 20%;
	}
	/*activeクラスが付与されると線が回転して×になる*/
	.sp_nav.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-135deg);
		width: 30%;
	}
	.sp_nav.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_nav.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(135deg);
		width: 30%;
	}
	nav#js-nav{
		z-index: 1;
	}
	nav#js-nav .nav{
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100dvh - 80px);
		transform: translateY(100%);
		transition: all 0.6s;
		background-color: rgb(35,54,66, .8);
		padding-bottom: 80px;
		margin: 0;
	}
	nav#js-nav.panelactive {
		background-color: rgba(44,40,29,.7);
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: 999;
		top: 0;
	}
	body.is-nav-open nav#js-nav.panelactive .nav {
		overflow-y: auto;
	}
	nav#js-nav.panelactive .nav {
		transform: translateY(0);
		width: 100%;
		top: 0;
		bottom: auto;
		height: calc(100dvh - 80px);
		position: fixed;
		display: block;
		overflow-y: auto;
		padding: 17rem 2rem 2rem;
		-webkit-overflow-scrolling: touch;
	}
	#top-head.slidein nav#js-nav .nav_item{
		padding-right: 2rem;
	}
	#top-head .nav_item ul.nav_mainitem .nav-toggle{
		position: absolute;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	#top-head .nav_item ul.nav_mainitem li:first-child{
		display: none;
	}
	#top-head .nav_item ul.nav_mainitem .nav_sub li:first-child, #top-head .nav_item ul.d_pc_but li:first-child{
		display: block;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2), #top-head .nav_item ul.nav_mainitem li:nth-child(3){
		width: 100%;
		border-left: none;
		margin-bottom: 2rem;
	}
	#top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(2), #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(3){
		width: calc(100% /3);
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2) a, #top-head .nav_item ul.nav_mainitem li:nth-child(3) a{
		padding: 2rem 6rem 2rem 2rem;
		background-color: #fff;
		box-shadow: 0 0 6px 0 #555;
	}
	#top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(2) a, #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(3) a{
		padding: 2rem 0;
	}
	#top-head.h_rl .nav_item ul.nav_up_item li:nth-child(3), #top-head.h_rl .nav_item ul.nav_up_item li:nth-child(4) {
		max-width: 220px;
    }
	#top-head .nav_item .nav-link{
		position: relative;
		z-index: 3;
	}
	.nav-item .dropdown_wrap{
		margin: -2rem auto 0;
		top: 0;
		position: relative;
		z-index: 2;
		background-color: #3b85b6;
		box-shadow: 0 0 6px 0 #555;
		width: 97%;
	}
	#top-head .nav_item ul.nav_mainitem li{
		position: relative;
		margin-bottom: 2rem;
		width: calc(100% /3);
	}
	#top-head .nav_item ul.nav_mainitem li a{
		background-color: #fff;
		padding: 2rem 0;
		width: 90%;
		text-align: center;
		margin: 0 auto;
		box-shadow: 0 0 6px 0 #555;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2), #top-head .nav_item ul.nav_mainitem li:nth-child(3){
		width: 100%;
		margin-bottom: 4rem;
		display: block;
	}
	#top-head .nav_item ul.nav_mainitem li .nav-link a{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 97%;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(3) .nav-link a{
		flex-flow: row-reverse;
	}
	#top-head .nav_item ul.nav_mainitem li .nav-link .img_box{
		width: 30%;
	}
	#top-head .nav_item ul.nav_mainitem li .nav-link p{
		width: 70%;
		text-align: center;
	}
	.dropdown_wrap .nav_sub{
		padding: 5rem 3rem 3rem;
	}
	.dropdown_wrap .nav_sub_img{
		display: none;
	}
	#top-head .nav_item ul.nav_mainitem{
		display: flex !important;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: center;
		width: 100%;
	}
	.nav .dropdown_wrap ul li{
		border-bottom: 1px dashed #fff;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2) .dropdown, #top-head .nav_item ul.nav_mainitem li:nth-child(3) .dropdown{
		background: transparent;
		box-shadow: none;
		position: relative;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2) .dropdown li, #top-head .nav_item ul.nav_mainitem li:nth-child(3) .dropdown li{
		width: 50%;
		margin-bottom: 0;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2) .dropdown a, #top-head .nav_item ul.nav_mainitem li:nth-child(3) .dropdown a{
		background: transparent;
		box-shadow: none;
		font-size: 1.4rem;
		padding: 1rem 0;
		margin-bottom: 0;
		color: #fff !important;
	}
	#top-head .nav_item ul.nav_up_item, #top-head.slidein .nav_item ul.nav_up_item{
		gap: 0;
		padding: 0;
		justify-content: space-around;
		width: 100%;
	}
	#top-head.slidein .nav_item ul.nav_up_item{
		position: relative;
	}
	#top-head .nav_item ul.nav_up_item li{
		width: calc(91% /3) !important;
	}
	#top-head .nav_item ul.nav_up_item a{
		width: 100%;
		max-width: none;
		justify-content: center;
		padding: 2rem 0;
	}
	#top-head .nav_item ul.nav_up_item a.button, #top-head.slidein a.button{
		padding: 2rem 0;
		font-size: 2rem;
	}
	#top-head .nav_item ul.nav_up_item a img{
		display: block;
	}
	#top-head.h_rl .nav_item ul.nav_up_item .nav_up_time, #top-head.slidein .nav_item ul.nav_up_item .nav_up_time{
		position: absolute;
		top: 11rem;
		font-size: 1.4rem;
		width: 100% !important;
		text-align: center;
		color: #fff;
	}
	#top-head.slidein .nav_item ul.nav_up_item .nav_up_time{
		top: -7rem;
	}
	#top-head .button {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
		border-radius: .25rem;
	}
	.nav {
		display: -webkit-block; 
		display: -ms-block;
		display: block !important; 
	}
	.nav-item>p, .nav-item>a{
		padding: 0;
	}
	.pop_box{
		z-index: 9999;
	}
	.pop_box .pop_Btn{
		display: none !important;
	}
	#sp_fnav{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: #0d3a5d;
		z-index: 9999;
	}
	#sp_fnav ul{
		display: flex;
		align-items: flex-end;
		width: 100%;
		min-height: 80px;
		padding-bottom: .5rem;
	}
	#sp_fnav ul li{
		width: 25%;
		text-align: center;
	}
	#sp_fnav ul li a{
		color: #fff;
	}
	#sp_fnav img ,#sp_fnav i.fas.fa-phone, #sp_fnav i.fas.fa-home, #sp_fnav i.far.fa-envelope{
		max-width: 40px;
		width: 100%;
		display: block;
		margin: 0 auto;
		font-size: 3.8rem;
	}
	/* access */
	.access .acc_txt .ttl02{
		width: 100%;
	}
	/*footer*/
	#footer .footer_wrap{
		padding-bottom: 90px;
	}
}/*max-width:999px*/
@media screen and (max-width: 767px) {
	header .logo{
		padding: 1rem 0;
		width: 46%;
	}
	#top-head .line_icon{
		width: 10.5vw;
		position: fixed;
		right: 7rem;
		top: 1rem;
		z-index: 9999;
	}
	#top-head.h_rl .nav_item ul.nav_up_item .nav_up_time, #top-head.slidein .nav_item ul.nav_up_item .nav_up_time{
		top: 9rem;
	}
	#top-head .nav_item ul.nav_up_item li.nav_up_line{
		display: none;
	}
	#top-head.h_rl .nav_item ul.nav_up_item li:nth-child(3), #top-head.h_rl .nav_item ul.nav_up_item li:nth-child(4){
		width: calc(95%/ 2) !important;
		max-width: none;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2) a, #top-head .nav_item ul.nav_mainitem li:nth-child(3) a{
		padding: 1rem 4rem 1rem 1rem;
	}
	#top-head .nav_item ul.nav_mainitem li .nav-link .img_box, #top-head .nav_item ul.nav_mainitem li .nav-link p{
		width: 50%;
	}
	.dropdown_wrap .nav_sub{
		padding: 0;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2) .dropdown li, #top-head .nav_item ul.nav_mainitem li:nth-child(3) .dropdown li{
		width: 100%;
	}
	#top-head .nav_item ul.nav_mainitem li:nth-child(2) .dropdown a, #top-head .nav_item ul.nav_mainitem li:nth-child(3) .dropdown a{
		padding: 1.5rem 0;
		width: 100%;
	}
	#top-head .nav_item ul.d_pc_but li,#top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(2), #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(3){
		width: calc(100%/2);
		margin-bottom: 3rem;
	}
	#top-head .nav_item ul.nav_mainitem li a{
		padding: 1.5rem 0;
	}
	#top-head .nav_item ul.nav_mainitem.d_pc_but li a, #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(2) a, #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(3) a{
		padding: 1.5rem 0;
		width: 94%;
	}
	.access .acc_map iframe, .access .acc_map .map_img{
		min-height: 210px;
	}
	.access .acc_map {
		margin-bottom: 0;
	}
	.access .time_table_wrap table th, .access .time_table_wrap table td{
		font-size: 1.6rem;
	}
	#footer .f_nav li ul{
		padding-left: 2rem;
	}
	#footer .f_nav li li a{
		font-size: 1.2rem;
		padding-right: 0;
	}
	#footer .footer_wrap .f_contact a.button{
		padding: .5rem 0 .8rem;
	}
	#footer .footer_wrap .f_contact ul{
		justify-content: space-between;
	}
	#footer .footer_wrap .f_contact ul li {
		width: calc(97% / 2);
	}
}/*max-width: 767px*/
@media screen and (max-width: 480px){
	#top-head .line_icon{
		width: 12vw;
	}
	.access .banner li, .access .banner li{
		width: calc(98% / 2);
	}
	.access .acc_txt ul li dd dt{
		max-width: none;
		width: 100%;
		margin-bottom: 1rem;
	}
	.access .acc_txt ul li dd dd{
		width: 100%;
	}
	.access .acc_txt ul li dd dd dt {
		max-width: 60px;
	}
	.access .acc_txt ul li dd dd dd{
		width: calc(100% - 60px);
	}
	.access .time_table_wrap table th, .access .time_table_wrap table td {
		font-size: 1.4rem;
		padding: 1.5rem .5rem;
	}
	#footer .footer_wrap{
		width: 90%;
	}
	#footer .f_nav li a, #footer .f_nav li p{
		padding: 1rem 0;
		font-size: 1.4rem;
	}
	#footer .f_nav li ul {
		padding-left: 1.5rem;
	}
	#footer .footer_wrap .f_nav .left, #footer .footer_wrap .f_nav .right{
		width: 100%;
	}
	#footer .footer_wrap .f_nav .right{
		display: flex;
		flex-wrap: wrap;
	}
	#footer .footer_wrap .f_nav .right li:nth-child(odd){
		width: 40%;
	}
	#footer .footer_wrap .f_nav .right li{
		width: 60%;
	}
	#footer .footer_wrap .f_nav .right li:first-child{
		width: 100%;
	}
	#footer .footer_wrap .f_nav .right ul li, #footer .footer_wrap .f_nav .right ul li:nth-child(odd){
		width: 100%;
	}
}
@media screen and (max-width: 375px){
	#top-head .line_icon {
		width: 13.2vw;
	}
	#top-head .nav_item ul.nav_up_item, #top-head.slidein .nav_item ul.nav_up_item{
		justify-content: space-between;
	}
	#top-head .nav_item ul.nav_up_item a.button, #top-head.slidein a.button{
		font-size: 1.7rem;
		min-width: 150px;
	}
	#top-head .nav_item ul.nav_mainitem li, #top-head .nav_item ul.d_pc_but li, #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(2), #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(3), #top-head .nav_item ul.nav_mainitem.d_pc_but li a, #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(2) a, #top-head .nav_item ul.nav_mainitem.d_pc_but li:nth-child(3) a, #top-head .nav_item ul.nav_mainitem li a, #top-head .nav_item ul.nav_mainitem li .nav-link a{
		width: 100%;
	}
	#top-head.h_rl .nav_item ul.nav_up_item li:nth-child(3), #top-head.h_rl .nav_item ul.nav_up_item li:nth-child(4){
		width: calc(97%/ 2) !important;
	}
	.nav-item:hover .dropdown_wrap{
		width: 100%;
	}
}