@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap');
/*----------------------------------------------------*/ 
/* element reset
------------------------------------------------------*/ 

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, input {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
body { line-height:1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
ul, ol, dl { list-style:none; }
del { text-decoration: line-through; }
table {	border-collapse:collapse;	border-spacing:0;	empty-cells:show;	font-size:inherit;	font:100%;}
th,td,img {	border:0;}
caption, th {	text-align:left;}
img,a img{	background:transparent;}
address {	font-style:normal;}
hr { display:none;}
input, select { vertical-align:middle; }


/*----------------------------------------------------*/ 
/* link
------------------------------------------------------*/ 

a:link {	color:#007FBD; text-decoration:none;}
a:visited {	color:#007FBD;	text-decoration:none;}
a:hover {	color:#007FBD;	text-decoration:underline;}
a:active {	color:#007FBD;	text-decoration:none;}

a:hover img,
input[type=image]:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/*----------------------------------------------------*/ 
/* text
------------------------------------------------------*/ 

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	background:#f2f7f6;
	color:#6b584d;
	font-family:'Noto Sans JP', sans-serif;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
}

body,html {
}

.text10 { font-size:77% !important; }
.text11 { font-size:85% !important; }
.text12 { font-size:93% !important; }
.text13 { font-size:100% !important; }
.text14 { font-size:108% !important; }
.text15 { font-size:116% !important; }
.text16 { font-size:123.1% !important; }
.text17 { font-size:131% !important; }
.text18 { font-size:138.5% !important; }
.text19 { font-size:146.5% !important; }
.text20 { font-size:153.9% !important; }
.text21 { font-size:161.6% !important; }
.text22 { font-size:167% !important; }
.text23 { font-size:174% !important; }
.text24 { font-size:182% !important; }
.text25 { font-size:189% !important; }
.text26 { font-size:197% !important; }

p {
	line-height:1.5;
}

dt,dd,li,th,td,address {
	line-height:1.5;
}

p,dt,dd,li,th,td,input,textarea,address {
	font-size:100%;
}

img {
	vertical-align:bottom;
	height: auto;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 768px) {
body,html {
	min-width: 0;
}
	
body {
	font-size: 1.4rem;
}

.pc {
	display: none;
}

.sp {
	display: block !important;
}

	img {
		max-width: 100%;
	}

}
/*----------------------------------------------------*/ 
/* header
------------------------------------------------------*/ 

#header {
	background:#FFFFFF;
	box-sizing:border-box;
	display:block;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:100;
	transition: .3s;
}

#header .logo_area {
	margin:0 auto 22px;
	position:relative;
	width:1040px;
}

#header .logo_area .lead {
	font-size: 1.1rem;
	color: #80c7cc;
	margin-bottom: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

#header .logo_area .logo {
	left:0;
	position:absolute;
	top:15px;
	max-width: 420px;
}

#header .logo_area .logo img {
	width: 100%;
	height: auto;
}


#header .hd_icon {
	display: none;
	letter-spacing:-.40em;
	left:257px;
	position:absolute;
	top:34px;
}

#header .hd_icon li {
	display:inline-block;
	letter-spacing:normal;
	line-height:1;
	margin-right:7px;
}

#header .hd_btn {
	left:438px;
	position:absolute;
	top:20px;
}

#header .hd_btn li {
	line-height:1;
	margin-bottom:3px;
}

#header .hd_schedule {
	margin-left:674px;
	padding:20px 0 0;
}

#header .hd_schedule table {
	border-top:1px solid #80c7cc;
	border-left:1px solid #80c7cc;
	box-sizing:border-box;
	margin-bottom:10px;
	width:100%;
}

#header .hd_schedule thead th {
	background:#80c7cc;
	color:#FFFFFF;
	font-size:1.2rem;
	font-weight:normal;
	line-height:1;
	padding:3px;
}

#header .hd_schedule th,
#header .hd_schedule td {
	border-bottom:1px solid #80c7cc;
	border-right:1px solid #80c7cc;
	color:#80c7cc;
	text-align:center;
	vertical-align:middle;
}

#header .hd_schedule tbody th {
	font-size:1.0rem;
	font-weight:normal;
	line-height:1.3;
	padding:5px 3px;
	width:23%;
}

#header .hd_schedule td {
	font-size:1.1rem;
	line-height:1;
	padding:5px 3px;
	width:11%;
}

#header .hd_schedule p {
	color:#80c7cc;
	font-size:1.1rem;
}

#header .sp_hd .logo_sp {
	display:none;
}

#header .navblock {
	margin:0 auto;
	position:relative;
	width:1040px;
}

#header nav {
	padding:0 0 20px;
}

#gnavi {
	display: flex;
	justify-content: center;
	position:relative;
}

#gnavi > li {
	background:url(/lib/img/cmn/bg_gnav_line.gif) right 15px no-repeat;
	box-sizing:border-box;
	display:block;
	letter-spacing:normal;
	line-height:1;
	padding:0 12px;
	vertical-align:top;
	position: relative;
}
#gnavi > li:first-child:before {
	background:url(/lib/img/cmn/bg_gnav_line.gif) left center no-repeat;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 50px;
}

#gnavi li a {
	display:block;
	padding:0;
}

#gnavi li.shinryo {
}

#gnavi li.shinryo #shinryonavi {
	display:none;
}

#gnavi li.shinryo:hover #shinryonavi {
	animation:show .2s linear 0s;
	display:block;
	left:0;
	margin:0 -1em 0 -.8em;
	position:absolute;
	top:100%;
	z-index:40;
}

#gnavi li.shinryo ul li {
	display:block;
	font-size:1.3rem;
	line-height:1.3;
}

#gnavi li.shinryo ul li a {
	background:#80c7cc;
	border-bottom:1px solid #fff;
	box-sizing:border-box;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

#header .btnMenu {
	display: none;
}

#header .navblock #shinryonavi {
	position: absolute;
	left: 0;
	top: 100%;
	background: #FFF;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	display: none;
}

#header .navblock #shinryonavi ul {
	display: grid;
	grid-template-columns: repeat(8,1fr);
	grid-gap: 20px 20px;
}

#header .navblock #shinryonavi ul li a img {
	object-fit: contain;
	width: 80%;
}

#header .navblock #shinryonavi ul li a {
	display: grid;
	grid-template-rows: 40% 30%;
	position: relative;
	font-size: 1.6rem;
	background: #a6d4cf;
	border-radius: 50%;
	aspect-ratio:1/1;
  place-content: center;
  place-items: center;
	gap:10px;
	color: #222;
}

#header .navblock #shinryonavi ul  li a:hover {
	text-decoration: none;
	background: #55b2d0;
	opacity: 1;
}



#header .navblock #shinryonavi ul li a .icon{
	text-align: center;
}

#header .navblock #shinryonavi ul li a span {
	text-align: center;
	line-height: 1.2;
	font-size: 1.2rem;
}


@media only screen and (max-width: 768px) {

#header {
	background:#FFFFFF;
	padding-bottom:3vw;
	position:fixed;
	z-index:101;
}

#header .logo_area .lead {
	background: #55b2d0;
	color: #FFF;
	position: relative;
	text-align: right;
	font-size: 2.5vw;
	padding: 0 5px;
}

#header .logo_area .lead span{
	display: none;
}	
	
#header .logo_area {
	margin:0;
	width:auto;
}

#header .logo_area .logo {
	left:1vw;
	top:calc(1vw + 2.5vw * 1.8);
	max-width:63vw;
}

#header .hd_icon {
	display: block;
	left:auto;
	margin-right:12.5vw;
	padding-top:calc(5vw + 2.5vw * 1.8) ;
	position:static;
	text-align:right;
	top:auto;
}

#header .hd_icon li {
	margin-right:1vw;
	width:9vw;
}

#header .hd_btn {
	display:none;
}

#header .hd_schedule {
	display:none;
}


#header .navblock {
	margin:0;
	position:static;
	width:auto;
}

#header nav {
	padding:0;
}

#header .btnMenu {
	display: block;
	position: fixed;
	right: 2vw;
	top: calc(5vw + .75rem);
	width: 9vw;
	height: 9vw;
	background: url(/lib/img/cmn/sp/btn_menu.gif) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	z-index: 10;
	transition: all 0.5s;
	opacity: .9;
}

.js-menu-open #header .btnMenu {
	background-image: url(/lib/img/cmn/sp/btn_menu_on.gif);
	opacity: 1;
}
	
#header .logo img {
	width:100%;
}

#header:before {
	content: "";
	width: 100%;
	height: 450px;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	background: #00acb9;
	z-index: 9;
	transform: scaleY(0);
	transform-origin: top;
	transition : transform 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
	opacity: .95;
}

.js-menu-open #header:before {
	transform: scaleY(1);
	transition : transform 0.75s cubic-bezier(0.37, 0.16, 0.12, 1);
}
	
#header nav {
	width: 100%;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
	
.js-menu-open #header nav {
	visibility: visible;
}
	
#gnavi {
	background:none;
	margin-top:25px;
	padding-left:0;
	text-align:center;
	display: block;
}

#gnavi li {
	background:none;
	display: block;
	margin: 0;
	border-bottom: solid 1px #fff;
	opacity: 0;
	padding-right:0;
	transition: all 0.2s;
	transform: translate(0, 50%);
	transition-delay: 0;
}
	
	#gnavi li:first-child:before {
		display: none;
	}

#gnavi li img,
#gnavi li.shinryo:hover ul {
	display:none;
}

#gnavi li:last-child {
	border: none;
	line-height:1.4;
}

.js-menu-open #gnavi li {
	opacity: 1;
	transition: all 0.75s;
	transform: translate(0,0);
}
	
.js-menu-open #gnavi li:nth-child(1) {	transition-delay: 0.1s; }
.js-menu-open #gnavi li:nth-child(2) {	transition-delay: 0.15s; }
.js-menu-open #gnavi li:nth-child(3) {	transition-delay: 0.2s; }
.js-menu-open #gnavi li:nth-child(4) {	transition-delay: 0.25s; }
.js-menu-open #gnavi li:nth-child(5) {	transition-delay: 0.3s; }
.js-menu-open #gnavi li:nth-child(6) {	transition-delay: 0.35s; }
.js-menu-open #gnavi li:nth-child(7) {	transition-delay: 0.4s; }
.js-menu-open #gnavi li:nth-child(8) {	transition-delay: 0.45s; }


#gnavi li a {
	display: block;
	padding: 10px 0;
	font-size: 1.5rem;
	color: #fff;
}

#gnavi li a:hover:before,
#gnavi li a.current:before {
	display: none;
}
}

/*----------------------------------------------------*/ 
/* topicpath
------------------------------------------------------*/ 

#topicpath {
	padding:10px 15px 25px;
	max-width:1040px;
	margin:0 auto;
}

#topicpath p {
	font-size:93%;
	font-weight:bold;
}

@media only screen and (max-width: 768px) {

#topicpath {
	width:auto;
	padding: 10px 15px;
}

}

/*----------------------------------------------------*/ 
/* container
------------------------------------------------------*/ 

#container {
	width:1040px;
	margin:0 auto;
}

@media only screen and (max-width: 1024px) {

#container {
	width:100%;
	box-sizing: border-box;
	padding: 0 15px;
}

}

/*----------------------------------------------------*/ 
/* side
------------------------------------------------------*/ 

#side {
	float:right;
	width:250px;
}

#side .bnr li {
	margin-bottom:5px;
}

#side > * {
	margin-bottom:25px;
}

#side h2.sh01 {
	height: 44px;
	color: #fff;
	position: relative;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding: 13px 5px 0 30px;
	font-weight: normal;
}

#side h2.sh01:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 17px;
	border-color: transparent transparent transparent #ffffff;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
}

#side h2.sh01 a {
	position: absolute;
	color: #fff;
	font-size: 1.4rem;
	right: 10px;
	top: 50%;
	margin-top: -.5em;
}

#side h2.sh01 a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

#side .news {
	background:#FFFFFF;
}

#side .news h2 {
	background: #0a94b2;
}

#side .blog {
	background:#FFFFFF;
}

#side .blog h2 {
	background: #dc593c;
}

#side ul.entry {
	border: solid 1px #ccc;
	border-top: none;
	padding: 15px;
}

#side ul.entry li {
	margin-top: 10px;
}

#side ul.entry li:first-child {
	margin-top: 0;
}

#side ul.entry li a {
	color: #6b584d;
}

#side ul.entry li span {
	display: block;
	font-weight: bold;
}

#side .course h2 {
	background: #dc2997;
}

#side .course li {
	background:#FFFFFF;
	border-left: solid 4px #f8d4ea;
	margin-top: 2px;
}

#side .course li a {
	display: block;
	border:solid 1px #cccccc;
	border-left: none;
	padding: 10px 5px 10px 8px;
	font-size: 1.6rem;
	color: #6b584d;
	text-decoration: none;
}

#side .course li a:hover,
#side .course li a.current {
	background: #ffeff9;
}

#side .course li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #dc2998;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

#side .faq li {
	margin-bottom: 5px;
}

#side .faq li a {
	border-radius:5px;
	display:block;
	background: #1abb35 url(/lib/img/cmn/side_menu_bg_05.gif) no-repeat right center;
	padding:10px 5px 10px 10px;
	color:#fff;
	line-height:1.3;
	font-size: 1.3rem;
	text-decoration: none;
}

#side .faq li a span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 10px;
}

#side .faq li a:hover {
	opacity: .8;
}

@media only screen and (max-width: 768px) {

#side {
	float:none;
	width:auto;
	margin-top: 20px;
}

#side > * {
	margin-bottom:15px;
}

#side > *:last-child {
	margin-bottom:0;
}

#side .bnr li {
	text-align: center;
}

#side h2.sh01 {
	height: 34px;
	padding: 0 5px 0 28px;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}

#side h2.sh01:before {
	border-width: 17px 0 17px 12px;
}

#side ul.entry {
	padding: 10px;
}

#side ul.entry li a {
	display: block;
}

#side .course li a {
	padding: 7px 5px 7px 8px;
	font-size: 1.4rem;
}

#side .faq li a {
	background-size: 38px auto;
	padding:8px 5px 8px 10px;
	font-size: 1.3rem;
}

#side .faq li a span {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

}

/*----------------------------------------------------*/ 
/* footer
------------------------------------------------------*/ 

#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#footer {
	background:#FFFFFF;
	margin-top: 10px;
}

#footer .gmap iframe {
	pointer-events: none;
}

#footer footer {
	padding: 50px 0 35px;
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}

#footer footer .lead {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

#footer .doffice {
	float: left;
}

#footer .doffice p {
	margin-bottom: 10px;
}

#footer .doffice .link {
	overflow: hidden;
	margin-left: -10px;
}

#footer .doffice .link li {
	float: left;
	margin-left: 10px;
}

#footer .doffice .link li.inq a {
	display: block;
	background: #dc593c;
	color: #fff;
	box-sizing: border-box;
	height: 70px;
	padding: 25px 25px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}

#footer .doffice .link li.inq a:hover {
	opacity: .8;
}

#footer .doffice .link li.inq a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffffff;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

#footer .doffice .link li.staff {
	display: none;
}

#footer .week {
	float: right;
	width: 440px;
}

#footer .week table {
	width: 100%;
	border: solid 1px #cccccc;
	box-sizing: border-box;
}

#footer .week thead {
	background: #d9e5d6;
	border-bottom: solid 1px #cccccc;
}

#footer .week th,
#footer .week td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

#footer .week th {
	font-weight: normal;
}

#footer .week td {
	padding: 10px 5px;
}

#footer .week p {
	font-size: 1.3rem;
	margin-top: 10px;
}

#footer .copy {
	background: #0a94b2;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 1.4rem;
}

#footer .copy a {
	color: #fff;
}


/*faq*/
#ft_qa {
	clear:both;
	margin:0 auto;
	padding:40px 15px 20px;
	max-width:1040px;
}

#ft_qa ul {
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
}

#ft_qa ul li {
	background:#1abb35 url(/lib/img/cmn/side_menu_bg_05.gif) no-repeat right center;
	border-radius:5px;
	width:24%;
}

#ft_qa .faq li a {
	display:block;
	padding:10px 5px 10px 10px;
	color:#fff;
	line-height:1.3;
	font-size: 1.3rem;
	text-decoration: none;
}

#ft_qa .faq li a span {
	font-size: 2.0rem;
	display: block;
	margin-bottom: 10px;
}

#ft_qa .faq li:hover {
	cursor:pointer;
	opacity: .8;
}


@media only screen and (max-width: 768px) {

#pagetop {
 bottom: 20px;
 right: 10px;
}
	
#pagetop img {
	width: 36px;
}

#footer {
	padding-bottom:259px;
}

#footer .gmap iframe {
	height: 150px;
}

#footer footer {
	padding: 15px;
	width: auto;
}

#footer .doffice {
	float:none;
}

#footer .week {
	display:none;
}
	
#footer .doffice .link {
	margin: 20px 0 0;
}

#footer .doffice p {
	display:none;
}

#footer .doffice .link li {
	float: none;
	margin: 0;
}

#footer .doffice .link li.inq a {
	height: 100%;
	box-sizing: border-box;
	padding: 15px 0 15px 15px;
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.3;
}

#footer .doffice .link li.inq a:before {
	top: 0;
}

#footer .doffice .link li.inq a .sp {
	display: none !important;
}

#footer .doffice .link li img {
	width: 100%;
}

#footer .doffice .link {
	display: flex;
	margin:0;
	justify-content: space-between;
}

#footer .doffice .link li {
	width: 49%;
}

#footer .doffice .link li.inq a {
	padding: 0 0 0 15px;
}

#footer .doffice .link li.inq a .sp {
	display: block !important;
}

/*faq*/
#ft_qa {
	margin:0 15px;
	padding:20px 0 0;
	width:auto;
}

#ft_qa ul {
	flex-wrap:wrap;
	margin-bottom:0;
}

#ft_qa ul li {
	background-size: 38px auto;
	margin-bottom:10px;
	width:48%;
}

#ft_qa .faq li a {
	padding:8px 5px 8px 10px;
}

#ft_qa .faq li a span {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

}


/*----------------------------------------------------*/ 
/* fixed footer
------------------------------------------------------*/ 
#sp_ftbtn {
	display:none;
}

@media only screen and (max-width: 768px) {

#sp_ftbtn {
	background:#f2f7f6;
	bottom:0;
	box-sizing:border-box;
	display:block;
	padding:10px;
	position:fixed;
	right:0;
	width:100%;
	z-index:100;
}
	
#sp_ftbtn img {
 max-width: 100%;
}

#sp_ftbtn .fixinner {
	overflow:hidden;
}

#sp_ftbtn .fixinner > div {
	display: flex;
	justify-content: space-between;
}
	
#sp_ftbtn .fixinner .table {
	width:62%;
	}
	
#sp_ftbtn .fixinner .bnr_insta {
	width:36%;
}
	


#sp_ftbtn ul {
	display: flex;
	justify-content: space-between;
}

#sp_ftbtn ul li {
	width: 49.5%;
	line-height:1;
}


#sp_ftbtn table {
	border-top:1px solid #80c7cc;
	border-left:1px solid #80c7cc;
	box-sizing:border-box;
	margin-bottom:2px;
	width:100%;
}

#sp_ftbtn table thead th {
	background:#80c7cc;
	color:#FFFFFF;
	font-size:1.2rem;
	font-weight:normal;
	line-height:1;
	padding:2px 1px;
}

#sp_ftbtn table th,
#sp_ftbtn table td {
	border-bottom:1px solid #80c7cc;
	border-right:1px solid #80c7cc;
	text-align:center;
	vertical-align:middle;
	padding:2px 1px;
}

#sp_ftbtn table tbody th {
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.3;
	width:23%;
	white-space: nowrap;
}

#sp_ftbtn table td {
	font-size:1.1rem;
	line-height:1;
	width:11%;
}

#sp_ftbtn .fixinner .notes {
	color: #6b584d;
	font-size: 1.1rem;
	margin-bottom: 3px;
	}
	
#sp_ftbtn .fixinner p {
	color:#80c7cc;
	font-size:1.2rem;
}

 
}

