/* @import url(https://fonts.googleapis.com/css?family=Pacifico); */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body {
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	background: #fff;
}

a {
	text-decoration: none;
}

a:hover, .active {
  text-decoration: underline;
}

a:active, a:focus, input:active, input:focus{
	outline:0;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 752px;
	background-image: url('../images/main.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

#header-title {
	width: 220px;
	margin-right: 15%;
	text-align: center;
}

#header-title div.logo {
	width: 220px;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	background-color: #0A024C;
	color: white;
	padding: 10px 10px 10px 0;
	text-align: center;
	font-size: 12px;
}

/* 共通
------------------------------------------------------------*/
body {
	font-family: 'Noto Serif JP', serif;
}

.gothic {
	font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
}

section {
	clear: both;
}

section h2 {
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner {
	padding: 20px 20px 50px 20px;
}

.col2 li {
	display: inline-block;
	width: 100%;
  margin: 20px 0 20px 0;
}

#mainnav {
	position:fixed;
	top: 0;
	width:100%;
	z-index:500;
	background-color: #0A024C;
}

#mainnav .alert{
	background-color: crimson;
	color: white;
	padding: 5px 0.8em;
	text-align: center;
}

#mainnav .panel{
	display: block!important;
}

#mainnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
}

#mainnav li {
	display: inline-block;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 300;
	white-space: nowrap;
}

#mainnav a {
	color: #fff;
}

#mainnav div.shop {
	background: #AC0003;
	border-radius: 15px;
	padding: 1px 10px 0px 10px;
	font-family: 'Courier New', Courier, monospace;
}

#mainnav li img {
	width: 17px;
	height: 17px;
	vertical-align: text-bottom;
}

.icon {
	width: 25px;
}

/* TASTING
------------------------------------------------------------*/

#tasting {
	width: 100%;
	text-align: center;
}

#tasting div.div-start {
	width: 100%;
	height: 6px;
	background: linear-gradient(#96998D, #EEF4DD);
}

#tasting div.wrap {
	width: 100%;
	background-color: #EEF4DD;
	display: none;
}

#tasting div.tasting-desc {
	text-align: center;
	vertical-align: auto;
	padding: 30px;
}

#tasting div.tasting-text {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
}

#tasting div.div-end {
	width: 100%;
	height: 6px;
	background: linear-gradient(#F1F5E3, #96998D);
}

#menu-tasting {
	cursor: pointer;
}

/* NEWS
------------------------------------------------------------*/

#news {
	width: 100%;
	height: 560px;
	background: url(../images/news-back.png) repeat;
}

.news {
	width: 90%;
	padding: 40px 60px 40px 40px;
}

#news-container {
	position: relative;
	width: 100%;
	grid-template-columns: 245px 245px 245px;
	grid-template-rows: 245px 245px;
}

.news-item {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.news-item img {
	width: 235px;
	height: 235px;
	object-fit: cover;
}

#news-header {
	float: right;
	width: 50px;
	text-align: left;
	margin-top: 36px;
	margin-right: 40px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#news-header span {
	margin-top: 60px;
	border-left: solid 1px black;
	padding-left: 4px;
}

#news-header a {
	color: black;
}

#news-header a:hover {
	text-decoration: none;
}

/* ABOUT
------------------------------------------------------------*/

#about {
	width: 100%;
	height: 600px;
	background-position: top 50% left 400px;
	background-image: url(../images/back-choco.jpg);
	background-repeat: no-repeat;
}

#about .wrap {
	padding: 60px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-align: left;
}

#about h2 {
	margin-left: 40px;
	text-align: left;
}

/* INQUIRY
------------------------------------------------------------*/
#inquiry {
	padding-top: 50px;
	background-color: #0A024C;
	color: white;
	background-position: top 50% left 0;
	background-image: url(../images/back-kamon.png);
	background-repeat: no-repeat;
}

#inquiry h2 {
	text-align: left;
	vertical-align: top;
	border-bottom: solid white 1px;
}

#inquiry h2 span {
	font-size: 0.7em;
	vertical-align: text-top;
	padding-right: 10px;
}

#inquiry li div {
	margin-top: 20px;
}

#inquiry li img {
	margin-right: 4px;
}

#inquiry li a {
	color: white;
}

#inquiry li span.label {
	color: #0A024C;
	background-color: white;
	margin-right: 4px;
	display: inline-block;
	width: 64px;
	text-align: center;
}

#calendar {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

#map {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px) {
	body {
		font-size:14px;
	}

	#inquiry {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 641px) {
	.col2 li {
		width: 30%;
		min-width: 310px;
		padding: 0 10px;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px) {
	#map iframe {
	  width: 96% !important;
		left: 2%;
	}

	#calendar iframe {
	  width: 96% !important;
		left: 2%;
	}
}
