@charset "utf-8";
/*
 * ページ個別のCSSを記述
 */

/* area01 */
.home_area01{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}

.home_area01-tit{
	width: 845px;
}

.home_area01-text01{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -280px;
	width: 850px;
	z-index: 3;
}
.home_area01-txt01{
	padding-left: 290px;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.home_area01-text02{
	padding-left: 290px;
}

.home_area01-photo01{
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -675px;
}
.home_area01-ic01{
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -840px;
	z-index: -1;
}
.home_area01-ic02{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
}
.home_area01-ic02 span{
	position: relative;
	left: 534px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area01{
		min-width: 768px;
	}
	
	.home_area01-tit{
		width: 438px;
	}

	.home_area01-text01{
		top: 100px;
		left: 0;
		margin-left: 42%;
		width: 58%;
	}
	.home_area01-txt01{
		padding-left: 40px;
		font-size: 18px;
	}
	.home_area01-text02{
		padding-left: 40px;
	}
	
	.home_area01-photo01{
		margin-left: -710px;
	}
	.home_area01-ic01{
		position: absolute;
		top: 160px;
		left: 0;
		margin-left: -200px;
		z-index: -1;
	}
	.home_area01-ic02{
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
	}
	.home_area01-ic02 span{
		position: relative;
		left: 30%;
	}
}
@media print{
	.home_area01{
		min-width: 768px;
	}
	
	.home_area01-tit{
		width: 438px;
	}
	
	.home_area01-text01{
		top: 40px;
		left: 0;
		margin-left: 40%;
		width: 58%;
	}
	.home_area01-txt01{
		padding-left: 30px;
		font-size: 18px;
	}
	.home_area01-text02{
		padding-left: 40px;
	}
	
	.home_area01-photo01{
		margin-left: -710px;
	}
	.home_area01-ic01{
		position: absolute;
		top: 160px;
		left: 0;
		margin-left: -200px;
		z-index: -1;
	}
	.home_area01-ic02{
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
	}
	.home_area01-ic02 span{
		position: relative;
		left: 30%;
	}
}
@media screen and (max-width: 767px) {
	.home_area01{
		min-width: 100%;
	}
	
	.home_area01-tit{
		width: auto;
	}
	
	.home_area01-text01{
		position: static;
		top: 0;
		left: 0;
		padding-bottom: 20px;
		margin-left: 0;
		width: auto;
	}
	.home_area01-txt01{
		padding-left: 0;
		font-size: 15px;
	}
	.home_area01-text02{
		padding-left: 0;
	}
	
	.home_area01-photo01{
		left: 0;
		margin-left: 0;
		text-align: center;
	}
	.home_area01-ic01{
		top: 160px;
		left: 0;
		margin-left: -120px;
	}
	.home_area01-ic01 img{
		width: 240px;
		height: auto;
	}
	.home_area01-ic02 span{
		position: relative;
		left: 80px;
	}
	.home_area01-ic02 span img{
		width: 140px;
		height: auto;
	}
}

/* area02 */
.home_area02-bg01{
	background-image: url(../img/common/ic03_left.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.home_area02-bg02{
	background-image: url(../img/common/ic03_right.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.home_area02-photo{
	overflow: hidden;
	font-size: 0px;
}
.home_area02-photo li{
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 360px;
	text-align: center;
	vertical-align: top;
}
.home_area02-photo li:nth-child(3n){
	padding-right: 0;
}
.home_area02-photo li .photo_area{
	background-color: #888888;
	text-align: center;
}
.home_area02-photo li .photo_text{
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
}

.home_area02-bt{
	margin: 0 auto;
	width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area02-bg01{
		background-size: 200px auto;
	}
	.home_area02-bg02{
		background-size: 200px auto;
	}
	
	.home_area02-photo li{
		padding-right: 2%;
		padding-bottom: 20px;
		width: 32%;
	}
	.home_area02-photo li .photo_text{
		font-size: 16px;
	}
}
@media print{
	.home_area02-bg01{
		background-size: 200px auto;
	}
	.home_area02-bg02{
		background-size: 200px auto;
	}
	
	.home_area02-photo li{
		padding-right: 2%;
		padding-bottom: 20px;
		width: 32%;
	}
	.home_area02-photo li .photo_text{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.home_area02-bg01{
		background-position: left 20px;
		background-size: 90px auto;
	}
	.home_area02-bg02{
		background-position: right 20px;
		background-size: 90px auto;
	}

	.home_area02-photo li{
		display: block;
		padding-right: 0;
		padding-bottom: 20px;
		width: auto;
	}
	.home_area02-photo li:last-child{
		padding-bottom: 0;
	}
	.home_area02-photo li .photo_text{
		font-size: 15px;
	}
	
	.home_area02-bt{
		width: 100%;
	}
}

/* area03 */
.home_area03{
	background-image: url(../img/home/area03_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 313px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.home_area03{
		height: 200px;
	}
	.home_area03 figure img{
		height: 200px;
		width: auto;
	}
}

/* area04 */
.home_area04-con01{
	table-layout: fixed;
	display: table;
	padding: 0 25px;
	width: 100%;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.home_area04-con01 .con01_logo{
	display: table-cell;
	width: 300px;
	vertical-align: middle;
}
.home_area04-con01 .con01_text{
	display: table-cell;
	width: 360px;
	font-size: 14px;
	vertical-align: middle;
}
.home_area04-con01 .con01_tel{
	display: table-cell;
	width: 260px;
	font-size: 25px;
	vertical-align: middle;
}
.home_area04-free{
	position: relative;
	top: -2px;
}
.home_area04-con01 .con01_fax{
	display: table-cell;
	width: 260px;
	text-align: right;
	vertical-align: middle;
}
.home_area04-fax{
	display: block;
	background-color: black;
	padding: 15px 0 17px 0;
	width: 170px;
	line-height: 0;
	text-align: center;
}

.home_area04-con02{/* con02 */
	display: table;
	padding: 0 25px;
	width: 100%;
}
.home_area04-con02 .con02_map{
	display: table-cell;
	width: 630px;
	vertical-align: top;
}
.home_area04-map{
	border: #a6aa99 solid 1px;
}
.home_area04-con02 .con02_photo{
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
}

.home_area04-txt01{
	font-size: 23px;
	font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area04-con01{
		padding: 0 20px;
	}
	.home_area04-con01 .con01_logo{
		padding-right: 20px;
		width: 18%;
	}
	.home_area04-con01 .con01_text{
		width: 38%;
		font-size: 12px;
	}
	.home_area04-con01 .con01_tel{
		width: 20%;
		font-size: 16px;
	}
	.home_area04-free{
		top: 0px;
		width: 26px;
	}
	.home_area04-con01 .con01_fax{
		width: auto;
	}
	.home_area04-fax{
		display: block;
		background-color: black;
		padding: 12px 0;
		margin-left: auto;
		width: 160px;
	}
	
	.home_area04-con02{/* con02 */
		padding: 0 20px;
	}
	.home_area04-con02 .con02_map{
		width: 50%;
		font-size: 13px;
	}
	.home_area04-con02 .con02_photo{
		padding-left: 20px;
	}
	
	.home_area04-txt01{
		font-size: 18px;
	}
}
@media print{
	.home_area04-con01{
		padding: 0 20px;
	}
	.home_area04-con01 .con01_logo{
		padding-right: 20px;
		width: 18%;
	}
	.home_area04-con01 .con01_text{
		width: 38%;
		font-size: 12px;
	}
	.home_area04-con01 .con01_tel{
		width: 20%;
		font-size: 16px;
	}
	.home_area04-free{
		top: 0px;
		width: 26px;
	}
	.home_area04-con01 .con01_fax{
		width: auto;
	}
	.home_area04-fax{
		display: block;
		background-color: black;
		padding: 12px 0;
		margin-left: auto;
		width: 160px;
	}
	
	.home_area04-con02{/* con02 */
		padding: 0 20px;
	}
	.home_area04-con02 .con02_map{
		width: 50%;
		font-size: 13px;
	}
	.home_area04-con02 .con02_photo{
		padding-left: 20px;
	}
	
	.home_area04-txt01{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.home_area04-con01{
		display: block;
		padding: 0 10px;
	}
	.home_area04-con01 .con01_logo{
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.home_area04-con01 .con01_text{
		display: block;
		width: auto;
		font-size: 14px;
	}
	.home_area04-con01 .con01_tel{
		display: block;
		padding-bottom: 10px;
		width: auto;
		font-size: 24px;
	}
	.home_area04-con01 .con01_fax{
		display: block;
		width: auto;
		text-align: center;
	}
	.home_area04-fax{
		display: block;
		background-color: black;
		width: auto;
	}
	
	.home_area04-con02{/* con02 */
		display: block;
		padding: 0 10px;
		width: auto;
	}
	.home_area04-con02 .con02_map{
		display: block;
		padding-bottom: 20px;
		width: auto;
		font-size: 12px;
	}
	.home_area04-con02 .con02_photo{
		display: block;
		padding-left: 0;
	}
	
	.home_area04-txt01{
		font-size: 20px;
		font-weight: 700;
	}
}


/*
 * アジアの秘蔵酒
 */
.special_con-promo{
	position: relative;
	top: -320px;
	margin-right: 14%;
	text-align: right;
	z-index: 9;
}

.special_con{
	overflow: hidden;
	position: relative;
	margin-top: -320px;
	width: 100%;
}
.special_con-ic01{
	position: absolute;
	bottom: 120px;
	right: -200px;
	z-index: -1;
}
.special_con-ic02{
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.special_con-promo{
		top: -240px;
		margin-right: 10px;
	}
	.special_con-promo img{
		width: 140px;
		height: auto;
	}

	.special_con{
		margin-top: -200px;
	}
	.special_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.special_con-ic02{
		top: 20px;
		left: -20px;
	}
	.special_con-ic01 img{
		width: 212px;
	}
	.special_con-ic02 img{
		width: 115px;
	}
}
@media print{
	.special_con-promo{
		top: -240px;
		margin-right: 10px;
	}
	.special_con-promo img{
		width: 140px;
		height: auto;
	}

	.special_con{
		margin-top: -200px;
	}
	.special_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.special_con-ic02{
		top: 20px;
		left: -20px;
	}
	.special_con-ic01 img{
		width: 212px;
	}
	.special_con-ic02 img{
		width: 115px;
	}
}
@media screen and (max-width: 767px) {
	.special_con-promo{
		top: -180px;
		margin-right: 0;
	}
	.special_con-promo img{
		width: 80px;
		height: auto;
	}

	.special_con{
		margin-top: -120px;
	}
	.special_con-ic01{
		right: -80px;
	}
	.special_con-ic02{
		left: -60px;
	}
	.special_con-ic01 img{
		width: 160px;
	}
	.special_con-ic02 img{
		width: 90px;
	}
}


/* area01 */
.special_area01-con01{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
	min-height: 400px;
}
.special_area01-text01{
	width: 600px;
	z-index: 3;
}
.special_area01-text02{
	border: #333333 solid 1px;
	padding: 10px;
	font-size: 14px;
}

.special_area01-photo{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 60px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.special_area01-con01{
		min-width: 100%;
	}
	.special_area01-text01{
		width: 55%;
	}
	.special_area01-text02{
		border: #333333 solid 1px;
		padding: 10px;
		font-size: 14px;
	}
	
	.special_area01-photo{
		left: 57%;
		margin-left: 0;
	}
}
@media print{
	.special_area01-con01{
		min-width: 100%;
	}
	.special_area01-text01{
		width: 55%;
	}
	.special_area01-text02{
		border: #333333 solid 1px;
		padding: 10px;
		font-size: 14px;
	}
	
	.special_area01-photo{
		left: 57%;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.special_area01-con01{
		min-width: 100%;
		min-height: auto;
	}
	.special_area01-text01{
		padding-bottom: 20px;
		width: auto;
	}
	.special_area01-text02{
		border: #333333 solid 1px;
		padding: 10px;
		font-size: 14px;
	}
	
	.special_area01-photo{
		position: static;
		left: 0;
		padding: 0 4%;
		margin-left: 0px;
		text-align: center:
	}
}



/*
 * 商品紹介
 */
.products_con{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.products_con-ic01{
	position: absolute;
	bottom: 120px;
	right: -200px;
	z-index: -1;
}
.products_con-ic02{
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.products_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.products_con-ic02{
		top: 20px;
		left: -20px;
	}
	.products_con-ic01 img{
		width: 212px;
	}
	.products_con-ic02 img{
		width: 115px;
	}
}
@media print{
	.products_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.products_con-ic02{
		top: 20px;
		left: -20px;
	}
	.products_con-ic01 img{
		width: 212px;
	}
	.products_con-ic02 img{
		width: 115px;
	}
}
@media screen and (max-width: 767px) {
	.products_con-ic01{
		right: -80px;
	}
	.products_con-ic02{
		left: -60px;
	}
	.products_con-ic01 img{
		width: 160px;
	}
	.products_con-ic02 img{
		width: 90px;
	}
}

/* nav */
.products_nav-link{
	overflow: hidden;
	font-size: 0px;
}
.products_nav-link li{
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 270px;
	vertical-align: top;
}
.products_nav-link li:nth-child(4n){
	padding-right: 0;
}
.products_nav-link li a{
	display: block;
	background-color: #466592;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	color: white;
	text-align: center;
}
.products_nav-link li a .link_bg{
	position: relative;
	display: block;
	background-image: url(../img/products/nav_ic.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 14px 0;
}
.products_nav-link li a .link_bg .link_arrow{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	font-size: 16px;
}
.products_nav-link li a:hover{
	background-color: #173c72;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.products_nav-link li .active{
	background-color: #173c72;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.products_nav-link li{
		padding: 0 1% 1% 1%;
		width: 23%;
	}
	.products_nav-link li:nth-child(4n){
		padding-right: 1%;
	}
	.products_nav-link li a{
		font-size: 16px;
	}
	.products_nav-link li a .link_bg{
		background-size: 54px auto;
	}
	.products_nav-link li a .link_bg .link_arrow{
		margin-top: -12px;
		font-size: 14px;
	}
}
@media print{
	.products_nav-link li{
		padding: 0 1% 1% 1%;
		width: 23%;
	}
	.products_nav-link li:nth-child(4n){
		padding-right: 1%;
	}
	.products_nav-link li a{
		font-size: 16px;
	}
	.products_nav-link li a .link_bg{
		background-size: 54px auto;
	}
	.products_nav-link li a .link_bg .link_arrow{
		margin-top: -12px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.products_nav-link li{
		padding-right: 2%;
		padding-bottom: 5px;
		width: 49%;
	}
	.products_nav-link li:nth-child(4n){
		padding-right: 0;
	}
	.products_nav-link li:nth-child(2n){
		padding-right: 0;
	}
	.products_nav-link li a{
		font-size: 14px;
	}
	.products_nav-link li a .link_bg{
		background-size: 54px auto;
	}
	.products_nav-link li a .link_bg .link_arrow{
		margin-top: -12px;
		font-size: 12px;
	}
}


/* area01 */
.products_area01-list{
	overflow: hidden;
	font-size: 0px;
}
.products_area01-list li{
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 360px;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
}
.products_area01-list li:nth-child(3n){
	padding-right: 0;
}

.products_area01-con01{
	border: #888888 solid 1px;
}
.products_area01-con01 figure{
	background-color: #888888;
	border: #888888 4px solid;
	height: 280px;
}
.products_area01-con01 .con01_list01{
	overflow: hidden;
	padding: 0 5px 10px 5px;
	font-size: 0px;
}
.products_area01-con01 .con01_list01 li{
	display: inline-block;
	padding: 0 2% 0 0;
	width: 49%;
	vertical-align: middle;
}
.products_area01-con01 .con01_list01 li:last-child{
	padding-right: 0;
}
.products_area01-bn a{
	table-layout: fixed;
	display: table;
	background-color: #173c72;
	width: 100%;
	height: 40px;
}
.products_area01-bn a span{
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}
.products_area01-item a{
	display: table;
	background-color: #861919;
	margin: 0 auto;
	width: 60%;
	height: 40px;
	color: white;
}
.products_area01-item a span{
	display: table-cell;
	font-size: 12px !important;
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.products_area01-list li{
		padding-right: 2%;
		padding-bottom: 20px;
		width: 32%;
		font-size: 16px;
	}

	.products_area01-con01 figure{
		height: 180px;
	}
	.products_area01-bn a{
		height: 40px;
	}
	.products_area01-item a{
		height: 40px;
		font-size: 14px;
	}
}
@media print{
.products_area01-list li{
		padding-right: 2%;
		padding-bottom: 20px;
		width: 32%;
		font-size: 16px;
	}

	.products_area01-con01 figure{
		height: 180px;
	}
	.products_area01-bn a{
		height: 40px;
	}
	.products_area01-item a{
		height: 40px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.products_area01-list li{
		display: block;
		padding-right: 0;
		padding-bottom: 20px;
		width: auto;
		font-size: 15px;
	}
	
	.products_area01-con01{
		border: #888888 solid 1px;
	}
	.products_area01-con01 figure{
		height: 180px;
	}
	.products_area01-bn a{
		height: 40px;
	}
	.products_area01-item a{
		height: 40px;
		font-size: 13px;
	}
}


/* 詳細ページ */
.products_area02{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}

.products_area02-text01{
	float: right;
	padding-top: 50px;
	width: 560px;
}
.products_area02-tit{
	position: relative;
	left: -285px;
	width: 845px;
	z-index: 3;
}
.products_area02-text02{
	overflow: hidden;
}

.products_area02_txt01{
	display: table;
	width: 100%;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
}
.products_area02_txt01 dt{
	display: table-cell;
	background-color: #861919;
	padding: 4px 0 6px 0;
	width: 200px;
	font-size: 22px;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.products_area02_txt01 dd{
	display: table-cell;
	padding-left: 20px;
	font-size: 22px;
	color: #861919;
	vertical-align: middle;
}

.products_area02-text03{
	position: relative;
	background-color: rgba(255,255,255,0.7);
	border: #333333 solid 1px;
	padding: 15px;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	z-index: 6;
}
.products_area02-text03 .text03_txt01{
	font-size: 22px;
	text-align: center;
}
.products_area02-text03 .text03_txt02{
	font-size: 25px;
	text-align: center;
}
.products_area02-text03 .text03_txt02 img{
	position: relative;
	margin: -4px 10px 0 0;
}
.products_area02-text03 .text03_txt03{
	text-align: right;
	padding-right: 34px;
	font-size: 18px;
}

.products_area02-bt01{
	position: relative;
	z-index: 6;
}
.products_area02-bt01 a{
	display: block;
	background-color: #173c72;
	padding: 10px 0;
	text-align: center;
}
.products_area02-bt02 a{
	display: block;
	background-color: #861919;
	padding: 15px 0 20px 0;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 22px;
	color: white;
	text-align: center;
}
.products_area02-bt02 a i{
	position: relative;
	top: 5px;
	font-size: 36px;
}

.products_area02-text04{
	overflow: hidden;
}

.products_area02-photo01{/* 写真 */
	box-sizing: content-box;
	float: left;
	margin-left: -107px;
	width: 657px;
}
.products_area02-photo01 .photo01_img01{
	background-color: #cccccc;
	height: 450px;
}
.products_area02-photo01 .photo01_img02{
	background-color: #cccccc;
	margin-left: auto;
	width: 550px;
	height: 360px;
}

.products_area02-ic01{
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -840px;
	z-index: -1;
}
.products_area02-ic02{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	z-index: -1;
}
.products_area02-ic02 span{
	position: relative;
	left: 534px;
}

.products_area02-return{/* 前のページに戻るボタン */
	clear: both;
	padding-top: 60px;
}
.products_area02-return .return_size{
	margin: 0 auto;
	width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.products_area02{
		min-width: 768px;
	}
	
	.products_area02-text01{
		width: 60%;
	}
	.products_area02-tit{
		left: -10%;
		width: 110%;
	}
	
	.products_area02_txt01 dt{
		width: 160px;
		font-size: 20px;
	}
	.products_area02_txt01 dd{
		font-size: 20px;
	}
	
	.products_area02-text03 .text03_txt01{
		font-size: 20px;
	}
	.products_area02-text03 .text03_txt02{
		font-size: 20px;
	}
	.products_area02-text03 .text03_txt02 img{
		width: 30px;
		height: auto;
	}
	.products_area02-text03 .text03_txt03{
		padding-right: 5%;
		font-size: 15px;
	}

	.products_area02-photo01{/* 写真 */
		margin-left: -20px;
		width: 40%;
	}
	.products_area02-photo01 .photo01_img01{
		height: 240px;
	}
	.products_area02-photo01 .photo01_img02{
		margin-left: 10px;
		width: auto;
		height: 240px;
	}
	
	.products_area02-ic01{
		position: absolute;
		top: 60%;
		left: -140px;
		margin-left: 0;
	}
	.products_area02-ic01 img{
		width: 300px;
	}
	.products_area02-ic02{
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
	}
	.products_area02-ic02 span{
		position: relative;
		left: 36%;
	}
	.products_area02-ic02 span img{
		width: 140px;
	}

	.products_area02-return .return_size{
		width: 500px;
	}
}
@media print{
	.products_area02{
		min-width: 768px;
	}
	
	.products_area02-text01{
		width: 60%;
	}
	.products_area02-tit{
		left: -10%;
		width: 110%;
	}
	
	.products_area02_txt01 dt{
		width: 160px;
		font-size: 20px;
	}
	.products_area02_txt01 dd{
		font-size: 20px;
	}
	
	.products_area02-text03 .text03_txt01{
		font-size: 20px;
	}
	.products_area02-text03 .text03_txt02{
		font-size: 20px;
	}
	.products_area02-text03 .text03_txt02 img{
		width: 30px;
		height: auto;
	}
	.products_area02-text03 .text03_txt03{
		padding-right: 5%;
		font-size: 15px;
	}

	.products_area02-photo01{/* 写真 */
		margin-left: -20px;
		width: 40%;
	}
	.products_area02-photo01 .photo01_img01{
		height: 240px;
	}
	.products_area02-photo01 .photo01_img02{
		margin-left: 10px;
		width: auto;
		height: 240px;
	}
	
	.products_area02-ic01{
		position: absolute;
		top: 160px;
		left: 50%;
		margin-left: -840px;
		z-index: -1;
	}
	.products_area02-ic02{
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
	}
	.products_area02-ic02 span{
		position: relative;
		left: 534px;
	}

	.products_area02-return .return_size{
		width: 500px;
	}
}
@media screen and (max-width: 767px) {
	.products_area02{
		min-width: 100%;
	}
	
	.products_area02-text01{
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		width: auto;
	}
	.products_area02-tit{
		left: 0;
		width: auto;
	}
	
	.products_area02_txt01 dt{
		width: 80px;
		font-size: 15px;
	}
	.products_area02_txt01 dd{
		padding-left: 15px;
		font-size: 17px;
	}

	.products_area02-text03{
		padding: 10px;
	}
	.products_area02-text03 .text03_txt01{
		font-size: 15px;
	}
	.products_area02-text03 .text03_txt02{
		font-size: 15px;
		text-align: center;
	}
	.products_area02-text03 .text03_txt02 img{
		width: 20px;
		margin: -4px 5px 0 0;
	}
	.products_area02-text03 .text03_txt03{
		padding-right: 0;
		font-size: 14px;
	}
	
	.products_area02-bt01 a{
		padding: 10px 20px;
	}
	.products_area02-bt02 a{
		padding: 15px 0;
		font-size: 17px;
	}
	.products_area02-bt02 a i{
		top: 0;
		font-size: 20px;
	}
	
	.products_area02-text04{
		overflow: hidden;
	}
	
	.products_area02-photo01{/* 写真 */
		box-sizing: content-box;
		float: none;
		margin-left: 0;
		width: auto;
	}
	.products_area02-photo01 .photo01_img01{
		height: 250px;
	}
	.products_area02-photo01 .photo01_img02{
		width: auto;
		height: 200px;
	}
	
	.products_area02-ic01{
		display: none;
	}
	.products_area02-ic02{
		display: none;
	}
	
	.products_area02-return{/* 前のページに戻るボタン */
		padding-top: 40px;
	}
	.products_area02-return .return_size{
		width: 100%;
	}
}


/*
 * ご購入について
 */
.flow_con{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.flow_con-ic01{
	position: absolute;
	bottom: 120px;
	right: -200px;
	z-index: -1;
}
.flow_con-ic02{
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.flow_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.flow_con-ic02{
		top: 20px;
		left: -20px;
	}
	.flow_con-ic01 img{
		width: 212px;
	}
	.flow_con-ic02 img{
		width: 115px;
	}
}
@media print{
	.flow_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.flow_con-ic02{
		top: 20px;
		left: -20px;
	}
	.flow_con-ic01 img{
		width: 212px;
	}
	.flow_con-ic02 img{
		width: 115px;
	}
}
@media screen and (max-width: 767px) {
	.flow_con-ic01{
		right: -80px;
	}
	.flow_con-ic02{
		left: -60px;
	}
	.flow_con-ic01 img{
		width: 160px;
	}
	.flow_con-ic02 img{
		width: 90px;
	}
}

/* area01 */
.flow_area01-list01{
	overflow: hidden;
}
.flow_area01-list01 li{
	overflow: hidden;
	background-image: url(../img/common/bar_dot-yoko.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 41px;
	margin-bottom: 40px;
}

.flow_area01-con01{
	overflow: hidden;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
}
.flow_area01-con01 .con01_no{/* ナンバー左 */
	position: relative;
	float: left;
	background-image: url(../img/flow/area01_flow-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
}
.flow_area01-con01 .con02_no{/* ナンバー右 */
	position: relative;
	float: right;
	background-image: url(../img/flow/area01_flow-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
}
.flow_area01-con01 .con01_no .number01,
.flow_area01-con01 .con02_no .number01{
	position: absolute;
	top: 35px;
	left: 20px;
	font-size: 24px;
	color: white;
}
.flow_area01-con01 .con01_no .number02,
.flow_area01-con01 .con02_no .number02{
	position: absolute;
	top: 90px;
	left: 80px;
	width: 100px;
	font-size: 72px;
	color: white;
	text-align: center;
	line-height: 1.2;
}
.flow_area01-con01 .con01_text{/* テキスト左 */
	position: relative;
	display: table;
	float: right;
	width: 930px;
}
.flow_area01-con01 .con02_text{/* テキスト右 */
	position: relative;
	display: table;
	float: left;
	width: 930px;
}
.flow_area01-con01 .con01_text .con01_text-inn,
.flow_area01-con01 .con02_text .con01_text-inn{
	display: table-cell;
	vertical-align: middle;
}
.flow_area01-text01{
	display: table;
	width: 100%;
}
.flow_area01-txt01{
	display: table-cell;
	width: 60%;
	vertical-align: middle;
}
.flow_area01-txt01 .txt01_tel{
	font-size: 22px;
	text-align: center;
}
.flow_area01-txt01 .txt01_tel img{
	position: relative;
	margin: -3px 20px 0 0;
}
.flow_area01-txt01 .txt01_time{
	text-align: right;
	padding-right: 12%;
	font-size: 18px;
}
.flow_area01-txt02{
	display: table-cell;
	vertical-align: middle;
}
@media screen and (min-width: 1000px) and (max-width: 1139px) {
	.flow_area01-con01 .con01_text{/* テキスト左 */
		width: 78%;
	}
	.flow_area01-con01 .con02_text{/* テキスト右 */
		width: 78%;
	}
}
@media screen and (min-width: 860px) and (max-width: 999px) {
	.flow_area01-con01 .con01_text{/* テキスト左 */
		width: 75%;
	}
	.flow_area01-con01 .con02_text{/* テキスト右 */
		width: 75%;
	}
}
@media screen and (min-width: 768px) and (max-width: 859px) {
	.flow_area01-con01 .con01_text{/* テキスト左 */
		width: 72%;
	}
	.flow_area01-con01 .con02_text{/* テキスト右 */
		width: 72%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.flow_area01-txt01 .txt01_tel{
		font-size: 16px;
	}
	.flow_area01-txt01 .txt01_tel img{
		position: relative;
		width: 30px;
		height: auto;
		margin: -2px 10px 0 0;
	}
	.flow_area01-txt01 .txt01_time{
		padding-right: 10px;
		font-size: 14px;
	}
	.flow_area01-txt02{
		display: table-cell;
		vertical-align: middle;
	}
}
@media print{
	.flow_area01-con01 .con01_text{/* テキスト左 */
		width: 72%;
	}
	.flow_area01-con01 .con02_text{/* テキスト右 */
		width: 72%;
	}

	.flow_area01-txt01 .txt01_tel{
		font-size: 16px;
	}
	.flow_area01-txt01 .txt01_tel img{
		position: relative;
		width: 30px;
		height: auto;
		margin: -2px 10px 0 0;
	}
	.flow_area01-txt01 .txt01_time{
		padding-right: 10px;
		font-size: 14px;
	}
	.flow_area01-txt02{
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (max-width: 767px) {
	.flow_area01-list01 li{
		padding-bottom:21px;
		margin-bottom: 20px;
	}
	
	.flow_area01-con01 .con01_no{/* ナンバー左 */
		float: none;
		background-size: cover;
		margin-bottom: 10px;
		width: 120px;
		height: 120px;
	}
	.flow_area01-con01 .con02_no{/* ナンバー右 */
		float: none;
		background-size: cover;
		margin-bottom: 10px;
		width: 120px;
		height: 120px;
	}
	.flow_area01-con01 .con01_no .number01,
	.flow_area01-con01 .con02_no .number01{
		top: 15px;
		left: 15px;
		font-size: 18px;
	}
	.flow_area01-con01 .con01_no .number02,
	.flow_area01-con01 .con02_no .number02{
		top: 50px;
		left: 40px;
		font-size: 42px;
	}
	.flow_area01-con01 .con01_text{/* テキスト左 */
		display: block;
		float: none;
		width: auto;
	}
	.flow_area01-con01 .con02_text{/* テキスト右 */
		display: block;
		float: none;
		width: auto;
	}
	.flow_area01-con01 .con01_text .con01_text-inn,
	.flow_area01-con01 .con02_text .con01_text-inn{
		display: block;
	}
	.flow_area01-text01{
		display: block;
		width: auto;
	}
	.flow_area01-txt01{
		display: block;
		padding-bottom: 10px;
		width: auto;
	}
	.flow_area01-txt01 .txt01_tel{
		font-size: 16px;
		text-align: center;
	}
	.flow_area01-txt01 .txt01_tel img{
		width: 20px;
		margin: -3px 10px 0 0;
	}
	.flow_area01-txt01 .txt01_time{
		padding-right: 0;
		font-size: 14px;
	}
	.flow_area01-txt02{
		display: block;
	}
}

/* area02 */
.flow_area02{
	display: table;
	width: 100%;
}
.flow_area02 .flow_area02-left{
	display: table-cell;
	background-color: #50648c;
	width: 415px;
	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;
}
.flow_area02 .flow_area02-right{
	display: table-cell;
	padding: 20px 0 20px 50px;
	font-size: 14px;
	vertical-align: middle;
}

.flow_area02-text01{
	border: #333333 solid 1px;
	padding: 15px;
}

.flow_area02-txt01{
	display: table;
	width: 100%;
}
.flow_area02-txt01 dt{
	display: table-cell;
	width: 80px;
	vertical-align: top;
}
.flow_area02-txt01 dd{
	display: table-cell;
	vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.flow_area02 .flow_area02-left{
		width: 30%;
	}
	.flow_area02 .flow_area02-right{
		padding: 20px 0 20px 30px;
	}
}
@media print{
	.flow_area02 .flow_area02-left{
		width: 30%;
	}
	.flow_area02 .flow_area02-right{
		padding: 20px 0 20px 30px;
	}
}
@media screen and (max-width: 767px) {
	.flow_area02{
		display: block;
		width: auto;
	}
	.flow_area02 .flow_area02-left{
		display: block;
		padding: 10px 0;
		margin-bottom: 10px;
		width: auto;
	}
	.flow_area02 .flow_area02-right{
		display: block;
		padding: 0 5px;
	}
}


/*
 * 商品紹介
 */
.schedule_con{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.schedule_con-ic01{
	position: absolute;
	bottom: 120px;
	right: -200px;
	z-index: -1;
}
.schedule_con-ic02{
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.schedule_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.schedule_con-ic02{
		top: 20px;
		left: -20px;
	}
	.schedule_con-ic01 img{
		width: 212px;
	}
	.schedule_con-ic02 img{
		width: 115px;
	}
}
@media print{
	.schedule_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.schedule_con-ic02{
		top: 20px;
		left: -20px;
	}
	.schedule_con-ic01 img{
		width: 212px;
	}
	.schedule_con-ic02 img{
		width: 115px;
	}
}
@media screen and (max-width: 767px) {
	.schedule_con-ic01{
		right: -80px;
	}
	.schedule_con-ic02{
		left: -60px;
	}
	.schedule_con-ic01 img{
		width: 160px;
	}
	.schedule_con-ic02 img{
		width: 90px;
	}
}

/* area01 */
.schedule_area01{
	margin-right: auto;
	width: 1040px;
}

.schedule_area01-con{
	overflow: hidden;
}
.schedule_area01-con .con_text{
	float: right;
	display: table;
	width: 710px;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.schedule_area01-con .con_text .con_text-inn{
	display: table-cell;
	vertical-align: middle;
}
.schedule_area01-con .con_photo{
	float: left;
	width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.schedule_area01{
		width: 92%;
	}
	
	.schedule_area01-con .con_text{
		width: 60%;
	}
	.schedule_area01-con .con_photo{
		width: 38%
	}
}
@media print{
	.schedule_area01{
		width: 92%;
	}
	
	.schedule_area01-con .con_text{
		width: 60%;
	}
	.schedule_area01-con .con_photo{
		width: 38%
	}
}
@media screen and (max-width: 767px) {
	.schedule_area01{
		margin-right: auto;
		width: auto;
	}

	.schedule_area01-con .con_text{
		float: none;
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.schedule_area01-con .con_text .con_text-inn{
		display: block;
	}
	.schedule_area01-con .con_photo{
		float: none;
		width: auto;
		text-align: center;
	}
}

/* area02 */
.schedule_area02{
	margin-left: auto;
	width: 1040px;
}

.schedule_area02-con{
	overflow: hidden;
}
.schedule_area02-con .con_text{
	float: left;
	display: table;
	width: 710px;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.schedule_area02-con .con_text .con_text-inn{
	display: table-cell;
	vertical-align: middle;
}
.schedule_area02-con .con_photo{
	float: right;
	width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.schedule_area02{
		width: 92%;
	}
	
	.schedule_area02-con .con_text{
		width: 60%;
	}
	.schedule_area02-con .con_photo{
		width: 38%
	}
}
@media print{
	.schedule_area02{
		width: 92%;
	}
	
	.schedule_area02-con .con_text{
		width: 60%;
	}
	.schedule_area02-con .con_photo{
		width: 38%
	}
}
@media screen and (max-width: 767px) {
	.schedule_area02{
		width: auto;
	}
	
	.schedule_area02-con .con_text{
		float: none;
		display: block;
		padding-bottom: 20px;
		width: auto;
	}
	.schedule_area02-con .con_text .con_text-inn{
		display: block;
	}
	.schedule_area02-con .con_photo{
		float: none;
		width: auto;
		text-align: center;
	}
}


/*
 * 店舗紹介
 */
.about_con{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.about_con-ic01{
	position: absolute;
	bottom: 120px;
	right: -200px;
	z-index: -1;
}
.about_con-ic02{
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.about_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.about_con-ic02{
		top: 20px;
		left: -20px;
	}
	.about_con-ic01 img{
		width: 212px;
	}
	.about_con-ic02 img{
		width: 115px;
	}
}
@media print{
	.about_con-ic01{
		bottom: 60px;
		right: -100px;
	}
	.about_con-ic02{
		top: 20px;
		left: -20px;
	}
	.about_con-ic01 img{
		width: 212px;
	}
	.about_con-ic02 img{
		width: 115px;
	}
}
@media screen and (max-width: 767px) {
	.about_con-ic01{
		right: -80px;
	}
	.about_con-ic02{
		left: -60px;
	}
	.about_con-ic01 img{
		width: 160px;
	}
	.about_con-ic02 img{
		width: 90px;
	}
}

/* area01 */
.about_area01{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1140px;
}

.about_area01-text{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -570px;
	width: 700px;
}

.about_area01-photo{
	position: relative;
	left: 50%;
	margin-left: 155px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.about_area01{
		min-width: 768px;
	}
	
	.about_area01-text{
		left: 10px;
		margin-left: 0;
		width: 50%;
	}
	
	.about_area01-photo{
		margin-left: 40px;
	}
}
@media print{
	.about_area01{
		min-width: 768px;
	}
	
	.about_area01-text{
		left: 10px;
		margin-left: 0;
		width: 50%;
	}
	
	.about_area01-photo{
		margin-left: 40px;
	}
}
@media screen and (max-width: 767px) {
	.about_area01{
		min-width: 100%;
	}
	
	.about_area01-text{
		position: static;
		left: 0;
		padding: 0 4% 20px 4%;
		margin-left: 0;
		width: auto;
	}
	
	.about_area01-photo{
		left: 0;
		margin-left: 0;
	}
}


/*
 * お問い合わせ
 */
 
/* area01 */
.contact_area01{
	background-image: url(../img/contact/area01_bg.jpg);
	background-size: cover;
	padding: 70px 0;
}

.contact_area01-txt01{
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #173c72;
}

.contact_area01-dial{
	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;
}
.contact_area01-dial li{
	display: inline-block;
	padding-right: 2%;
	width: 49%;
	vertical-align: top;
}
.contact_area01-dial li:last-child{
	padding-right: 0;
}

.contact_area01-dial li .dial_box{
	background-color: white;
	border: #213a74 solid 1px;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.contact_area01-table{
	display: table;
	padding: 10px 0;
	width: 100%;
}
.contact_area01-table .table_ic{
	display: table-cell;
	padding-left: 40px;
	width: 80px;
	font-size: 70px;
	vertical-align: middle;
}
.contact_area01-table .table_txt{
	display: table-cell;
	padding: 0 0 0 40px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
.contact_area01-table .table_txt .table_tel,
.contact_area01-table .table_txt .table_fax{
	font-size: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.contact_area01{
		padding: 60px 0;
	}
	.contact_area01-txt01{
		font-size: 20px;
	}

	.contact_area01-table .table_ic{
		padding-left: 20px;
		width: 60px;
		font-size: 50px;
	}
	.contact_area01-table .table_txt{
		padding: 0 0 0 30px;
	}
	.contact_area01-table .table_txt .table_tel,
	.contact_area01-table .table_txt .table_fax{
		font-size: 30px;
	}
}
@media print{
	.contact_area01{
		padding: 100px 0;
	}	

	.contact_area01-table .table_ic{
		padding-left: 20px;
		width: 60px;
		font-size: 50px;
	}
	.contact_area01-table .table_txt{
		padding: 0 0 0 30px;
	}
	.contact_area01-table .table_txt .table_tel,
	.contact_area01-table .table_txt .table_fax{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area01{
		padding: 40px 0;
	}
	.contact_area01-txt01{
		font-size: 16px;
	}

	.contact_area01-dial li{
		display: block;
		padding-right: 0;
		padding-bottom: 20px;
		width: auto;
	}
	.contact_area01-dial li:last-child{
		padding-bottom: 0;
	}

	.contact_area01-table .table_ic{
		padding-left: 10px;
		width: 50px;
		font-size: 40px;
	}
	.contact_area01-table .table_txt{
		padding: 0 0 0 20px;
	}
	.contact_area01-table .table_txt .table_tel,
	.contact_area01-table .table_txt .table_fax{
		font-size: 22px;
	}
}

/* policy */
.policy_tit{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: 'Noto Serif JP', 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #2175ba;
	text-align: center;
}
.policy_tit-bar{
	color: #2175ba;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.policy_tit-bar:before, .policy_tit-bar:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #2175ba;
	display: block;
}
.policy_tit-bar:before {
	margin-right: .4em;
}
.policy_tit-bar:after {
	margin-left: .4em;
}

.policy_text{
	overflow: hidden;
	overflow-y: scroll;
	background-color: white;
	border: #cccccc solid 1px;
	padding: 20px;
	height: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.policy_tit-bar{
		font-size: 22px;
	}
	.policy_text{
		font-size: 15px;
	}
}
@media print{
	.policy_tit-bar{
		font-size: 22px;
	}
	.policy_text{
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.policy_tit-bar{
		font-size: 18px;
	}
		.policy_text{
		padding: 10px;
		height: 200px;
		font-size: 13px;
	}
}
 
.contact_con{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.contact_con-ic01{
	position: absolute;
	bottom: 120px;
	right: -200px;
	z-index: -1;
}
.contact_con-ic02{
	position: absolute;
	top: 30px;
	left: -60px;
	z-index: -1;
}























