@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.otf) format('opentype');
 }


html{
	font-size: 62.5%;/*16px × 62.5%=10px*/
	overflow:auto;
}
body{
	color: #333;
	line-height: 1.8;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.03rem;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,sans-serif;
	max-width: 100%;
	heigt: auto;
	overflow: hidden;
	text-align: justify;
	margin: 0 auto;
}
img{
	max-width: 100%;
	height: auto;
}

a{
	color: #000;
}
a:visited{
	color : none;
}
/*:not(.activity-item-a)*/
a:hover{
	opacity: 0.5;
	transition: .5s; 
}
small{
	display: block;
	color: #919191;
	font-size: 1.2rem;
}


.text-center{
	text-align: center;
}
.text-bold{
	font-weight: bold;
}
.flex{
	display: flex;
}
.flex_re{
	flex-direction: row-reverse;
}
.pc_none{
	display: none;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
.inner{
	max-width: 1160px;
	padding-left: 8%;
	padding-right: 8%;
	margin: 0 auto;
}
.inner2{
	max-width: 960px;
	padding-left: 8%;
	padding-right: 8%;
	margin: 0 auto;	
}

.logo{
	width: 88px;
	margin-top: 12px;
	margin-right: 8px;
}
.marker{
	background: linear-gradient(transparent 70%, #f1f39e 40%);
}
/*ｰｰｰｰｰｰｰｰサイトcolorｰｰｰｰｰｰｰｰ*/
.cl-main{
	color: #166035;
}
.cl-accent{
	color: #333f50;
}
.cl-fff{
	color: #fff;
}
.cl-gray{
	color: #404040;
}
.bgc-main{
	background-color: #166035;
}
.bgc-accent{
	background-color: #333f50;
}

.bgc-gray{
	background-color: #404040;
}
.bgc-white{
	background-color: #fff;
}
.bgc-sub{
	background-color: #e7f2dd;
	margin-top: 80px;
	padding: 56px;
	border-radius: 20px;
}
.f18{
	font-size: 1.8rem;
}
/*-----------ボタン-----------*/
.btn{
}
	
.btn-trigger{
	display: none;
	position: static;
}
/*-----------fadein-----------*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transform: translate(0, 75px);
    transition: all 0.5s;
}


/*ｰｰｰｰｰｰｰｰsection titleｰｰｰｰｰｰｰｰ*/
.section{
	padding: 80px 0;
}
.section-title{
	color: #166035;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,sans-serif;
	font-weight: bold;
	font-size: 4rem;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
	margin-bottom: 64px;
}
.section-title::after{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	border-top: 4px solid #166035;
}
.section-text{
	font-size: 1.8rem;
	margin-bottom: 16px;
}

/*--------------------

header

---------------------*/
.header{
	position: fixed;
	background-color: #fff;
	z-index: 100;
	width:100%;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	height: 80px;
	box-sizing: border-box;
}
.header-layout{
	justify-content: space-between;
}
.header-right{
	margin-top:10px;
	z-index: 100;
}
.header-text{
	font-size: 2.2rem;
	line-height: 80px;
}
.tel-num{
	font-size: 3.5rem;
	font-weight: bold;
	margin-left: 4px;
	line-height: 1;
	margin-top: 8px;
}
.header-right object{
	pointer-events: none;
	display: inline-block;
}
.header-right a{
	display: inline-block;
}
.contact_time{
	line-height: 1.2;
	text-indent: -5px;
}

/*--------------------

Main

---------------------*/
.main-img{
	padding-top: 80px;
	text-align: center;
}
/*--------------------

article

---------------------*/
.art1_layout{
	justify-content: center;
	padding: 32px 0;
	align-items: center;
}
.art_title{
	font-size: 2.4rem;
}
.img_contact{
	border-radius: 12px;
	margin-left: 8%;
	width: 300px;
	height: auto;
}
.art1 .tel-num{
	font-size: 4rem;
	margin-left: 6px;
}
.art_tel{
	margin: 16px 0 4px 0;
}


/*section*/
.sub_title{
	font-size: 2.8rem;
	color: #166035;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: bold;
	text-align: center;
	margin-bottom: 32px;
	line-height: 1.4;
}
.sec2 h3{
	font-size: 3.2rem;
	line-height: 1.2;
}
.point-title-wrap{
	border-left: 8px solid #166035;
	padding-left: 16px;
	margin-bottom: 16px;
}
.point-img{
	display: block;
	width: 50%;
	height: 100%;
    box-shadow: 5px 5px 0px #e7f2dd;
	margin-bottom: 64px;
	flex-shrink: 0
}
.point-text{
	margin-bottom: 48px;
}
.point-item{
	text-indent: -2rem;
	margin-left: 2rem;
}
.img_right{
	margin-left: 4%;
}
.img_left{
	margin-right: 4%;
}
/*access*/
.access-list{
	padding-left: -24px;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.access-item{
	padding-left: 24px;
	width: 33.333%;
	box-sizing: border-box;
	margin-bottom: 56px;
}
.access-img{
	display: block;
	padding-bottom: 16px;
}
.access-title{
	font-size: 2rem;
}

.btn_access{
	color: #fff;
	background-color: #166035;
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 12px;
	border-radius: 8px;
	margin-top: 8px;	
	border: 1px solid #166035;
	transition: .5s; 
}

.btn_access:hover {
    background-color: #fff;
	border: 1px solid #166035;
    color: #166035;	
	opacity: 10;	
	

}
.btn_access::after{
	content: "▶";
	display: inline-block;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 24px;
	font-size: 10px;
	transition: .5s; 
}
.btn_access:hover::after{
	right: 16px;
}


/*スクロール*/
 #page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #166035;
  opacity: 0.6;
  border-radius: 50%;
}
#page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
	top: -16px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
	transition: 0.3s;
}
#page-top a:hover::before{
	top: -24px;

}


/*--------------------

footer

---------------------*/
.footer{
	background-color: #363636;
	padding: 32px;
}
.footer small{
	color: #fff;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,sans-serif;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 8px;
}	

@media screen and ( max-width:1024px) {
	.tablet_none{
		display: none;
	}
	.section-title{
		font-size: 3.6rem;
	}
	.art1 .tel-num{
		font-size: 3.6rem;
	}

}
@media screen and (max-width:736px) { 
	.flex{
		display: block;
	}
	.sp_flex{
		display: flex;
	}
	.sp{
		display: block;
	}

	.sp_none{
		display: none;
	}
	.sp-br{
		display: block;
	}
	
	.pc{
		display: none;
	}
	.logo {
		width: 56px;
	}
	.header{
		height: 56px;
	}
	.header-text {
		font-size: 1.6rem;
		line-height: 56px;
	}
	.header-right{
		margin-top: 14px;
	}

	.main-img{
		padding-top: 56px;
	}
	.section-title {
		font-size: 2.8rem;
		padding-top: 0;
	}
	
	.bgc-sub {
		padding: 8%;
			
		}
	.sub_title {
		font-size: 2.4rem;
		margin-bottom: 16px;
	}
	.sec2 h3{
		font-size: 2.4rem;
	}
	.img_contact{
		margin-left: 0;
		width: 100%;
		margin-top: 16px;
	}
	.art_tel{
		margin: 8px 0 4px 0;
	}
	.art1_layout{
		text-align: center;
	}
	
	/*point*/
	.img_right,.img_left{
		margin: 0;
		width: 100%;
		margin-bottom: 32px;
	}
	.access-list{
		padding-left:0;
	}
	.access-item {
     padding-left: 0; 
     width: 100%; 
		margin-bottom: 48px;
}
	.access-img {
		width: 100%;
	}
	.btn_access{
		color: #fff;
		background-color: #166035;
		display: block;
		text-align: center;
		font-weight: bold;
		font-size: 1.8rem;
		padding: 8px;
		border-radius: 8px;
		margin-top: 8px;
	}
	.art_title{
		font-size: 1.8rem;
}
}

@media screen and (max-width:375px) { 
	.art1 .tel-num {
		font-size: 3.2rem;
	}
	.sub_title {
		font-size: 2.3rem;
	}

}