@charset "UTF-8";
/* ▼▼▼ TASTING ROOM
=====================================*/
#tasting_news .wrapper{
	display: flex;
	align-items: center;
}
#tasting_news .wrapper .img{
	flex:3;
}
#tasting_room .wrapper .text_area{
	flex:1;
	padding: 0 60px;
}
#tasting_room .text_area > div {
	width: 108px;
	margin: 0 auto 50px;
}
#tasting_news .text_area > div{
	margin-bottom: 150px;
}
h2.roboto{
	padding-top:62px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
h2.roboto::before{
	content:"";
	width: 1px;
	height: 50px;
	background: #707070;
	margin:auto;
	position: absolute;
	top:0;
	right: 0;
	left: 0;
}
#tasting_room .text_area .news_area{
	margin-bottom: 30px;
}
#tasting_room .text_area .news_area .date{
	margin-bottom: 12px;
	font-size: 12px;
	text-align: center;
}
#tasting_room .text_area .news_area{
	width: 100%;
}
#tasting_room .text_area .news_area .txt_box{
	padding: 0 20px;
}
#tasting_room .btn_white{
	position: relative;
}
#tasting_room .btn_white::before {
	content: "";
	width: 1px;
	height: 50px;
	background: #707070;
	margin: auto;
	position: absolute;
	top: -100px;;
	right: 0;
	left: 0;
}
#tasting_room .btn_white a{
	display: flex;
	width: 100%;
	max-width: 268px;
	margin:0 auto;
	height: 60px;
	background:#fff;
	border:1px solid #707070;
	align-items: center;
	justify-content: center;
}
#tasting_room .yoyaku89 {
	text-align: center;
}
#tasting_room .yoyaku89 a{
	color: #3F68BF;
	text-decoration: underline;
	margin-top: 10px;
}
#about {
	padding: 37px 0 26px;
}
#about .wrapper{
	padding: 0 80px;
}
#about .title_tate{
	width: 60px;
	margin:60px auto 0;
}
#about .text_area .NotoSerif{
	padding: 28px 0 64px;
	text-align: center;
	line-height: 2;
}
#about .text_area .NotoSerif span{
	font-size: 14px;
}
#about li{
	width: 33.2%;
}
#course{
	margin-bottom: 60px;
}
#course .container{
	max-width: 860px;
}
#course .container h2{
	margin-bottom: 50px;
}
#course .container > .flex_box{
	margin-bottom: 26px;
}
#course .container .flex_box > p{
	width: 47%;
	line-height: 2.1;
}
/* #course .container .flex_box > div{ */
#course .container .flex_box .gray{
	/* width: 47%; */
	background: #FAFAFA;
	padding: 24px 30px;
}
#course .white {
    padding-left: 30px;
}
#course .red {
	color: red;
	margin-top: 15px;
	font-size: 14px;
}
#course .yoyaku89 {
	text-align: left;
}
#course .yoyaku89 a{
	color: #3F68BF;
	text-decoration: underline;
	font-size: 14px;
	padding: 0;
	text-align: left;
	margin-top: 0;
}
.large{
	font-size: 18px;
}
.small{
	font-size: 14px;
}
.x-small{
	font-size: 12px;
}
#course .course_wrap{
	display: flex;
	border:1px solid #CCCCCC;
	padding: 34px;
	margin-bottom: 35px;
	align-items: center;
}
#course .photo_area{
	max-width: 372px;
}
#course .thumb_box{
	margin-bottom: 10px;
}
#course .change {
	display: flex;
	width: 80%;
	margin:0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
#course .slideThumb {
	width: 24%;
	cursor: pointer;
}
#course .text_area{
	padding: 0 80px 0 60px;
}
#course .text_area .large{
	font-weight: bold;
	margin-bottom: 10px;
}
#course .text_area .mb10{
	font-weight: bold;
}
#reservation{
	background: #FAFAFA;
	padding: 63px 0 93px;
}
#reservation .btn_black a{
	display: flex;
	width: 100%;
	max-width: 408px;
	height: 80px;
	background: #2F2F2F;
	color:#fff;
	margin:0 auto 10px;
	font-size: 24px;
	align-items: center;
	justify-content: center;
}
#reservation .contact{
	text-align: center;
}
#reservation .contact p{
	text-align: center;
	margin-bottom: 10px;
}
#reservation .yoyaku89 {
	text-align: center;
	padding-bottom: 10px;
}
#reservation .yoyaku89 a{
	color: #3F68BF;
	text-decoration: underline;
	font-size: 16px;
}
#access{
	padding: 55px 0 0;
}
#access h2{
	margin-bottom: 50px;
}
#access .wrapper{
	width:45%;
	margin:0 auto 64px;
}
#access p{
	line-height: 2;
}
#access a{
	display: inline;
	text-decoration: underline;
}
#access ul li{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 2;
}
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
#tasting_news .wrapper{
	display: block;
}
#about .wrapper{
	padding:0;
}
#tasting_news .text_area > div {
	margin-bottom: 50px;
}
#tasting_room .btn_white::before{
	display: none;
}
#tasting_room .wrapper .text_area {
  padding: 30px 40px 20px;
}
#tasting_news .wrapper .text_area{
	padding-bottom: 50px;
}
#about .title_tate{
	margin: 60px auto 0;
}
#about .text_area .NotoSerif span {
	font-size: 12px;
}
#course .container > .flex_box{
	display: block;
}
#course .container .flex_box > p{
	width: 100%;
	margin-bottom: 30px;
}
#course .container .flex_box > div{
	width: 100%;
}
#course .course_wrap{
	display: block;
	padding: 24px;
	margin-bottom: 25px;
}
#course .text_area {
	padding: 20px 0 0;
}
#reservation {
	background: #FAFAFA;
	padding: 43px 0 63px;
}
#reservation .btn_black a{
	width: 80%;
	height: 60px;
	margin: 0 auto 20px;
	font-size: 20px;
}

#access .wrapper{
	width: 80%;
}

}
.spview {
	display: none;
}
 
@media screen and (max-width: 979px) {
	.pcview {
		display: none;
	}
	.spview {
		display: inline;
	}
}