@charset "UTF-8";

/*--------------------------------------
　TOP MV
---------------------------------------*/
#main .mv{
	position:relative; 
	margin-bottom: 110px;
}
#main .mv_inner {
	width: 1280px;
	padding: 0 40px;
	box-sizing: border-box;
}
#main .mv:before{
	position: absolute;
	display: block;
	content: "";
	width: 50%;
	background: #E6E0D2;
	height: 630px;
	left: 0;
	top: 0;
	border-radius: 0 330px 330px 0;
	z-index: 1;
}
#main .mv:after{
	position: absolute;
	display: block;
	content: "";
	width: 60%;
	background:url("../images/mv.jpg") center no-repeat;
	height: 630px;
	right: 0;
	top: 0;
	border-radius: 330px 0 0 330px;
	z-index: 2;
}
#main .mv h2 {
	position: relative;
	width: 580px;
	z-index: 10;
	padding: 140px 0 0 0;
}
#main .mv .mv_eng{
	position:relative;
	z-index: 3;
	width: 450px;
	padding: 0 0 0 340px;
}

@media screen and (max-width: 768px) {
#main .mv{
	position:relative; 
	margin-bottom:60px;
}
#main .mv_inner {
	width: 100%;
	padding: 0;
}
#main .mv:before{
	display: none;
}
#main .mv:after{
	display: none;
}
#main .mv h2 {
	position: relative;
	width: 100%;
	z-index: 10;
	padding: 0;
}
#main .mv .mv_eng{
	display: none;
}

}

/*------------------------------------------------------------
 ttl-box
------------------------------------------------------------*/
.ttl_box01 .eng{
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1;
}

@media screen and (max-width: 768px) {
.ttl_box01 {
	margin-bottom: 40px;
}
.ttl_box01 .eng{
	font-size: 28px;
	margin-bottom: 0;
	line-height: 1;
}
	
}


/*------------------------------------------------------------
 btn
------------------------------------------------------------*/
.btn a {
	position: relative;
	box-sizing: border-box;
	display: table;
	font-weight: 500;
}
.btn_01 a {
	padding-right: 80px;
	transition: 0.5s;
}
.btn_01 a:before {
	position: absolute;
	display: block;
	content: "";
	background: url("../images/arrow.svg") center no-repeat;
	width: 70px;
	height: 40px;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	transition: 0.5s;
}
.btn_01 a:hover {
	opacity: inherit;
}
.btn_01 a:hover:before {
	position: absolute;
	display: block;
	content: "";
	background: url("../images/arrow_hover.svg") center no-repeat;
	width: 70px;
	height: 40px;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.btn.insta {
	display: flex;
	align-items: center;
	vertical-align:middle;
	
}
.btn.insta img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	padding-top: 3px;
}
.btn_01.wh a {
	color: #fff;
}
.btn_01.wh a:before {
	background: url("../images/arrow_wh.svg") center no-repeat;
}
.btn_01.wh a:hover:before {
	content: "";
	background: url("../images/arrow_hover.svg") center no-repeat;
}
@media screen and (max-width: 768px) {

}

/*------------------------------------------------------------
 共通
------------------------------------------------------------*/
main .txtlink {
	color: #0056a9;
	text-decoration: underline;
	display: inline;
	font-weight: bold;
}
.sub {
	color: #777777;
	font-size: 12px;
}
main section{
	overflow-x: hidden;
}
.c_01{
	color:#E36A7A;
}
.eng {
	font-family: "Poppins", sans-serif;
	font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 768px) {

}


/*------------------------------------------------------------
 sec01
------------------------------------------------------------*/
main .sec01 .inner{
	background:url("../images/sec01_bg01.svg")center top no-repeat,#E6DFD6;
	background-size: 100% auto;
	padding:260px 80px 80px;
	box-sizing: border-box;
	border-radius: 0 0 80px 80px;
	position: relative;
	margin-bottom: 40px;/*イラストのはみ出し分*/
}

main .sec01 h3 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 40px;
	letter-spacing: 1.4rem;
}
main .sec01 .read  {
	text-align: center;
	line-height: 2.2;
	margin-bottom: 40px;
}
main .sec01 .wrap_01  {
	background: #EEE9E3;
	border-radius: 40px;
	padding: 60px 230px;
	box-sizing: border-box;
}
main .illust  {
	display: block;
	position: absolute;
}
main .sec01 .illust01  {
	width: 290px;
	top:40px;
	right: 40px;
}
main .sec01 .illust02  {
	width: 210px;
	bottom:-40px;
	left: 0;
}

@media screen and (max-width: 768px) {
main .sec01 .inner{
	padding:120px 20px 60px;
	box-sizing: border-box;
	border-radius: 0 0 40px 40px;
	position: relative;
	margin-bottom: 20px;/*イラストのはみ出し分*/
}

main .sec01 h3 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
	letter-spacing: 1.3rem;
}
main .sec01 .read  {
	text-align: left;
	line-height: 2.2;
	margin-bottom: 40px;
}
main .sec01 .wrap_01  {
	border-radius:20px;
	padding: 30px 20px;
	box-sizing: border-box;
}
main .illust  {
	display: block;
	position: absolute;
}
main .sec01 .illust01  {
	width: 150px;
	top:0;
	right: 20px;
}
main .sec01 .illust02  {
	width: 140px;
	bottom:-20px;
	left: 20px;
}
}


/*------------------------------------------------------------
 sec02
------------------------------------------------------------*/
main .sec02  {
	padding: 100px 0 50px;
}
main .sec02 .news_inner {
	display: flex;
	justify-content: space-between;
}
main .sec02 .news_inner .right {
	width: 74%;
}
.news_inner .filter-list {
  display: flex;
	margin-bottom: 20px;
}
.news_inner .filter-list li {
	font-weight: bold;
  text-align: center;
  padding:4px 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.news_inner .filter-list li.is-active {
  background:#C3AD95;
  color: #fff;
	border-radius: 100px;
}
.news_inner .filter-item  {
	background: #fff;
	width: 100%;
	padding: 30px 50px;
	box-sizing: border-box;
	border-radius: 20px;
}
.news_inner .filter-item li {
	display: flex;
}
.news_inner .filter-item li:not(:last-child) {
	margin-bottom: 14px;
}
.news_inner .filter-item li .day {
	margin-right: 30px;
}
/*.news_inner .filter-item li[data-item="cat1"] {
  background: #F7D1D1;
}*/
main .sec02 .btn  {
	position: absolute;
	left: 40px;
	top: 120px;
}

@media screen and (max-width: 768px) {
main .sec02  {
	padding: 60px 0 30px;
}
main .sec02 .news_inner {
	display:block;
}
main .sec02 .news_inner .right {
	width: 100%;
}
.news_inner .filter-list {
  display: flex;
	margin-bottom: 20px;
}
.news_inner .filter-list li {
  padding:4px 10px;
	font-size: 12px;
}
.news_inner .filter-list li.is-active {
	border-radius: 100px;
}
.news_inner .filter-item  {
	padding:20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.news_inner .filter-item li {
	display: block;
}
.news_inner .filter-item li:not(:last-child) {
	margin-bottom: 10px;
}
.news_inner .filter-item li .day {
	margin: 0;
}
main .sec02 .btn  {
	position: relative;
	left:inherit;
	top:inherit;
	margin: 20px 0 0 0;
}
	main .sec02 .btn a {
	margin:0 0 0 auto;
}
}

/*------------------------------------------------------------
 sec03
------------------------------------------------------------*/
main .sec03 .upper {
	background: url("../images/sec03_bg01.jpg") center no-repeat;
	background-size: cover;
	padding: 280px 0;
	color: #fff;
	position: relative;
}
main .sec03 .upper:before {
	position: absolute;
	content:"";
	display: block;
	width: 100%;
	height: 80px;
	background: #F0ECE4;
	top: 0;
	left: 0;
	border-radius: 0 0 80px 80px;
}
main .sec03 .upper:after {
	position: absolute;
	content:"";
	display: block;
	width: 100%;
	height: 80px;
	background: #835F53;
	bottom: 0;
	left: 0;
	border-radius: 80px 80px 0 0 ;
}
main .sec03 .upper:after {
	position: absolute;
	content:"";
	display: block;
	width: 100%;
	height: 80px;
	background: #835F53;
	bottom: 0;
	left: 0;
	border-radius: 80px 80px 0 0 ;
}
main .sec03 .box  {
	position: relative;
}
main .sec03 .box .inner {
	display: flex;
	justify-content: space-between;
	color: #fff;
	position: relative;
}
main .sec03 .box .inner .left .eng{
	font-size: 55px;
	color: #553023;
}
main .sec03 .box .inner .left .ttl{
	font-size: 30px;
	padding: 0 0 0 40px;
}
main .sec03 ul {
	display: flex;
	justify-content: space-between;
	width: 75%;
}
main .sec03 ul li {
	width: 32%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #987468;
}
main .sec03 .box_02 .eng {
	color: #9A6A59!important;
}
main .sec03 .box_02 li {
	background: #774F41;
}
main .sec03 ul li p {
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	letter-spacing: 0;
}
main .sec03 .box_01 {
	background: #835F53;
	padding:40px 0 180px; 
}
main .sec03 .box_02 {
	background:#644033;
	border-radius: 0 0 80px 80px;
	padding:40px 0 120px; 
}
main .sec03 .box_02:before {
	position: absolute;
	content:"";
	display: block;
	width: 100%;
	height: 80px;
	background: #644033;
	top: -80px;
	left: 0;
	border-radius: 80px 80px 0 0 ;
}
main .sec03 .box .btn  {
	position: absolute;
	left: 80px;
	top: 220px;
}

@media screen and (max-width: 768px) {
main .sec03 .upper {
	padding: 100px 0;
}
main .sec03 .upper:before {
	height: 30px;
	border-radius: 0 0 30px 30px;
}
main .sec03 .upper:after {
	height: 30px;
	border-radius: 30px 30px 0 0 ;
}
main .sec03 .box  {
	position: relative;
}
main .sec03 .box .inner {
	display: block;
}
main .sec03 .box .inner .left .eng{
	font-size: 40px;
	text-align: center;
}
main .sec03 .box .inner .left .ttl{
	font-size: 18px;
	padding: 0 0 30px 0;
	text-align: center;
}
main .sec03 ul {
	display: block;
	width: 100%;
}
main .sec03 ul li {
	width: 100%;
	padding: 20px;
	border-radius: 15px;
}
	main .sec03 ul li:not(:last-child) {
		margin-bottom: 20px;
}
main .sec03 ul li p {
	padding-top: 10px;
}
main .sec03 .box_01 {
	padding:20px 0 60px; 
}
main .sec03 .box_02 {
	border-radius: 0 0 30px 30px;
	padding:20px 0 60px; 
}
main .sec03 .box_02:before {
	height: 30px;
	top: -30px;
	border-radius: 30px 30px 0 0 ;
}
main .sec03 .box .btn  {
	position:relative;
	left: inherit;
	top: inherit;
	margin: 20px 0 0 0;
}

}

/*------------------------------------------------------------
 sec04
------------------------------------------------------------*/
main .sec04{
	padding: 180px 0;
}
main .sec04 .upper {
	display: flex;
}
main .sec04 .upper .right{
	padding:0 0 60px 60px;
}
.tel_box .tel{
	font-size: 34px;
	border-bottom: 2px solid #553023;
	display: table;
	margin-bottom: 10px;
}
.tel_box .tel span{
	font-size: 18px;
}
main .sec04 .under {
	background: #E6DFD6;
	border-radius: 40px;
	padding: 40px 80px;
	box-sizing: border-box;
}
main .sec04 .under .txt_01 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
main .sec04 .under ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
main .sec04 .under ul li {
	width: 49%;
	background: #fff;
	border-radius: 10px;
	padding: 25px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}
main .sec04 .under ul li img {
	width: 22px;
	display: block;
	margin-right: 14px;
}
main .sec04 .under ul li sup {
	width: 12px;
}
main .sec04 .illust01  {
	width: 290px;
	top:0;
	right: 40px;
}
@media screen and (max-width: 768px) {
main .sec04{
	padding: 60px 0;
}
main .sec04 .upper {
	display: block;
	margin-bottom: 40px;
}
main .sec04 .upper .right{
	padding:0;
}
.tel_box .tel{
	font-size: 34px;
	border-bottom: 2px solid #553023;
	display: table;
	margin-bottom: 10px;
}
.tel_box .tel span{
	font-size: 18px;
}
main .sec04 .under {
	border-radius: 30px;
	padding:30px 20px;
}
main .sec04 .under .txt_01 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
main .sec04 .under ul {
	display: block;
}
main .sec04 .under ul li {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
}
main .sec04 .under ul li img {
	width: 22px;
	display: block;
	margin-right: 14px;
}
main .sec04 .under ul li sup {
	width: 12px;
}
main .sec04 .illust01  {
	width: 130px;
	top:-40px;
	right: 20px;
}
}


/*------------------------------------------------------------
 sec05
------------------------------------------------------------*/
main .sec05 .upper {
	display: flex;
	justify-content: space-between;
	position: relative;
}
main .sec05 .upper .ttl_box01 {
	margin-bottom: 60px;
}
main .sec05 .upper .btn {
	position: absolute;
	left: 0;
	top: 280px;
}
main .sec05 .upper .right {
	width: 55%;
}
main .sec05 .upper .illust01 {
	position: absolute;
	left: 30%;
	bottom: -40px;
}

main .sec05 .under .wrap_01 {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 60px;
}
main .sec05 .under .wrap_01 > div  {
	width: 48%;
}
main .sec05 .under .wrap_01 .midashi  {
	display: flex;
	align-items: center;
	font-size: 22px;
}
main .sec05 .under .wrap_01 .midashi img {
	width: 80px;
	margin-right: 20px;
}
main .sec05 .under .wrap_01 li {
	margin-top:30px;
}
main .sec05 .under .wrap_01 li .txt_01 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
main .sec05 .upper {
	display: block;
}
main .sec05 .upper .ttl_box01 {
	margin-bottom: 40px;
}
main .sec05 .upper .btn {
	position: relative;
	left:inherit;
	top:inherit;
}
main .sec05 .upper .right {
	width: 100%;
	margin: 20px 0;
}
main .sec05 .upper .illust01 {
	position: absolute;
	left: inherit;
	right: 0;
	bottom: -20px;
	width: 140px;
}
.btn.insta {
	display: flex;
	align-items: center;
}
.btn.insta img {
	width: 19px;
	margin-right: 10px;
}
main .sec05 .under .wrap_01 {
	display: block;
	margin: 40px 0 40px;
}
main .sec05 .under .wrap_01 > div  {
	width: 100%;
}
main .sec05 .under .wrap_01 .midashi  {
	display: flex;
	align-items: center;
	font-size: 18px;
}
main .sec05 .under .wrap_01 .midashi img {
	width: 40px;
	margin-right: 20px;
}
main .sec05 .under .wrap_01 li {
	margin-top:20px;
}
	main .sec05 .under .wrap_01 .left {
	margin-bottom: 40px;
}
main .sec05 .under .wrap_01 li .txt_01 {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}
}
/*------------------------------------------------------------
 sec06
------------------------------------------------------------*/
main .sec06{
	padding: 80px 0 0;
	position: relative;
	background: url("../images/sec06_bg.jpg") left top no-repeat;
}
main .sec06 .inner {
	display: flex;
	justify-content: space-between;
	
}
main .sec06 .eng_ttl{
	white-space: nowrap;
	
}
main .sec06 .ttl_box01{
	margin: 60px 0 40px;
}
main .sec06 .txt_box {
	padding-left: 80px;
	width: 40%;
}
main .sec06 .btn a{
	margin:20px 0 0 auto;
}
@media screen and (max-width: 768px) {
main .sec06{
	padding: 60px 0 ;
	position: relative;
	background: url("../images/sec06_bg.jpg") left top no-repeat;
}
main .sec06 .inner {
	display:block;
	
}
main .sec06 .eng_ttl{
	white-space: nowrap;
	
}
main .sec06 .ttl_box01{
	margin: 30px 0 10px;
}
main .sec06 .txt_box {
	padding: 0 0 20px 0;
	width: 100%;
}
main .sec06 .btn a{
	position: absolute;
	bottom: 0 ;
	margin: auto;
	left: 50%;
	transform: translate(-50%,0)
}
}
/*------------------------------------------------------------
 sec07
------------------------------------------------------------*/
.other {
	padding: 80px 0 0;
}
.other .eng_ttl {
	padding-left: 80px;
}
.other .ttl_box01 {
	padding-left: 80px;
}
.other ul {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 60px auto;
}
.other ul li img {
	  box-shadow: 10px 10px 0px 0px rgba(192, 143, 57, 1);
	margin-bottom: 20px;
}
.other ul li p{
	color: #C08F39;
	text-align: right;
	padding-right: 20px;
	position: relative;
}
.other ul li p:before {
	position: absolute;
	display: block;
	content: "";
	background: #E36A7A;
	background-size: cover;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	right: 5px;
	top: 35%;
}
.other .insta_box {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #D7E2E0;
	padding: 30px 0;
	text-align: center;
	box-sizing: border-box;
}
.other .insta_box .txt_01{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 14px;
}
.other .insta_btn {
	display:table;
	margin:20px auto 0;
}
.other .insta_btn a {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.other .insta_box img {
	width: 30px;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
.other {
	padding: 60px 0 0;
}
.other .eng_ttl {
	padding:0;
}
.other .ttl_box01 {
	padding:0;
	text-align: center;
}
.other ul {
	display: flex;
	justify-content: space-between;
	width:100%;
	margin: 30px auto;
}
.other ul li{
		margin: 0 10px;
}
.other ul li img {
	  box-shadow: 5px 5px 0px 0px rgba(192, 143, 57, 1);
	margin-bottom: 14px;
}
.other ul li p{
	padding-right: 20px;
	position: relative;
	display: table;
	margin: 0 auto;
}
.other .insta_box {
	width: 100%;
	padding: 30px 20px;
	text-align: center;
}
.other .insta_box .txt_01{
	font-size: 18px;
	margin-bottom: 14px;
}
.other .insta_btn {
	display:table;
	margin:20px auto 0;
}
.other .insta_btn a {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.other .insta_box img {
	width: 30px;
	margin-right: 10px;
}
}
/*------------------------------------------------------------
 sec08
------------------------------------------------------------*/
main .sec08{
	margin: 80px 0 0;
	padding: 40px 0 70px;
	position: relative;
	background: linear-gradient(180deg, #fff 0%, #fff 13%, #FFFAEF 13%, #FFFAEF 95%,#fff 95%,#fff 100%);
}
main .sec08 .img{
	position: absolute;
	right: 0;
	top: 0;
	width: 600px;
}
main .sec08 .eng_ttl{
	white-space: nowrap;
}
main .sec08 .ttl_box01{
	margin: 60px 0 40px;
}
main .sec08 .txt_box {
	padding-left: 80px;
	width: 35%;
}
main .sec08 .btn a{
	margin:20px 0 0 auto;
}
@media screen and (max-width: 768px) {
	main .sec08{
	margin: 60px 0 0;
	padding: 40px 0 160px;
	position: relative;
	background: linear-gradient(180deg,#FFFAEF 0%, #FFFAEF 92%,#fff 92%,#fff 100%);
}
		main .sec08 .sp-only { 
		padding-left: 20px;
			margin-bottom: 30px;
}
main .sec08 .img{
	position: absolute;
	right: inherit;
	top: inherit;
	left: -20px;
	bottom: 0;
	width: 60%;
}
main .sec08 .eng_ttl{
	white-space: nowrap;
}
main .sec08 .ttl_box01{
	margin: 30px 0 20px;
}
main .sec08 .txt_box {
	padding:0;
	width:100%;
}
main .sec08 .btn a{
	margin:20px 0 0 auto;
}
	}
/*--------------------------------------
　googlemap
---------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 768px) {
.gmap {
	padding-bottom: 56.25%;
}
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
	margin-top: 120px;
	padding: 100px 0 40px;
	border-top: 2px solid #553023;
}
footer .under{
	display: flex;
	justify-content: space-between;
}
footer .under .logo {
	width: 120px;
	margin-bottom:60px;
}
footer .inner .tel {
	font-size: 24px;
	margin-top: 10px;
}
footer .inner .tel span{
	font-size: 18px;
}
footer .inner .right .wrapper_1{
	display: flex;
	padding-top: 140px;
}
footer .inner .right .wrapper_1 a{
	margin-left: 20px;
}
footer .inner .right .wrapper_1 .yoyaku{
	background: #553023;
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	padding: 4px 40px;
}
footer .inner .right .insta a{
	margin: 20px 0 0 auto;
}
footer .copy{
	padding-top: 80px;
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 768px) {
footer {
	margin-top: 80px;
	padding: 40px 0 20px;
}
footer .under{
	display: block;
}
footer .under .logo {
	width: 100px;
	margin: 0 auto 40px;
}
footer .inner .tel {
	font-size: 24px;
	margin:0 0 20px;
}
footer .inner .tel span{
	font-size: 18px;
}
footer .inner .right .wrapper_1{
	display: block;
	padding:0;
}
footer .inner .right .wrapper_1 a{
	margin:0 0 15px 0;
}
footer .inner .right .wrapper_1 .yoyaku{¥
	font-size: 16px;
	padding: 10px 40px;
	text-align: center;
}
footer .inner .right .insta a{
	margin: 20px 0 0 auto;
}
footer .copy{
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
}
}
/*------------------------------------------------------------
 フロートボタン
------------------------------------------------------------*/
.float_btn {
	position: fixed;
	right: 0;
	top: 20%;
	width: 56px;
}
.float_btn a:first-child {
	margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
.float_btn {
	position: fixed;
	right: 0;
	top: 20%;
	width: 30px;
}
.float_btn a:first-child {
	margin-bottom: 14px;
}
}
/*------------------------------------------------------------
 クイックナビ
------------------------------------------------------------*/
#q-nav {
	display: table;
	position: fixed;
	top:calc(100% - 40px) ;
	left: 20px;
	z-index: 100;
	ransition: all 0.2s ease-out;
	animation: animationName 1s ease 0.5s infinite alternate forwards;
}
.panelactive {
	top:inherit!important;
	bottom: 0!important;
	ransition: all 0.2s ease-out;
	animation: animationName 1s ease 0.5s infinite alternate forwards;
}
#q-nav .openbtn{
	background: #3F99D5;
	display: table;
	color: #fff;
	font-weight: bold;
	padding:  10px 40px 0 20px;
	border-radius: 8px 8px 0 0;
	position: relative;
}
#q-nav .openbtn:after{
	display: block;
	content: "";
	position: absolute;
	background: url("../images/circle-arrow.svg") no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 39%;
}
#q-nav .active:after{
	transform: rotate(180deg)!important;
}
#q-nav .q-nav-list{
	border:10px solid #3F99D5;
	box-sizing: border-box;
	background: #fff;
	padding: 10px 40px 20px;
	border-radius: 0 8px 8px 8px;
}
#q-nav .q-nav-list li{
	line-height: 2.4;
	position: relative;
	padding-right: 20px;
}
/*------矢印------*/ 
#q-nav .q-nav-list li:before {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 32%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #2D344A;
	border-right: 1px solid #2D344A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#q-nav .q-nav-list  p{
	font-weight: bold;
	color: #00406C;
	text-align: center;
	position: relative;
	padding: 20px 0 10px;
	z-index: 1;
}
#q-nav .q-nav-list p:before {
	position: absolute;
	display: block;
	background: url("../images/ttl_bg.svg");
	width:30px;
	height:30px;
	content:"";
	left:26px;
	top: 10px;
	z-index:-1;
}
@media screen and (max-width: 768px) {
#q-nav {
	display: table;
	position: fixed;
	top:calc(100% - 38px) ;
	left:0;
	z-index: 100;
}
.panelactive {
	top:inherit!important;
	bottom: 0!important;
	
}
#q-nav .openbtn{
	background: #3F99D5;
	display: table;
	color: #fff;
	font-weight: bold;
	padding:  10px 40px 0 20px;
	border-radius: 8px 8px 0 0;
	position: relative;
}
#q-nav .openbtn:after{
	display: block;
	content: "";
	position: absolute;
	background: url("../images/circle-arrow.svg") no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	right: 10px;
	top:40%;
}
#q-nav .active:after{
	transform: rotate(180deg)!important;
}
#q-nav .q-nav-list{
	border:10px solid #3F99D5;
	box-sizing: border-box;
	background: #fff;
	padding: 10px 40px 20px;
	border-radius: 0 8px 8px 8px;
}
#q-nav .q-nav-list li{
	line-height: 2.4;
}
#q-nav .q-nav-list  p{
	font-weight: bold;
	color: #00406C;
	text-align: center;
	position: relative;
	padding: 20px 0 10px;
	z-index: 1;
}
#q-nav .q-nav-list p:before {
	position: absolute;
	display: block;
	background: url("../images/ttl_bg.svg");
	width:30px;
	height:30px;
	content:"";
	left:26px;
	top: 10px;
	z-index:-1;
}
}


/*--------------------------------------
　googlemap
---------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 60.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 768px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}



/*--------------------------------------
　schedule
---------------------------------------*/
.schedule table {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
}
.schedule table thead{
	background: #8B9F9D;
	color: #fff;
}
.schedule table tr{
	border-bottom: 1px solid #8B9F9D;
}
.schedule table th,
.schedule table td{
	padding: 20px 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .schedule table {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .schedule table th,
  .schedule table td{
    padding: 10px 5px;
    text-align: center;
  }
}
/*------------------------------------------------------------
 トップへ戻る
------------------------------------------------------------*/
/* ページトップボタン */
#page-top {
  bottom: 20px;
  position: fixed;
  right: 20px;
	z-index: 800;
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 768px) {
#page-top {
  bottom: 10px;
  position: fixed;
  right: 10px;
	width:30px;
	height: 30px;
}
}