@charset "utf-8";
/*
 * 小規模な装飾に関する共通のCSS
 */

/* 見出しテキスト 追加 */
.c_midashi01-wh{
	position: relative;
	border-bottom: white solid 2px;
	padding: 54px 0 20px 0;
	color: white;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.c_midashi01-wh .main{
	font-size: 14px;/* 14-13-11-14 */
}
.c_midashi01-wh .sub{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 36px;/* 36-30-24-22 */
	font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.c_midashi01-wh{
		padding: 48px 0 20px 0;
	}
	.c_midashi01-wh .main{
		font-size: 13px;/* 14-13-11-14 */
	}
	.c_midashi01-wh .sub{
		font-size: 30px;/* 36-30-24-22 */
	}
}
@media print{
	.c_midashi01-wh{
		padding: 42px 0 20px 0;
	}
	.c_midashi01-wh .main{
		font-size: 11px;/* 14-13-11-14 */
	}
	.c_midashi01-wh .sub{
		font-size: 24px;/* 36-30-24-22 */
	}
}
@media screen and (max-width: 767px) {
	.c_midashi01-wh{
		padding: 36px 0 15px 0;
	}
	.c_midashi01-wh .main{
		font-size: 14px;/* 14-13-11-14 */
	}
	.c_midashi01-wh .sub{
		font-size: 22px;/* 36-30-24-22 */
	}
}

.c_midashi01-wh-l{
	position: relative;
	padding: 54px 0 20px 0;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.c_midashi01-wh-l .main{
	font-size: 14px;/* 14-13-11-14 */
}
.c_midashi01-wh-l .sub{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 36px;/* 36-30-24-22 */
	font-weight: 700;
	color: #006400;
}
.c_midashi01-wh-l::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background-color: #006400;/* バー色指定 */
	width: 30px;
	height: 2px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.c_midashi01-wh-l{
		padding: 48px 0 20px 0;
	}
	.c_midashi01-wh-l .main{
		font-size: 13px;/* 14-13-11-14 */
	}
	.c_midashi01-wh-l .sub{
		font-size: 30px;/* 36-30-24-22 */
	}
}
@media print{
	.c_midashi01-wh{
		padding: 42px 0 20px 0;
	}
	.c_midashi01-wh .main{
		font-size: 11px;/* 14-13-11-14 */
	}
	.c_midashi01-wh .sub{
		font-size: 24px;/* 36-30-24-22 */
	}
}
@media screen and (max-width: 767px) {
	.c_midashi01-wh-l{
		padding: 36px 0 15px 0;
	}
	.c_midashi01-wh-l .main{
		font-size: 14px;/* 14-13-11-14 */
	}
	.c_midashi01-wh-l .sub{
		font-size: 22px;/* 36-30-24-22 */
	}
}

.c_midashi02{
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.c_midashi02 .main{
	font-size: 14px;/* 14-13-11-14 */
}
.c_midashi02 .sub{
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	margin: 0;
	font-size: 36px;/* 36-30-24-22 */
	font-weight: 700;
	color: #006400;
}
.c_midashi02 .sub::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: block;
	background-color: #006400;/* バー色指定 */
	margin-left: -15px;
	width: 30px;
	height: 2px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.c_midashi02 .main{
		font-size: 13px;/* 14-13-11-14 */
	}
	.c_midashi02 .sub{
		font-size: 30px;/* 36-30-24-22 */
	}
}
@media print{
	.c_midashi02 .main{
		font-size: 13px;/* 14-13-11-14 */
	}
	.c_midashi02 .sub{
		font-size: 30px;/* 36-30-24-22 */
	}
}
@media screen and (max-width: 767px) {
	.c_midashi02 .main{
		font-size: 14px;/* 14-13-11-14 */
	}
	.c_midashi02 .sub{
		padding-bottom: 15px;
		font-size: 22px;/* 36-30-24-22 */
	}
}

.c_midashi03{
	border: #006400 solid 1px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	padding: 8px 0;
	font-size: 24px;
	font-weight: 700;
	color: #006400;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.c_midashi03{
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		font-size: 19px;
	}
}
@media print{
	.c_midashi03{
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi03{
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		font-size: 16px;
	}
}


/* 見出しテキスト汎用スタイル */
.c_txt-u60pbar{/* テキスト中央・下に60％のバー */
	letter-spacing: 0.08em;
	text-align: center;
}
.c_txt-u60pbar .in{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 600;
	line-height: 1.4;
}
/** 先頭の文字色だけ変更パターン
.c_txt-u60bar .in:first-letter{
	color: #214b9f;
}
**/
.c_txt-u60pbar .in::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 20%;
	display: block;
	background-color: #e3d31c;/* バー色指定 */
	width: 60%;
	height: 3px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.c_txt-u60pbar .in{
		padding-bottom: 22px;
	}
}
@media print{
	.c_txt-u60pbar .in{
		padding-bottom: 22px;
	}
}
@media screen and (max-width: 767px) {
	.c_txt-u60pbar .in{
		padding-bottom: 18px;
	}
}

.c_txt-lr30bar{/* テキスト中央・左右に30pxのバー */
	text-align: center:
}
.c_txt-lr30bar .in{
	position: relative;
	display: inline-block;
}
.c_txt-lr30bar .in::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -50px;
	display: block;
	background-color: #171717;/* バー色指定 */
	width: 30px;
	height: 1px;
	z-index: 3;
}
.c_txt-lr30bar .in::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	display: block;
	background-color: #171717;/* バー色指定 */
	width: 30px;
	height: 1px;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.c_txt-lr30bar .in::before{
		left: -30px;
		width: 20px;
	}
	.c_txt-lr30bar .in::after{
		right: -30px;
		width: 20px;
	}
}

.c_txt-l30bar{/* テキスト前方に30pxのバー */
	position: relative;
	padding-left: 37px;
}
.c_txt-l30bar::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	background-color: #171717;/* バー色指定 */
	margin-top: -1px;
	width: 30px;
	height: 2px;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.c_txt-l30bar{/* 背景色あり、テキスト前にバー */
		padding-left: 22px;
	}
	.c_txt-l30bar::before{
		width: 15px;
	}
}


/* テキスト装飾 追加 */
.c_text-grbox{
	background-color: #006400;
	padding: 30px;
	color: white;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.c_text-grbox{
		padding: 20px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
}
@media print{
	.c_text-grbox{
		padding: 15px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c_text-grbox{
		padding: 10px;
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
	}
}



/* テキスト装飾汎用スタイル */
.check_list{/* チェックマーク付きリスト */
	overflow: hidden;
}
.check_list li{
	background-image: url(../img/common/ic_check01.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 3px 0 3px 32px;
}

/* ホバー部分の汎用CSS */
.c_bt-hv01{
	position: relative;
	display: block;/* 重複時書き換えがないよう注意 */
	text-decoration: none;
}
.c_bt-hv01::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;/* ホバー高さ */
	background: #076715;/* ホバー色 */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .1s;
}
.c_bt-hv01:hover::after{
	transform: scale(1, 1);
}
.c_bt-hv01 .hv_txt{/* ボタン内テキスト位置 */
	position: relative;
	display: block;
	z-index: 3;
}
.c_bt-hv01:hover{/* ホバー時変化が起きないよう */
	color: white;
	text-decoration: none;
}

/* ボタン装飾 */
.c_bt01-wh{
	overflow: hidden;
}
.c_bt01-wh a{
	overflow: hidden;
	display: block;
	position: relative;
	border: white solid 1px;
	background: transparent;
	background-color: white;
	padding: 10px 0 8px 0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	color: #006400;
	text-align: center;
	z-index: 1;
	transition: .3s;
}
.c_bt01-wh a .bt_txt{
	position: relative;
	z-index: 3;
}
.c_bt01-wh a .bt_arrow{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	line-height: 1;
	z-index: 3;
}
.c_bt01-wh a::before{
	content: "";
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	background: #006400;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
.c_bt01-wh a:hover{
	color: white;
	text-decoration: none;
}
.c_bt01-wh a:hover::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
@media screen and (max-width: 767px) {
	.c_bt01-wh a{
		padding: 8px 0 6px 0;
		font-size: 15px;
	}
	.c_bt01-wh a .bt_arrow{
		right: 10px;
		margin-top: -7px;
	}
}

.c_bt01-bl{
	overflow: hidden;
}
.c_bt01-bl a{
	overflow: hidden;
	display: block;
	position: relative;
	border: #222222 solid 1px;
	background: transparent;
	background-color: #222222;
	padding: 10px 0 8px 0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	color: white;
	text-align: center;
	z-index: 1;
	transition: .3s;
}
.c_bt01-bl a .bt_txt{
	position: relative;
	z-index: 3;
}
.c_bt01-bl a .bt_arrow{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -9px;
	line-height: 1;
	z-index: 3;
}
.c_bt01-bl a::before{
	content: "";
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	background: #686868;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
}
.c_bt01-bl a:hover{
	color: white;
	text-decoration: none;
}
.c_bt01-bl a:hover::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
@media screen and (max-width: 767px) {
	.c_bt01-bl a{
		padding: 8px 0 6px 0;
		font-size: 15px;
	}
	.c_bt01-bl a .bt_arrow{
		right: 10px;
		margin-top: -7px;
	}
}

/* アニメーション */
.c_anime01{   
	animation-name: c_anime01;/* 名称指定 */
	animation-delay: 0s;/* 開始時間指定 */
	animation-duration: 3s;/* 動作時間の指定 */
	animation-timing-function: ease-in-out;/* 徐々に早く徐々に遅く */
	animation-iteration-count: infinite;/* ループ */
}
@keyframes c_anime01{
	0% {
    transform: translateY(0);
	}
	50% {
    transform: translateY(-20px);
	}
	100% {
    transform: translateY(0);
	}
}

/* 画像トリミング */
.trim01{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	.trim01{
		height: 220px;
	}
}
@media print{
	.trim01{
		height: 220px;
	}
}
@media screen and (max-width: 767px) {
	.trim01{
		height: 180px;
	}
}
/* 枠内に収納 */ .trim01 img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* 画像ホバー時に拡大
		<div class="c_img-sz">
			<figure class="○○○"><img src="" alt="" width="" height="" class="object_fit-cover" ></figure>
		</div>
 */
.c_img-sz{
	overflow: hidden;
	width: 100%;
}
.c_img-sz img{
 transition: 0.5s all;
}
.c_img-sz img:hover{
  transform: scale(1.2,1.2);
  transition: 0.7s all;
}

/* 背景パララックス */
.c_parallax-bg{
	background-image: url();
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	width: 100%;
	height: 460px;/* 高さ */
}
@media print{
	.c_parallax-bg{
	  background-attachment: inherit;
		height: 460px;/* 高さ */
	}
}

/* 背景layout */
.c_bg-eeeeee{/* 背景色単色 */
	background-color: #eeeeee;
}


/* ページング */
.paging .current,
.paging .paging-text{margin:0px 2px;color:#1475bc;border:1px solid #1475bc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;font-size: 12px;}
.paging .paging-text a{padding:3px 8px; display:block;}
.paging .current{background: #1475bc;border:1px solid #1475bc;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
.paging .paging-text a:hover{background: #e2edf4;text-decoration:none;cursor:pointer;}
@media screen and (max-width: 767px) {
	.paging .paging-text{margin:0px;font-size: 10px;}
	.paging .paging-text a{padding:1px 4px;}
	.paging .current{padding:1px 4px;}
}


/* googlemapレスポンシブ */
.c_gmap{
	overflow: hidden;
	position: relative;
	margin: 0;
	width: 100%;
	height: 460px;
}
.c_gmap iframe,
.c_gmap object,
.c_gmap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.c_gmap{
		height: 260px;
	}
}


/* YouTubeレスポンシブ */
.c_youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c_youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ページ先頭へのリンク */
#pagetop{
	position: fixed;
	bottom:20px;
	right:10px;
	z-index:100;
}
@media screen and (min-width: 768px) and (max-width: 1109px) {
	#pagetop img{
		width: 45px;/* TAB時サイズ指定 */
	}
}
@media print{
	#pagetop{
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	#pagetop img{
		width: 40px;/* sp時サイズ指定 */
	}
}


/* ankerリンク余白 */
.anker_po{
	position: relative;
	top: -100px;
	display: block;
}
@media screen and (max-width: 767px) {
	.anker_po{
		top: -70px;
	}
}
