@charset "UTF-8";
* {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	letter-spacing: 1.3px;
}
body#enjoy {
	background: #c8c8be;
	/* Old browsers */
	background: -moz-linear-gradient(left, #c8c8be 0%, #ffffff 30%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c8c8be 0%, #ffffff 30%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c8c8be 0%, #ffffff 30%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c8c8be', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}
ul {
	list-style-type: none;
}
img {
	vertical-align: bottom;
	border: none;
}
header,
main,
footer,
article{
	display: block;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb80 {
	margin-bottom: 80px;
}
.tc {
	text-align: center;
}
.ti {
	text-indent: 1rem;
}
.tac {
	text-align: center;
}
.flex {
	display:flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-around;/*--- safari（PC）用 ---*/
	justify-content: space-around;
}
.mw {
	max-width: 940px;
	margin: auto;
}
.fwb {
	font-weight: bold;
}
i{
	font-style: italic;
}

header {
	background-color: #000;
	overflow: hidden;
	clear: both;
}
@media screen and (max-width: 768px){
	header h1 {
		color: #fff;
		float: none;
		text-align: center;
	}
}
@media screen and (min-width: 769px){
	header h1 {
		color: #fff;
		float: left;
	}
}
header h1 a {
	color: inherit;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 25px;
}
@media screen and (max-width: 768px){
	header #header_menu {
		float: none;
		overflow: hidden;
		padding: 15px 12px;
		max-width: 200px;
		margin: auto;
	}
}
@media screen and (min-width: 769px){
	header #header_menu {
		float: right;
		overflow: hidden;
		padding: 15px 10px;
	}
}

@media screen and (max-width: 768px){
	header #facebook {
		float: left;
		margin-right: 10px;
	}
}
@media screen and (min-width: 769px){
	header #facebook {
		float: left;
		margin-right: 20px;
	}
}
header #facebook img {
	width: 30px;
	height: 30px;
	border-radius: 3px;
}
@media screen and (max-width: 768px){
	header #langCange {
		float: left;
		margin-right: 10px;
	}
}

@media screen and (min-width: 769px){
	header #langCange {
		float: left;
	}
}
header .inquiry {
	background-image: url(../img/icon/right_purple.png);
	background-position: left;
	background-size: 13px;
	background-repeat: no-repeat;
	padding-left: 15px;
	float: left;
	font-size: 12px;
	margin: 4px 0;
}
header .inquiry a {
	color: #fff;
	text-decoration: none;
}
header select {
	-webkit-appearance: button;
	-moz-appearance: none;
	appearance: button;
	width: 140px;
	background: #c7c7bd url(../img/icon/form.png) no-repeat;
	background-size: 12px 17px;
	background-position: 115px center;
	text-indent: 10px;
	border: none;
}
header select:hover {
	cursor: pointer;
}

/* IE対策 */

select::-ms-expand {
	display: none;
}

@media screen and (max-width: 766px){
	#topScroll{
		display: none;
	}
}
@media screen and (min-width: 767px){
	#topScroll span {
		bottom: 50px;
	}
	#topScroll span:hover {
		bottom: 40px;
	}
}
#topScroll{
	left: 50%;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#topScroll span {
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -12px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s;
}

@media screen and (min-width: 769px){
	#enjoyScroll span {
		position: absolute;
		left: 50%;
		top: 55%;
		width: 50px;
		height: 50px;
		margin-left: -12px;
		border-left: 5px solid #fff;
		border-bottom: 5px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		box-sizing: border-box;
		cursor: pointer;
		transition: 0.3s;
	}
	#enjoyScroll span:hover{
		top: 56%;
	}
}
#bread {
	padding: 12px;
	font-size: 18px;
}
@media screen and (max-width: 768px){
	#flavorImg #bread,
	#historyImg #bread,
	#shigaImg #bread,
	#jpBeefImg #bread{
		padding: 18px 10px;
		border-bottom: solid 10px #d71518;
	}
}
@media screen and (min-width: 769px){
	#flavorImg #bread,
	#historyImg #bread,
	#shigaImg #bread,
	#jpBeefImg #bread{
		padding: 18px 0;
		border-bottom: solid 10px #d71518;
	}
}

#bread a {
	text-decoration: none;
}
.aboutBg {
	background-color: #d71518;
}
.enjoyBg {
	background-color: #b49614;
}
.enjoyCo {
	color: #b49614;
}
.aboutCo {
	color: #d71518;
}
.outerCo {
	color: #fff;
}
.outerBg {
	background-color: #fff;
}
.topBg {
	background-color: #3b3b3b;
}
#mainImg {
	background-color: #000;
	overflow: hidden;
}
@media screen and (max-width:768px) {
	#mainImg .alignLeft {
		padding: 0;
		height: 220px;
	}
}
@media screen and (min-width:769px) {
	#mainImg .alignLeft {
		float: left;
		overflow: hidden;
		padding: 0;
	}
}
#mainImg .alignLeft img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#mainImg .alignRight {
		overflow: hidden;
		width: 100%;
	}
}
@media screen and (min-width:769px) {
	#mainImg .alignRight {
		overflow: hidden;
	}
}
@media screen and (max-width:768px) {
	#mainImg h2 {
		color: #fff;
		overflow: hidden;
		max-width: 200px;
		padding: 20px 0 0;
		margin: auto;
	}
}
@media screen and (min-width:769px) {
	#mainImg h2 {
		color: #fff;
		overflow: hidden;
		padding: 90px 20px 30px;
	}
}
#mainImg h2 img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#mainImg p {
		overflow: hidden;
		padding: 30px;
		font-size: 14px;
		letter-spacing: 1px;
	}
}
@media screen and (min-width:769px) {
	#mainImg p {
		overflow: hidden;
		padding: 22px;
		font-size: 14px;
		letter-spacing: 1px;
	}
}
#slider {
	margin: auto;
	height: auto;
	width: 100%;
	max-width: 1480px;
}
#slider img {
	width: 100%;
}
#top_content {
	overflow: hidden;
	max-width: 940px;
	margin: auto;
}
@media screen and (max-width: 768px){
	#top_content h2 img{
		width: 85%;
		max-width: 220px;
	}
}
@media screen and (min-width: 769px){
	#top_content h2 span img{
		width: 220px;
	}
}
#top_content h2 {
	text-align: center;
	margin: 50px auto;
}

@media screen and (max-width: 768px){
	#top_content .desc {
		text-align: center;
		width: 90%;
		margin: 40px auto;
	}
}
@media screen and (min-width: 769px){
	#top_content .desc {
		text-align: center;
		max-width: 916px;
		width: 100%;
		margin: 40px auto;
	}
}
@media screen and (max-width: 768px){
	#top_content .flex {
		max-width: 940px;
		width: 100%;
		display: block;
		margin: auto;
	}
}
@media screen and (min-width: 769px){
	#top_content .flex {
		max-width: 940px;
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 768px){
	.contents {
		overflow: hidden;
		background-color: #e1e1db;
		margin: 0 auto 30px;
		width: 85%;
		max-width: 280px;
	}
}
@media screen and (min-width: 769px){
	.contents {
		overflow: hidden;
		width: 220px;
		background-color: #e1e1db;
		float: left;
	}
}

.contents h3 a {
	display: block;
	color: #9d928a;
	text-decoration: none;
	transition: 0.5s;
}
.contents h3 a:hover {
	opacity: 0.7;
}
.contents h3 a:visited {
	opacity: 0.7;
}
.contents h3 span {
	display: block;
	padding: 30px 20px;
}
.contents h3 img {
	width: 100%;
}
#experience {
	overflow: hidden;
	border: solid 1px #9d928a;
	color: #9d928a;
	text-align: center;
	max-width: 900px;
	width: 80%;
	margin: 40px auto;
	padding: 40px 20px;
}
#experience h2 {
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px){
	#experience h2 img{
		width: 100%;
	}
}
@media screen and (min-width:769px) {
	#experience h2 img{
		max-width: 630px;
	}
}
#experience h3 {
	margin: 5px auto;
	font-size: 1.4rem;
	word-break: break-all;
}
#experience p {
	font-size: 15px;
}
#aboutContents {
	width: 100%;
	max-width: 640px;
	margin: 60px auto 120px;
	overflow: hidden;
}
@media screen and (max-width:768px) {
	.aboutMenu {
		max-width: 300px;
		width: 100%;
		height: 170px;
		margin: 10px auto;
	}
}
@media screen and (min-width:769px) {
	.aboutMenu {
		max-width: 300px;
		width: 100%;
		height: 170px;
		float: left;
		margin: 10px;
	}
}
.aboutMenu a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #111;
	opacity: 0.7;
	height: 100%;
	transition: 0.5s;
}
.aboutMenu a:hover {
	background: none;
	opacity: 1;
}
.aboutMenu h3 {
	text-align: center;
	color: #fff;
	padding: 25px 0 15px;
	margin: auto;
}
.aboutMenu h3 img {
	max-height: 35px;
	height: auto;
	width: auto;
}
#flavor h3 img {
	max-height: 30px;
	vertical-align: top;
}
.aboutMenu p {
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
	padding: 0 23px;
}
#flavor {
	background-image: url(../img/flavor.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#history {
	background-image: url(../img/history.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#shiga {
	background-image: url(../img/shiga.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#japaneseBeef {
	background-image: url(../img/japanese_beef.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
@media screen and (max-width:768px) {
	#definition,
	#written{
		overflow: hidden;
		clear: both;
		/*background-image: url(../img/background/about_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;*/
		/*background-position: center;*/
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width:769px) {
	#definition,
	#written{
		overflow: hidden;
		/*background-image: url(../img/background/about_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;*/
		width: 97%;
		max-width: 100%;
		height: auto;
	}
}
#definition,
#written{
	background-color: #000;
}
@media screen and (max-width:768px) {
	#definition h3,
	#written h3{
		margin: auto;
		padding: 35px 0;
		max-width: 260px;
		width: 100%;
		font-size: 24px;
		line-height: 1.4;
		font-weight: lighter;
	}
}

@media screen and (min-width:769px) {
	#definition h3,
	#written h3{
		margin: auto;
		padding: 15px 0;
		/*max-width: 260px;*/
		width: 100%;
		font-size: 24px;
		line-height: 1.2;
		font-weight: lighter;
	}
}

#definition a {
	transition: 0.5s;
	opacity: 0.6;
}

#definition a:hover {
	opacity: 1;
}
#definition img {
	width: 100%;
	padding: 10px 0;
}
@media screen and (max-width: 768px){
	#flavorImg {
		background-image: url(../img/about/flavor.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 0 0 25px 0;
	}
}
@media screen and (min-width: 769px){
	#flavorImg {
		background-image: url(../img/about/flavor.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 100%;
		height: 500px;

		padding: 0 0 25px 0;
	}
}
@media screen and (max-width: 768px){
	#historyImg {
		background-image: url(../img/about/history.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 0 0 25px 0;
	}
}
@media screen and (min-width: 769px){
	#historyImg {
		background-image: url(../img/about/history.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 100%;
		height: 500px;

		padding: 0 0 25px 0;
	}
}
@media screen and (max-width: 768px){
	#shigaImg {
		background-image: url(../img/about/shiga.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		padding: 0 0 25px 0;
	}
}
@media screen and (min-width: 769px){
	#shigaImg {
		background-image: url(../img/about/shiga.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 100%;
		height: 500px;

		padding: 0 0 25px 0;
	}
}
@media screen and (max-width: 768px){
	#jpBeefImg {
		background-image: url(../img/about/jp_beef.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		padding: 0 0 25px 0;
	}
}
@media screen and (min-width: 769px){
	#jpBeefImg {
		background-image: url(../img/about/jp_beef.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 100%;
		height: 500px;

		padding: 0 0 25px 0;
	}
}
@media screen and (max-width: 768px){
	#flavorText h2 {
		margin: 60px auto;
		padding: 0 20px;
		max-width: 600px;
	}
}
@media screen and (min-width: 769px){
	#flavorText h2 {
		margin: 60px 20px;
		max-width: 600px;
	}
}
@media screen and (max-width: 768px){
	#jpBeefText h2 {
		margin: 60px auto 30px;
		padding: 0 20px;
		max-width: 500px;
	}
}
@media screen and (min-width: 769px){
	#jpBeefText h2 {
		margin: 60px 20px 30px;
		max-width: 500px;
	}
}
@media screen and (max-width: 768px){
	#shigaText h2 {
		margin: 60px auto 30px;
		padding: 0 20px;
		max-width: 480px;
	}
}
@media screen and (min-width: 769px){
	#shigaText h2 {
		margin: 60px 20px 30px;
		max-width: 480px;
	}
}
#jpBeefText h2 img {
	width: 100%;
}
#shigaText h2 img {
	width: 100%;
}
#flavorText h2 img {
	width: 100%;
}
@media screen and (max-width: 768px){
	#flavorText p, #shigaText p, #jpBeefText p {
		color: #333;
		max-width: 580px;
		margin: auto;
		padding: 20px 20px;
		font-size: 17px;
		letter-spacing: 1px;
		background: rgba(255,255,255,0.50);
	}
}
@media screen and (min-width: 769px){
	#flavorText p, #shigaText p, #jpBeefText p {
		color: #111;
		max-width: 420px;
		width: 100%;
		padding: 20px 0;
		font-size: 17px;
		letter-spacing: 1px;
		text-shadow: 0 0 1px #fff;
	}
}
#flavorContents {
	overflow: hidden;
	margin: auto;
	padding: 40px 10px 0;
	background: #f4f4f2;
	/* Old browsers */
	background: -moz-linear-gradient(left, #f4f4f2 0%, #e4e3de 50%, #f4f4f2 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f4f4f2 0%, #e4e3de 50%, #f4f4f2 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f4f4f2 0%, #e4e3de 50%, #f4f4f2 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f2', endColorstr='#f4f4f2', GradientType=1);
	/* IE6-9 */
}
@media screen and (max-width: 768px){
	#flavorContents .contentsBox {
		margin-bottom: 80px;
		overflow: hidden;
		padding: 0 15px;
	}
}
@media screen and (min-width: 769px){
	#flavorContents .contentsBox {
		width: 100%;
		margin-bottom: 80px;
		overflow: hidden;
	}
}

@media screen and (max-width: 768px){
	#flavorContents .desc {
		overflow: hidden;
		max-width: 620px;
		width: 100%;
		position: relative;
	}
}

@media screen and (min-width: 769px){
	#flavorContents .desc {
		overflow: hidden;
		float: left;
		max-width: 620px;
		width: 70%;
	}
}
#flavorContents .desc p span{
	font-size: 12px;
}
@media screen and (max-width: 768px){
	#flavorContents h2 {
		color: #d71518;
		font-family: 'arial';
		font-size: 22px;
		margin: 0 auto 20px;
	}
}
@media screen and (min-width: 769px){
	#flavorContents h2 {
		color: #d71518;
		font-family: 'arial';
		font-size: 22px;
		margin: 0 auto 20px;
	}
}
#flavorContents .contentsBox .desc h2{
	line-height: 1;
}
#flavorContents .desc p {
	color: #040000;
	font-size: 14px;
	line-height: 1.4;
}
@media screen and (max-width: 768px){
	#flavorContents .descImg {
		overflow: hidden;
		text-align: center;
		margin: 20px auto;
	}
	#flavorContents .descImg p img{
		width: 100%;
		max-width: 300px;
	}
}
@media screen and (min-width: 769px){
	#flavorContents .descImg {
		overflow: hidden;
		text-align: center;
	}
}
#flavorContents #pageTop {
	clear: both;
}
@media screen and (max-width: 768px){
	.qa {
		background-image: url(../img/about/qa.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 110px 0 0;
		overflow: hidden;
		margin: 0 auto;
	}
	.qa:nth-child(2) {
		padding: 200px 0 0;
	}
}
@media screen and (min-width: 769px){
	.qa {
		background-image: url(../img/about/qa.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 43px 0 0;
		overflow: hidden;
		margin: 20px auto;
	}
	.contentsBox:nth-child(2) .qa {
		padding: 0;
	}
}

@media screen and (max-width: 768px){
	#flavorContents .qa h2 {
		font-size: 26px;
		line-height: 1;
		margin: 0 0 30px 5px;
	}
}
@media screen and (min-width: 769px){
	#flavorContents .qa h2 {
		font-size: 26px;
		line-height: 1;
		margin: 0 0 60px 130px;
	}
}
#flavorContents .qa h2 span {
	border-bottom: solid 3px #d71518;
	width: 120px;
	padding: 10px 0;
	display: block;
}
#flavorContents .qa p {
	float: right;
	max-width: 730px;
	width: 100%;
	font-size: 14px;
}
@media screen and (max-width: 768px){
	#flavorContents .qa p.tac img {
		width: 100%;
	}
}

/* enjoy */

@media screen and (max-width: 768px){
	#shigaMap {
		padding: 30px 0;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
		width: 98%
	}
}
@media screen and (min-width: 769px){
	#shigaMap {
		padding: 50px 0 0;
		margin: 0 auto 0;
		clear: both;
		overflow: hidden;
	}
}
#shigaMap h2{
	overflow: hidden;
	clear: both;
	font-size: 28px;
	padding: 5px 15px;
	margin: 0 auto 40px;
	color: #fff;
	background-color: #B49614;
}

@media screen and (max-width: 768px){
	#shigaMap li {
		margin: 20px auto;
	}
}
@media screen and (min-width: 769px){
	#shigaMap li {
		margin: 40px 0;
	}
}
@media screen and (max-width: 768px){
	#shigaMap a {
		display: table;
		text-decoration: none;
		position: relative;
		background-color: #000;
		z-index: 10;
		width: 165px;
		height: 100px;
		margin: auto;
	}
}
@media screen and (min-width: 769px){
	#shigaMap a {
		display: table;
		text-decoration: none;
		position: relative;
		background-color: #000;
		z-index: 10;
		width: 185px;
		height: 100px;
	}
}

@media screen and (min-width: 769px){
	#shigaMap ul li a::before,
	#shigaMap ul li a::after {
		content: "";
		position: absolute;
		top: 0;
		left: 71%\9;
		width: 58px;
		height: 100px;
		display: block;
		background-color: #000;
		z-index: -1;
	}
	#shigaMap a::before {
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	#shigaMap a::after {
		transform: rotate(-60deg);
		-webkit-transform: rotate(-60deg);
		-moz-transform: rotate(-60deg);
	}
}

@media screen and (max-width: 768px){
	#shigaMap .arealist {
		width: 50%;
		overflow: hidden;
		float: left;
		position: relative;
	}
}
@media screen and (min-width: 769px){
	#shigaMap .arealist {
		width: 230px;
		overflow: hidden;
		float: right;
	}
}
@media screen and (min-width: 769px){
	#shigaMap .arealist:nth-child(2) {
		overflow: hidden;
		float: left;
	}
}
#shigaMap .arealist a:hover::before,
#shigaMap .arealist a:hover::after,
#shigaMap .arealist a:hover {
	background-color: #333;
}

/* CSSハック */
@-moz-document url-prefix() {
	#shigaMap ul li a::before,
	#shigaMap ul li a::after {
		left: 71%;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#shigaMap ul li a::before,
	#shigaMap ul li a::after {
		left: 71%;
	}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	#shigaMap a::before, #shigaMap a::after {
		content: "";
		position: absolute;
		left: 69%;
		top: 0;
		width: 57px;
		height: 100px;
		display: block;
		background-color: #000;
		z-index: -1;
	}
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #shigaMap ul li a::before,
	::i-block-chrome, #shigaMap ul li a::after{
		left: 67%;
	}
}
@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
		#shigaMap ul li a::before,
		#shigaMap ul li a::after { left: 69%; }
}}
/* end */

.mapName {
	overflow: hidden;
	width: 100%;
}
@media screen and (max-width: 768px){
	.mapName h3 {
		font-size: 14px;
		padding: 20px 0 20px 10px;
		letter-spacing: 1px;
		line-height: 0.5;
	}
}

@media screen and (min-width: 769px){
	.mapName h3 {
		font-size: 19px;
		padding: 20px 0 20px 10px;
		letter-spacing: 1px;
		line-height: 0.5;
	}
}
.mapName h3.height2 {
	padding: 10px 0 20px 10px;
}
@media screen and (max-width: 768px){
	.mapName p {
		margin: 0 0 10px 12px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1;
	}
}

@media screen and (min-width: 769px){
	.mapName p {
		margin: 0 0 10px 12px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1;
	}
}
.mapName p.cho{
	font-size: 11px;
}
@media screen and (max-width: 768px){
	#mapImg {
		max-width: 300px;
		height: auto;
		margin: auto;
		padding: 0;
		overflow: hidden;
		clear: both;
	}
}
@media screen and (min-width: 769px){
	#mapImg {
		overflow: hidden;
		text-align: center;
		max-width: 35%;
		width: 100%;
		height: 610px;
		margin: 0 auto 0;
		padding: 35px 0 0;
	}
}

#mapImg img {
	width: 100%;
	text-align: center;
}
#mapImg map area {
	transition: 0.5s;
}
#shigaPosititon{
	clear: both;
	max-width: 600px;
	padding: 20px 0;
	margin: auto;
	overflow: hidden;
}
#shigaPosititon ul.arealist{
	float: left;
}
@media screen and (max-width: 768px){
	#shigaPosititon p{
		clear: both;
		overflow: hidden;
		max-width: 450px;
		text-align: center;
	}
}

@media screen and (min-width: 769px){
	#shigaPosititon p{
		overflow: hidden;
		max-width: 450px;
	}
}


#shigaPosititon img{
	width: 100%;
	max-width: 450px;
	height: auto;
}
.otsuCo {
	color: #376db0;
}
.otsuBg {
	background-color: #376db0;
}
.otsuBor {
	border-left: solid 15px #376db0;
}
.kokaCo {
	color: #1a5a30;
}
.kokaBg {
	background-color: #1a5a30;
}
.kokaBor {
	border-left: solid 15px #1a5a30;
}
.e_shigaCo {
	color: #d4a4a9;
}
.e_shigaBg {
	background-color: #d4a4a9;
}
.e_shigaBor {
	border-left: solid 15px #d4a4a9;
}
.w_shigaCo {
	color: #5d4a7c;
}
.w_shigaBg {
	background-color: #5d4a7c;
}
.w_shigaBor {
	border-left: solid 15px #5d4a7c;
}
.s_shigaCo {
	color: #f3984f;
}
.s_shigaBg {
	background-color: #f3984f;
}
.s_shigaBor {
	border-left: solid 15px #f3984f;
}
.n_shigaCo {
	color: #5ca297;
}
.n_shigaBg {
	background-color: #5ca297;
}
.n_shigaBor {
	border-left: solid 15px #5ca297;
}
.h_omiCo {
	color: #b5d33c;
}
.h_omiBg {
	background-color: #b5d33c;
}
.h_omiBor {
	border-left: solid 15px #b5d33c;
}
.outsideCo {
	color: #767676;
}
.outsideBg {
	background-color: #767676;
}
.outsideBor {
	border-left: solid 15px #767676;
}
.contactTx {
	color: #9d928a;
}
.contactCo {
	color: #750069;
}
.contactBg {
	background-color: #750069;
}
#listH h2 {
	font-size: 40px;
	line-height: 1;
}
@media screen and (max-width: 768px){
	#listH h2 span#enjoy {
		font-weight: lighter;
		display: block;
		background-color: #b49614;
		font-size: 30px;
		padding: 0 0 0 10px;
	}
}
@media screen and (min-width: 769px){
	#listH h2 span#enjoy {
		font-weight: lighter;
		display: block;
		background-color: #b49614;
		margin: 0;
		float: left;
		padding: 0 20px 0 5px;
	}
}
@media screen and (max-width: 768px){
	#listH h2 #triangle {
		display: block;
		overflow: hidden;
		position: relative;
		padding-left: 1rem;
		font-size: 30px;
		line-height: 1.4;
	}
}
@media screen and (min-width: 769px){
	#listH h2 #triangle {
		display: block;
		overflow: hidden;
		position: relative;
		padding-left: 3rem;
	}
}
@media screen and (min-width: 769px){
	#listH h2 #triangle::before {
		content: "";
		position: absolute;
		top: -2px;
		left: 0;
		display: block;
		width: 0;
		height: 0;
		border-left: 30px solid #b49614;
		border-top: 37px solid transparent;
		border-bottom: 37px solid transparent;
	}
}
#areaMap{
	max-width: 940px;
	margin: auto;
	text-align: center;
	padding: 30px 10px 0;
}
#areaMap img{
	width: 100%;
	max-width: 300px;
}
#areaMap.japan img{
	max-width: 400px;
}

@media screen and (max-width: 768px){
	.allList {
		width: 95%;
		overflow: hidden;
		margin: 40px auto 80px;
		clear: both;
	}
}
@media screen and (min-width: 769px){
	.allList {
		max-width: 940px;
		overflow: hidden;
		margin: 40px auto 80px;
		clear: both;
		padding: 0 5px;
	}
}

.allList h3 {
	font-size: 35px;
	line-height: 1;
}
@media screen and (max-width: 768px){
	.listMenu {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 25px;
	}
}
@media screen and (min-width: 769px){
	.listMenu {
		width: 48%;
		overflow: hidden;
		margin: 0 auto;
		float: left;
	}
	.allList .listMenu:nth-child(3) {
		margin-left: 4%;
	}
}
.listMenu p span::after{
	content: " /";
}
.listMenu p span:last-child::after{
	content: "";
}
.listMenu h4 {
	text-align: center;
	margin: 10px auto 20px;
	padding: 10px 0;
	font-size: 22px;
	line-height: 1;
}
.listMenu h4 a {
	display: block;
	color: #fff;
}
.listMenu h4 a:hover {
	text-decoration: none;
}
.listMenu ul {
	list-style: none;
	overflow: hidden;
	padding: 0 4px;
}
.listMenu li {
	float: left;
}
.listMenu li::after {
	content: "/";
	margin-right: 5px;
}
.listMenu li:last-child::after {
	content: "";
}
.listMenu a {
	text-decoration: none;
	color: #000;
}
.listMenu a:hover {
	text-decoration: underline;
}
#noResults {
	border: solid 1px #b49614;
	text-align: center;
	padding: 20px;
	font-size: 28px;
}
#contact h2 {
	max-width: 940px;
	margin: auto;
	font-size: 36px;
	font-weight: normal;
	text-indent: 10px;
}
#contactForm {
	overflow: hidden;
	max-width: 940px;
	margin: auto;
	margin-bottom: 80px;
}

#contactForm table {
	width: 100%;
	border-collapse: collapse;
	background-color: #e1e1db;
}
@media screen and (max-width: 736px){
	#contactForm th {
		color: #750069;
		text-align: left;
		display: block;
		vertical-align: top;
		font-size: 14px;
		font-weight: bold;
		padding: 20px 0 10px;
		text-indent: 12px;
	}
}
@media screen and (min-width: 737px){
	#contactForm th {
		color: #750069;
		text-align: left;
		width: 240px;
		vertical-align: top;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 20px 10px 50px;
	}
}

@media screen and (max-width: 736px){
	#contactForm td {
		margin: 0 auto 20px;
		display: block;
		width: 92%;
	}
}
@media screen and (min-width: 737px){
	#contactForm td {
		padding: 10px 0;
		width: 560px;
	}
}
#contactForm select {
	-webkit-appearance: button;
	-moz-appearance: none;
	appearance: button;
	background: #fff url(../img/icon/form.png) no-repeat;
	background-size: 12px 17px;
	background-position: 14px center;
	text-indent: 20px;
	border: none;
	padding: 5px 0;
}
#contactForm select:hover {
	cursor: pointer;
}

/* IE対策 */

#contactForm::-ms-expand {
	display: none;
}
#contactForm select option {
	text-indent: 42px;
}
@media screen and (max-width: 736px){
	#contactForm td input[type="text"], #contactForm td select, #contactForm td textarea {
		border: none;
		padding: 3px 0;
		display: block;
		width: 100%;
	}
}
@media screen and (min-width: 737px){
	#contactForm td input[type="text"], #contactForm td select, #contactForm td textarea {
		border: none;
		width: 565px;
		padding: 3px 0;
	}
}
@media screen and (max-width: 736px){
	#contactForm td input#mail, #contactForm td input#mail_check, #contactForm td #inquirys {
		border-left: solid 5px #750069;
		text-indent: 5px;
		display: block;
		width: 98%;
	}
}
@media screen and (min-width: 737px){
	#contactForm td input#mail, #contactForm td input#mail_check, #contactForm td #inquirys {
		border-left: solid 5px #750069;
		width: 560px;
		text-indent: 5px;
	}
}
#contactForm td input#name, #contactForm td input#corporate, #contactForm td textarea {
	text-indent: 8px;
}
#contactForm td textarea {
	font-size: 14px
}
#contactForm th.button {
	text-align: center;
	background-color: #fff;
	float: none;
}
#contactForm th:last-child{
	text-indent: 0;
}
@media screen and (max-width: 736px){
	#contactForm th.button input#submit, #contactForm th.button input#clearForm {
		background-color: #736358;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		border: none;
		padding: 2px 0;
		width: 120px;
		margin: 40px 5px;
	}
}
@media screen and (min-width: 737px){
	#contactForm th.button input#submit, #contactForm th.button input#clearForm {
		background-color: #736358;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		border: none;
		padding: 2px 0;
		width: 140px;
		margin: 40px 10px;
	}
}
#contactForm th.button input#submit:hover, #contactForm th.button input#clearForm:hover {
	cursor: pointer;
	opacity: 0.6;
}
#contactForm p#spp {
	text-align: right;
	clear: both;
	padding: 8px 0;
	font-size: 13px;
}
#def {
	overflow: hidden;
	clear: both;
}
#defContents {
	background: rgb(244, 244, 242);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(244, 244, 242, 1) 0%, rgba(227, 227, 222, 1) 50%, rgba(244, 244, 242, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(244, 244, 242, 1) 0%, rgba(227, 227, 222, 1) 50%, rgba(244, 244, 242, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(244, 244, 242, 1) 0%, rgba(227, 227, 222, 1) 50%, rgba(244, 244, 242, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f2', endColorstr='#f4f4f2', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	clear: both;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	#def h2 {
		font-size: 28px;
		font-weight: lighter;
		line-height: 1.2;
		padding: 10px 0 7px;
	}
}
@media screen and (min-width: 769px){
	#def h2 {
		font-size: 46px;
		font-weight: lighter;
		line-height: 1.2;
		padding: 10px 0 7px;
	}
}
#def h2 {
	text-align: center;
	background-color: #d71518;
	color: #fff;
}
#def h3 {
	text-align: center;
	background-color: #736358;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	padding: 12px 0;
}
#def p {
	color: #646464;
	letter-spacing: 1.1px;
	line-height: 1.4;
	padding: 30px 0;
	font-size: 15px;
}
#mark, #rating {
	margin-bottom: 50px;
}
#mark p {
	text-align: center;
	padding: 20px 50px;
}
#mark p img {
	max-width: 220px;
	width: 100%;
	margin: 20px;
}
#rating p img {
	max-width: 600px;
	width: 100%;
}
#rating p {
	padding: 50px;
	text-align: center;
	padding-bottom: 0;
}
#rating p.retingDesc {
	padding: 0;
	font-size: 12px;
	color: #000;
	text-indent: 10px;
}
.shopList {
	max-width: 940px;
	width: 98%;
	margin: 40px auto;
}
.shopList h3 {
	font-size: 35px;
	line-height: 1;
}
.shopList h4 {
	font-size: 22px;
	line-height: 1;
	margin: 10px auto 20px;
	background-color: #B49614;
	color: #fff;
	padding: 12px;
}
.shopList .detail{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.shopList .detail:last-child{
	border-bottom: none;
}
@media screen and (max-width: 768px){
	.shopList table{
		border-collapse: collapse;
		width: 98%;
		margin: 0 auto;
		border: solid 1px #ccc;
	}
}

@media screen and (min-width: 769px){
	.shopList table{
		border-collapse: collapse;
		width: 95%;
		max-width: 900px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px){
	.shopList table th{
		background-color: #7D5C35;
		color: #fff;
		font-size: 16px;
		text-align: left;
		padding: 5px 20px 5px 10px;
		vertical-align: top;
		display: block;
	}
}
@media screen and (min-width: 769px){
	.shopList table th{
		background-color: #7D5C35;
		color: #fff;
		font-size: 14px;
		text-align: left;
		border: solid 1px #ccc;
		padding: 5px 20px 5px 10px;
		vertical-align: top;
		width: 200px;
	}
}
@media screen and (max-width: 768px){
	.shopList table td{
		padding: 20px 15px;
		font-size: 14px;
		display: block;
	}
}
@media screen and (min-width: 769px){
	.shopList table td{
		border: solid 1px #ccc;
		padding: 5px 10px 5px;
		font-size: 14px;
	}
}
.shopList table td a{
	color: #08877A;
	text-decoration: none;
}
.shopList table td a:hover{
	text-decoration: underline;
}
.shopList table td img{
	max-width: 200px;
	max-height: 200px;
	height: auto;
	width: 100%;
}
#pageBack{
	clear: both;
	overflow: hidden;
}
#pageBack a{
	display: block;
	text-decoration: none;
	width: 160px;
	color: #fff;
	margin: auto;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
#pageBack a:hover{
	opacity: 0.7;
}
footer {
	background: #000;
	/*background-image: linear-gradient( 45deg, #111 25%, #333 25%, #333 50%, #111 50%, #111 75%, #333 75%, #333);
	background-size: 15px 15px;*/
	color: #fff;
	overflow: hidden;
	clear: both;
}
#pageTop {
	z-index: 5;
	width: 40px;
	padding: 10px 0;
	text-align: center;
	position: relative;
	float: right;
	cursor: pointer;
}
#pageTop:hover {
	cursor: pointer;
}
#pageTop span {
	position: relative;
	z-index: 10;
	display: block;
	border-style: solid;
	border-width: 0 15px 20px 15px;
	margin: 0 5px;
}
#topBor {
	border-color: transparent transparent #fff transparent;
}
#aboutBor {
	border-color: transparent transparent #000 transparent;
}
footer p {
	text-align: center;
	padding: 12px 0;
	background-color: #d71518;
	clear: both;
}
@media screen and (max-width: 768px){
	.f_menu {
		padding: 30px 0;
		margin: auto;
		width: 90%;
		clear: both;
	}
}
@media screen and (min-width: 769px){
	.f_menu {
		float: left;
		padding: 30px 0;
		margin: 0;
	}
	.f_menu:last-child{
		margin-right: 0;
	}
}
.f_menu > li:first-child {
	border-left: solid 1px #fff;
	padding: 0 0 10px 10px;
	font-size: 14px;
}
.f_menu:last-child > li:first-child {
	border-left: none;
	padding: 0 0 10px 10px;
	font-size: 14px;
}

.f_menu > li:first-child a:hover {
	text-decoration: none;
}
.f_menu a {
	color: #fff;
	text-decoration: none;
}
.f_menu a:hover {
	text-decoration: underline;
}
.f_menu > li > ul {
	margin: 10px 2px 0 12px;
	float: left;
}
@media screen and (max-width: 768px){
	.f_menu ul li {
		background: transparent url(../img/icon/li_img.png) no-repeat left 4px;
		background-size: 7px;
		padding-left: 1rem;
		font-size: 14px;
		padding-bottom: 20px;
		letter-spacing: 0.5px;
	}
}
@media screen and (min-width: 769px){
	.f_menu ul li {
		background: transparent url(../img/icon/li_img.png) no-repeat left 4px;
		background-size: 7px;
		padding-left: 12px;
		font-size: 12px;
		letter-spacing: 0.3px;
	}
}
.f_menu ul li a {
	letter-spacing: inherit;
}
@media screen and (max-width:768px) {
	#discovering{
		width: 97%;
		max-width: 300px;
		margin: 10px auto;
		height: auto;
	}
}
@media screen and (min-width:769px) {
	#discovering{
		width: 97%;
		max-width: 100%;
		margin: 10px;
		height: auto;
	}
}
#discovering{
	background-position: center center;
	overflow: hidden;
	background-color: #000;
}
#discovering a{
	overflow: hidden;
	display: block;
	color: #fff;
	opacity: 0.9;
	background-color: #000;
	transition: 0.5s;
}
#discovering a:hover{
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width:768px) {
	#discovering h3{
		padding: 18px 0;
		text-align: center;
	}
}
@media screen and (min-width:769px) {
	#discovering h3{
		float: left;
		padding: 18px 0;
		width: 380px;
		text-align: center;
	}
}

#discovering h3 img{
	width: auto;
	height: auto;
	max-height: 52px;
}
@media screen and (max-width:768px) {
	#discovering p{
		padding: 0;
	}
}
@media screen and (min-width:769px) {
	#discovering p{
		padding-right: 55px;
	}
}
@media screen and (max-width:768px) {
	#discovering p img{
		height: auto;
		width: 100%;
	}
}
@media screen and (min-width:769px) {
	#discovering p img{
		height: 90px;
		width: auto;
	}
}
.bgWhite{
	background-color: #fff;
}
#def #discoverImg{
	padding: 0;
}
@media screen and (max-width: 736px){
	#def #discoverContent{
		margin: auto;
		padding: 0 15px;
	}
}
@media screen and (min-width: 737px){
	#def #discoverContent{
		margin: auto;
	}
	#discoverContent{
		padding: 0 20px;
	}
}
@media screen and (max-width: 736px){
	#def #discoverContent h3{
		font-size: 20px;
		padding: 30px 0 0;
		letter-spacing: 1px;
	}
}
@media screen and (min-width: 737px){
	#def #discoverContent h3{
		font-size: 26px;
		padding: 40px 0 0;
		letter-spacing: 1px;
	}
}
#def #discoverContent h3{
	color: #D71518;
	background: none;
	text-align: left;
}
@media screen and (max-width: 736px){
	#def #discoverContent h4{
		font-size: 16px;
		letter-spacing: 1px;
		margin: 0 auto 20px;
	}
}
@media screen and (min-width: 737px){
	#def #discoverContent h4{
		font-size: 18px;
		letter-spacing: 1px;
		margin: 0 auto 20px;
	}
}
#def #discoverContent h4{
	color: #D71518;
	background: none;
	text-align: left;
}
#def #discoverContent p{
	letter-spacing: 0.4px;
	color: #111;
	padding: 0;
	font-size: 14px;
}
#def #discoverContent p img{
	width: 100%;
	height: auto;
}
#defContents {
	background: rgb(244, 244, 242);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(244, 244, 242, 1) 0%, rgba(227, 227, 222, 1) 50%, rgba(244, 244, 242, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(244, 244, 242, 1) 0%, rgba(227, 227, 222, 1) 50%, rgba(244, 244, 242, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(244, 244, 242, 1) 0%, rgba(227, 227, 222, 1) 50%, rgba(244, 244, 242, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f2', endColorstr='#f4f4f2', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	clear: both;
	overflow: hidden;
}
@media screen and (max-width: 480px){
	.algR img,
	.algL img{
		width: 100%;
	}
}
@media screen and (min-width: 481px){
	.algL{
		float: left;
	}
	.algR{
		float: right;
	}
	.algR img,
	.algL img{
		max-width: 220px;
	}
	.algR img.mw3,
	.algL img.mw3{
		max-width: 300px;
	}
	.algR img.mw4,
	.algL img.mw4{
		max-width: 400px;
	}
	.algR img{
		margin-left: 20px;
	}
	.algL img{
		margin-right: 20px;
	}
}
#headline{
	padding: 20px 0;
}
#headline ul{
	list-style-type: disc;
	margin-left: 20px;
}
#headline a{
	color: #333;
	text-decoration: underline;
}
#headline a:hover{
	text-decoration: none;
}

@media screen and (max-width: 768px){
	.social{
		padding: 20px 0 40px;
	}
}
@media screen and (min-width: 769px){
	.social{
		padding: 50px 0 80px;
	}
}
.social{
	margin: 20px auto;
	max-width: 845px;
	overflow: hidden;
}
.social:last-child{
	margin-bottom: 80px;
}
@media screen and (max-width: 768px){
	.social h2{
		text-align: center;
		margin: 15px auto;
	}
}
@media screen and (min-width: 769px){
	.social h2{
		float: left;
		margin: 0 0 0 40px;
	}
}
.social h2{
	color: #9D918A;
	font-weight: normal;
}
@media screen and (min-width: 769px){
	a.yLink{
		margin: 0;
		float: right;
	}
}
.yLink{
	margin: auto;
	display: block;
	max-width: 500px;
}
.social img{
	width: 100%;
	border: solid 1px #ccc;
}
.youtube-desc{
	max-width: 500px;
}
@media screen and (max-width: 768px){
	.youtube-desc{
		margin: 5px auto;
		padding: 0 15px;
	}
}
@media screen and (min-width: 769px){
	.youtube-desc{
		float: right;
		margin-top: 5px;
		overflow: hidden;
		width: 100%;
	}
}
