@charset "utf-8";

.reverseBtn a,
.reverseBtn a:visited {
	font-size: 1.2vw;
	line-height: 120%;
	background-image: url(../images/reverse.png);
	background-repeat: no-repeat;
	background-position: 1vw center;
	background-size: 8%;
	padding-top: 0.05em;
	padding-right: 1.5em;
	padding-bottom: 0.1em;
	padding-left: 2.5em;
	border: 1px solid #005EA6;
	border-radius: 16px;
	color: #015DA8;
	text-decoration: none;
	margin-bottom: 2vh;
	font-weight: 500;
}

.reverseBtn a:hover {
	opacity: 0.6;
}

.detailArea {
	width: 90%;/*76*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 5vh;
	margin-bottom: 20vh;
}

.detailHead {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}

h2.pageTtl {
	font-size: 2.8vw;
	line-height: 120%;
	font-weight: 500;
	width: 50%;
	padding-top: 0.2em;
}

.pageTtlSmall {
	font-size: 80%;
}

h2.pageTtlLong {
	width: 80%;
}

.popBtn a,
.popBtn a:visited {
	width: 30%;
	border: 1px solid #999;
	font-size: 1.2vw;
	font-weight: 500;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	color: #333;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

.popBtn a:hover {
	opacity: 0.6;
}

.non {
	pointer-events: none;
	opacity: 0.5;
}

h3.taste {
	font-size: 1.4vw;
	line-height: 135%;
	color: #000;
	width: 100%;
	padding-top: 1vw;
	padding-bottom: 3vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-weight: 400;
}

.imgArea {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.imgArea img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.img-1 {
	width: 16%;
	background-color: #250F11;
}

.img-2 {
	width: 48%;
	
}

.img-3 {
	width: 33%;
}

.fishimg-1 {
	width: 54%;
}

.fishimg-2 {
	width: 45%;
	
}

.fishTextArea {
	padding-top: 2vw;
}

h2.fishTtl {
	font-size: 2.2vw;
	line-height: 120%;
	color: #666;
}

h3.fishTxt {
	font-size: 1.1vw;
	line-height: 170%;
	color: #000;
	font-weight: 300;
}

.kenpimg-1 {
	width: 70%;
}

.kenpimg-2 {
	width: 100%;
}

.kenpimg-3 {
	width: 100%;
}

.teaimg-2 {
	width: 100%;
}

.teaimg-3 {
	width: 100%;
}

.subImg {
	width: 28%;
}

.imgAreaCider {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3vw;
}

.imgAreaCider img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.cider-1 {
	width: 55%;
	padding-left: 20%;
}

.cider-1 img {
	vertical-align: bottom;
	height: auto;
	width: 60%;
}

.cider-2 {
	width: 70%;
	padding-bottom: 2vw;
}


.cider-3 {
	width: 78%;
}

.ciderSide {
	width: 45%;
	display: flex;
	flex-wrap:wrap;
	/*justify-content: space-between;
	align-items: center;*/
}

/* modal */
.modal-open-button {
	transition:all 0.1s;
  /*
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #007BFF;
  border: none;
  border-radius: 5px;
  */
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}

details[open] .modal-overlay {
  display: block;
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 80%;
  /*max-*/width: 30.6vw;/*500 32vw*/
  /*max-*/height:46vw;/*70 48vw*/
  /*overflow: scroll;*/
  pointer-events: none;
  background-color: #FEFEFE;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}

.modal-wrapper img {
	width: 100%;
	height: auto;
}

.modal-header {
	display: flex;
	padding-right: 50%;
	position: relative;/*add*/
}

.modal-header .space {
  flex: 1;
  pointer-events: all;
}

.modal-header .close {
	font-size: 1.5vw;/*24px*/
	color: black;
	text-decoration: none;
	pointer-events: none;
	cursor: pointer;
	position: absolute;
	bottom: -1.8vw;
	left: 46%;
}


.modal-content {
  padding: 0px;
  pointer-events: all;
  
}

details[open] .modal-content {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-30vw);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}


summary {
  list-style: none;
  cursor: pointer;
}

summary::marker {
  display: none;
}


@media screen and (max-width: 767.98px){ /*768-992*/


.reverseBtn a,
.reverseBtn a:visited {
	font-size: 4vw;
	line-height: 120%;
	background-image: url(../images/reverse.png);
	background-repeat: no-repeat;
	background-position: 3vw center;
	background-size: 8%;
	padding-top: 0.02em;
	padding-right: 1.5em;
	padding-bottom: 0.1em;
	padding-left: 2.2em;
	border: 1px solid #005EA6;
	border-radius: 16px;
	color: #015DA8;
	text-decoration: none;
	margin-bottom: 2vh;
	font-weight: 500;
}

.reverseBtn a:hover {
	opacity: 0.6;
}

.detailArea {
	width: 94%;/*76*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 5vh;
	margin-bottom: 20vh;
}

.detailHead {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}

h2.pageTtl {
	font-size: 6vw;
	line-height: 120%;
	font-weight: 500;
	width: 100%;
	padding-top: 0.2em;
	padding-bottom: 2vh;
}

.pageTtlSmall {
	font-size: 80%;
}

h2.pageTtlLong {
	font-size: 5.8vw;
	line-height: 120%;
	font-weight: 500;
	width: 80%;
	padding-top: 0.2em;
	padding-bottom: 2vh;
}

.popBtn a,
.popBtn a:visited {
	width: 100%;
	border: 1px solid #999;
	font-size: 4vw;
	font-weight: 500;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	color: #333;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	margin-bottom: 2vh;
	display: block;
}

.popBtn a:hover {
	opacity: 0.6;
}

.non {
	pointer-events: none;
	opacity: 0.5;
}

h3.taste {
	font-size: 4vw;
	line-height: 135%;
	color: #000;
	width: 100%;
	padding-top: 3vw;
	padding-bottom: 5vw;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-weight: 400;
}

.imgArea {
	display: block;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.imgArea img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.img-1 {
	width: 50%;
	background-color: #250F11;
	padding-bottom: 2vh;
	margin-bottom: 6vh;
	margin-right: auto;
	margin-left: auto;
}

.img-1 img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.img-2 {
	width: 100%;
	padding-bottom: 5vh;
}

.img-2 img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.img-3 {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}

.img-3 img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.fishimg-1 {
	width: 100%;
	padding-bottom: 3vw;
}

.fishimg-2 {
	width: 100%;
	padding-bottom: 3vw;
	
}

.fishTextArea {
	padding-top: 2vw;
}

h2.fishTtl {
	font-size: 4.8vw;
	line-height: 120%;
	color: #666;
	padding-bottom: 3vw;
}

h3.fishTxt {
	font-size: 3.5vw;
	line-height: 160%;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-align: justify;
}

.kenpimg-1 {
	width: 100%;
	padding-bottom: 3vw;
}

.kenpimg-2 {
	width: 40%;
}

.kenpimg-3 {
	width: 60%;
}

.teaimg-2 {
	width: 100%;
}

.teaimg-3 {
	width: 100%;
}

.subImg {
	width: 100%;
	display:flex ;
	padding-bottom: 8vw;
}

.imgAreaCider {
	display: flex;
	flex-wrap:wrap;
	/*justify-content: space-between;*/
	align-items: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10vw;
}

.imgAreaCider img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.cider-1 {
	width: 57%;
	margin-right: 6%;
	padding-right: 6%;
}

.cider-1 img {
	vertical-align: bottom;
	height: auto;
	width: 100%;
}

.cider-2 {
	width: 100%;
	padding-bottom: 5vw;
}


.cider-3 {
	width: 100%;
}

.ciderSide {
	width: 33%;
	display: flex;
	flex-wrap:wrap;
	margin-right: 4%;
	/*justify-content: space-between;
	align-items: center;*/
}

/* modal */
.modal-open-button {
	transition:all 0.1s;
  /*
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #007BFF;
  border: none;
  border-radius: 5px;
  */
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}

details[open] .modal-overlay {
  display: block;
}

.modal-wrapper {
  position: absolute;
  top: 55%;/*50*/
  left: 50%;
  z-index: 20;
  width: 80%;
  /*max-*/width: 88vw;/*30.6vw*/
  /*max-*/height:132vw;/*46vww*/
  /*overflow: scroll;*/
  pointer-events: none;
  background-color: #FEFEFE;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}

.modal-wrapper img {
	width: 100%;
	height: auto;
}

.modal-header {
	display: flex;
	padding-right: 50%;
	position: relative;/*add*/
}

.modal-header .space {
  flex: 1;
  pointer-events: all;
}

.modal-header .close {
	font-size: 3.6vw;/*1.5vw*/
	color: black;
	text-decoration: none;
	pointer-events: none;
	cursor: pointer;
	position: absolute;
	bottom: -3.4vw;/*-1.8vw*/
	left: 46%;
}


.modal-content {
  padding: 0px;
  pointer-events: all;
  
}

details[open] .modal-content {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-30vw);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}


summary {
  list-style: none;
  cursor: pointer;
}

summary::marker {
  display: none;
}


}
