@media screen and (min-width: 737px) {
	
.pc-no {
	display: none;
}

header {
	width: 100%;
	min-width: 1000px;
	height: 70px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index: 999;
}
header h1 {
	position: absolute;
	top: 26px;
	left: 30px;
	line-height: 0;
}
header h1 img {
	width: 287px;
	height: auto;
}
header p.lang {
	position: absolute;
	top: 30px;
	left: 337px;
	font-size: 18px;
	font-weight: bold;
}
header p.lang a {
	color: #333;
	text-decoration: none;
}
header p.lang a.en {
	margin-right: 6px;
}
header p.lang a.jp {
	margin-left: 6px;
}
header p.insta {
	position: absolute;
	top: 30px;
	right: 30px;
}
header p.insta img {
	width: 123px;
	height: auto;
}

#en-top {
	width: 100%;
	margin-top: 70px;
	height: calc(100vh - 70px);
	overflow: hidden;
}
#en-top .slider {
}
#en-top .slider .items {
	width: 100%;
	height: calc(100vh - 70px);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#en-top .slider .item01 {
	background-image: url(img/pc-top-tekura.jpg);
}
#en-top .slider .item02 {
	background-image: url(img/pc-top-takubo.jpg);
}
#en-top .slider .item03 {
	background-image: url(img/pc-top-mittan.jpg);
}
#en-top .slider .item04 {
	background-image: url(img/pc-top-tamaki.jpg);
}
#en-top .slider .item05 {
	background-image: url(img/pc-top-sunami.jpg);
}
#en-top .slider .items p {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	color: #FFF;
	background: rgba(0,0,0,0.5);
	padding: 6px 14px;
}
#en-top .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 32px;
	background: rgba(255,255,255,0.9);
	opacity: 0;
	transition: all 1s;
}
#en-top .logo.on {
	opacity: 1;
}
#en-top .logo img {
	width: 316px;
	height: auto;
}

#en h2 {
	font-family: 'Libre Caslon Display', serif;
	font-size: 30px;
	text-align: center;
}

#about {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	background: #FFF;
	padding: 80px 20px;
}
#about p {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	line-height: 180%;
}

#event {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	background: #F5F1D9;
	padding: 80px 20px;
}
#event .inner {
	width: 660px;
	box-sizing: border-box;
	margin: 30px auto 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #808080;
	text-align: center;
	position: relative;
}
#event .inner p.date {
	font-size: 18px;
	font-weight: bold;
}
#event .inner p.title {
	font-size: 24px;
	font-weight: bold;
	color: #A07B40;
}
#event .inner p.place {
	font-size: 16px;
}
#event .inner a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

#selection {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	background: #FFF;
	padding: 80px 0;
}

#selection p.name {
	font-size: 18px;
	font-weight: bold;
	color: #A07B40;
}
#selection p.name span {
	font-size: 15px;
	font-weight: normal;
	margin-right: 10px;
}
#selection p.sub {
	font-size: 16px;
	color: #A07B40;
	line-height: 180%;
}
#selection p.text {
	font-size: 16px;
	line-height: 150%;
	margin-top: 6px;
}
#selection div.tokichi {
	width: 1000px;
	height: 667px;
	box-sizing: border-box;
	background-image: url(img/en/p-tokichi.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 60px auto 0;
	padding: 30px;
}
#selection div.tokichi p.text {
	color: #FFF;
	width: 300px;
}
#selection figure.tokichi {
	width: 1000px;
	margin: 60px auto 0;
}
#selection .outer {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#selection .outer .inner {
	width: 460px;
	margin-top: 60px;
}
#selection .outer .inner figure {
	margin-bottom: 20px;
}

#contact {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	background: #F5F1D9;
	padding: 80px 20px;
}
#contact .outer {
	width: 800px;
	margin: 30px auto 0;
}
#contact .outer dl {
	margin-top: 40px;
}
#contact .outer dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #A07B40;
	float: left;
}
#contact .outer dl dt span {
	background: #698AAB;
	padding: 2px;
	color: #FFF;
	font-size: 14px;
	margin-left: 10px;
	font-weight: normal;
}
#contact .outer dl dd {
	padding: 0 0 10px 200px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#contact .outer input.smpl {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
}
#contact .outer textarea.smpl {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	height: 140px;
}
#contact .outer input.smpl:focus,
#contact .outer textarea.smpl:focus {
	outline: none;
	border: 1px solid #698AAB;
}
#contact .outer .bt-submit {
	max-width: 290px;
	margin: 40px auto 0;
}
#contact .outer .bt-submit input {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFF;
	background: #698AAB;
	cursor: pointer;
	border: none;
	letter-spacing: 0.1em;
}

#store {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	background: #FFF;
	padding: 80px 20px;
}
#store .outer {
	width: 1000px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#store .outer figure {
	width: 460px;
}
#store .outer dl {
	width: 460px;
}
#store .outer dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #A07B40;
	float: left;
}
#store .outer dl dd {
	padding: 0 0 10px 100px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#store .gmap {
	width: 1000px;
	height: 350px;
	margin: 50px auto 0;
}

footer {
	width: 460px;
	margin: 0 auto;
	border-top: 1px dotted #CCC;
	padding: 30px 0;
}
footer p.copy {
	text-align: center;
	font-size: 14px;
}

/*--lauout--*/
main.contents {
	margin-top: 156px;
	padding: 0 0 90px;
	overflow: hidden;
	position: relative;
}
main.cate,
main.page {
	margin-top: 156px;
	padding: 0 60px 90px;
	overflow: hidden;
	position: relative;
}
main.contents h2 {
	font-family: 'Libre Caslon Display', serif;
	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;
	line-height: 80%;
}
main.contents h2 span {
	font-size: 14px;
	color: #A07B40;
	letter-spacing: 0.2em;
}

/*--page--*/
main.page h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
main.page h3::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #CCC;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
main.page p.date {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
main.page p.in_gallery {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	line-height: 160%;
}
main.page p.closed {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
main.page .page-content {
	margin-top: 60px;
}
main.page .page-content figure {
	text-align: center;
	max-width: 1246px;
	margin: 0 auto 30px;
}
main.page .page-content figure img {
	max-width: 100%;
	height: auto;
}
main.page .page-content p {
	font-size: 16px;
	line-height: 200%;
	max-width: 800px;
	margin: 0 auto 30px;
}
main.page .page-content p a {
	color: #698AAB;
	text-decoration: underline;
}
main.page ul.tag {
	list-style: none;
	max-width: 800px;
	margin: 0 auto;
}
main.page ul.tag li {
	list-style: none;
	display: inline;
}
main.page ul.tag li::after {
	content: "／";
}
main.page ul.tag li a {
	color: #698AAB;
	text-decoration: none;
}
main.page ul.tag li a::before {
	content: "#";
}

.bt-back {
	text-align: center;
	width: 130px;
	margin: 90px auto 0;
	letter-spacing: 0.2em;
}
.bt-back a {
	display: block;
	background: #F5F1D9;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	width: 130px;
	padding: 6px 0;
}

.bt-buy {
	max-width: 290px;
	margin: 60px auto 0;
}




















}