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

/* 見出しテキスト 追加 */
.c_midashi01{
	position: relative;
	display: inline-block;
	background-image: url(../img/common/c_midashi01-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 22px 0 10px 0;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
.c_midashi01::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 16%;
	display: block;
	background-color: #f4ece3;
	width: 68%;
	height: 2px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi01{
		background-size: 120px auto;
		padding: 18px 0 10px 0;
		font-size: 26px;
	}
}
@media print{
	.c_midashi01{
		background-size: 120px auto;
		padding: 18px 0 10px 0;
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi01{
		background-size: 100px auto;
		padding: 16px 0 10px 0;
		font-size: 20px;
	}
}

.c_midashi02{
	position: relative;
	background-color: #330d0d;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	padding: 16px 0;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: white;
	text-align: center;
}
.c_midashi02::before{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 1.4%;
	display: block;
	background-color: #caa175;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	width: 97.2%;
	height: 20px;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi02{
		font-size: 26px;
	}
}
@media print{
	.c_midashi02{
		padding: 14px 0;
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi02{
		border-radius: 8px;
		-webkit-border-radius: 8px; 
		-moz-border-radius: 8px;
		padding: 10px 0;
		font-size: 20px;
	}
	.c_midashi02::before{
		bottom: -5px;
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;
	}
}

.c_midashi03{
	background-image: url(../img/common/c_midashi03-bg.jpg);
	background-position: center center;
	background-repeat: repeat;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 16px 0;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: white;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi03{
		font-size: 22px;
	}
}
@media print{
	.c_midashi03{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi03{
		padding: 12px 0;
		font-size: 16px;
	}
}

.c_midashi04{
	position: relative;
	display: inline-block;
	padding-bottom: 24px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #330d0d;
}
.c_midashi04::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: block;
	background-color: #330d0d;
	margin-left: -30%;
	width: 60%;
	height: 4px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi04{
		font-size: 26px;
	}
}
@media print{
	.c_midashi04{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi04{
		padding-bottom: 17px;
		font-size: 20px;
	}
	.c_midashi04::before{
		height: 2px;
	}
}

.c_midashi05{
	position: relative;
	padding-top: 20px;
	text-align: center;
}
.c_midashi05 .midashi_tit{
	position: relative;
	display: inline-block;
	padding-bottom: 24px;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #330d0d;
}
.c_midashi05 .midashi_tit::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: block;
	background-color: #330d0d;
	margin-left: -30%;
	width: 60%;
	height: 4px;
	z-index: 3;
}
.c_midashi05 .midashi_sub{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	font-family: 'Noto Serif JP', sans-serif;
	color: #4a981b;
	line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_midashi05{
		padding-top: 17px;
	}
	.c_midashi05 .midashi_tit{
		padding-bottom: 20px;
		font-size: 26px;
	}
	.c_midashi05 .midashi_sub{
		font-size: 15px;
	}
}
@media print{
	.c_midashi05{
		padding-top: 16px;
	}
	.c_midashi05 .midashi_tit{
		padding-bottom: 20px;
		font-size: 22px;
	}
	.c_midashi05 .midashi_sub{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.c_midashi05{
		padding-top: 14px;
	}
	.c_midashi05 .midashi_tit{
		padding-bottom: 18px;
		font-size: 20px;
	}
	.c_midashi05 .midashi_tit::before{
		height: 2px;
	}
	.c_midashi05 .midashi_sub{
		font-size: 12px;
	}
}


/* 見出しテキスト汎用スタイル */
.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: 1139px) {
	.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-waku01{
	border: #4a981b solid 1px;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.c_text-waku01{
		padding: 10px;
	}
}


/* テキスト装飾汎用スタイル */
.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;
}


/* ボタン装飾 */
.c_bt01{
	overflow: hidden;
}
.c_bt01 a{
	position: relative;
	display: block;
	border: white solid 1px;
	padding: 18px 0 20px 0;
	text-align: center;
	color: white;
}
.c_bt01 a .bt_arrow{
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	font-size: 26px;
	line-height: 1;
	z-index: 6;
}
.c_bt01 a .bt_txt{
	position: relative;
	z-index: 6;
}
.c_bt01 a{/* ホバー時の設定 */
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.c_bt01 a:hover{
	color: #3d2616;
}
.c_bt01 a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: white;/* 背景色 */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .06s;
}
.c_bt01 a:hover::after{
	transform: scale(1, 1);
}

.c_bt02{
	overflow: hidden;
}
.c_bt02 a{
	position: relative;
	display: block;
	border: white solid 1px;
	background-color: rgba(255,255,255,0.8);
	padding: 18px 0 20px 0;
	text-align: center;
	color: #330d0d;
}
.c_bt02 a .bt_arrow{
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	font-size: 26px;
	line-height: 1;
	z-index: 6;
}
.c_bt02 a .bt_txt{
	position: relative;
	z-index: 6;
}
.c_bt02 a{/* ホバー時の設定 */
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.c_bt02 a:hover{
	color: white;
}
.c_bt02 a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #330d0d;/* 背景色 */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .06s;
}
.c_bt02 a:hover::after{
	transform: scale(1, 1);
}


/* 画像トリミング*/
.trim01{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.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_photo-waku01{
	position: relative;
	margin: 0;
}
.c_photo-waku01::before{
	content: '';
	position: absolute;
	top: 1.2%;
	left: 1.2%;
	display: block;
	border: white solid 1px;
	width: 97.6%;
	height: 97.6%;
	z-index: 3;
}


/* 背景パララックス */
.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-000000{/* 背景色単色 */
	background-color: #000000;
}


/* ページング */
.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;
	}
}

.c_gmap-min{
	overflow: hidden;
	position: relative;
	margin: 0;
	width: 100%;
	height: 280px;
}
.c_gmap-min iframe,
.c_gmap-min object,
.c_gmap-min embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_gmap-min{
		height: 260px;
	}
}
@media print{
	.c_gmap-min{
		height: 260px;
	}
}
@media screen and (max-width: 767px) {
	.c_gmap-min{
		height: 220px;
	}
}


/* 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: 1139px) {
	#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: -80px;
	display: block;
}
@media screen and (max-width: 767px) {
	.anker_po{
		top: -70px;
	}
}
