@charset 'UTF-8';


body{
	color: #1a1a1a;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

p {
	margin: 0;
	line-height: initial;
}

a {
	color: #740051;
	outline: none;
}
a:hover, a:focus {
	color: #740051;
	text-decoration: underline;
	outline: none;
}

h3 {
	margin: 20px 10px 10px 10px;
}
.card {
    width: 70%;
    margin: auto;
}
.card-title {
	width: 100%;
	padding: 12px;
	border-radius: 12px;
	background-color: #740051;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.card-content {
    display: table;
    width: 100%;
    margin-top: 15px;
    background-color: rgba(255,255,255,0.6);
}
.card-content--icon,
.card-content__text {
    display: table-cell;
    vertical-align: middle;
}
.card-content__title {
    margin: 0 auto;
    padding: 5px;
    border-radius: 10px;
    background-color: #c7d65f;
    color: #700150;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
}
.card-content__text {
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
}
.content-title {
    position: relative;
    margin-top: 30px;
}
.content-title__h2 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    font-size: 280%;
    font-weight: bold;
    color: #700150;
    text-align: center;
}
.content-title__h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 230%;
    font-weight: bold;
    color: #700150;
    text-align: center;
}
.content-title__h4 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 280%;
    font-weight: bold;
    color: #700150;
    text-align: center;
    letter-spacing: 8px;
}
.content-title__img,
.content-sub__img,
.content-main__img {
    width: 100%;
}
.content-sub {
    position: relative;
    margin-top: 25px;
}
.content-sub__text {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 112%;
    font-weight: bold;
    text-align: center;
    line-height: 2.1;
}
.content-main {
    width: 100%;
    max-width: 1140px;
    margin-top: 25px;
}
.nav.navbar-nav.navbar-right {
    padding: 12px 0;
}
@media screen and (max-width: 1200px) {
    .content-title__h2 {
        top: 10px;
    }
    .content-title__h4 {
        top: 25px;
        letter-spacing: 6px;
    }
}
@media screen and (max-width: 985px) {
    .content-title__h2 {
        font-size: 260%;
    }
    .content-title__h4 {
        top: 20px;
        font-size: 250%;
        letter-spacing: 4px;
    }
    .content-sub__text {
        position: static;
    }
    .content-sub__img {
        display: none;
    }
}

@media screen and (max-width: 815px) {
    .content-title__h2 {
        top: 5px;
        font-size: 240%;
    }
    .content-title__h4 {
        font-size: 230%;
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }
    .card {
        width: 80%;
    }
    .card-content {
        display: block;
        padding: 20px;
    }
    .card-content--icon {
        display: none;
    }
    .card-content__text {
        display: block;
        margin-top: 15px;
    }
    .shop-info-le {
        float: none !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    .shop-info-ri {
        float: none !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 715px) {
    .content-title__h2 {
        font-size: 210%;
    }
    .content-title__h3 {
        font-size: 195%;
    }
    .content-title__h4 {
        top: 15px;
        font-size: 200%;
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 615px) {
    .content-title__h2 {
        font-size: 180%;
    }
    .content-title__h3 {
        font-size: 165%;
    }
    .content-title__h4 {
        font-size: 160%;
    }
}
@media screen and (max-width: 515px) {
    .content-title__h2 {
        top: 0;
        font-size: 145%;
    }
    .content-title__h3 {
        font-size: 125%;
    }
    .content-title__h4 {
        font-size: 120%;
        letter-spacing: 3px;
    }
    .content-sub {
        margin-top: 15px;
    }
    .content-sub__text {
        position: static;
        font-size: 100%;
        font-weight: normal;
        line-height: 1.2;
    }
}
@media screen and (max-width: 414px) {
    .content-title__h2 {
        font-size: 135%;
    }
    .content-title__h3 {
        font-size: 120%;
    }
    .content-title__h4 {
        top: 10px;
        font-size: 110%;
        letter-spacing: 2px;
    }
    .content-sub {
        margin-top: 10px;
    }
    .card-title {
        font-size: 130%;
    }
}
@media screen and (max-width: 375px) {
    .content-title__h2 {
        font-size: 100%;
    }
    .content-sub__text {
        font-size: 80%;
    }
    .content-title__h3 {
        font-size: 90%;
    }
    .content-title__h4 {
        font-size: 90%;
    }
    .card-title {
        font-size: 100%;
    }
    .card-content__title {
        font-size: 100%;
    }
    .card-content__text {
        font-size: 90%;
    }
}









@media only screen and (max-width: 767px) {
	h3 {
		margin: 20px 10px 10px 10px;
	}
}

/*************** Header ***************/
a#current {
	color: #740051;
}

a#a-comingsoon {
	pointer-events:none;
	cursor:default;
	text-decoration:none;
	color: #c6c6c6;
}

@media only screen and (max-width: 767px){
a#current {
	color: #fff;
}
}
.navbar-default {
    font-size: 80%;
}

img.header-logo {
    vertical-align: middle;
	height: 60px;
	width:auto
}
.navbar-header {
	margin: 5px 0 5px 0;
}

li.google_translation {
	padding: 10px;
}

@media only screen and (max-width: 955px) {
	img.header-logo {
		height: 50px;
	}
	.navbar-nav {
		margin: 0 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.collapse {
		background-color: #740051;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		background-color: #740051;
	}
	.nav > li {
		background-color: #740051;
		border-bottom: solid 1px #cfa4cb;
	}
}

ul.qtranxs_language_chooser li.active a { /* 英語日本語リスト名用 */
/*	display:none;*/
	pointer-events:none;
	cursor:default;
	text-decoration:none;
	color: #c6c6c6;
}

@media only screen and (max-width: 767px) {
	ul.qtranxs_language_chooser li a {
		color: #fff;
	}
	
	ul.qtranxs_language_chooser {
		margin-left: 10px;
		-webkit-padding-start: 0px;
	}
}
/*************** Header END ***************/

/*************** トップページ KV ***************/
.kv-top {
	max-height: auto;
	padding: 100px 0 30px 0;
	background: url('../images/top/kv-top1.png') center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.kv-top-area {
	height: 400px;
}

/*************** トップページ KV END ***************/

/*************** トップページ Para ***************/
.kv-top-img {
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

.ParaName-under {
	border-top: 10px solid #740051;
	margin-top: 0;
}

.Store-under {
	border-top: 5px dotted #740051;
	margin-top: 0;
}

h3 {
	color: #740051;
}

.para-area{
	margin: 0 0 20px 0;
}

.para-area-size {
	margin: 10px;
}

@media only screen and (min-width: 1200px) {
	.top-ph-area {
		height: 400px;
		background: url('../images/top/top-ph.png') center center no-repeat scroll;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
	}

	.top-ph-text {
		color: #fff;
		margin: 0 50% 0 0;
		padding: 20px;
	}
}

@media only screen and (max-width: 1199px) {
	.top-ph-area {
		background: url('../images/top/top-ph.png') center center no-repeat scroll;
		background-size: auto 100%;
		-moz-background-size: auto 100%;
	}

	.top-ph-text {
		color: #fff;
		margin: 0 50% 0 0;
		padding: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.top-ph-area-en {
		height: auto;
		background: url('../images/top/top-ph.png') center center no-repeat scroll;
		background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-position-x: -150px;
	}

	.top-ph-text {
		color: #fff;
		margin: 0 50% 0 0;
		padding: 20px;
	}
}

@media only screen and (max-width: 760px) {
	.top-ph-text {
		color: #fff;
		margin: 0;
		padding: 20px;
	}
}

/*************** トップページ News ***************/
dl {
	overflow: hidden;
	border-bottom: solid 1px #740051;
	padding: 0 10px 0 10px;
}
dt {
	font-weight: normal;
}
.top-news-area {
	height: auto;
	margin: 10px;
/*	height: 200px; */
/*	overflow-y: scroll; */
}
.top-news-area dt {
	width: 20%;
	float: left;
	padding: 0 5px 0 0;
	word-break: break-all;
}
.top-news-area dd {
	width: 80%;
	float: right;
}

a.a-news-only {
	color: #D40060;
}

@media only screen and (max-width: 600px) {
	.top-news-area {
		height: auto;
/*		height: 200px; */
		width: 100%;
		margin: auto;
/*		overflow-y: scroll; */
	}
	.top-news-area dt {
		width: 30%;
		float: left;
		padding: 0 5px 0 0;
		word-break: break-all;
	}
	.top-news-area dd {
		width: 70%;
		float: right;
	}
}

.news_container {
	display: flex;
	justify-content: space-between;
}

/*************** トップページ News END ***************/
/*************** News詳細ページ News ***************/
.single-news-area {
	height: auto;
	margin: 50px 0 50px 0;
}

.single-news-text {
	padding: 0 10px 0 10px;
}

.single-news-area dt {
	width: 20%;
	float: left;
	padding: 0 5px 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #740051;
}
.single-news-area dd {
	width: 80%;
	float: right;
	font-size: 22px;
	font-weight: bold;
	color: #740051;
}
@media only screen and (max-width: 750px) {
	.single-news-area dt {
		width: 30%;
		float: left;
		padding: 0 5px 0 0;
		font-size: 20px;
		font-weight: bold;
		color: #740051;
		word-break: break-all;
	}
	.single-news-area dd {
		width: 70%;
		float: right;
		font-size: 20px;
		font-weight: bold;
		color: #740051;
	}
}
/*************** News詳細ページ News END ***************/

/*************** トップページ Movie ***************/
.movie-area {
	display: table;
	width: 100%;
}

.movie-text-height {
	height: 100px;
	margin-bottom: 30px;
}

@media (max-width: 992px){
	.movie-text-height {
		height: auto;
		margin-bottom: 30px;
	}
}
/*************** トップページ Movie END ***************/

/*************** トップページ PhotoGallery & Banner ***************/
.top-photogallery-area {
	margin: 0 0 50px 0;
}

@media (min-width: 992px){
	.top-photogallery {
		overflow: hidden;
	}
}

.top-photogallery {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-photogallery-square {
  position:relative;
  overflow:hidden;
  padding-bottom:100%;
}

.top-photogallery-square img {
 position:absolute;
}

img.top-photo {
	width: 160%;
	height: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.col-lg-4 {
	padding: 0 5px 0 5px;
	margin: 5px 0 5px 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.banner-img {
	width: 100%;
}

.top-alcohol {
	color: #777;
	padding-bottom: 20px;
	font-size: 14px;
}


@media (min-width: 768px){
	.row-center {
	    text-align: left;
	    letter-spacing: -0.4em;
	}

	.row-center>[class*='col-'] {
	    display: inline-block;
	    letter-spacing: 0;
	    vertical-align: top;
	    float: none !important;
	}
	.navbar-nav {
		float: none !important;
		margin-top: 30px;
	}	  
}

/*************** トップページ PhotoGallery & Banner END ***************/

/*************** 固定ページ KV ***************/
.kv-single {
	max-height: auto;
	padding: 100px 0 0 0;
	background: url('../images/kv-top.png') center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.kv-single1 {
	max-height: auto;
	padding: 100px 0 0 0;
	background: url('../images/kv-top-kotei1.png') center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.kv-single-area {
	height: 200px;
}

/*************** 固定ページ KV END ***************/

/*************** ワイナリーページ ***************/
.winery-hr {
	margin: 0 5px 20px 0;
	border: 1px solid #740051;
}

.winery-area {
	background-color: #fff8e0;
	margin: 20px 0 40px 0;
}

.winery-kyeprof {
	padding: 10px;
/*	display: table; */
}

.winery-prof-name {
	font-size: 30px;
}

.winery-left {
	width: 70%;
	float: left;
}

.winery-right {
	width: 30%;
	float: right;
}

.winery-icon-text {
	width: auto;
	padding-left: 135px;
/*	word-break: break-all;*/
}

.winery-icon {
	color: #fff;
	float: left;
	text-align: center;
	background-color: #a5c703;
	width: 135px;
	margin-right: 5px;
}

dl.winery-dl {
	border: none;
}

dt.winery-icon-text {
	border: none;
}

dd.winery-icon {
	border: none;
}

@media only screen and (max-width: 767px) {
	.winery-hr {
		margin-right: 0;
		border: 1px solid #740051;
	}
	.winery-left {
		width: 100%;
		float: none;
	}

	.winery-right {
		width: 100%;
		float: none;
	}
}

ul {
	margin-top: 15px;
	margin-bottom: 10px;
	list-style-type: none;
}

li.winery-list {
	list-style-image: url('../images/title-icon.png');
	color: #740051;
	font-weight: bold;
	font-size: 30px;
}

.winery-profile {
	padding: 0 10px 10px 10px;
}

.winery-pack {
	height: auto;
}

.winery-profile-left {
	width: 70%;
	float: left;
}

.winery-profile-right {
	width: 30%;
	float: right;
}

.winery-profile-max {
	width: 100%;
}

img.winery-img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.winery-profile-left {
		width: 100%;
		float: none;
	}

	.winery-profile-right {
		width: 100%;
		float: none;
	}
}

.winery-hr-data {
	margin-top: 0;
	border: 4px solid #740051;
}

.winery-data-01 {
	padding-bottom: 20px;
	color: #740051;
}

.winery-data-text {
	width: 90%;
	float: left;
}

.winery-data-wine {
	width: 10%;
	float: right;
}

.winery-data-img {
	width: 100%;
	height: auto;
	max-width: 70px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.winery-data-text {
		width: 100%;
		float: none;
	}

	.winery-data-wine {
		width: 100%;
		float: none;
	}
}

/*************** ワイナリーページ END ***************/

/*************** ヴィンヤードページ ***************/
.vineyard-area {
	background-color: #740051;
	margin: 20px 0 40px 0;
	color: #fff;
}

.vineyard-hr{
	margin: 0 5px 20px 0;
	border: 1px solid #cba0c7;
}
/*************** ヴィンヤードページ END ***************/

/*************** MAPページ ***************/
.MAP-img-area {
	margin: 10px;
}

.map-img {
	padding: 0px;
	width: 100%;
}

.access-img-area{
	margin: 10px;
	background-color: #f5f3f2;
}

.access-img {
	padding: 30px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.access-img-area{
		margin: 0;
		background-color: #f5f3f2;
	}
	.access-img {
		padding: 10px;
		width: 100%;
	}
	
	.MAP-img-area {
		margin: 0;
	}
}

.access-table-area{
	margin: 20px 10px 60px 10px;
}

.map-table {
	width: 100%;
	border: 1px solid #740051;
	background-color: #fff;
}

th {
	width: 25%;
	color: #740051;
	border: 1px solid #740051;
	background-color: #cfa4cb;
	text-align: center;
	vertical-align: top;
	padding: 10px;
}

td {
	width: 75%;
	border: 1px solid #8F66A8;
	background-color: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
}

.map-table-circle {
	color: #a9cb03;
}

@media only screen and (max-width: 767px) {
	.access-table-area{
		margin: 20px 0 60px 0;
	}
	td {
		width: 30%;
	}
	th {
		width: 70%;
	}
}

#JijiyaBabaya,
#yoicchi-ni,
#Yn,
#sagra{
	margin-top: -120px;
	padding-top: 130px;
	text-decoration: none;
}


/*************** MAPページ END ***************/

/*************** ワインツーリズムページ ***************/
.winetourism-area{
	margin: 10px 10px 40px 10px;
}

hr.winetourism-hr {
	margin: 10px 0 20px 0;
	border: 0;
	border-top: 1px solid #740051;
}

.winetourism-title {
	color: #740051;
	font-weight: bold;
	font-size: larger;
	padding: 0 10px 0 10px;
}

.winetourism-text {
	padding: 0 10px 0 10px;
/*	word-break: break-all;*/
}

@media only screen and (max-width: 767px) {
.winetourism-area{
	margin: 10px 0px 40px 0px;
}
}

/*************** ワインツーリズムページ END ***************/

/*************** Footer ***************/
footer {
	bottom: 0;
}

.white-space {
	margin: 60px 0 0 0;
}

.footer-text {
	text-align: center;
	background-color: #cba0c7;
}

.footer-text-large {
	font-size: 19px;
	padding: 10px 0 10px 0;
}

.footer-copy {
	text-align: center;
	font-size: 14px;
	color: #cba0c7;
	background-color: #740051;
	padding: 10px 0 10px 0;
}

.footer-attention {
	font-size: 14px;
}

/*************** Footer END ***************/

/*************** Page Top ***************/
.pageTop {
    position:absolute;
/*    width:100%;*/
/*    max-width:900px;*/
    height:0;
    margin:0 auto;
}

.pageTop a {
    position: fixed;
    bottom: 0px;
    left:auto;
    display: block;
/*    width: 66px;*/
/*    hegiht:66px;*/
    margin-left:1090px;
}

@media (max-width: 1200px){
	.pageTop a {
		margin-left:890px;
	}
}

@media screen and (min-width: 480px) and (max-width: 959px) {
	.pageTop {
	    width:96%;
	}
	.pageTop a {
	    left:-65px;
	    margin-left:100%;
	}
}

@media screen and (max-width: 479px) {
	.pageTop {
	    width:96%;
	}
	.pageTop a {
	    left:-65px;
	    margin-left:100%;
	}
}
/*************** Page Top END ***************/

/*************** ワインツーリズムLP ***************/

/***** 2016_02_01 追加 *****/

.catch-text01 {
	color: #740051;
	text-align: center;
	font-size: 50px;
	line-height: 70px;
	font-weight: bold;
	padding: 0 0 30px 0;
}

.catch-text02 {
	text-align: center;
}

.catch-text03 {
	color: #740051;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	padding: 0 0 0 0;
}

.catch-text04 {
	color: #740051;
	text-align: center;
	font-size: 20px;
}

.para-tittle {
	padding: 20px 0 0 0;
}

.lp-table {
	border: 1px solid #b4b4b4;
}

.lp-table td {
	width: 20%;
	border: 1px solid #b4b4b4;
	background-color: #dcd8d6;
	text-align: center;
	vertical-align: middle;
}

.lp-table th {
	width: 80%;
	border: 1px solid #b4b4b4;
	text-align: left;
	padding: 0 10px 0 10px;
}

img.lp-logo {
/*	 margin: 0 0 600px 0;*/
}

.text-under {
	text-decoration: underline;
}

@media only screen and (max-width: 647px) {
/*	img.lp-logo {
		vertical-align: top;
		margin: 0 0 95% 0;
		width: 100%;
	} */
	
	.lp-indent {
		padding: 0 0 0 100px;
	}
}

.sommelier-text {
	margin: 40px 0 0 0;
	float: left;
}

.sommelier-image img {
	float: right;
	padding: 10px 0 10px 0;
}

@media only screen and (max-width: 892px) {
	.sommelier-text {
		margin: 0;
		float: left;
	}
	.sommelier-image img {
		float: right;
		padding: 10px 0 10px 0;
	}
	.lp-indent {
		padding: 0 0 0 100px;
	}

}

.contact-left {
	max-width: 50%;
	float: left;
	padding: 0 10px 0 0;
	line-height: 1.6em;
}

.contact-right {
	max-width: 50%;
	float: right;
	padding: 0 0 0 10px;
	line-height: 1.6em;
	font-size: 16px;
}

@media only screen and (max-width: 647px) {
	.contact-left {
		max-width: 100%;
		float: none;
		padding: 0;
	}

	.contact-right {
		max-width: 100%;
		float: none;
		padding: 0;
	}

	.lp-indent {
		padding: 0 0 0 100px;
	}

	.catch-text01 {
		font-size: 30px;
		line-height: inherit;
	}
	
	.sommelier-image img {
		float: left;
		padding: 10px 0 10px 0;
	}
}

.lp-attention {
	padding: 20px 0 0 0;
}

.lp-contact-all {
	font-size: 21px;
	line-height: 35px;
}

.lp-contact {
/*	background-color: #740051;*/
/*	color: #fff;*/
}

.lp-contact a {
/*	background-color: #740051;*/
/*	color: #fff;*/
}

/*** br ***/
.bronly-block,
.bronly-inline,
.bronly-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .bronly-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bronly-inline {
    display: inline !important;
  }
}
@media (max-width: 375px) {
  .bronly-inline-block {
    display: inline-block !important;
  }
}

.bronly-block-1,
.bronly-inline-1,
.bronly-inline-block-1 {
  display: none !important;
}

@media (max-width: 375px) {
  .bronly-block-1 {
    display: block !important;
  }
}
@media (max-width: 375px) {
  .bronly-inline-1 {
    display: inline !important;
  }
}
@media (max-width: 375px) {
  .bronly-inline-block-1 {
    display: inline-block !important;
  }
}

ul.list-table {
	display: table;
	border-collapse: collapse;
}
ul.list-table li {
	display: table-row;
}
span.lt-cell {
	width: 20%;
	display: table-cell;
	padding: 0;
	float: left;
}
span.lt-cell1 {
	width: 80%;
	display: table-cell;
	padding: 0;
	float: right;
}

@media (max-width: 690px) {
	span.lt-cell {
		width: 100%;
		display: table-cell;
		padding: 0;
		float: left;
	}
	span.lt-cell1 {
		width: 100%;
		display: table-cell;
		padding: 0 0 10px 0;
		float: left;
	}
}

.tourism-endtext {
	max-width: 400px;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 25px;
	color: #f20000;
/*	background-color: #740051; */
	border: 2px solid #f20000;
}
/*************** ワインツーリズムLP END ***************/

/*************** 余市産ワインページ ***************/
.yoichi-wine-imgarea {
	margin: 0 auto;
	text-align: center;
}

.yoichi-wine-img {
/*	max-width: 969px; */
	width: 100%;
}

table.history {
	width: 100%;
}

tbody.t-history {
	border-collapse: collapse;
}

tr.tr-history-01 {
	border-top: 1px solid #d1d0ce;
	border-bottom: 1px solid #d1d0ce;
	background-color: #efeeec;
}

tr.tr-history-01-special {
	border-bottom: none;
}

td.history-left-01 {
	border: none;
	width: 15%;
	text-align: left;
	vertical-align: middle;
	background-color: #efeeec;
	padding: 20px 0 20px 10px;
}

th.history-right-01 {
	border: none;
	width: 85%;
	background-color: #efeeec;
	padding: 20px 10px 20px 10px;
}

tr.tr-history-02 {
	border-top: 1px solid #d1d0ce;
	border-bottom: 1px solid #d1d0ce;
	background-color: #fff;
}

td.history-left-02 {
	border: none;
	width: 15%;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	padding: 20px 0 20px 10px;
}

th.history-right-02 {
	border: none;
	width: 85%;
	background-color: #fff;
	padding: 20px 10px 20px 10px;
}

.special-cel {
	width: 100%;
	display: inline-block;
	background-color: #efeeec;
}

.special-cel-in {
	margin: 20px;
	padding: 10px;
	background-color: #fff;
	display: inline-block;
}

.special-img {
	max-width: 152px;
	width: 100%;
	padding-right: 10px;
}

.special-left {
	width: 20%;
	float: left;
}

.special-right {
	width: 80%;
	float: right;
}

@media only screen and (max-width: 767px) {
	td.history-left-01 {
		border: none;
		width: 22%;
		text-align: left;
		vertical-align: middle;
		background-color: #efeeec;
		padding: 20px 0 20px 5px;
	}

	th.history-right-01 {
		border: none;
		width: 78%;
		background-color: #efeeec;
		padding: 20px 10px 20px 10px;
	}

	td.history-left-02 {
		border: none;
		width: 22%;
		text-align: left;
		vertical-align: middle;
		background-color: #fff;
		padding: 20px 0 20px 10px;
	}

	th.history-right-02 {
		border: none;
		width: 78%;
		background-color: #fff;
		padding: 20px 10px 20px 10px;
	}

	.special-left {
		width: 100%;
		float: none;
		text-align: center;
	}

	.special-right {
		width: 100%;
		float: none;
	}
	.special-img {
		max-width: 152px;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
}
.data-name {
	color: #740051;
	margin-bottom: 5px;
}

.data-img-hokkaido {
	max-width: 250px;
	width: 100%;
}

.data-totalarea {
	background-color: #fffce4;
	margin: 20px 0 0 0;
	padding: 10px;
	border: 2px dotted #740051;
	display: inline-block;
}

.data01-area {
	display: inherit;
	width: 100%;
}

.data02-area {
	display: block;
}

.data01-left {
	width: 50%;
	float: left;
}

.data01-right {
	width: 50%;
	float: right;
	text-align: center;
}

.data02-left {
	width: 50%;
	float: left;
	padding: 10px;
	border-right: 2px dotted #740051;
}

.data02-right {
	width: 50%;
	float: right;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.data02-left {
		width: 100%;
		float: none;
		padding: 10px;
		border-right: none;
	}

	.data02-right {
		width: 100%;
		float: none;
		padding: 10px;
	}
}
/*************** 余市産ワインページ END ***************/

/*************** モーダル ***************/
.modal-area{
	text-align: center;
}

img.modal-img {
	width: 100%;
}
/*************** モーダル END ***************/

.nonborder {
	border:none;
	outline:none;
}
/*************** 汎用ブロック ***************/
.wcvtext-left {
    text-align: left;
}
.wcvtext-center {
    text-align: center;
}
.wcvtext-right {
    text-align: right;
}
.wcvtext-left,
.wcvtext-center,
.wcvtext-right {
    margin: 15px 0;
}
#wcvtitle {
	color: #740051;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	padding: 0 0 0 0;
}


/* 画像と回り込み文字用ボックス
------------------------------------------------------------------------- */
.wcv-floatbox-left,
.wcv-floatbox-right {
	margin: 30px 0;
}
.wcv-floatbox-left p,
.wcv-floatbox-right p {
	margin-bottom: 10px;
}

/* 左寄せ画像と回り込み文字で使用
------------------------------------------------------------------------- */
.wcvimg-floatleft {
	float: left;
	margin-right: 15px;
    max-width: 100%;
    height: auto;
}

/* 右寄せ画像と回り込み文字で使用
------------------------------------------------------------------------- */
.wcvimg-floatright {
	float: right;
	margin-left: 15px;
    max-width: 100%;
    height: auto;
}

/* キャプション付き画像用ボックス
------------------------------------------------------------------------- */
div.wcv-imgbox {
	text-align: center;
	margin: 0 15px 20px;
}
div.wcv-imgbox img {
	margin-right: 0;
	margin-left: 0;
    max-width: 100%;
    height: auto;
}

/* 画像の下に表示させる文字 */
p.wcv-imgcap {
	margin: 5px 10px 0;
	font-size: 90%;
}

/* 画像2枚並び・左 */
div.wcv-inner2-l {
	width: 49.3%;
	*width: 48.3%;
	float: left;
	margin-right: 1.4%;
}
/* 画像2枚並び・右 */
div.wcv-inner2-r {
	width: 49.3%;
	*width: 48.3%;
	float: right;
}
/* 画像3枚並び・左_中央 */
div.wcv-inner3 {
	width: 32.4%;
	float: left;
	margin-right: 1.2%;
}
/* 画像3枚並び・右 */
div.wcv-inner3-r {
	width: 32.4%;
	float: left;
}
/* 画像4枚並び・左_中央 */
div.wcv-inner4 {
	width: 23.9%;
	float: left;
	margin-right: 1.4%;
}
/* 画像4枚並び・右 */
div.wcv-inner4-r {
	width: 23.9%;
	float: left;
}
/* 回り込み解除・フロートクリア */
.clearfix { /zoom : 1; }/*IE6・7のみ適用*/
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.clearfix {
	clear: both;
}
.wcvday {
    margin: 10px 0;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
/* -------------------------------------------------------------------------
 *  ?.フォントカラー・スタイル
 *  ------------------------------------------------------------------------- */
/* テキストカラー・黒 */
.text_black {
			color: #000;
}
/* テキストカラー・赤 */
.text_red {
			color: #c00;
}
/* テキストカラー・青 */
.text_blue {
			color: #00c;
}
/* テキストカラー・緑 */
.text_green {
			color: #060;
}

/* グローバルナビ文字色変更
------------------------------------------------------------------------- */
body#yoichi-wine-c ul.nav li a#yoichi-wine-g {
	color: #740051;
}
body#learn-c ul.nav li a#learn-g {
	color: #740051;
}
body#vineyard-c ul.nav li a#vineyard-g {
	color: #740051;
}
body#winery-c ul.nav li a#winery-g {
	color: #740051;
}
body#map-c ul.nav li a#map-g {
	color: #740051;
}
body#winetourism-c ul.nav li a#winetourism-g {
	color: #740051;
}

/* WWエリア用CSS
------------------------------------------------------------------------- */
h2.heading2 {
	border-top: 4px solid #740051;
	border-bottom: 2px solid #740051;
	background-color: #740051;
	margin: 20px 10px 10px 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
h2 {
    position: relative;
    margin: 0 0 20px;
	padding: 8px 0 8px 20px;
	clear: both;
	font-size: 130%;
	font-weight: bold;
    line-height: 1.1;
	outline: none;
}

h3.heading3 {
	border-bottom: 10px solid #740051;
	font-family: inherit;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1;
	margin: 20px 10px 20px 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h4.heading4 {
	border-left: 7px solid #740051;
	color: #740051;
	margin: 0 10px 20px;
	padding: 4px 10px;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.1;
}

/* learnの画像とテキストが混合しているページのCSS
------------------------------------------------------------------------- */
.top_container {
	position: relative;
}

img.top_image1 {
    padding-top: 55px;
}


p.top_p1 {
    display: block;
    font-size: 250%;
    color: #740051;
    text-align: center;
    margin-top: 50px;
    position: absolute;
    line-height: 50px;
    letter-spacing: 0.05em;
}
p.top_p2 {
	color: #000;
	text-align: center;
	margin: auto;
}
	
p.top_p3 {
	font-size: 200%;
	font-weight: bold;
	color: #740051;
	position: absolute;
	line-height: 50px;
	top: 84.5%;
	left: 44%;
	letter-spacing: 0.05em;
}

.middle_p {
	font-size: 200%;
	font-weight: bold;
	color: #740051;
	position: absolute;
	line-height: 50px;
	top: 47%;
	left: 47.5%;
	letter-spacing: 0.05em;
}


.under_container {
    position: relative;
	width: 100%;
	text-align: left;
}
.under_container > div {
	position: absolute;
	display: inline-block;
    vertical-align: middle;
}

.under_text1 {
    width: 400px;
    left: 33%;
    top: 0.5%;
}
.under_text2 {
	width: 350px;
	top: 16.5%;
	left: 15.5%;
}
.under_text3 {
	width: 300px;
	top: 16.5%;
	left: 55%;
}
.under_text4 {
	width: 400px;
	top: 32.5%;
	left: 32%;
}
.under_text5 {
	width: 400px;
	top: 42.5%;
	left: 32%;
}
.under_text6 {
	width: 400px;
	top: 52.5%;
	left: 32%;
}
.under_text7 {
	width: 400px;
	top: 64.5%;
	left: 32%;
}
.under_text8 {
	width: 400px;
	top: 75%;
	left: 32%;
}
.under_text9 {
	width: 400px;
	top: 84%;
	left: 32%;
}

h3.under_h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

div.under_img {
	max-width: 1144px;
	margin: auto;
	padding: 10px;
	background-image: url('../images/top/under_learn.jpg');
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

p.under_p {
    line-height: 1.2;
}

.under_img_text {
    height: 140px;
    width: 520px;
    position: absolute;
    margin: 15px;
    vertical-align: middle;
    display: inline-block;
    top: 42%;
	left: 42%;
	font-size: 17px;
	font-weight: bold;
}

img.under_head {
	margin: 35px 0 10px 340px;
	width: 670px;
	height: 58px;
}

img.under_icon {
	width: 146px;
	height: 152px;
	margin: 15px 0 10px 335px;
}

@media screen and (min-width: 480px) {
	body {
		font-size: 12px;
	}
	.navbar {
		width: 100%;
		min-height: 50px;
		max-height: 0;
	}
	img.top_image1,
	img.top_image2,
	img.top_image3,
	img.container_middle,
	img.container_middle2,
	img.container_middle3,
	div.under_img
	{
		width: 450px;
    }

	img.top_image1 {
		padding-top: 20px;
	}
	/* div.under_img {
		background-size: 450px 300px;
	} */
	img.under_head {
		margin: 25px 0 10px 135px;
		width: 290px;
		height: 35px;
	}
	img.under_icon {
		width: 110px;
		height: 115px;
		margin: 35px 0 10px 100px;
	}
	img.container_middle3 {
		height: 850px;
	}
	.under_img_text {
		width: 215px;
		top: 23%;
		left: 45%;
		font-size: 13px;
	}
	h3.under_h3 {
		font-size: 12px;
		margin: 15px auto 5px;
	}
	h3.under_h3_ruby {
		font-size: 8px;
		margin: 5px auto 10px;
		text-align: center;
		font-weight: bold;
		height: 20px;
	}
	p.under_p_text {
		line-height: 0.7em;
		font-size: 10px;
	}
	p.under_p {
		line-height: 0.9em;
		font-size: 70%;
	}
	p.top_p3 {
		left: 43%;
		top: 76%;
		font-size: 125%;
	}
	p.middle_p {
		left: 45.5%;
		top: 39.5%;
		font-size: 125%;
	}
	.under_text1 {
		left: 31%;
		top: 0.5%;
		width: 169px;
		height: 80px;
	}
	.under_text2 {
		left: 16.5%;
		top: 15.5%;
		width: 139px;
	}
	.under_text3 {
		left: 55%;
		top: 15.5%;
		width: 116px;
	}
	.under_text4,
	.under_text5,
	.under_text6,
	.under_text7,
	.under_text8,
	.under_text9 {
		left: 31%;
		width: 177px;
	}
	.under_text4 {
		top: 31%;
	}
	.under_text8 {
		top: 74%;
	}
	.under_text9 {
		top: 83%;
	}
}

@media screen and (min-width:768px) {
	body {
		font-size: 14px;
	}
	.navbar {
		width: 100%;
		max-height: 110px;
	}
	.navbar-nav {
		margin-top: 12px;
	}
	#JijiyaBabaya,
	#yoicchi-ni,
	#Yn,
	#sagra{
	margin-top: -110px;
	padding-top: 120px;
	text-decoration: none;
}
	img.top_image1,
	img.top_image2,
	img.top_image3,
	img.container_middle,
	img.container_middle2,
	img.container_middle3,
	div.under_img
	{
		width: 738px;
	}
	img.top_image1 {
		padding-top: 30px;
	}
	/* div.under_img {
		background-size: 738px 300px;
	} */
	img.under_head {
		margin: 35px 0 10px 275px;
		width: 420px;
		height: 40px;
	}
	img.under_icon {
		width: 110px;
		height: 115px;
		margin: 35px 0 10px 275px;
	}
	.under_img_text {
		width: 300px;
		top: 32%;
		left: 51%;
		font-size: 14px;
	}
	h3.under_h3 {
		font-size: 14px;
	}
	p.under_p {
		line-height: 1;
		font-size: 90%;
	}
	/* p.top_p1 {
		font-size: 200%;
		top: -7%;
		left: 26%;
	} */
	p.top_p3 {
		left: 43%;
		top: 81%;
		font-size: 180%;
	}
	p.middle_p {
		left: 45.5%;
		top: 49%;
		font-size: 180%;
	}
	.under_text1 {
		left: 31%;
		top: 0.5%;
		width: 280px;
	}
	.under_text2 {
		left: 16.5%;
		top: 15.5%;
		width: 210px;
	}
	.under_text3 {
		left: 55%;
		top: 15.5%;
		width: 200px;
	}
	.under_text4,
	.under_text5,
	.under_text6,
	.under_text7,
	.under_text8,
	.under_text9 {
		left: 30%;
		width: 300px;
    }
    .card-content__title {
        display: none;
    }
}

@media screen and (min-width: 992px) {
	.navbar {
		width: 100%;
		max-height: 100px;
	}
	#JijiyaBabaya,
	#yoicchi-ni,
	#Yn,
	#sagra{
	margin-top: -110px;
	padding-top: 120px;
	text-decoration: none;
	}
	img.top_image1,
	img.top_image2,
	img.top_image3,
	img.container_middle,
	img.container_middle2,
	img.container_middle3,
	div.under_img
	{
		width: 940px;
	}
	img.under_head {
		margin: 35px 0 10px 275px;
		width: 610px;
		height: 55px;
	}
	img.under_icon {
		width: 135px;
		height: 140px;
		margin: 20px 0 10px 275px;
	}
	h3.under_h3 {
		font-size: 18px;
	}
	p.under_p {
		line-height: 1;
		font-size: 90%;
	}
	p.top_p1 {
		font-size: 200%;
	}
	p.top_p3 {
		left: 44.5%;
		font-size: 180%;
	}
	p.middle_p {
		left: 47%;
		top: 46.5%;
		font-size: 180%;
	}
	.under_text1 {
		left: 32%;
		width: 360px;
	}
	.under_text2 {
		left: 16%;
		width: 290px;
	}
	.under_text3 {
		left: 57%;
		width: 240px;
	}
	.under_text4,
	.under_text5,
	.under_text6,
	.under_text7,
	.under_text8,
	.under_text9 {
		left: 31%;
		width: 380px;
	}
}
@media screen and (min-width: 1200px) {
	.navbar {
		width: 108%;
	}
	img.top_image1,
	img.top_image2,
	img.top_image3,
	img.container_middle,
	img.container_middle2,
	img.container_middle3,
	div.under_img
	{
		width: 1144px;
	}
	div.under_img {
		position: relative;
	}
	img.container_middle3 {
		height: 1676px;
	}
	
	img.under_head {
		margin: 35px 0 10px 335px;
		width: 670px;
		height: 58px;
	}
	img.under_icon {
		width: 135px;
		height: 140px;
		margin: 30px 0 10px 330px;
	}
	h3.under_h3 {
		font-size: 22px;
	}
	p.under_p {
		line-height: 1.2;
		font-size: 100%;
	}
	p.top_p1 {
		left: 27%;
		font-size: 300%;
		top: 0;
	}
	p.top_p2 {
		left: 21.5%;
	}
	p.top_p3 {
		left: 43.5%;
		font-size: 250%;
	}
	p.middle_p {
		left: 46%;
		top: 47%;
		font-size: 250%;
	}
	.under_text1 {
		left: 31%;
		width: 435px;
	}
	.under_text2 {
		left: 15.5%;
		width: 290px;
	}
	.under_text3 {
		left: 55%;
		width: 240px;
	}
	.under_text4,
	.under_text5,
	.under_text6,
	.under_text7,
	.under_text8,
	.under_text9 {
		left: 30.5%;
		width: 465px;
	}
	.under_img_text {
		top: 40%;
		left: 42%;
	}
}


#wcv_sys_wrapper .navbar-header {
    float: none;
}
#wcv_sys_wrapper #patern03 {
    padding-top: 0;
}