@charset "utf-8";

/*=============================================
					ヘッダー
=============================================*/

.header-caption {
	display: none;
}

.header-logo {
	width: 160px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-5%, -50%);
	transition: 0.3s;
}

.l-header.is-animation .l-header__inner > .header-logo {
	display: none;
	transition: 0.3s;
}

.header-logo--nav {
	left: 0%;
}

.header-logo__fig {
	display: none;
}

.header-logo__fig--sp {
	display: block;
}

.header-sns {
	display: flex;
	position: absolute;
	top: 12px;
	right: 18%;
	transition: 0.3s;
}

.l-header.is-animation .l-header__inner > .header-sns {
	display: none;
	transition: 0.3s;
}

.header-sns__inner {
	width: 36px;
	height: 36px;
}

.header-sns__inner:nth-child(2) {
	margin-left: 8px;
}

.header-sns__inner i {
	color: #3f82c4;
}

.header-sns__inner i.fb {
	font-size:36px;
}

.header-sns__inner i.insta {
	font-size:38px;
}


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

.header-logo {
	width: 200px;
}

.header-sns {
	display: block;
	position: fixed;
	top: 96px;
	right: auto;
	left: 0;
}

.l-header.is-animation .l-header__inner > .header-sns {
	display: block;
}

.header-sns__inner {
	background: #3f82c4;
	padding: 8px;
	border-radius: 0 12px 12px 0;
	width: 48px;
	height: 50px;
	transition: 0.3s;
}

.l-header.is-animation .header-sns__inner {
	padding: 6px;
	border-radius: 0 8px 8px 0;
	width: 36px;
	height: 38px;
	transition: 0.3s;
}
	
.header-sns__inner:nth-child(2) {
	margin-left: 0;
	margin-top: 8px;
}

.header-sns__inner i {
	color: #fff;
}

.header-sns__inner i.fb {
	font-size: 32px;
	transition: 0.3s;
}

.l-header.is-animation .header-sns__inner i.fb {
	font-size: 26px;
	transition: 0.3s;
}
	
.header-sns__inner i.insta  {
	font-size: 34px;
	transition: 0.3s;
}

.l-header.is-animation .header-sns__inner i.insta {
	font-size: 28px;
	transition: 0.3s;
}
}


@media screen and (min-width:1000px) {

.header-caption {
	display: block;
	font-size: 10px;
	padding: 8px 0 0 0;
	transition: 0.3s;
}

.header-logo {
	top: 50px;
	left: 10px;
}

.l-header.is-animation .l-header__inner > .header-logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	transform: translate(0, -50%);
	transition: 0.3s;
	width: 140px;
}

.header-logo__fig {
	display: block;
}

.header-logo__fig--sp {
	display: none;
}

.header-info--sp {
	display: none;
}

.header-info {
	display: flex;
	position: absolute;
	top: 18px;
	right: 0;
	transition: 0.3s;
}

.header-tel {
	display: none;
}

.is-animation .header-logo {
	top: 25px;
}
}


@media screen and (min-width:1280px) {
}





/*=============================================
				メインビジュアル
=============================================*/

.hero-bg {
	background: url(../images/mainimg_x2_sp.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero-copy {
	display: none;
}

.hero-copy--sp {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%,-48%);
	font-size: 24px;
	text-align: center;
	line-height: 2;
	color: #3f82c4;
	width: 90%;
	font-family: rmgen;
	letter-spacing: 0.25em;
}
.marker {
	background-image: linear-gradient(#ffff7f, #ffff7f);
    background-size: 100% 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
.hero-copy--blog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	text-align: center;
	line-height: 2;
	color: #fff;
	width: 90%;
	font-family: rmgen;
	letter-spacing: 0.25em;
	display: block;
}

.hero-fig {
	position: absolute;
	display: block;
	bottom: 22%;
	right: 3%;
	width: 100px;
	z-index: 10;
}


@media screen and (min-width:480px) {
}


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


@media screen and (min-width:1000px) {

.hero-bg {
	background: url(../images/mainimg_x2_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center 10%;
}

.hero-copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0.3em;
	font-weight: 800;
	text-align: center;
	color: #3f82c4;
	width: 70%;
	padding: 0;
	font-family: rmgen;
	display: inline-block;
	background: #ffff7f;
	opacity: 0.95;
}

.hero-copy--sp {
	display: none;
}

.hero-fig {
	bottom: 32px;
	right: 20px;
	width: 200px;
}
}


@media screen and (min-width:1280px) {
}





/*=============================================
				コンテンツ部分
=============================================*/

/*----------------ベアーズについて----------------*/

.top-about {
	padding: 24px 0 0 0;
}

.top-about-scenery {
	display: none;
}

.top-about-scenery--sp {
	display: block;
}


@media screen and (min-width:480px) {
}


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


@media screen and (min-width:1000px) {

.top-about {
	padding: 64px 0 0 0;
}

.top-about-scenery {
	display: block;
}

.top-about-scenery--sp {
	display: none;
}
}


@media screen and (min-width:1280px) {
}


/*---------------ご利用方法----------------*/

.top-flow {
	padding: 24px 0 0 0;
	counter-reset: section;
}

.top-flow__item {
	background: #fff;
	border-radius: 8px;
	padding: 16px;
	margin: 30px 0 0 0;
	position: relative;
	border: dotted 2px #3f82c4;
}

.top-flow__item:first-child {
	margin: 0;
}

.top-flow__item:after {
	content: '';
	position: absolute;
	border: 16px solid transparent;
	border-top-color: #DAF0F6;
	border-bottom-width: 0;
	bottom: -26px;
	display: block;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
}

.top-flow__item:last-child:after {
	display: none;
}

.top-flow__item__heading {
	font-size: 18px;
	position: relative;
	padding: 0 0 0 36px;
}

.top-flow__item__heading:before {
	padding-left: 8px;
	position: absolute;
	left: 0;
	color: #fff;
	background: #3f82c4;
	width: 22px;
	counter-increment: section;
	content: counter(section);
	font-size: 24px;
	line-height: 1.25;
	border: ;
	border-radius: 15px;
}

.top-flow__item__txt {
	font-size: 15px;
	padding: 8px 0 0 0;
}


@media screen and (min-width:480px) {
}


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


@media screen and (min-width:1000px) {

.top-flow {
	padding: 64px 0 0 0;
	counter-reset: section;
	width: 800px;
	margin: 0 auto;
}
}


@media screen and (min-width:1280px) {
}


/*--------------1日の流れ---------------*/

.top-schedule-fig {
	display: block;
	padding: 24px 0 0 0;
}

.top-schedule-fig--pc {
	display: none;
}


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


@media screen and (min-width:1000px) {

.top-schedule-fig {
	display: none;
}
	
.top-schedule-fig--pc {
	display: block;
	padding: 64px 0 0 0;
	width: 1080px;
	margin: 0 auto;
}
}


@media screen and (min-width:1280px) {
}




/*--------------プログラム内容---------------*/

.top-program__title {
	font-size: 15px;
}

@media screen and (min-width:480px) {
}


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


@media screen and (min-width:1000px) {
}


@media screen and (min-width:1280px) {
}




/*---------------アクセス---------------*/

.top-access__logo {
	width: 50%;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

.top-access__number {
	font-size: 10px;
	padding: 24px 0 0 0;
	text-align: center;
}

.top-access__address {
	padding: 24px 0 0 0;
	font-size: 13px;
}

.top-access__schedule {
	border: 1px solid #3f82c4;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	margin: 8px 0 0 0;
}

.top-access__schedule--menu {
	width: 90%;
	margin: 24px auto 16px auto;
}

.top-access__schedule th,
.top-access__schedule td {
	padding: 0.5em;
	text-align: center;
	width: 50%;
}

.top-access__schedule td {
	border-left: 1px solid #3f82c4;
}

.top-access__howtogo {
	font-size: 13px;
	padding: 8px 0 0 0;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	width: 100%;
	border-radius: 8px;
}


@media screen and (min-width:480px) { 

}


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

}


@media screen and (min-width:1000px) {

.top-access__schedule--menu {
	display: none;
}

.top-access__logo {
	width: 240px;
	margin: 0;
	padding: 12px 0 0 0;
}

.top-access__number {
	font-size: 14px;
	padding: 48px 0 0 0;
	text-align: left;
}

.top-access__address {
	padding: 32px 0 0 0;
	font-size: 16px;
}

.top-access__schedule {
	border-radius: 8px;
	font-size: 16px;
	margin: 8px 0 0 0;
}

.top-access__schedule th,
.top-access__schedule td {
	padding: 0.67em;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 62.5%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: none;
}
}


@media screen and (min-width:1280px) {
}


/*--------------お問い合わせ---------------*/

.top-contact {
	padding: 24px 0 0 0;
}

.top-contact__form {
    padding-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.top-contact__form:nth-child(n+2) {
	padding: 16px 0;
  	border-top: 1px solid #ededed;
}
	
.top-contact__form__label {
	display: flex;
	flex-wrap: wrap;
}

.top-contact__form__label span {
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 32px;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
}

.top-contact__form__input {
	border: 1px solid #ededed;
	border-radius: 6px;
	padding-left: 1rem;
	padding-right: 1rem;
	flex: 1;
	width: 100%;
	max-width: 500px;
	background: #fdfdfd;
	margin-top: 8px;
	height: 40px;
	flex: inherit;
	font-size: 14px;
}

.top-contact__form__txtarea {
	border: 1px solid #ededed;
	border-radius: 6px;
	padding: 1rem;
	flex: 1;
	width: 100%;
	max-width: 500px;
	background: #fdfdfd;
	margin-top: 8px;
	height: 200px;
	flex: inherit;
	font-size: 14px;
}

.top-contact__form__btn {
	margin: 8px auto 0 auto;
	padding: 8px 0;
	width: 160px;
	font-size: 16px;
	border-radius: 6px !important;
	display: block;
	letter-spacing: 0.05em;
	background: #f5c451;
	color: #fff;
	font-weight: bold;
	border: none;
}


@media screen and (min-width:480px) {
}


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


@media screen and (min-width:1000px) {

.top-contact {
	padding: 64px 0 0 0;
	width: 800px;
	margin: 0 auto;
}
	
.top-contact__form__label {
	max-width: 270px;
	width: 100%;
}
}


@media screen and (min-width:1280px) {

.top-contact__form__label {
	max-width: 300px;
}
}




/*------------------ 新着情報 --------------------*/

.top-news__items {
	border-bottom: dotted 1px #ededed;
	padding-bottom: 10px;
}

.top-news__items:nth-child(n+2) {
	padding-top: 8px;
}

.top-news__items__date {
	font-size: 12px;
}

.top-news__items__link {
	display: inline-block;
	padding-top: 2px;
}


@media screen and (min-width:480px) {
}


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

.top-news__items {
	display: flex;
	padding-bottom: 12px;
}

.top-news__items:nth-child(n+2) {
	padding-top: 14px;
}
	
.top-news__items__date {
	padding-right: 12px;
}
}


@media screen and (min-width:1000px) {
}


@media screen and (min-width:1280px) {
}




/*--------------- ブログ（個別投稿）---------------*/

.blog-content__misc {
	display: flex;
	justify-content: space-between;
	padding-bottom: 32px;
}

.blog-content__misc__date {
	font-size: 12px;
	padding-top: 4px;
}

.blog-content__fig img {
	border-radius: 4px;
}

.blog-content__txt p {
	padding-top: 16px;
}

.blog-sidebar-box {
	padding-bottom:48px;
}

.blog-sidebar-box__heading {
	position: relative;
	font-size: 18px;
}

.blog-sidebar-box__heading span {
	background: #fff;
	display: inline-block;
	padding-right: 0.5em;
	z-index: 2;
	position: relative;
}

.blog-sidebar-box__heading::before {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 8px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #46b7d4, #46b7d41px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #46b7d4, #46b7d4 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display:  block;
	z-index: 1;
}

.blog-sidebar-box ul {
	padding-top: 24px;
}

.blog-sidebar-box li {
	border-bottom: dotted 1px #ededed;
	padding-bottom: 12px;
}

.blog-sidebar-box li:nth-child(n+2) {
	padding-top: 12px;
}

.blog-sidebar-box a {
	color: #5b5b5b;
}


@media screen and (min-width:480px) {
}


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


@media screen and (min-width:1000px) {
}


@media screen and (min-width:1280px) {
}




/*--------------- ブログ（記事一覧）---------------*/

.bloglist {
	border-radius: 4px;	
}

.bloglist:nth-child(n+2) {
	padding-top: 24px;
}

.bloglist__inner {
	padding: 8px;
	background: #f5fbfc;
}

.bloglist__fig {
	height: 216px;
	overflow: hidden;
	position: relative;
}

.bloglist__fig img {
	border-radius: 3px;
}

.bloglist__fig__category a {
	position: absolute;
	top: 0;
	display: block;
	right: 0;
	font-size: 16px;
	padding: 6px 8px;
	color: #fff;
	border-radius: 0 3px 0 3px;
}

.news a {
	background: #B6D446;
}

.diary a {
	background: #46D4BD;
}

.bloglist__heading {
	font-size: 18px;
	padding-top: 12px;
}

.bloglist__heading a {
	color: #46b7d4;
}

.bloglist__date {
	font-size: 12px;
	padding-top: 16px;
}

.bloglist__excerpt {
	font-size: 14px;
	padding-top: 10px;
}

.bloglist__excerpt p a {
	color: #46b7d4;
}

.blogpagenum {
	padding-top: 48px;
	text-align: center;
}

.blogpagenum .page-numbers {
	padding: 0 8px;
	color: #46b7d4;
}


@media screen and (min-width:480px) {
}


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

.bloglist__inner {
	padding: 12px;
}
}


@media screen and (min-width:1000px) {

.bloglist {
	width: 48.5%;		
}	
	
.bloglist:nth-child(2) {
	padding-top: 0;
}

.bloglist:nth-child(n+3) {
	padding-top: 24px;
}
	
.bloglist__inner {
	padding: 16px;
}
}


@media screen and (min-width:1280px) {
}




/*=============================================
					フッター
=============================================*/

.footer-logo {
	width: 50%;
}

.footer-address {
	font-size: 12px;
	padding: 16px 0 0 0;
}

.footer-tel {
	font-size: 12px;
}

.footer-content {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 24px 0;
}

.footer-nav {
	display: none;
}

.footer-banner-sp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 24px 0 0 0;
}

.footer-banner-sp li {
	width: 48%;
}

.footer-banner-sp li:nth-child(n+3) {
	padding: 16px 0 0 0;
}

.footer-caption {
	font-size: 11px;
	padding: 10px 0 0 0;
}

.footer-caption__fig {
	width: 48px;
}

.copyright {
	font-size: 8px;
	padding: 8px 0;
	text-align: center;
}


@media screen and (min-width:480px) { 

.copyright {
	font-size: 10px;
	padding: 12px 0 18px 0;
}
}


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

.copyright {
	padding: 12px 0;
	text-align: center;
	display: block;
}
}


@media screen and (min-width:1000px) {

.footer-content {
	padding: 36px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row nowrap;
	width: 100%;
}

.footer-info {
	min-width: 300px;
	/*border-right: solid 1px #ddd;*/
}

.footer-logo {
	width: 200px;
}

.footer-address {
	font-size: 12px;
	padding: 16px 0 0 0;
}

.footer-tel {
	font-size: 12px;
}

.footer-nav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-flow: row wrap;
	list-style-type: none;
}

.footer-nav--fig {
	padding: 24px 0 0 0;
}

.footer-nav--fig a {
	padding: 0 10px;
}

.footer-nav--fig img {
	width: 120px;
}

.footer-nav__link {
	font-size: 14px;
	color: #444;
	padding: 0 10px;
}

.footer-nav__link:hover {
	text-decoration: underline;
}
	
.footer-nav__link p {
	display: inline-block;
}

.footer-banner-sp {
	display: none;
}

.footer-caption {
	padding: 10px 10px 0 0;
}

.footer-caption__fig {
	width: 56px !important;
}
}


@media screen and (min-width:1280px) {

}




/*=============================================
					共通部分
=============================================*/

/*----------------見出しなど-----------------*/

.section-heading {
	font-size: 20px;
	letter-spacing: 0.2em;
	text-align: center;
	position: relative;
	margin: 0 0 60px 0;
}

.section-heading--blog {
	text-align: left;
}

.section-heading:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -24px; /*下線の上下位置調整*/
	display: inline-block;
	width: 60px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	transform: translate(-50%); /*位置調整*/
	border-top: dotted 3px #3f82c4;
}

.section-heading--blog:before {
	left: 0;
	transform: translate(0%);
}

.section-intro-txt {
	width: 100%;
}

.thumb-area {
	position: relative;
}

.thumb-area img {
	border-radius: 8px;
}

.thumb-area__title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.75em;
	font-weight: 800;
	letter-spacing: 0.2em;
	border-radius: 8px 0 8px 0;
	opacity: 0.9;
}

.content-heading {
	font-size: 16px;
	letter-spacing: 0.2em;
	text-align: center;
	position: relative;
	margin: 24px 0;
}

.content-txt {
	padding: 6px 0 0 0;
}

.content-txt--no-pd {
	padding: 0;
}

.label  a {
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	padding: 4px 6px;
	color: #fff;
}


@media screen and (min-width:480px) { 
}


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

.section-heading--news {
	text-align: left;
}

.section-intro-txt {
	width: 85%;
}
}


@media screen and (min-width:1000px) {

.section-heading {
	font-size: 28px;
	margin: 0 0 80px 0;
}

.section-intro-txt {
	width: 720px;
	margin: 0 auto;
}

.content-heading {
	font-size: 20px;
	margin: 64px 0 48px;
}

.content-txt {
	font-size: 14px;
}
}


@media screen and (min-width:1280px) {
}


/*----------------インフォ-----------------*/

.info-logo {
	text-align: center;
}

.info-logo__fig {
	width: 160px;
	height: auto;
}

.info-address {
	text-align: center;
	padding: 40px 0 0 0;
	font-size: 12px;
}

.info-txt {
	text-align: center;
	padding: 24px 0 0 0;
}

.info-tel {
	padding: 8px 0 0 0;
	text-align: center;
}

.info-tel a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.info-schedule {
	border-collapse: collapse;
	border: solid 1px #3399ff;
	width: 100%;
	margin: 40px 0 0 0;
}

.info-schedule__time {
	width: 33.33%;
}

.info-schedule tr {
	border-collapse: collapse;
	border: solid 1px #3399ff;
}

.info-schedule td {
	color: #3399ff;
}

.info-schedule th,
.info-schedule td {
	padding: 8px;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-collapse: collapse;
	border: solid 1px #3399ff;
}

.info-holiday {
	padding: 5px 0 0 0;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
}


@media screen and (min-width:480px) { 

.info-address,
.info-txt {
}

.info-tel {
}

.info-tel a {
	font-size: 30px;
}

.info-schedule th,
.info-schedule td {
	font-size: 14px;
}

.info-holiday {
	font-size: 14px;
}
}


@media screen and (min-width:600px) { 

.info-logo {
	text-align: left;
}

.info-address {
	text-align: justify;
	padding: 24px 0 0 0;
}

.info-txt {
	text-align: justify;
}

.info-tel {
	text-align: justify;
}

.info-schedule {
	margin: 32px 0 0 0;
}

.info-schedule th,
.info-schedule td {
	font-size: 12px;
	line-height: 1.2;
	vertical-align: middle;
}

.info-holiday {
	font-size: 12px;
}
}


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

.info-tel {
	text-align: left;
}
}


@media screen and (min-width:1000px) {

.info-logo__fig {
	width: 200px;
}

.info-address {
	font-size: 14px;
	padding: 40px 0 0 0;
}

.info-tel {
	padding: 0;
}

.info-tel a {
	font-size: 36px;
}

.info-schedule th,
.info-schedule td {
	font-size: 14px;
	padding: 8px 6px;
}

.info-holiday {
	font-size: 14px;
}
}


@media screen and (min-width:1280px) {

.info-schedule th,
.info-schedule td {
	font-size: 16px;
}

.info-holiday {
	font-size: 16px;
}
}




/*-----------スマホ用問い合わせ-------------*/

.contact-area-sp {
	position: fixed;
	left: 5%;
	bottom: 8px;
	z-index: 200;
	width: 90%;
	display: flex;
	justify-content: space-between;
}

.contact-area-sp__item {
	width: 48.5%;
}

.contact-area-sp__link {
	display: block;
	border-radius: 6px;
	text-align: center;
	height: 42px;
	padding: 8px 0;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
}

.contact-area-sp__link p {
	display: inline-block;
}


@media screen and (min-width:480px) { 
}


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


@media screen and (min-width:1000px) {

.contact-area-sp {
	display: none;
}
}


@media screen and (min-width:1280px) {
}




/*------------電話番号お知らせ-------------*/

.fixed-tel { 
display: none;
}


@media screen and (min-width:480px) { 

}


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

}


@media screen and (min-width:1000px) {

.fixed-tel {
	display: block;
	position: fixed;
	top: 28px;
	right: 25px;
	font-size: 20px;
	color: #fff;
	font-style: italic;
	transition: 0.3s;
}

.fixed-tel.is-animation {
	font-size: 16px;
	background: rgba(61, 130, 195, 0.9);
	padding: 0 30px 16px 24px;
	border-radius: 0 0 0 8px;
	color: #fff;
	font-weight: 800;
	font-style: italic;
	text-align: center;
	right: 0;
	top: 50px;
	z-index: 100;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
	transition: 0.3s;
}
}


@media screen and (min-width:1280px) {
}




/*------------トップに戻る--------------*/

.pagetop { 
	position: fixed;
	right: 10px;
	bottom: 50px;
	cursor: pointer;
	width: 42px;
	height: 38px;
	background: url('https://bear-s.net/wp-content/uploads/2020/10/images/pagetop.png') no-repeat;
	background-size: contain;
	text-indent: 9999px;
	overflow: hidden;
	font-size: 1px;
}


@media screen and (min-width:480px) { 

.pagetop { 
	bottom: 54px;
	width: 45px;
	height: 40px;
}
}


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

.pagetop { 
	bottom: 55px;
	width: 48px;
	height: 42px;
}
}


@media screen and (min-width:1000px) {

.pagetop { 
	bottom: 15px;
	width: 64px;
	height: 56px;
}
}


@media screen and (min-width:1280px) {

.pagetop { 
	bottom: 24px;
}
}




/*---------------- パンくずリスト-----------------*/

.breadcrumb {
	display: flex;
	position: absolute;
	top: 24px;
	left: 5%;
}

.breadcrumb li {
	font-size: 14px;
}

.breadcrumb li + li::before {
	content: ">";
	margin-right: .3em;
}

.breadcrumb a {
	color: #3f82c4;
}


@media screen and (min-width:480px) {
}


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


@media screen and (min-width:1000px) {

.breadcrumb {
	left: 0;
}
}


@media screen and (min-width:1280px) {
}




/*=============================================
					ボタン
=============================================*/

.btn-box {
	width: 240px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 1.5em 0 0 0;
}

.btn-box--wide {
	width: 400px;
}

.btn-box--narrow {
	width: 200px;
}

.btn-box--tel {
	display: none;
}

.btn {
	position: relative;
	display: block;
	color: #fff;
	font-size: .9rem;
	font-weight: bold;
	padding: 1rem 2rem;
	text-decoration: none;
	transition: .3s;
	border-radius: 4px;
}

.btn--header-tel {
	font-size: 20px;
	padding: 7px 0;
}


@media screen and (min-width:480px) { 

}


@media screen and (min-width:600px) {

}


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

}


@media screen and (min-width:1000px) {

}


@media screen and (min-width:1280px) {

.btn-box {
	width: 240px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding: 1.5em 0 0 0;
}

.btn-box--wide {
	width: 400px;
}

.btn-box--narrow {
	width: 200px;
}

.btn-box--left {
	margin: 0;
}

.btn {
	position: relative;
	display: block;
	color: #fff;
	font-size: .9rem;
	font-weight: bold;
	padding: 1rem 2rem;
	text-decoration: none;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	border-radius: 4px;
}
}