@charset "UTF-8";
/*
theme Name: on
Author: himawari
Description: 自作テーマ
version： 1.0.0
*/
/*	【汎用】タイトル
---------------------------------*/

/*タイトル*/

.ttl-cmn01 {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1;
	color: #333433;
}

.ttl-cmn01 span {
	display: block;
	font-size: 1.6rem;
	color: #8FCC8A;
	margin-top: 1em;
	font-weight: 700;
}

.ttl-cmn02 {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	position: relative;
	padding-bottom: 10px;
	color: #333433;
}
.ttl-cmn02::before{
		content: '';
		background: #6B9068;
		width: 70px;
		height: 10px;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 2px;
}


@media screen and (max-width: 1023px){
	.ttl-cmn01 {
		font-size: 3rem;
		font-weight: 600;
		line-height: 1;
		color: #333433;
	}
	.ttl-cmn02 {
		font-size: 2.1rem;
	}


}

@media screen and (max-width:767px) {
	.ttl-cmn02::before{
		height: 6px;
}

	.ttl-cmn01 {
		font-size: 2.4rem;
	}
	.ttl-cmn01 span {
		font-size: 1.4rem;
		margin-top: 1em;
	}
	.ttl-cmn02 {
		font-size: 2.2rem;
		font-weight: 400;
	}

}


/*	【汎用】ボタン
---------------------------------*/

.btn-cmn01 {
	width: 243px;
	position: relative;
	display: inline-block;
}

.btn-cmn01.left {
	margin-left: auto;
	margin-right: 0;
}

.btn-cmn01 input, .btn-cmn01 a {
	display: inline-block;
	text-decoration :none;
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	background: none;
	padding-right: 20px;
	color: #000000;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background: #ECC02C;
	line-height: 55px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.btn-cmn01 input:hover, .btn-cmn01 a:hover {
	opacity: 0.7;
}

.btn-cmn01 a:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 55px;
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}



.btn-cmn02 a:hover {
	opacity: 1;
}
@media screen and (max-width:767px) {
	.btn-cmn01 a:after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 7%;
		width: 18px;
		height: 18px;
		background: url(../images/common/icon_arrow.png);
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width:767px) {
	.btn-cmn01 {
		width: 100%;
		max-width: 170px;
	}
	.btn-cmn01 input, .btn-cmn01 a {
		font-size: 1.4rem;
		line-height: 42px;
		font-weight: 400;
	}
	.btn-cmn01.left {
		margin-right: auto;
		margin-left: auto;
	}
}

.btn-cmn02 {
	width: 280px;
	margin-right: auto;
	margin-left: 0;
	max-width: 100%;
}


.btn-cmn02 input, .btn-cmn02 a {
	position: relative;
	width: 100%;
	background: none;
	border: 2px solid #707070;
	color: #333433;
	background: #eeeeee;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	display: flex;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	height: 80px;
}


.btn-cmn02 a:hover {
	opacity: 1;
}
.btn-cmn03 {
	width: 230px;
	margin-right: auto;
	margin-left: 0;
	max-width: 100%;
}


.btn-cmn03 input, .btn-cmn03 a {
	position: relative;
	width: 100%;
	background: none;
	color: #333333;
	background: #ECC02C;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 30px;
}

.btn-cmn03 a:hover {
	opacity: 1;
}
@media screen and (max-width:767px) {
	.btn-cmn02 {
		width: 100%;
		max-width: 320px;
	}
	.btn-cmn02 input, .btn-cmn02 a,
	.btn-cmn03 input, .btn-cmn03 a {
		font-size: 1.4rem;
		height: 50px;
	}
	.btn-cmn02.left {
		margin-right: auto;
		margin-left: auto;
	}
}
/*	【共通】パンくず
---------------------------------*/

.topicpath {
	padding: 20px 0;
	color: #666;
}

.topicpath {
	font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {
	.topicpath_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.topicpath {
		font-size: 1rem;
	}
}
/*	ページネーション
---------------------------------*/
.pagination {
	margin-top: 12px;
	text-align: center;
	margin-bottom: 80px;
  }
  
  .pagination a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }
  
  .pagination a:hover {
	opacity: 0.6;
  }
  
  .pagination a.next,
  .pagination a.prev {
	font-size: 16px;
  }
  
  .pagination a.next:hover,
  .pagination a.prev:hover {
	opacity: 0.6;
  }
  
  .page-numbers {
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #333333;
	display: inline-block;
	height: 30px;
	line-height: 1.4;
	margin-right: 5px;
	min-width: 30px;
	text-align: center;
	text-decoration: none;
  }
  
  .page-numbers:last-child {
	margin-right: 0;
  }
  
  .page-numbers.current {
	background: #ECC02C;
	border: solid 1px #d4d4d4;
	color: #333;
  }
  
  .page-numbers.dots,
  .page-numbers.next,
  .page-numbers.prev {
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #333333;
	display: inline-block;
	height: 30px;
	line-height: 1.6;
	margin-right: 5px;
	min-width: 30px;
	text-align: center;
  }
  
  @media screen and (max-width: 767px) {
	.pagination {
	  margin-top: 25px;
	}
  }
  
/*	共通
---------------------------------*/

span {
	font-weight: inherit;
	letter-spacing: inherit;
}

.spacing100 {
	letter-spacing: 0.1em;
}

.txt-white {
	color: #fff;
}

.txt-serif {
	font-family: 'Noto Serif JP';
}

.sp-txtleft-cmn {
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.item-cmn-2column.tb-100 {
		width: 100%;
		margin: 0 auto 25px;
	}
	.item-cmn-2column.tb-100:last-of-type {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	/*スマホ時左寄せテキスト*/
	.sp-txtleft-cmn {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
}

/*	【汎用】テーブル
---------------------------------*/

.tbl-cmn01 table {
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: left;
}

.tbl-cmn01 table tr {
	border-bottom: 1px solid #ccc;
}

.tbl-cmn01 table th {
	padding: 15px 50px;
	width: 25%;
	background: #efeeea;
	font-weight: 600;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}

.tbl-cmn01 table td {
	padding: 15px 50px;
	border-right: 1px solid #ccc;
}

@media screen and (max-width:767px) {
	.tbl-cmn01 table {
		font-size: 1.4rem;
	}
	.tbl-cmn01 table th {
		display: block;
		padding: 10px 20px;
		width: 100%;
		border-right: 1px solid #ccc;
	}
	.tbl-cmn01 table td {
		display: block;
		padding: 10px 20px;
		width: 100%;
		border-left: 1px solid #ccc;
	}
}

.tbl-cmn02 table {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}


.tbl-cmn02 table th {
	padding: 15px 0 15px 20px;
	width: 40%;
	font-weight: 600;
	vertical-align: middle;
}

.tbl-cmn02 table td {
	padding: 15px 50px;
	width: 60%;
}

@media screen and (max-width:767px) {
	.tbl-cmn02 table {
		font-size: 1.4rem;
	}
	.tbl-cmn02 table th {
		display: block;
		padding: 10px 20px;
		width: 100%;
	}
	.tbl-cmn02 table tr {
		border-bottom: 1px solid #ccc;
	}
	
	.tbl-cmn02 table td {
		display: block;
		padding: 10px 20px;
		width: 100%;
	}
}

/*object-fit(cover)*/

.ojf {
	position: relative;
	height: auto;
}

.ojf:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.ojf img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*	下層メインイメージ
---------------------------------*/
.subhd{
	height: 310px;
	background:no-repeat center center / cover;
	 background: #2b6b37bd;
	position: relative;
}

.subhd h2{
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	position: absolute;
    top: 48%;
	color: #fff;
    opacity: 1;
	transform: translateY(-50%);
}

.subhd h2 .en{
	margin-bottom: 16px;
    display: block;
	color: #fff;
    padding-left: 10px;
    font-size: 2rem;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.category-page a{
	color: #2B6B37;
	border: #2B6B37 3px solid;
	background-color: #fff;
}
@media screen and (max-width:1079px) {
	.subhd{
		height: 300px;
	}
}
@media screen and (max-width:767px) {
	.subhd{
		height: 130px;
	}
	.subhd h2{
		font-size: 2.4rem;
	}
	.subhd h2 .en {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:500px) {
	.subhd{
		height: 130px;
	}
	.subhd h2{
		font-size: 2rem;
		padding: 0 5px;
	}
	.subhd h2 .en {
		font-size: 1.4rem;
	}
}
.breadcrumb {
	padding: 40px 0 60px;
}
@media screen and (max-width:767px) {
	.breadcrumb{
		padding: 30px 0;
	}
}

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeInAnime{
	  0% {
		opacity: 0;
	  }
	
	  100% {
		opacity: 1;
	  }
	}

/* フェードイン用のCSS */
.slide-bottom {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1.3s 0s ease-out;
  }

  /*　プライバシーポリシー　*/
.privacypolicy h3 {
	font-size: 2.4rem;
  }
  .contact-privacy-box {
	height: 290px;
	border: 1px solid #ccc;
	overflow-y: scroll;
	padding: 29px 74px 11px 30px;
	text-align: left;
  }
  
  .contact-privacy-box p {
	margin: 0 0 20px;
	line-height: 1.63;
  }
  
  .contact-privacy-box dt {
	font-weight: 600;
	line-height: 1.63;
  }
  
  .contact-privacy-box dd {
	margin: 0 0 20px;
	line-height: 1.6;
  }
  
  @media screen and (max-width: 767px) {
	.contact-privacy-box {
	  margin: 0 0 25px;
	  padding: 10px;
	}
	.contact-privacy-box p {
	  margin: 0 0 10px;
	  font-size: 1.3rem;
	}
	.contact-privacy-box dt, .contact-privacy-box dd {
	  font-size: 1.3rem;
	}
  }
  
  /*スクロールバー全体*/
  ::-webkit-scrollbar {
	width: 10px;
  }
  
  ::-webkit-scrollbar-button {
	vertical: decrement;
  }
  
  /*スクロールバーの軌道*/
  ::-webkit-scrollbar-track {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
			box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  }
  
  /*スクロールバーの動く部分*/
  ::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0 1px white;
			box-shadow: 0 0 0 1px white;
  }
  