@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexHeader #gNavi .navi07 a img {
	display: block;
	visibility: hidden;
}

#gHeader {
	position: relative;
	z-index: auto;
}

#gHeader .header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	display: none;
	z-index: 2000;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
}

#gHeader .indexHeader {
	padding: 0px 0 19px;
	position: relative;
}

#gHeader .indexHeader .logo {
	margin-bottom: 9px;
	padding: 0;
	text-align: center;
	float: none;
	position: relative;
    top: 0px;
}

#gHeader .indexHeader .logo img{
		width: 246px;
		height: 126px;
}

#main {
	padding-top: 0;
	clear: both;
}

#main h2 {
	text-align: center;
}

.indexHeader #gNavi {
	margin: 0 33% 0;
	width: 706px;
	position: static;
}

.indexHeader #gNavi li {
	opacity: 0;
	filter: alpha(opacity=0);
}

.indexHeader #gNavi .navi07 a {
	padding: 3px 0;
	background: url(../img/common/index_link01_over.gif) no-repeat center center;
	background-size: 100%;
}

.indexHeader #gNavi .navi07 {
	width: 106px;
}

#main .mainImg {
	margin-bottom: 33px;
	height: 520px;
	overflow: hidden;
	position: relative;
}

#main .spMainImg {
	display: none;
}

#main .mainImg img {
	transition: transform 5.5s;
	-moz-transition: transform 5.5s;
	-webkit-transition: -webkit-transform 5.5s;
	transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
}

#main .mainImg .img0.active {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#main .mainImg .img1 {
	transform: scale(1.2);
    -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#main .mainImg .img1.active {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

#main .mainImg .img2 {
	left: 0 !important;
}

#main .mainImg .img2.active {
	transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
	-webkit-transform: translate3d(-150px, 0, 0);
}

#main .notice {
	margin: 0 32px 94px;
	font-size: 13px;
	color: #fff;
}

#main .notice .time {
	margin: 0 15px 0 20px;
}

#main .notice a {
	color: #fff;
	position: relative;
	display: inline-block;
}

#main .notice a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #main .notice a:after,
.ie9 #main .notice a:after {
	left: 0;
}

#main .notice a:hover:after {
	width: 100%;
}

#main .textImg {
	text-align: center;
}

#main .textImg p {
	margin-top: 27px;
	color: #fff;
	font-size: 14px;
	line-height: 2.1;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main .textImg p:first-child {
	margin-top: 0;
}

#main .link {
	position: relative;
	text-align: center;
}

#main .link a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#main .link a:before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
	content: "";
	background-color: transparent;
}

#main .link a:after {
	position: absolute;
	display: block;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

#main .link a:hover:after {
	left: 0;
	background-color: #eee;
}

#main .section02 .link a:hover:after {
	background-color: #B6B6B6;
}

#main .section03 .link a:hover:after {
	background-color: #BEAC91;
}

#main .section04 .link a:hover:after {
	background-color: #B6B6B6;
}

#main .section05 .link a:hover:after {
	background-color: #EEE;
}

#main .section08 .link a:hover:after {
	background-color: #BEAC91;
}

#main .section06 .link a, 
#main .section06 .link a {
	overflow: visible;
}

#main .section06 .link a:after {
	position: absolute;
	top: auto;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #main .section06 .link a:after,
.ie9 #main .section06 .link a:after {
	left: 0;
}

#main .section06 .link a:hover:after {
	width: 100%;
	background: #fff;
}

#main .innerUl li {
	width: 50%;
	float: left;
	position: relative;
}

#main .innerUl li > img {
	width: 100%;
}

#main .pho img {
	width: 100%;
}

#main .inform{
	display: flex;
	justify-content: space-between;
	margin:50px 0 0;
}

#main .inform .flex{
	display: flex;
}

#main .inform li{
	margin: 0 0 10px;
}

#main .inform li:last-child{
	margin: 0;
}

#main .inform .facebook{
	width: 200px;
    padding: 0 48px 0 0;
}

#main .inform .facebook a{
	transition: 300ms;
}

#main .inform .facebook a:hover{
	opacity: .6;
}

#main .inform .facebook img{
	width: 100%;
}

#main .section01 {
	padding: 10px 0 120px;
	clear: both;
}

#main .section01 h2 {
	margin-bottom: 60px;
	position: relative;
}

#main .section01 .textImg {
	margin-bottom: 32px;
	position: relative;
}

#main .section01 .textImg01 {
	margin-bottom: 40px;
}

#main .section02 {
	background-color: #fff;
}

#main .section02 h2 {
	margin: 17% 0 10%;
}

#main .section02 .textImg {
	margin-bottom: 5%;
}

#main .section02 .textImg p {
	color: #000;
}

#main .section03 {
	background-color: #9A7D54;
}

#main .section03 h2 {
	margin: 13% 0 10%;
}

#main .section03 .textImg {
	margin-bottom: 5%;
}

#main .section03 .textImg01 {
	margin-bottom: 5%;
}

#main .section03 .textImg01 p {
	line-height: 2.3;
}

#main .section03 .innerUl li {
	float: right;
}


#main .section04 {
	padding-bottom: 85px;
	background-color: #fff;
}

#main .section04 .pho {
	margin-bottom: 90px;
	position: relative;
}
	
#main .section04 h2 {
	margin-bottom: 68px;
	position: relative;
}
	
#main .section04 .textImg {
	margin-bottom: 34px;
	position: relative;
}
	
#main .section04 .textImg01 {
	margin-bottom: 30px;
}
	
#main .section04 .textImg01 p {
	color: #000;
	line-height: 2.3;
}

#main .section05 {
	padding: 123px 0 0;
}

#main .section05 h2 {
	margin-bottom: 67px;
	position: relative;
}

#main .section05 .textImg {
	margin-bottom: 34px;
	position: relative;
}

#main .section05 .textImg01 {
	margin-bottom: 34px;
}

#main .section05 .textImg01 p {
	line-height: 2.3;
}

#main .section05 .link {
	margin-bottom: 117px;
	position: relative;
}

#main .section05 .pho {
	position: relative;
}

#main .section06 {
	padding: 146px 0 0;
}

#main .section06 h2 {
	margin: 8.9% 0 33px;
	position: relative;
}

#main .section06 .textImg {
	margin-bottom: 41px;
	position: relative;
}

#main .section06 .innerUl {
	margin: 0 auto;
	width: 1080px;
	position: relative;
}

#main .section06 .innerUl:first-child{
	margin-bottom: 100px;
}

#main .section06 .innerUl li {
	background-color: #000;
	min-height: 380px;
}

#main .wineBottle{
	width: 1000px;
	margin: 0 auto 79px;
}

#main .wineBottle img{
	width: 100%;
}



/*------------------------------------------------------------
	.section07
------------------------------------------------------------*/

#main .section07 {
	background: #292929;
}

.section07 .innerUl {
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.section07 .innerUl h2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1.7px;
}

.section07 .innerUl .textImg {
	font-size: 23px;
	color: #b99257;
	letter-spacing: 1.3px;
}

.section07 .innerUl .textLine {
	width: 65px;
	height: 1px;
	margin: 0 auto 5%;
	display: block;
	background: #fff;
}

#main .section07 .innerUl .textImg02 p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: .5px;
	line-height: 2.3;
}

#main .section07 h2 {
	margin: 17% 0 3.5%;
}

#main .section07 .textImg {
	margin-bottom: 5%;
}

/*------------------------------------------------------------
	.section08
------------------------------------------------------------*/

#main .section08 {
	background: #9A7D54;
}

.section08 .innerUl {
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.section08 .innerUl h2 {
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1.7px;
}

.section08 .innerUl .textImg {
	font-size: 23px;
	color: #fff;
	letter-spacing: 1.3px;
}

.section08 .innerUl .textLine {
	width: 65px;
	height: 1px;
	margin: 0 auto 5%;
	display: block;
	background: #fff;
}

#main .section08 .innerUl .textImg02 p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: .5px;
	line-height: 2.3;
}

#main .section08 h2 {
	margin: 25% 0 3.5%;
}

#main .section08 .textImg {
	margin-bottom: 5%;
}

/*topDetailLink*/

.section00_box{
	display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.section00{
	/*margin-bottom: 35px;*/
	float: left;
	margin-right: 50px;
}

.section00 a{
	width: 60%;
	display: block;
}

.section00 a.sp{
	display: none;
	margin: 0 auto;
}

.section00 a img{
	width: 100%;
}

/* ボタンアニメーション */
.section00 a {
	transition: all 0.3s ease;
	position: relative;
}

.section00 a:before,
.section00 a:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: #fff;
	transition: all 0.3s ease;
}

.section00 a:before {
	height: 0%;
	width: 1px;
}

.section00 a:after {
	width: 0%;
	height: 1px;
}

.section00 a:hover:before {
	height: 100%;
}

.section00 a:hover:after {
	width: 100%;
}

.section00 a span:before,
.section00 a span:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #fff;
	transition: all 0.3s ease;
}

.section00 a span:before {
	width: 1px;
	height: 0%;
}

.section00 a span:after {
	width: 0%;
	height: 1px;
}

.section00 a span:hover:before {
	height: 100%;
}

.section00 a span:hover:after {
	width: 100%;
}

.topDetailLink {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.topDetailLink li {
	flex: 0 0 435px;
	width: 435px;
    margin: 0 auto;	
}

.topDetailLink li a {
	display: block;
}

.topDetailLink li a:hover .showPic img {
	transform: scale(1.2);
}

.topDetailLink .showPic {
	overflow: hidden;
	margin-bottom: 26px;
}

.topDetailLink .showPic img {
	transition: transform 1.6s ease;
	width: 100%;
}

.topDetailLink .conTitle {
	height: 35px;
	text-align: center;
}

.topDetailLink .conTitle img {
	height: 100%;
	display: inline-block;
}

/* swiper.js */
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 1;
}

.swiper-pagination{
	width: 9px;
	height: 9px;
	bottom: 30px!important;
}

.swiper-pagination-bullet{
	margin: 0 20px 0 0!important;
	transition: 200ms;
	background: #fff!important;
	opacity: .4!important;
}

.swiper-pagination-bullet:hover{
	transform: scale(1.4);
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff!important;
	opacity: 1!important;
}

/*  */


@media all and (min-width: 0) and (max-width: 768px)  {
	#gHeader {
		padding: 0;
	}
	
	#gHeader .header {
		min-width: inherit;
	}
	
	#gHeader .hInner .logo img {
		width: 123px;
		height: auto;
	}
	
	#gHeader .header .hInner {
		padding: 9px 16px 8px;
	}
	
	#gHeader .indexHeader {
		padding: 26px 0;
	}

	#gHeader .indexHeader .spMenu {
		position: absolute;
		right: 15px;
		top: 7px;
	}
	
	#gHeader .indexHeader .logo {
		margin: 33px auto -28px;
		width: 45%;
		float: none;
	}
	
	#gHeader .indexHeader h1 {
		margin-bottom: 0;
	}
	
	#gHeader .indexHeader instaimg {
		margin-right:50px;

	}
	
	#main .innerUl li {
		width: 100%;
		float: none !important;
		min-height: auto !important;
	}
	
	#main .mainImg {
		margin-bottom: 53px;
	}
		
	#main .textImg p {
		font-size: 10px;
	}
	
	#main .inform,
	#main .inform .flex{
		flex-direction: column;
	}
	
	#main .inform .facebook{
		width: auto;
		padding: 0;
	}
	
	#main .inform .facebook a{
		display: block;
		margin: 0 auto 56px;
		width: 65%;
		max-width: 210px;
	}
	
	#main .notice {
		margin: 0 20px 58px;
	}
	
	#main .notice .time {
		margin: 3px 0 0;
		display: block;
	}
	
	#main .section01 {
		padding: 60px 0;
	}
	
	#main .section01 h2 {
		margin-bottom: 41px;
		position: relative;
	}
	
	#main .section01 .textImg {
		margin-bottom: 28px;
	}
	
	#main .section01 .textImg01 {
		margin-bottom: 36px;
	}
	
	#main .section02 {
		padding: 49px 0 0;
	}
	
	#main .section02 h2 {
		margin: 0 0 41px;
	}
		
	#main .section02 .textImg {
		margin-bottom: 23px;
	}
		
	#main .section02 .textImg01 {
		margin-bottom: 25px;
	}
	
	#main .section02 .innerUl li:nth-child(3),
	#main .section02 .innerUl li:nth-child(4) {
		width: 50%;
		float: left;
	}
			
	#main .section02 .link {
		padding-bottom: 50px;
	}
	
	#main .section03 {
		padding: 49px 0 0;
	}
	
	#main .section03 h2 {
		margin: 0 0 37px;
	}
	
	#main .section03 .textImg {
		margin-bottom: 22px;
	}
	
	#main .section03 .link {
		padding-bottom: 50px;
	}
	
	#main .section04 {
		padding: 50px 0 0;
	}
	
	#main .section04 h2 {
		margin-bottom: 43px;
	}
	
	#main .section04 .textImg {
		margin-bottom: 23px;
	}
		
	#main .section04 .link {
		padding-bottom: 51px;
	}
	
	#main .section04 .pho {
		margin: 0;
	}
	
	#main .section05 {
		padding: 40px 0 0;
	}
	
	#main .section05 h2 {
		margin-bottom: 28px;
	}
	
	#main .section05 .textImg {
		margin-bottom: 22px;
	}
	
	#main .section05 .link {
		margin: 0 0 50px;
	}
	
	#main .section06 {
		padding: 46px 20px 0;
	}
	
	#main .section06 h2 {
		margin: 0;
		padding: 51px 0 30px;
	}
	
	#main .section06 .textImg {
		margin-bottom: 23px;
	}
	
	#main .section06 .link {
		margin-bottom: 0;
		padding-bottom: 44px;
	}
	
	#main .section06 .innerUl {
		width: auto;
	}
	
	#main .section06 .innerUl:first-child{
	margin-bottom: 46px;
	}
	
	#main .mainImg {
		height: 400px;
	}
		
	#main .pcMainImg {
		display: none;
	}
	
	#main .spMainImg {
		display: block;
	}
	
	
	
/*------------------------------------------------------------
	.section07
------------------------------------------------------------*/
	.section07 .innerUl .textImg {
		padding: 0 20px;
		font-size: 15px;
	}

	#main .section07 .innerUl h2 {
		font-size: 18px;
		margin-bottom: 37px;
	}

	#main .section07 .innerUl .textImg02 p {
		font-size: 10px;
		letter-spacing: .2px;
	}
	
	.section08 .innerUl {
		font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

	.section08 .innerUl h2 {
		color: #ffffff;
		font-weight: normal;
		letter-spacing: 1.7px;
	}

	.section08 .innerUl .textImg {
	    font-size: 15px;
		letter-spacing: 1.3px;
	}

	.section08 .innerUl .textLine {
		width: 65px;
		height: 1px;
		margin: 0 auto 5%;
		display: block;
		background: #b8b8b8;
	}

	#main .section08 .innerUl .textImg02 p {
		font-size: 10px;
		color: #fff;
		text-align: center;
		letter-spacing: .5px;
		line-height: 2.3;
	}

	#main .section08 h2 {
		font-size: 18px;
		margin-bottom: 37px;
	}

	#main .section08 .textImg {
		margin-bottom: 3.7%;
	}

	/*topDetailLink*/
	
	.section00 {
	margin-bottom: 35px;
    margin-right: 0px;
}
	.section00_box{
	display: contents;
}

	.section00 .pc{
		display: none;
	}
	
	.section00 a{
		width: 80%;
	}
	
	.section00 a:before,
	.section00 a:after{
		display: none;
	}
	
	.topDetailLink {
		width: auto;
		margin: 0 18px;
		display: block;
	}

	.topDetailLink li {
		width: auto;
		margin-bottom: 40px;
	}

	.topDetailLink .showPic {
		margin-bottom: 16px;
	}

	.topDetailLink .conTitle {
		height: 33px;
	}
	
	
}

/*------------------------------------------------------------
	バナータブレット
------------------------------------------------------------*/


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
.section00 {
    margin-right: 25px;
}
}


 .box{
  text-align:center;
  margin-bottom:50px;
}


/* 769px以上のとき */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* 768px以下のとき */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 768px) {
  /* スマートフォンで iframe を非表示にする */
  .iframe-container {
    display: none;
  }
}

/* ------------------------------------------------------------
   Phase3.2 balance tuning
   元HTMLとの見た目差分を埋めるためのピンポイント調整のみ
------------------------------------------------------------ */

/* Top body spacing */
#main .notice {
	margin-bottom: 88px;
}

#main .section01 {
	padding-bottom: 112px;
}

/* Access〜下部導線の詰まりを軽減 */
#main .section05 {
	padding-top: 116px;
}

#main .section05 .link {
	margin-bottom: 108px;
}

#main .comBottomBox {
	padding-top: 124px;
}

@media all and (min-width: 0) and (max-width: 768px)  {
	/* SP vertical balance */
	#main .mainImg {
		margin-bottom: 48px;
	}

	#main .notice {
		margin-bottom: 50px;
	}

	#main .section01 {
		padding: 54px 0 56px;
	}

	#main .section02,
	#main .section03,
	#main .section04 {
		padding-top: 46px;
	}

	#main .section02 .link,
	#main .section03 .link,
	#main .section04 .link {
		padding-bottom: 46px;
	}

	#main .section05 {
		padding-top: 36px;
	}

	#main .section05 .link {
		margin-bottom: 46px;
	}

	#main .section06 {
		padding-top: 42px;
	}

	#main .section06 h2 {
		padding-top: 46px;
		padding-bottom: 28px;
	}

	#main .section06 .innerUl:first-child {
		margin-bottom: 40px;
	}

	#main .section06 .link {
		padding-bottom: 40px;
	}

	#main .comBottomBox {
		padding: 46px 0 56px;
	}

	/* 下部リンクの最終位置合わせ */
	#main .comBottomBox .pageLink {
		width: 288px;
	}

	#main .comBottomBox .pageLink li {
		margin-top: 12px;
	}

	#main .comBottomBox .pageLink li img {
		height: 17px;
		margin-left: 14px;
	}
}
