@charset "utf-8";
/*
 * ページ共通のCSSを記述
 * ある程度まとまった領域のCSSです
 */

/*
 * header ヘッダ 
 */
#c_header{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}

.c_header-area{
	overflow: hidden;
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	padding: 20px 45px;
	display: table;
	width: 100%;
	z-index: 1;
}
.c_header-area .area_logo{
	display: table-cell;
	width: 270px;
	vertical-align: middle;
}
.c_header-area .area_text{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.c_header-text01{
	box-sizing: content-box;
	position: relative;
	top: 15px;
	display: table;
	margin-left: auto;
	font-size: 0px;
}
.c_header-text01 li{
	display: inline-block;
	vertical-align: top;
}
.c_header-text01 .text01_tel{/* 電話 */
	padding-right: 48px;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: white;
	line-height: 27px;
}
.c_header-text01 .text01_tel img{
	position: relative;
	top: -2px;
	margin: 0 10px 0 0;
}
.c_header-text01 .text01_time{/* 営業時間 */
	position: relative;
	top: -2px;
	padding-right: 30px;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	color: white;
}
.c_header-text01 .text01_fax{/* FAX */
	box-sizing: content-box;
	position: relative;
	top: -15px;
	border: white solid 1px;
	margin-right: 10px;
}
.c_header-text01 .text01_fax a{
	display: block;
	padding: 20px 18px 0 18px;
	height: 62px;
}
.c_header-text01 .text01_mail{/* MAIL */
	box-sizing: content-box;
	position: relative;
	top: -15px;
	border: white solid 1px;
	padding: 0px 10px 0 10px;
	height: 62px;
	font-size: 34px;
	color: white;
}
.c_header-text01 .text01_mail a{
	color: white;
}

.c_header-nav{
	overflow: hidden;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 0px;
}
.c_header-nav li{
	display: inline-block;
	padding-right: 15px;
	font-size: 20px;
}
.c_header-nav li:last-child{
	padding-right: 0px;
}
.c_header-nav li a{
	color: white;
}
.c_header-nav li .menu_li{/* hover */
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.c_header-nav li .menu_li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: white;/* ボーダーカラー */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .1s;
}
.c_header-nav li .menu_li:hover::after {
	transform: scale(1, 1);
}

.c_header-nav li .menu_li .active::after{/* アクティブ時の設定 */
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: white;/* ボーダーカラー */
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .1s;
}
.c_header-nav li .menu_li .active:hover::after{
	transform: scale(1, 1);
}

/* area02 */
.c_header-area02{
	position: absolute;
	bottom: 85px;
	left: 0;
	padding-left: 80px;
	z-index: 1;
}

.c_header-bg{
	position: relative;
	left: 50%;
	margin-left: -1000px;
	z-index: -1;
}
@media screen and (min-width: 1140px) and (max-width: 1280px) {
	#c_header{
		min-width: 1140px;
	}
	
	.c_header-area{
		padding: 20px 20px 30px 20px;
	}
	.c_header-area .area_logo{
		width: 240px;
	}

	.c_header-text01 .text01_tel{/* 電話 */
		padding-right: 20px;
		font-size: 18px;
	}
	.c_header-text01 .text01_tel img{
		width: 26px;
	}
	.c_header-text01 .text01_time{/* 営業時間 */
		top: 2px;
		padding-right: 10px;
		font-size: 13px;
	}
	.c_header-text01 .text01_fax{/* FAX */
		top: 2px;
		margin-right: 10px;
		width: 120px;
		text-align: center;
	}
	.c_header-text01 .text01_fax a{
		display: block;
		padding: 2px 5px 5px 5px;
		height: auto;
	}
	.c_header-text01 .text01_mail{/* MAIL */
		top: 2px;
		padding: 2px 10px 5px 10px;
		height: auto;
		font-size: 19px;
		line-height: 1;
	}
	
	.c_header-nav li{
		padding-top: 10px;
		padding-right: 10px;
		font-size: 15px;
	}
	
	/* area02 */
	.c_header-area02{
		bottom: 40px;
		padding-left: 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	#c_header{
		min-width: 768px;
	}
	
	.c_header-area{
		padding: 10px 20px 20px 20px;
	}
	.c_header-area .area_logo{
		width: 140px;
	}

	.c_header-text01 .text01_tel{/* 電話 */
		padding-right: 10px;
		font-size: 15px;
	}
	.c_header-text01 .text01_tel img{
		width: 20px;
	}
	.c_header-text01 .text01_time{/* 営業時間 */
		top: 5px;
		padding-right: 10px;
		font-size: 11px;
	}
	.c_header-text01 .text01_fax{/* FAX */
		top: 2px;
		margin-right: 10px;
		width: 80px;
		height: auto;
	}
	.c_header-text01 .text01_fax a{
		display: block;
		padding: 2px 5px 5px 5px;
		height: auto;
	}
	.c_header-text01 .text01_mail{/* MAIL */
		top: 2px;
		padding: 2px 10px 5px 10px;
		height: auto;
		font-size: 14px;
		line-height: 1;
	}
	
	.c_header-nav li{
		padding-right: 10px;
		font-size: 13px;
	}
	
	/* area02 */
	.c_header-area02{
		bottom: 20px;
		padding-left: 20px;
	}
	.c_header-area02 .area02_txt01 img{width: 351px;}
	.c_header-area02 .area02_txt02 img{width: 443px;}
	.c_header-area02 .area02_txt03 img{width: 368px;}
}
@media print{
	#c_header{
		min-width: 768px;
	}
	
	.c_header-area{
		padding: 10px 20px 20px 20px;
	}
	.c_header-area .area_logo{
		width: 140px;
	}

	.c_header-text01 .text01_tel{/* 電話 */
		padding-right: 10px;
		font-size: 15px;
	}
	.c_header-text01 .text01_tel img{
		width: 20px;
	}
	.c_header-text01 .text01_time{/* 営業時間 */
		top: 5px;
		padding-right: 10px;
		font-size: 11px;
	}
	.c_header-text01 .text01_fax{/* FAX */
		top: 2px;
		margin-right: 10px;
		width: 80px;
		height: auto;
	}
	.c_header-text01 .text01_fax a{
		display: block;
		padding: 2px 5px 5px 5px;
		height: auto;
	}
	.c_header-text01 .text01_mail{/* MAIL */
		top: 2px;
		padding: 2px 10px 5px 10px;
		height: auto;
		font-size: 14px;
		line-height: 1;
	}
	
	.c_header-nav li{
		padding-right: 8px;
		font-size: 11px;
	}
	
	/* area02 */
	.c_header-area02{
		bottom: 20px;
		padding-left: 20px;
	}
	.c_header-area02 .area02_txt01 img{width: 351px;}
	.c_header-area02 .area02_txt02 img{width: 443px;}
	.c_header-area02 .area02_txt03 img{width: 368px;}
}
@media screen and (max-width: 767px) {
	#c_header{
		padding-top: 60px;
		min-width: 100%;
	}
	
	.c_header-area{
		display: none;
	}
	
	/* area02 */
	.c_header-area02{
		bottom: 10px;
		padding-left: 10px;
	}
	.c_header-area02 .area02_txt01 img{width: 293px;}
	.c_header-area02 .area02_txt02 img{width: 295px;}
	.c_header-area02 .area02_txt03 img{width: 246px;}
}


/*
 * promo 下層ページ変更分
 */
.c_header-promo{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: table;
	background-color: rgba(23,60,114,0.8);
	width: 100%;
	height: 110px;
	z-index: 3;
}
.c_header-promo .promo_inner{
	display: table-cell;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.c_header-promo .promo_inner .promo_tit{
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4;
}
.c_header-promo .promo_inner .promo_txt{
	font-size: 14px;
}

.c_header-img01{
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 6;
}

.c_header-promobg{
	position: relative;
	left: 50%;
	margin-left: -1000px;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.c_header-promo{
		height: 90px;
	}
	.c_header-promo .promo_inner .promo_tit{
		font-size: 32px;
		line-height: 1.3;
	}
	.c_header-promo .promo_inner .promo_txt{
		font-size: 12px;
	}
	
	.c_header-img01 img{
		width: 1400px;
		height: 280px;
	}
	.c_header-promobg{
		margin-left: -700px;
	}
	.c_header-promobg img{
		width: 1500px;
		height: auto;
	}
}
@media print{
	.c_header-promo{
		height: 90px;
	}
	.c_header-promo .promo_inner .promo_tit{
		font-size: 32px;
		line-height: 1.3;
	}
	.c_header-promo .promo_inner .promo_txt{
		font-size: 12px;
	}
	
	.c_header-img01 img{
		width: 1400px;
		height: 280px;
	}
	.c_header-promobg{
		margin-left: -700px;
	}
	.c_header-promobg img{
		width: 1500px;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.c_header-promo{
		padding: 10px 0;
		height: auto;
	}
	.c_header-promo .promo_inner .promo_tit{
		font-size: 18px;
		line-height: 1.2;
	}
	.c_header-promo .promo_inner .promo_txt{
		font-size: 11px;
	}
	.c_header-promobg{
		margin-left: -440px;
	}
	.c_header-promobg img{
		width: 880px;
		height: auto;
	}
}


/*
 * footer フッタ
 */
.footer_area01{
	background-image: url(../img/header-footer/footer_bg.jpg);
	background-position: center center;
	background-size: cover;
	height: 745px;
}
.footer_area01-con01{
	background-color: rgba(255,255,255,0.9);
	padding: 45px 100px;
}

.footer_area01-txt01{
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 40px;
	text-align: center;
}

.footer_area01-con02{
	display: table;
	width: 100%;
}
.footer_area01-con02 .con02_left{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.footer_area01-con02 .con02_right{
	display: table-cell;
	vertical-align: top;
}

.footer_area01-txt02{
	position: relative;
	padding-left: 12px;
	font-size: 14px;
	font-weight: 700;
}
.footer_area01-txt02::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background-color: #333333;
	width: 5px;
	height: 1px;
}

.footer_area01-txt03{
	position: relative;
	background-color: #e7e7e7;
	padding: 10px;
	width: 330px;
	font-size: 14px;
}
.footer_area01-txt03 .txt03_osake{
	position: absolute;
	top: 0;
	left: 340px;
	margin: 0;
	width: 220px;
	height: auto;
}
.footer_area01-txt03 .txt03_osake img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.footer_area01{
		padding: 0px 40px 40px 40px;
		height: auto;
	}
	.footer_area01-con01{
		padding: 30px 20px;
	}
	
	.footer_area01-txt01{
		font-size: 28px;
	}

	.footer_area01-con02 .con02_left{
		padding-right: 20px;
		width: 50%;
	}
	
	.footer_area01-txt02{
		font-size: 13px;
	}

	.footer_area01-txt03{
		width: auto;
		font-size: 13px;
	}
	.footer_area01-txt03 .txt03_osake{
		position: static;
		left: 0;
		margin: 10px auto 0 auto;
		width: 200px;
	}
}
@media print{
	.footer_area01{
		padding: 0px 40px 40px 40px;
		height: auto;
	}
	.footer_area01-con01{
		padding: 30px 20px;
	}
	
	.footer_area01-txt01{
		font-size: 28px;
	}

	.footer_area01-con02 .con02_left{
		padding-right: 20px;
		width: 50%;
	}
	
	.footer_area01-txt02{
		font-size: 13px;
	}

	.footer_area01-txt03{
		width: 240px;
		font-size: 13px;
	}
	.footer_area01-txt03 .txt03_osake{
		left: 250px;
		width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.footer_area01{
		padding: 30px 10px;
		height: auto;
	}
	.footer_area01-con01{
		padding: 20px 15px;
	}
	
	.footer_area01-txt01{
		font-size: 20px;
	}
	
	.footer_area01-con02{
		display: block;
		width: auto;
	}
	.footer_area01-con02 .con02_left{
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.footer_area01-con02 .con02_right{
		display: block;
	}
	
	.footer_area01-txt03{
		width: auto;
	}
	.footer_area01-txt03 .txt03_osake{
		position: static;
		left: 0;
		margin: 10px auto 0 auto;
		width: 80%;
	}
}

/* area02 */
.footer_area02-link{
	padding: 15px 0;
	text-align: center;
	font-size: 0px;
}
.footer_area02-link li{
	display: inline-block;
	font-size: 12px;
}
.footer_area02-link li a{
	color: #333333;
}
.footer_area02-link li a:hover{
	text-decoration: underline;
}

#footer_copy{
	background-color: #222222;
	padding: 6px 0;
	margin: 0;
	font-size: 12px; 
	color: white;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.footer_area02-link li{
		font-size: 11px;
	}
	
	#footer_copy{
		font-size: 11px;
	}
}
@media print{
	.footer_area02-link li{
		font-size: 11px;
	}
	
	#footer_copy{
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	.footer_area02-link li{
		width: 50%;
	}
	.footer_area02-link .link_100{
		width: 100%;
	}
	.footer_area02-link li a{
		display: block;
		padding: 8px 0;
		border-bottom: #cccccc solid 1px;
	}
	.footer_area02-link li:nth-child(2n) a{
		border-right: #cccccc solid 1px;
	}
	.footer_area02-link li:first-child a{
		border-top: #cccccc solid 1px;
	}
	
	#footer_copy{
		font-size: 10px;
	}
}


/*
 * オンラインショップバナー
 */
@media screen and (min-width: 768px) {
	.c_banner-shopping a{
		position: fixed;
		top: 60%;
		right: -275px;
		display: block;
		z-index: 99;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-o-transition: 0.6s;
		-ms-transition: 0.6s;
		transition: 0.6s;
	}
	.c_banner-shopping a:hover{
		right: 0px;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-o-transition: 0.6s;
		-ms-transition: 0.6s;
		transition: 0.6s;
	}
}
@media screen and (max-width: 767px) {
	.c_banner-shopping{
		display: none;
	}
}
@media print{
	.c_banner-shopping{
		display: none;
	}
}










