@charset "utf-8";


/* ===================
clearfix
===================*/
.clearfix:after {
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}


/* ===================
link
===================*/
a {
	outline: none;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #c8c9c9;
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover img{
	text-decoration: none;
	color: #000;
	opacity: 0.8;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #000;
}

.main a:link {
	text-decoration: underline;
}

@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/*==========================================
 body
===========================================*/
html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
}

@media (max-width: 767px){
	body {
		font-size:1.3rem;
	}
	h1 {
		font-size:2.2rem;
	}
	h2 {
		font-size:2.0rem;
	}
	h3 {
		font-size:1.8rem;
	}
	h4 {
		font-size:1.4rem;
	}
	h5 {
		font-size:1.5rem;
	}
	p,ul,ol,dl,address{
		font-size:1.4rem;
	}
	table{
		font-size:1.5rem;
	}
}
@media (min-width: 768px){
	body {
		font-size:1.6rem;
	}
	h1 {
		font-size:3.0rem;
	}
	h2 {
		font-size:2.4rem;
	}
	h3 {
		font-size:2.2rem;
	}
	h4 {
		font-size:2.2rem;
	}
	h5 {
		font-size:1.8rem;
	}
	p,ul,ol,dl,address{
		font-size:1.6rem;
	}
	table{
		font-size:1.6rem;
	}
}

.container {
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767px){
	.hiden_sp {
		display: none;
	}
}
@media (min-width: 768px)  {
	.hiden_pc {
		display: none;
	}
}

ul {
	list-style: none;
}
img {
	max-width: 100%;
}


/*==========================================
[header]
===========================================*/
.header {
 width: 100%;
 text-align: center;
}
.header img {
 max-width: 100%;
 vertical-align:top;
}

/* ------------------------------------------
 oyako_nav
------------------------------------------ */
/* oyako_nav */
.oyako_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.oyako_nav li {
	border: 3px #fff solid;
	border-radius: 10px;
	background-color: #fdcac8;
	text-align: center;
}
.oyako_nav li a{
	text-decoration: none;
	color: #f14d52;
	font-weight: 700;
	width: 100%;
	display: flex;
	justify-content: center;
	line-height: 1;
}
.oyako_nav li a:before {
  content: "";
  display: inline-block;
  background: url("../images/icon_color.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 992px) {
	.oyako_nav li {
		width: 47%;
		margin: 0 1.5% 20px;
	}
	.oyako_nav li a{
		padding: 12px 0px;
	}
	.oyako_nav li a:before {
	  width: 12px;
	  height: 12px;
	  margin: 2px 5px 0 0;
	}
}
@media (min-width: 993px) {
	.oyako_nav li{
		width: 22%;
		margin: 0 1.5%;
	}
	.oyako_nav li a{
		padding: 20px 0px;
		font-size: 125%;
	}
	.oyako_nav li a:before {
	  width: 18px;
	  height: 18px;
	  margin: 2px 5px 0 0;
	}
}


/*==========================================
 [main]
===========================================*/
.main p {
	line-height: 2.0;
}
.main ul li,
.main ol li{
	line-height: 2.0;
}
.main table{
	line-height: 2.0;
}
.main address {
	line-height: 2.0;
}

/* title
------------------------------------------ */
.main h2 {
 margin-bottom: 3.0rem;
}
.main h3 {
 color: #f15a24;
 margin-bottom: 0.5rem;
}

/* text
------------------------------------------ */
.text-bold {
	font-weight: 500;
}

.text_sm {
	font-size: 80%;
}
.text_lg {
	font-size: 125%;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.text_red {
	color: #ff0000;
}

a.more_lg{
	font-size: 2.0rem;
	color: #0000ee;
}


/* table
------------------------------------------ */
.main table {
	width: 100%;
}
.main table th {
	padding:6px 0px;
}
.main table td {
	font-weight: 400;
	padding:6px 0px 6px 6px;
}
@media (max-width: 767px)  {
	.main table th,
	.main table td {
		padding: 2px 5px;
	}
}

/* adjustment
------------------------------------------ */
.mg-t_10{
	margin-top: 10px;
}
.mg-t_20{
	margin-top: 20px;
}
.mg-t_30{
	margin-top: 30px;
}
.mg-b_80 {
	margin-top: 80px;
}

.mg-b_10{
	margin-bottom: 10px;
}
.mg-b_20{
	margin-bottom: 20px;
}
.mg-b_30{
	margin-bottom: 30px;
}
.mg-b_50{
	margin-bottom: 50px;
}
.mg-b_80{
	margin-bottom: 80px;
}

/* img */
.fLeft-img {
	float:left;
}
.fullImg {
	width:100%;
	height:auto;
}

/* list
------------------------------------------ */
.nonMarkList {
	list-style:none;
}
.nonMarkList li{
	line-height:1.6;
}
.nonMarkList li:last-child {
	margin-bottom:0px;
}

.markList {
	list-style:disc;
	margin-left:1.5em;
}
.markList li{
	line-height:1.6;
}
.markList li:last-child {
	margin-bottom:0px;
}

.decimalList {
	list-style: decimal;
	margin-left:1.5em;
}
.decimalList li{
	line-height:1.6;
}
.decimalList li:last-child {
	margin-bottom:0px;
}

.indentList li {
	margin-left:1em;
	text-indent:-1em;
}

/* dl */
dl dd ol li {
	line-height:1.6;
}


/* ------------------------------------------
	bg
------------------------------------------ */
/* bg-clr01 */
.bg-clr01 {
 background-color: #FFFFCC;
}
.bg-clr01 h2 {
 background-image: url("../images/bg_title-col.png");
 background-repeat: no-repeat;
 background-size:contain;
 color: #fff;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 30px;
}
@media (max-width: 992px)  {
	.bg-clr01 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.bg-clr01 h2 {
		max-width: 250px;
		height: 50px;
		padding-top: 5px;
	}
}
@media (min-width: 993px)  {
	.bg-clr01 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	.bg-clr01 h2 {
		width: 415px;
		height: 80px;
		padding-top: 16px;
	}
}

/* bg-clr02 */
.bg-clr02 {
	background-color: #a3cc59;
}
.bg-clr02 h2 {
 background-image: url("../images/bg_title-col-w.png");
 background-repeat: no-repeat;
 background-size:contain;
 color: #a3cc59;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 30px;
}
@media (max-width: 992px)  {
	.bg-clr02 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.bg-clr02 h2 {
		max-width: 250px;
		height: 50px;
		padding-top: 5px;
	}
}
@media (min-width: 993px)  {
	.bg-clr02 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	.bg-clr02 h2 {
		width: 415px;
		height: 80px;
		padding-top: 16px;
	}
}

/* bg-img */
.bg-img {
	background-image: url("../images/bg-img.png");
  background-repeat: repeat;
  background-size: auto;
}
.bg-img h2 {
 background-image: url("../images/bg_title-col-w.png");
 background-repeat: no-repeat;
 background-size:contain;
 color: #a3cc59;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 30px;
}
@media (max-width: 992px)  {
	.bg-img {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.bg-img h2 {
		max-width: 250px;
		height: 50px;
		padding-top: 5px;
	}
}
@media (min-width: 993px)  {
	.bg-img {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
	.bg-img h2 {
		width: 415px;
		height: 80px;
		padding-top: 16px;
	}
}


/* ------------------------------------------
 border_wrapp
------------------------------------------ */
.border_wrapp {
	background-color: #fff;
	border: 5px solid #68a82f;
	border-radius: 10px;
}
@media (max-width: 992px)  {
	.border_wrapp {
		padding: 2rem 2rem;
	}
}
@media (min-width: 993px)  {
	.border_wrapp {
		padding: 4rem 4rem;
	}
}


/* ------------------------------------------
 btn
------------------------------------------ */
.btn{
	list-style: none;
/*	max-width: 380px;
	margin-left: auto;
	margin-right: auto;*/
	max-width: 100%;
}
.btn a{
	background-color: #f29600;
	text-align: center;
	text-decoration: none;
	padding: 14px 10px;
	display: block;
  text-transform: uppercase;
  color: #fff;
/*  width: 80%;
  margin-left: auto;*/
	border-radius: 10px;
}
.btn a:link {
	text-decoration: none;
}
.btn a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("../images/icon_white.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}


/* ------------------------------------------
 information
------------------------------------------ */
.information_list dt {
	margin-bottom: 0.25rem;
}
.information_list dt img {
	width: 18px;
	margin-left: 0.8rem;
	vertical-align:top;
}
.information_list dd {
	margin-bottom: 1.0rem;
	padding-bottom: 1.0rem;
	border-bottom: 1px #a3cc59 solid;
}
.information_list dd:last-child {
	margin-bottom: 0.0rem;
	padding-bottom: 0.0rem;
	border-bottom: none;
}


/* ------------------------------------------
 greeting
------------------------------------------ */
.greeting_wrapp .greeting_photo p {
	line-height: 1.4;
}
@media (max-width: 992px)  {
	.greeting_wrapp .greeting_photo {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}
@media (min-width: 993px)  {
	.greeting_wrapp {
		display: flex;
		flex-wrap: wrap;
		margin:20px  -1.5%;
	}
	.greeting_wrapp .greeting_text {
		width: 75%;
		padding: 0 1.5% 20px;
	}
	.greeting_wrapp .greeting_photo {
		width: 25%;
		padding: 0 1.5% 20px;
	}
}


/* ------------------------------------------
 guid
------------------------------------------ */
.guid_table th {
	text-align: left;
	vertical-align: top;
	font-weight: 700;
}
.guid_table th,
.guid_table td {
	width: auto;
	border-bottom: 1px #a3cc59 solid;
}
/*
.guid_table td .btn {
	margin-left: 0;
}
*/
@media (max-width: 992px)  {
	.guid_table th {
		width: 30%;
	}
}
@media (min-width: 993px)  {
	.guid_table th {
		width: 20%;
	}
}

/* schedule_list */
.schedule_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.schedule_list li {
	text-align: center;
}
.schedule_list li h3 {
	font-size: 16px;
}
@media (max-width: 992px)  {
	.schedule_list li {
		width: 100%;
		padding: 0 0 20px;
	}
}
@media (min-width: 993px)  {
	.schedule_list li {
		width: 35%;
		margin-left: 7.5%;
		margin-right: 7.5%;
	}
}




/* ------------------------------------------
 access
------------------------------------------ */
/* map_list */
.accessInner .map_list {
	display: flex;
	flex-wrap: wrap;
	margin:20px -1.5% 0;
}
.accessInner .map_list img{
	border: 2px #f7bc60 solid;
}
@media (max-width: 992px)  {
	.accessInner .map_list li {
		width: 100%;
		padding: 0 0 20px;
	}
}
@media (min-width: 993px)  {
	.accessInner .map_list li {
		width: 50%;
		padding: 0 1.5% 10px;
	}
}

/* remodal */
.remodal-close {
  position: absolute;
  top: 0;
	left:inherit;
  right: 0;
}


/* ------------------------------------------
 activity
------------------------------------------ */
/* photo_list */
.activityInner .photo_list {
	display: flex;
	flex-wrap: wrap;
	margin:20px  -1.5%;
}
.activityInner .photo_list li {
	width: 50%;
	padding: 0 1.5% 20px;
}

/* sns */
.activityInner h4 {
	color: #f15a24;
	font-weight: 700;
	text-align: center;
	border-top: 1px #f7bc60 solid;
	border-bottom:  1px #f7bc60 solid;
	padding: 8px 0;
}
.activityInner .sns_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:20px -1.5% 0;
}
.activityInner .sns_list li {
	width: 50%;
	padding: 0 1.5%;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
.activityInner .sns_list li a {
	display: flex;
	justify-content: center;
	border:1px #f7bc60 solid;
	border-radius: 10px;
	padding: 16px 1.5%;
	background-color: #fff;
}
.activityInner .sns_list li a:before {
  content: "";
  display: inline-block;
  margin: 2px 10px 0 0;
  background: url("../images/icon_instagram.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.activityInner .sns_list li a:link {
	text-decoration: none;
	font-weight: 500;
}
@media (max-width: 992px)  {
	.activityInner .sns_list li a:before {
	  content: "";
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	}
}
@media (min-width: 993px)  {
	.activityInner .sns_list li a {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 125%;
	}
	.activityInner .sns_list li a:before {
	  content: "";
	  display: inline-block;
	  width: 48px;
	  height: 48px;
	}
}


/*==========================================
[footer]
===========================================*/
.footer {
	clear:both;
	padding-top: 5.0rem;
  padding-bottom: 1.0rem;
}

/* f_bannerNav */
.f_bannerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -1.5%;
	margin-right: -1.5%;
	margin-bottom: 20px;
}
.f_bannerNav li {
	padding: 0 1.5% 10px;
}
@media (max-width: 992px) {
	.f_bannerNav {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 993px) {
	.f_bannerNav li {
		width: 33.333%;
	}
}


/* page-top */
.page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#f29600;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}
.page-top a i{
	  color: #fff;
		font-size: 2.0rem;
}

.page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

.page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}


.copy {
	margin-bottom: 18px;
	text-align: center;
	font-size: 1.2rem;
}
