@charset "UTF-8";

/*---------------------------------------------------------
	ショップ紹介
---------------------------------------------------------*/
#page-about .about-txt {
	width: 80%;
	margin: 0 auto 70px;
	text-align: center;
}

#page-about .about__winery {
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
	margin: 40px 0 80px;
}

#page-about .about__winery-box {
	width: 24%;
	padding-right: 10px;
	border-right: 1px solid #cacaca;
	text-align: center;
	transition: .3s;
	margin-bottom: 3em;
}

#page-about .about__winery-box:hover,
#page-about .about__winery-box:hover img {
	opacity: .6;
}

#page-about .about__winery-box:last-child {
	padding-right: 0;
	border-right: 0;
}

#page-about .about__winery-box p {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 18px;
}

.about__winery--01 {
	padding: 0 0 23px !important;
}

#page-about .about__winery-box-img {
	width: 100%;
	height: 135px;
	position: relative;
}

#page-about .about__winery-box-img img {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#page-about .about__section {
	margin-bottom: 70px;
}

#page-about .about__left-txt {
	float: left;
	width: 55%;
}

#page-about .about__right-img {
	width: 40%;
	text-align: center;
	float: right;
}

#page-about .about__right-img img {
	width: 100%;
}

#page-about .about__right-txt {
	margin-left: auto;
	width: 50%;
}

#page-about .about__left-img {
	width: 46%;
	text-align: center;
	float: left;
}

#page-about .about__left-img img {
	width: 100%;
}

#page-about .about__policy {
	text-align: center;
	margin: 40px auto 25px;
}

#page-about .about__policy:after {
	content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #000;
}

#page-about .about__team:after {
	content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #000;
    position: relative;
    left: 48%;
}

#page-about .about__policy p:first-child {
	font-weight: bold;
	font-size: 18px;
}

#page-about .about__policy p:nth-child(2) {
	font-size: 16px;
}

#page-about .about-clear:after {
	content: "";
	display: block;
	clear: both;
}

#page-about .about__team-box {
	text-align: center;
}

#page-about .about__team-img {
	width: 70%;
	margin: 0 auto;
}

#page-about .about__team {
	margin: 30px 0 50px;
}

#page-about .about__team-img img {
	width: 100%;
}

#page-about .about__team-name {
	font-size: 26px;
	font-weight: bold;
}

#page-about .about__team-member {
	font-size: 20px;
}

#page-about .about__team-member span:first-child {
	padding-right: 25px;
}

#page-about .about__name {
	border-bottom: dotted 1px;
}

#page-about .about__name p:first-child {
	font-size: 18px;
	line-height: 18px;
}

#page-about .about__name p:first-child span {
	font-size: 14px;
}

#page-about .about__name p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
}

#page-about .about__name p:nth-child(2) span {
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
}




/*---------------------------------------------------------
	ワイナリー
---------------------------------------------------------*/
#page-winery .winery-list {
	width: 480px;
	float: left;
}

#page-winery .winery-list a img {
	transition: .3s;
}

#page-winery .winery-list a:hover img {
	opacity: .6;
}

#page-winery .winery-list a:hover .winery-list__txt {
	text-decoration: underline;
	opacity: .7;
}

#page-winery .winery-list-box {
	display: flex;
	margin-bottom: 60px;
}

#page-winery .winery-list-box:after {
	content: "";
	display: block;
	clear: both;
}

#page-winery .winery-list-box .winery-list:nth-child(even) {
	margin-left: 40px;
}

#page-winery .winery-list__img {
	margin-bottom: 20px;
}

#page-winery .winery-list__txt h2 {
	margin-bottom: 15px;
	line-height: 26px;
}

#page-winery .winery-list__txt-en {
	font-size: 22px;
	margin-right: 15px;
	font-weight: bold;
}

#page-winery .winery-list__txt-ja {
	font-size: 16px;
	font-weight: bold;
}

#page-winery .winery-list__more,
#page-activities .activities-list__more {
	display: none;
}

/*---------------------------------------------------------
	ワイナリー 下層ページ
---------------------------------------------------------*/
.winery-float-clear:after {
	content: "";
	display: block;
	clear: both;
}

.winery-about {
	width: 700px;
	float: left;
}

.winery-about__title {
	margin-bottom: 40px;
	width: 80%;
}

.winery-about-h2-style {
	padding-bottom: 10px;
	border-bottom: solid 1px;
	margin-bottom: 10px;
	line-height: 26px;
}

.winery-about__title-en {
	font-size: 22px;
	margin-right: 15px;
	font-weight: bold;
}

.winery-about__title-ja {
	font-size: 16px;
	font-weight: bold;
}

.winery-about__title-area {
	font-weight: bold;
}

.winery-about__txt {
	float: left;
}

.winery-map {
	display: table;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #ccc;
}

.winery-about__bg-box {
	width: 150px;
	text-align: center;
	float: left;
	margin: 20px 20px 0 0;
}

.winery-about__bg-box img {
	width: 100%;
}

.winery-history {
	margin-top: 100px;
}

.winery-h3-style {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.winery-history__box {
	margin-bottom: 80px;
}

.winery-history__box:last-child {
	margin-bottom: 0;
}

.winery-history__txt {
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.winery-history__txt:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: black;
}

.winery-cf__more-txt {
	margin-bottom: 40px;
}

.winery-cf__img {
	float: left;
	width: 48%;
}

.winery-cf__img img {
	width: 100%;
}

.winery-cf__txt {
	width: 48%;
	display: inline-block;
	margin: 4% 0 0 4%;
}

.winery-cf__img-left {
	float: right;
	width: 48%
}

.winery-cf__img-left img {
	width: 100%;
}

.winery-cf__txt-right {
	width: 48%;
	display: inline-block;
	margin: 4% 4% 0 0;
}

.winery-history__img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.winery-red {
	color: #e60707;
}

.winery-history__box01:after {
	content: "";
	display: block;
	clear: both;
}

.winery-gallery {
	margin-top: 100px;
}

.winery-gallery__slider {
	width: 700px;
	height: 480px;
	margin: 0 auto;
}

.winery-gallery__slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.winery-gallery__slider li img {
	margin: 0 auto;
}

.winery-gallery__thumbnail {
	margin-top: 30px;
}

.winery-gallery__thumbnail.slick-slider {
	display: flex;
}

.winery-gallery__thumbnail .slick-list {
	margin: 0 auto;
	width: 87%;
}

.winery-gallery__thumbnail li {
	transition: .3s;
	cursor: pointer;
}

.winery-gallery__thumbnail li:hover {
	opacity: .4;
}

.winery-gallery__thumbnail li img {
	width: 98%;
	height: auto;
	margin: 0 auto;
	height: 58px;
    object-fit: cover;
}

.winery-gallery__thumbnail .prev-arrow,
.winery-gallery__thumbnail .next-arrow {
  	cursor: pointer;
  	transition: .3s;
  	height: 100%;
  	margin-top: 3px;
}

.winery-gallery__thumbnail .prev-arrow:hover,
.winery-gallery__thumbnail .next-arrow:hover {
	opacity: .4;
}

.winery-gallery__thumbnail-tb {
	display: flex;
	margin-top: 30px;
}

.tb-thumbnail-item {
	transition: .3s;
	cursor: pointer;
}

.tb-thumbnail-item:hover {
	opacity: .4;
}

.tb-thumbnail-item img {
	width: 95%;
}

.winery-gallery__slider-tb li img {
	margin: 0 auto;
}

.winery-gallery-tb-sp {
	display: none;
}


/*---------------------------------------------------------
	活動報告
---------------------------------------------------------*/
#page-activities .activities-list {
	width: 480px;
	float: left;
}

#page-activities .activities-list a img {
	transition: .3s;
}

#page-activities .activities-list a:hover img {
	opacity: .6;
}

#page-activities .activities-list a:hover .activities-list__txt {
	text-decoration: underline;
	opacity: .7;
}

#page-activities .activities-list-box {
	display: flex;
	margin-bottom: 60px;
}

#page-activities .activities-list-box:after {
	content: "";
	display: block;
	clear: both;
}

#page-activities .activities-list-box .activities-list:nth-child(even) {
	margin-left: 40px;
}

#page-activities .activities-list__img {
	margin-bottom: 20px;
}

#page-activities .activities-list__title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 26px;
}

/*---------------------------------------------------------
	活動報告 下層ページ
---------------------------------------------------------*/
.activities-about {
	text-align: center;
	margin: 0 auto 50px;
	width: 80%;
}

.activities-section {
	position: relative;
	margin-bottom: 70px;
}

.activities-section:last-child {
	margin-bottom: 0;
}

.activities-section__txt-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    float: left;
}

.activities-section__txt-left-box {
    width: 100%;
	position: relative;
	padding: 25px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.activities-section__txt-left-box:before,
.activities-section__txt-left-box:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.activities-section__txt-left-box:before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}

.activities-section__txt-left-box:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.activities-section__img-right {
	width: 49%;
	margin-left: auto;
}

.activities-section__img-right img {
	width: 100%;
}

.activities-section__txt-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45%;
    float: left;
}

.activities-section__txt-right-box {
    width: 100%;
	position: relative;
	padding: 25px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.activities-section__txt-right-box:before,
.activities-section__txt-right-box:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.activities-section__txt-right-box:before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}

.activities-section__txt-right-box:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.activities-section__img-left {
	width: 49%;
}

.activities-section__img-left img {
	width: 100%;
}

.activities-section__h2-style {
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
	border-left: 1px solid;
	margin-bottom: 40px;
}

.activities-section__h3-style {
	font-weight: bold;
	font-size: 22px;
	position: relative;
	margin-bottom: 30px;
}

.activities-section__h3-style:after {
	content: "";
	height: 1px;
	width: 70px;
	background: #000;
	position: absolute;
	left: 0;
	top: 43px;
}

.activities-section__img {
	margin-bottom: 20px;
}

.activities-section__img img {
	width: 100%;
}

.activities-section__img-2 {
	justify-content: space-between;
	display: flex;
}

.activities-section__img-2 li {
	width: 49%;
}

.activities-section__img-2 li img {
	width: 100%;
}

.activities-section__img-3 {
	justify-content: space-between;
	display: flex;
}

.activities-section__img-3 li {
	width: 32%;
}

.activities-section__img-3 li img {
	width: 100%;
}

.activities-section__img-4 {
	width: 300px;
	margin: 0 auto 20px;
}

.activities-section__img-4 img {
	width: 100%;
}


/*---------------------------------------------------------
	ログイン画面
---------------------------------------------------------*/
.login-content {
    background: #F3F4F4;
    border: 1px solid #ccc;
    width: 70%;
    height: 100%;
    padding: 65px 100px;
    margin: 0 auto 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-content input[type="text"],
.login-content input[type="email"],
.login-content input[type="password"]{
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-content .login-content__email {
	margin: 0 auto 20px;
	width: 100%;
	display: flex;
}

.login-content .login-content__password {
	margin: 0 auto 10px;
	width: 100%;
	display: flex;
}

.login-content .login-content__email-form,
.login-content .login-content__password-form {
	height: 35px;
}

.login-content__button {
	text-align: center;
	margin-bottom: 20px;
}

.login-content__login_menu {
	width: 50%;
	margin: 0 auto;
}

.login-content__login_menu a:hover {
	opacity: .7;
	text-decoration: underline;
}

.login-content__checkbox {
	margin-bottom: 10px;
}

/*---------------------------------------------------------
	新規会員登録
---------------------------------------------------------*/
#top_box__agreement a {
    color: #23527c;
    text-decoration: underline;
}

#top_box__agreement a:hover {
    color: 000;
    text-decoration: none;
}

#complete_box__attention {
	margin-bottom: 20px;
}

/*---------------------------------------------------------
	購入
---------------------------------------------------------*/
#summary_box__total_box .btn-style02--black,
#summary_box .btn-style02--black {
	text-align: center;
}

#summary_box__total_box .btn-style02--black button,
#summary_box .btn-style02--black a {
	min-width: 180px;
	padding: 7px 40px;
}

#shipping_confirm_box--0 h3 {
	font-size: 18px;
	margin: 15px 0;
}

#customer_detail_box #edit0,
#customer_detail_box #edit2,
#customer_detail_box #edit5,
#customer_detail_box #edit10,
#customer_detail_box #edit11 {
	margin-bottom: 10px;
}

#customer_detail_box #edit5 {
	margin-right: 5px;
}

#mail_list__subject--1 span a {
	cursor: pointer;
}

/*---------------------------------------------------------
	ログイン
---------------------------------------------------------*/
#reset_box__message {
	text-align: center;
}

/*---------------------------------------------------------
	ご利用ガイド
---------------------------------------------------------*/
.user-guide__section {
	margin-bottom: 50px;
}

.user-guide__numlist01 {
	padding-left: 20px;
}

.user-guide__numlist01 li {
	margin-bottom: 20px;
}

.user-guide__numlist02 {
	margin-top: 6px;
	padding-left: 10px;
}

.user-guide__numlist02 li {
	margin-bottom: 5px;
}

.user-guide__strong {
	font-weight: bold;
	margin-bottom: 5px;
}

/*追記　2024/05/15*/
.sitemap__list .sitemap__list-products {
	display: flex;
}

.sitemap__list .sitemap__list-products ul {
	width: 30%;
  margin: 0 5% 0 0;
}

.sitemap__list .sitemap__list-products li {
	font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}


/*---------------------------------------------------------
	1000px以下の時
---------------------------------------------------------*/
@media only screen and (max-width: 1000px) {

	#page-about .about__winery-box p {
		margin-bottom: 30px;
	}

	#page-winery .winery-list-box {
		width: 100%;
	}

	#page-winery .winery-list {
		width: 48%;
	}

	#page-winery .winery-list__img img {
		width: 100%;
	}

	#page-winery .winery-list-box .winery-list:nth-child(even) {
		margin-left: 4%;
	}

	.winery-about {
		width: 70%;
	}

	.winery-map {
		width: 25%;
	}

	.winery-map img {
		width: 100%;
	}

	.winery-history__img img {
		width: 48%;
		height: 48%;
	}

	.winery-history__img--pc img {
		width: 100%;
		height: auto;
	}

	.winery-gallery .winery-gallery__slider {
		height: 100%;
	}

	.winery-gallery .winery-gallery__slider,
	.winery-gallery .slick-list,
	.winery-gallery .slick-slide,
	.winery-gallery .slick-slide img {
		width: 100%;
	}

	.winery-gallery__thumbnail .slick-list {
		width: 80%;
	}

	.winery-gallery .winery-gallery__slider {
		padding-bottom: 50px;
	}

	.winery-gallery__thumbnail .prev-arrow,
	.winery-gallery__thumbnail .next-arrow {
		width: 5%;
	}

	.winery-gallery__thumbnail .prev-arrow:hover,
	.winery-gallery__thumbnail .next-arrow:hover,
	.winery-gallery__thumbnail li:hover {
		opacity: 1;
	}

	.winery-gallery__thumbnail {
		margin-top: -20px;
	}

	.winery-gallery__slider-tb li img {
		width: 100%;
	}

	.winery-gallery__thumbnail-tb {
		display: block;
		margin-top: 20px;
	}

	.winery-gallery__thumbnail.slick-slider {
		position: relative;
	}

	.winery-gallery__thumbnail.slick-slider li img {
		width: 98%;
	}

	.winery-gallery__thumbnail .prev-arrow {
		position: absolute;
		height: auto;
		top: 50%;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}

	.winery-gallery__thumbnail .next-arrow {
		position: absolute;
		height: auto;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
	}

	.winery-gallery-tb {
		display: none;
	}

	.winery-gallery-tb-sp {
		display: block;
	}

	.winery-about__bg-box {
		width: 25%;
	}

	.winery-history__txt {
		padding-left: 0;
	}

	.winery-history__txt:before {
		display: none;
	}

	#page-activities .activities-list-box {
		width: 100%;
	}

	#page-activities .activities-list {
		width: 48%;
	}

	#page-activities .activities-list__img img {
		width: 100%;
	}

	#page-activities .activities-list-box .activities-list:nth-child(even) {
		margin-left: 4%;
	}

	.activities-section__h3-style {
		font-size: 18px;
	}

	.activities-about {
		width: auto;
	}

	#page-about .about-txt {
		width: 100%;
	}

	#page-about .about__winery {
		display: block;
		margin: 40px 0 0;
	}

	#page-about .about__winery:after {
		content: "";
		display: block;
		clear: both;
	}

	#page-about .about__winery-box {
		float: left;
		height: 320px;
		width: 48%;
		padding-right: 0;
		border-right: 0;
	}

	#page-about .about__winery-box:nth-child(even) {
		margin-left: 4%;
	}

	#page-about .about__winery-box-img {
		width: 100%;
		height: 255px;
		position: relative;
	}

	#page-about .about__winery-box-img img {
		width: 100%;
		position: absolute;
	}

	#page-about .about__winery-box p {
		font-size: 16px;
	}

	.login-content {
		width: 90%;
		padding: 40px 8%;
	}

	.login-content__login_menu {
		width: 100%;
	}

}


/*---------------------------------------------------------
	768px以下の時
---------------------------------------------------------*/
@media only screen and (max-width: 768px) {

	#page-winery .winery-list-box {
		display: block;
		margin-bottom: 0;
	}

	#page-winery .winery-list {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	#page-winery .winery-list-box .winery-list:nth-child(even) {
		margin-left: 0;
	}

	#page-winery .winery-list__txt h2 {
		margin-bottom: 10px;
		line-height: 23px;
	}

	#page-winery .winery-list__txt-en {
		font-size: 18px;
	}

	#page-winery .winery-list__txt-ja {
		font-size: 14px;
	}

	#page-winery .winery-list a:hover img {
		opacity: 1;
	}

	#page-winery .winery-list a:hover .winery-list__txt {
		text-decoration: none;
		opacity: 1;
	}

	.winery-about__title {
		width: 100%;
		margin-bottom: 20px;
	}

	.winery-about {
		width: 100%;
		float: none;
	}

	.winery-about__title-en {
		margin-right: 7px;
		font-size: 20px;
	}

	.winery-about__title-ja {
		font-size: 14px;
	}

	.winery-about-h2-style {
		padding-bottom: 4px;
		margin-bottom: 7px;
	}

	.winery-map {
		width: 80%;
		margin: 0 auto;
	}

	.winery-about__txt {
		float: none;
		margin-bottom: 30px;
	}

	.winery-gallery {
		margin-top: 50px;
	}

	.winery-history {
		margin-top: 50px;
	}

	.winery-h3-style {
		padding: 10px 0;
		font-size: 20px;
	}

	.winery-history__img {
		display: block;
	}

	.winery-history__img img {
		width: 100%;
		height: 100%;
	}

	.winery-history__img img:first-child {
		margin-bottom: 20px;
	}

	.winery-history__img--pc {
		margin: 0;
	}

	.winery-history__txt {
		margin-bottom: 20px;
	}

	.winery-about__bg-box {
		width: 40%;
		float: none;
		margin: 20px auto 0;
	}

	.winery-cf__more-txt {
		margin-bottom: 60px;
	}

	.winery-cf__img {
		float: none;
		width: 100%;
	}

	.winery-cf__txt {
		width: 100%;
		margin: 10px 0 0;
	}

	.winery-cf__img-left {
		float: none;
		width: 100%;
	}

	.winery-cf__txt-right {
		width: 100%;
		margin: 10px 0 0;
	}

	.winery-gallery__thumbnail .prev-arrow,
	.winery-gallery__thumbnail .next-arrow {
		width: 8%;
	}


	#page-activities .activities-list-box {
		display: block;
		margin-bottom: 30px;
	}

	#page-activities .activities-list {
	    float: none;
	    width: 100%;
	    margin-bottom: 40px;
	}

	#page-activities .activities-list-box .activities-list:nth-child(even) {
		margin-left: 0;
	}

	#page-activities .activities-list__title {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 23px;
	}

	#page-activities .activities-list a:hover img {
		opacity: 1;
	}

	#page-activities .activities-list a:hover .activities-list__txt {
		text-decoration: none;
		opacity: 1;
	}

	.activities-section__txt-left {
		width: 100%;
		position: unset;
		transform: unset;
		float: none;
		margin-bottom: 10px;
	}

	.activities-section__img-right {
		width: 100%;
	}

	.activities-section__img-left {
		width: 100%;
	}

	.activities-section__txt-right {
		width: 100%;
		position: unset;
		transform: unset;
		float: none;
		margin-bottom: 10px;
	}

	.activities-section {
		margin-bottom: 40px;
	}

	.activities-section__h2-style {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
		padding-left: 10px;
	}

	.activities-section__h3-style {
		margin-bottom: 15px;
	}

	.activities-section__h3-style:after {
		top: 33px;
	}

	.activities-section__txt-left-box {
		padding: 20px 20px;
	}

	.activities-section__txt-right-box {
		padding: 20px 20px;
	}

	.activities-section__h3-style {
		font-size: 16px;
	}

	.activities-about {
		margin: 0 auto 30px;
	}

	.activities-section__img {
		margin-bottom: 20px;
	}

	.activities-section__img-2 {
	    justify-content: unset;
	    display: block;
	}

	.activities-section__img-2 li {
		width: 100%;
	}

	.activities-section__img-2 li:first-child {
		margin-bottom: 20px;
	}

	.activities-section__img-4 {
		width: 65%;
	}

	#page-about .about-txt {
		margin: 0 auto 40px;
	}

	#page-about .about__winery {
		display: block;
		margin: 20px 0 30px;
	}

	#page-about .about__winery-box {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 50px;
	}

	#page-about .about__winery-box:hover,
	#page-about .about__winery-box:hover img {
		opacity: 1;
	}

	#page-about .about__winery-box:nth-child(even) {
		margin-left: 0;
	}

	#page-about .about__winery-box p {
		padding-bottom: 10px !important;
		width: 100%;
		margin: 0 auto 20px;
	}

	#page-about .about__winery-box-img {
		width: 70%;
		height: auto;
		position: unset;
    	margin: 0 auto;
	}

	#page-about .about__winery-box-img img {
		width: 100%;
		position: unset;
	    transform: none;
    	-webkit- transform: none;
	}

	#page-about .about__section {
		margin-bottom: 40px;
	}

	#page-about .about__left-txt {
		float: none;
		width: 100%;
	}

	#page-about .about__right-img {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	#page-about .about__policy {
		margin: 20px auto 10px;
	}

	#page-about .about__policy:after {
		position: relative;
		bottom: 5px;
	}

	#page-about .about__team-img {
		width: 80%;
	}

	#page-about .about__team {
		margin: 30px 0 20px;
	}

	#page-about .about__team-name {
		font-size: 20px;
	}

	#page-about .about__team-member {
		font-size: 16px;
	}

	#page-about .about__team:after {
		left: 45%;
		bottom: 5px;
	}

	#page-about .about__name p:first-child {
		font-size: 16px;
	}

	#page-about .about__name p:first-child span {
		font-size: 13px;
	}

	#page-about .about__name p:nth-child(2) {
		font-size: 18px;
	}

	#page-about .about__name p:nth-child(2) span {
		font-size: 14px;
	}

	.dl_table dl {
		padding: 20px 0;
	}

	.dl_table dl dt {
		margin-bottom: 10px;
	}

	.login-content .btn-style02--black button {
		min-width: 200px;
	}

	#cart_item_list__item {
		display: block;
	}

	#cart_item_list__item > .td.table {
		width: 100%;
	}

	#cart_item_list__quantity {
		display: block;
		width: 100%;
	}

	#page-winery .winery-list__more,
	#page-activities .activities-list__more {
		display: block;
		text-align: right;
		margin-top: 15px;
	}

	.flowline li.active .flow_number {
		line-height: 27px;
	}

	.winery-gallery__slider li img {
		height: 300px;
    	object-fit: contain;
	}

	/*追記　2024/05/15*/
	.sitemap__list .sitemap__list-products {
		display: block;
	}

	.sitemap__list .sitemap__list-products ul {
		width: 100%;
    margin: 0;
	}

	.sitemap__list .sitemap__list-products li {
		font-size: 15px;
	}
}

.grecaptcha-badge {
	display: none;
}

#page-inquiry .grecaptcha-badge,
#page-wine-form .grecaptcha-badge {
	display: block;
}