@charset "utf-8";

body {
  font-family: "Noto Sans Japanese", sans-serif;
  background: url(../img/bg_gray.png);
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 2.25em;
  font-size: 12px;
  letter-spacing: 0.12em;
}

#title {
  margin: 62px 22px 0;
}

#title .disppc {
  display: none;
}

#title .dispsp {
  position: relative;
}

#title .dispsp .img_title_bg {
  width: 100%;
}

#title .dispsp .text_title {
  position: absolute;
  width: 51.73%;
  left: 4.85%;
  bottom: 17%;
}

#title .dispsp .hinomaru {
  width: 133px;
  height: 133px;
  position: absolute;
  top: 40%;
  right: -2.43%;
}

#title .dispsp .hinomaru .img_hinomaru {
  width: 133px;
  height: 133px;
}

#title .dispsp .hinomaru .masu_ugoki {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 65px;
}

#tasting_list {
  margin: 50px 25px;
}

#tasting_list ::-webkit-scrollbar {
  height: 9px;
}

#tasting_list ::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 10px;
}

#tasting_list ::-webkit-scrollbar-track-piece:start {
  background: #444;
  border-radius: 15px;
}

#tasting_list ::-webkit-scrollbar-track-piece:end {
  background: #444;
  border-radius: 15px;
}

/*211111列をたすので(7)を定義。以下table_wrapの列定義部分全て*/
#tasting_list .table_wrap {
  width: 100%;
  text-align: left;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 30px;
}

#tasting_list .table_wrap table {
  width: 706px;
}

#tasting_list .table_wrap table th {
  border-bottom: #fff 1px solid;
  padding-bottom: 5px;
  font-size: 10px;
}

#tasting_list .table_wrap table th div {
  border-left: #fff 1px solid;
  padding-left: 10px;
}

#tasting_list .table_wrap table th:nth-of-type(2) div {
  border-left: none; /*210922調整：2列目の左ラインも削除して左へ寄せる*/
}

#tasting_list .table_wrap table th:nth-of-type(3) {
  padding: 0 0 0 0;
}

#tasting_list .table_wrap table th:nth-of-type(3) div {
  padding-left: 2px;
  padding-right: 8px;
}

#tasting_list .table_wrap table .ttl_venue {
  width: 45px;
  height: 9px;
}

#tasting_list .table_wrap table .ttl_theme {
  width: 47px;
  height: 10px;
}

#tasting_list .table_wrap table .ttl_date {
  width: 34px;
  height: 9px;
}

#tasting_list .table_wrap table .ttl_time {
  width: 35px;
  height: 9px;
}

#tasting_list .table_wrap table td {
  border-bottom: #fff 1px solid;
  padding: 5px 0;
  vertical-align: middle;
}

#tasting_list .table_wrap table td div {
  border-left: #fff 1px solid;
  /*height: 57px; 211111テキスト量が多い列へ対応できないのでAutoへ変更*/
  height: Auto;
  display: block;
}

#tasting_list .table_wrap table td div.more_info {
  border-left: none;
  height: auto;
  margin-top: 10px;
}

#tasting_list .table_wrap table td div.more_info a {
  color: #fff;
  text-decoration: underline;
}

#tasting_list .table_wrap table td div.more_info a:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

#tasting_list .table_wrap table td:first-of-type, #tasting_list .table_wrap table td:nth-of-type(2) {
  font-size: 10px;
}

#tasting_list .table_wrap table td:nth-of-type(3), #tasting_list .table_wrap table td:nth-of-type(4) {
  font-size: 10px;
}

#tasting_list .table_wrap table td:nth-of-type(5), #tasting_list .table_wrap table td:nth-of-type(6) {
  font-size: 10px;
}

#tasting_list .table_wrap table td:nth-of-type(7) {
  font-size: 10px;
}


#tasting_list .table_wrap table td:first-of-type {
  padding: 12px 0;
  width: 4px; /*210922調整：元値30。テーブル維持したまま左へ寄せる*/
  text-align: center;
  vertical-align: middle;
}

#tasting_list .table_wrap table td:first-of-type span {
  margin-right: 2px; /*210922調整：元値10。テーブル維持したまま左へ寄せる*/
  display: block;
  color: #fff;
  line-height: 1.43em;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: none;
}

#tasting_list .table_wrap table td:first-of-type span.red {
  background: #e14d07;
}

#tasting_list .table_wrap table td:first-of-type span.green {
  background: #69878f;
}

#tasting_list .table_wrap table td:first-of-type span.blue {
  background: #42c7e3;
}

#tasting_list .table_wrap table td:nth-of-type(2), #tasting_list .table_wrap table td:nth-of-type(3), #tasting_list .table_wrap table td:nth-of-type(4), #tasting_list .table_wrap table td:nth-of-type(5), #tasting_list .table_wrap table td:nth-of-type(6), #tasting_list .table_wrap table td:nth-of-type(7) {
  line-height: 1.75em;
  letter-spacing: 0.14em;
  padding: 0 0 0 0;
}

#tasting_list .table_wrap table td:nth-of-type(2) div, #tasting_list .table_wrap table td:nth-of-type(3) div, #tasting_list .table_wrap table td:nth-of-type(4) div, #tasting_list .table_wrap table td:nth-of-type(5) div, #tasting_list .table_wrap table td:nth-of-type(6) div, #tasting_list .table_wrap table td:nth-of-type(7) div {
  vertical-align: middle;
  /* box-sizing: border-box; */
}

#tasting_list .table_wrap table td:nth-of-type(2) div {
  border-left: none; /*210922調整：2列目の左ラインも削除して左へ寄せる*/
}


#tasting_list .table_wrap table td:nth-of-type(2) div span, #tasting_list .table_wrap table td:nth-of-type(3) div span, #tasting_list .table_wrap table td:nth-of-type(4) div span, #tasting_list .table_wrap table td:nth-of-type(5) div span, #tasting_list .table_wrap table td:nth-of-type(6) div span, #tasting_list .table_wrap table td:nth-of-type(7) div span {
  display: table-cell;
  vertical-align: middle;
  height: 57px;/*ここは最小値の指定ぽい*/
}

#tasting_list .table_wrap table td:nth-of-type(2) div span.red, #tasting_list .table_wrap table td:nth-of-type(3) div span.red, #tasting_list .table_wrap table td:nth-of-type(4) div span.red, #tasting_list .table_wrap table td:nth-of-type(5) div span.red, #tasting_list .table_wrap table td:nth-of-type(6) div span.red, #tasting_list .table_wrap table td:nth-of-type(7) div span.red {
  background: #e14d07;
  padding: 0 8px;
}

#tasting_list .table_wrap table td:nth-of-type(2) div span.green, #tasting_list .table_wrap table td:nth-of-type(3) div span.green, #tasting_list .table_wrap table td:nth-of-type(4) div span.green, #tasting_list .table_wrap table td:nth-of-type(5) div span.green, #tasting_list .table_wrap table td:nth-of-type(6) div span.green, #tasting_list .table_wrap table td:nth-of-type(7) div span.green {
  background: #69878f;
  padding: 0 8px;
}

#tasting_list .table_wrap table td:nth-of-type(2) div span.blue, #tasting_list .table_wrap table td:nth-of-type(3) div span.blue, #tasting_list .table_wrap table td:nth-of-type(4) div span.blue, #tasting_list .table_wrap table td:nth-of-type(5) div span.blue, #tasting_list .table_wrap table td:nth-of-type(6) div span.blue, #tasting_list .table_wrap table td:nth-of-type(7) div span.blue {
  background: #06a9ee;
  padding: 0 8px;
}

#tasting_list .table_wrap table td:nth-of-type(2) div span {
  padding: 0 13px;
}

#tasting_list .table_wrap table td:nth-of-type(3) div {
  text-align: center;
  padding: 0 0 0 0;
  margin: 13px 0;
  width: 25px;
}

#tasting_list .table_wrap table td:nth-of-type(4) div {
  text-align: left;
  padding: 0 0 0 13px;
  /*width: 180px;*/
}

#tasting_list .table_wrap table td:nth-of-type(5) div {
  text-align: left;
  padding: 0 0 0 13px;
  /* width: 210px;　211111指定解除 */ 
}

#tasting_list .table_wrap table td:nth-of-type(6) div {
  text-align: left;
  padding: 0 0 0 13px;
  width: 280px;　/*この列だけ指定残しで*/
}

#tasting_list .table_wrap table td:nth-of-type(7) div {
  text-align: left;
  padding: 0 0 0 13px;
}

#tasting_list .note {
  text-align: center;
  padding: 38px 0;
}

#instagram {
  margin: 0 25px;
  padding: 35px 0 56px;
  border-top: #fff 1px solid;
}

#instagram h2 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.12em;
}

#instagram .bnr {
  margin: 18px 0 16px;
}

#instagram .bnr img {
  width: 100%;
}

#instagram .bnr ul li a {
  color: #fff;
}

#instagram .link {
  text-align: center;
}

#instagram .link a {
  color: #fff;
}

#back {
  text-align: center;
  padding-bottom: 155px;
}

#back a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
}

#back a:before {
  content: "";
  width: 17px;
  height: 33px;
  background: url(../img/free_tasting/icon_back.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}

/* ▽230325 追加分(ここから)▽ */
.global-header {
	background-color: rgba(255, 255, 255, 1);
	font-family: 'Montserrat', sans-serif;
}

.global-header-nav-list-item-link {color: #111;}
.global-header-nav-list-item-link:hover {text-decoration: none;}
.global-footer {background: transparent;}

#instagram {
	margin: 0 25px;
	padding: 35px 0 56px;
}
	#instagram h2 {
		font-size: 16px;
		letter-spacing: 0.12em;
		text-align: center;
	}

	#instagram .bnr {margin: 18px 0 16px;}
		#instagram .bnr img {width: 100%;}
		#instagram .bnr ul {
			margin-top: 30px;
			font-size: 0;
			text-align: center;
		}
			#instagram .bnr ul li {
				display: inline-block;
				font-size: 40px;
				vertical-align: middle;
			}
				#instagram .bnr ul li:nth-child(2) {margin: 0 60px;}
				#instagram .bnr ul li:nth-child(3) {font-size: 50px;}
.mfp-bg { background: transparent;}
.mfp-container {
	top: 5%;
	right: 0;
	height: auto;
	margin: auto;
	padding: 0;
}

.mfp-arrow {
	top: auto;
	bottom: 50px;
}

.mfp-arrow-left {
	left: 50px;
	height: 40px;
	width: 20px;
	background: url(../img/news_left.svg) no-repeat center center !important;
	background-size: contain !important;
}

.mfp-arrow-right {
	right: 50px;
	height: 40px;
	width: 20px;
	background: url(../img/news_right.svg) no-repeat center center !important;
	background-size: contain !important;
}

.mfp-arrow:before,
.mfp-arrow:after {content: none;}
.news-popup {
	margin: 25px;
	padding: 20px 18px 70px;
	background: rgba(16, 11, 11, 0.8);
	color: #fff;
}
	.news-popup img {
		width: 100%;
		margin-bottom: 15px;
	}

	.news-popup h2 {
		font-size: 18px;
		letter-spacing: 0.22em;
	}
		.news-popup h2::after {
			display: block;
			height: 2px;
			width: 118px;
			margin: 33px 0;
			background: #fff;
			content: '';
		}

	.news-popup .date {
		margin-bottom: 17px;
		color: #808080;
		font-size: 14px;
	}

	.news-popup h3 {
		margin-bottom: 32px;
		font-size: 16px;
		line-height: 1.68em;
	}

	.news-popup p {
		margin-bottom: 25px;
		font-size: 14px;
		letter-spacing: 0.14em;
	}

	.mfp-close {
		position: static;
		height: auto;
		width: auto;
		text-align: right;
	}

	.mfp-close img {
		height: 60px;
		width: 60px;
		pointer-events: none;
	}
/* △230325 追加分(ここまで)△ */


/* tablet */
@media all and (min-width: 768px) {
  #title {
    margin: 120px 50px 0;
  }
  #title .dispsp {
    display: none;
  }
  #title .disppc {
    display: block;
    position: relative;
  }
  #title .disppc .img_title_bg {
    width: 100%;
  }
  #title .disppc .text_title {
    position: absolute;
    width: 48.57%;
    left: 9.75%;
    bottom: 20%;
  }
  #title .disppc .hinomaru {
    width: 183px;
    height: 183px;
    position: absolute;
    top: 35%;
    right: 3.33%;
  }
  #title .disppc .hinomaru .img_hinomaru {
    width: 183px;
    height: 183px;
  }
  #title .disppc .hinomaru .masu_ugoki {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
  }
  #tasting_list {
    margin: 50px;
  }
  #tasting_list .table_wrap {
    overflow: hidden;
    padding-bottom: 0;
  }
  #tasting_list .table_wrap table {
    width: 100%;
  }
  #tasting_list .note {
    padding-bottom: 0;
  }

/* ▽230325 追加分(ここから)▽ */
#instagram {margin: 0 50px;}
	#instagram .bnr {text-align: center;}
		#instagram .bnr img {width: 490px;}

.mfp-container {
	height: auto;
	top: 15%;
}
/* △230325 追加分(ここまで)△ */

}

/* pc */
@media all and (min-width: 1025px) {
/* ▽230325 追加分(ここから)▽ */
#instagram {
   	width: 1000px;
   	margin: 0 auto;
	padding: 50px 0 114px;
}
	#instagram .bnr {margin: 26px 0;}
		#instagram .bnr img {
			display: inline-block;
			height: 92px;
			width: 499px;
			vertical-align: middle;
		}
	
		#instagram .bnr ul {
			display: inline-block;
			vertical-align: middle;
			margin: 0 0 0 60px;
		}
			#instagram .bnr ul li:nth-child(1) {font-size: 50px;}

.mfp-container {
	top: auto;
	right: 0;
	max-width: 1280px;
	margin: 10% auto;
	padding: 0;
}

.mfp-arrow-left {left: calc(50% - 250px);}
.mfp-arrow-right {right: calc(50% - 250px);}
.news-popup {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 84px 150px 134px;
	box-sizing: border-box;
}

.mfp-close {
	position: absolute;
	top: 35px;
	right: 35px;
}
	.mfp-close img {
		height: 80px;
		width: 80px;
	}
/* △230325 追加分(ここまで)△ */
}

@media all and (min-width: 1300px) {
  #title {
    width: 1200px;
    margin: 120px auto 0;
  }
  #title .disppc .hinomaru {
    width: 366px;
    height: 366px;
    position: absolute;
    top: 23.23%;
    right: 3.33%;
  }
  #title .disppc .hinomaru .img_hinomaru {
    width: 250px;
    height: 250px;
  }
  #title .disppc .hinomaru .masu_ugoki {
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 114px;
  }
  #tasting_list {
    width: 1200px;
    margin: 76px auto;
    /* 176px auto */
  }
  #tasting_list .indulge_icon01, #tasting_list .indulge_icon02, #tasting_list .indulge_icon03 {
    padding-left: 70px;
    background: url(../img/discover/indulge_icon_01.svg) no-repeat;
    margin-left: -10px;
    background-size: 5%;
  }
  #tasting_list .indulge_icon02 {
    background: url(../img/discover/indulge_icon_02.svg) no-repeat;
    background-size: 5%;
  }
  #tasting_list .indulge_icon03 {
    background: url(../img/discover/indulge_icon_03.svg) no-repeat;
    background-size: 5%;
  }
  #tasting_list .table_wrap {
    width: 100%;
  }
  #tasting_list .table_wrap table {
    width: 100%;
  }
  #tasting_list .table_wrap table th {
    border-bottom: #fff 1px solid;
    padding-bottom: 6px;
  }
  #tasting_list .table_wrap table th:nth-of-type(3) {
    padding: 0 0 0 13px;
  }
  #tasting_list .table_wrap table th:nth-of-type(3) div {
    padding-left: 10px;
    padding-right: 0px;
  }
  #tasting_list .table_wrap table .ttl_venue {
    width: 69px;
    height: 14px;
  }
  #tasting_list .table_wrap table .ttl_theme {
    width: 72px;
    height: 15px;
  }
  #tasting_list .table_wrap table .ttl_date {
    width: 52px;
    height: 14px;
  }
  #tasting_list .table_wrap table .ttl_time {
    width: 53px;
    height: 14px;
  }
  #tasting_list .table_wrap table th {
    font-size: 16px;
  }
  #tasting_list .table_wrap table td {
    padding: 0 0 0 0;
  }
  #tasting_list .table_wrap table td:first-of-type {
    font-size: 16px;
    width: 4px; /*210922調整：元値30。テーブル維持したまま左へ寄せる*/
  }
  #tasting_list .table_wrap table td:nth-of-type(2), #tasting_list .table_wrap table td:nth-of-type(3), #tasting_list .table_wrap table td:nth-of-type(4), #tasting_list .table_wrap table td:nth-of-type(5), #tasting_list .table_wrap table td:nth-of-type(6), #tasting_list .table_wrap table td:nth-of-type(7) {
    padding: 10px 0;
  }
  #tasting_list .table_wrap table td:nth-of-type(2) div, #tasting_list .table_wrap table td:nth-of-type(3) div, #tasting_list .table_wrap table td:nth-of-type(4) div, #tasting_list .table_wrap table td:nth-of-type(5) div, #tasting_list .table_wrap table td:nth-of-type(6) div, #tasting_list .table_wrap table td:nth-of-type(7) div {
    height: auto;
    font-size: 14px;
  }
  #tasting_list .table_wrap table td:nth-of-type(2) div.red, #tasting_list .table_wrap table td:nth-of-type(3) div.red, #tasting_list .table_wrap table td:nth-of-type(4) div.red, #tasting_list .table_wrap table td:nth-of-type(5) div.red, #tasting_list .table_wrap table td:nth-of-type(6) div.red, #tasting_list .table_wrap table td:nth-of-type(7) div.red {
    background: #e14d07;
    padding: 0 10px;
  }
  #tasting_list .table_wrap table td:nth-of-type(2) div.green, #tasting_list .table_wrap table td:nth-of-type(3) div.green, #tasting_list .table_wrap table td:nth-of-type(4) div.green, #tasting_list .table_wrap table td:nth-of-type(5) div.green, #tasting_list .table_wrap table td:nth-of-type(6) div.green, #tasting_list .table_wrap table td:nth-of-type(7) div.green {
    background: #69878f;
    padding: 0 10px;
  }
  #tasting_list .table_wrap table td:nth-of-type(2) div.blue, #tasting_list .table_wrap table td:nth-of-type(3) div.blue, #tasting_list .table_wrap table td:nth-of-type(4) div.blue, #tasting_list .table_wrap table td:nth-of-type(5) div.blue, #tasting_list .table_wrap table td:nth-of-type(6) div.blue, #tasting_list .table_wrap table td:nth-of-type(7) div.blue {
    background: #69878f;
    padding: 0 10px;
  }
  #tasting_list .table_wrap table td:nth-of-type(2) {
    font-size: 16px;
    width: 206px; /*210922調整：元値180。テーブル維持したまま左へ寄せる*/
  }
  #tasting_list .table_wrap table td:nth-of-type(3) {
    font-size: 20px;
    width: 25px;
    padding: 0 13px;
  }
  #tasting_list .table_wrap table td:nth-of-type(3) div {
    text-align: center;
    padding: 0 0 0 13px;
    margin: 13px 0;
    width: 20px;
  }
  #tasting_list .table_wrap table td:nth-of-type(4) {
    width: 200px;
  }
  #tasting_list .table_wrap table td:nth-of-type(5) {
    width: 200px;
  }
  #tasting_list .table_wrap table td:nth-of-type(6) {
    width: 200px;
  }
  #tasting_list .table_wrap table td:nth-of-type(7) {
    width: 150px;
  }
  #tasting_list .note {
    font-size: 16px;
  }
  #back a {font-size: 20px;}

/* ▽230325 追加分(ここから)▽ */
#instagram {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 114px;
}
	#instagram h2 {font-size: 24px;}
	#instagram .bnr {margin: 26px 0;}
		#instagram .bnr img {width: 490px;}

	#instagram .link {font-size: 16px;}

/* △230325 追加分(ここまで)△ */
}