@charset "utf-8";

/*** common, style　要変更 ***/

/* オレンジ #ffa500 */
/* 淡いオレンジ #fff0d2 */
/* ワインレッド #b40a3c */
/* 茶 #3d1600 */

/* かなり淡いグレー #EEE */
/* グレー #DDD */
/* 黒 #000 */

/* ------------------------- renewal */
/* オレンジ #ff4902 */
/* 茶 #370900 */
/* 明るめ茶 #63230a */
/* 薄い茶 #ab997f */
/* 背景ベージュ #ece8e2 */

/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}
img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important;}

input[type="submit"],label {cursor: pointer;}
input,textarea {padding:3px;font-size:80%;}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	line-height: 1.2;
}

/* --------------
 clearfix
-------------- */
.cf:after,
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after {
	content: ""; 
	display: block;
	clear: both;
	overflow:hidden;
}

/* --------------
 base
-------------- */
body {
	color: #370900;
	font: normal 15px/1.6 Arial, Times New Roman, 'Lucida Grande', Meiryo, sans-serif;
	background: #FFF;
}

[lang="ko"] {
  font-family: 'Gulim' , 'Apple Gothic';
}
[lang="zh-TW"] {/* 繁体 */
  font-family: 'PMingLiU' , 'Apple LiSung';
	font-style: normal;
}
[lang="zh-CN"] {/* 簡体 */
  font-family: 'SimSun' , 'Song';
	font-style: normal;
}
[lang="th"] {
  font-family: 'Times New Roman' , 'Times' , serif;
}
/*
[lang="vi"] {
  font-family: 'Times New Roman' , 'Times' , serif;
}
[lang="ar"] {
	font-family: 'Simplified Arabic' , 'Lucid Grande' , 'Arial' , sans-serif;
}
*/

/* アラビア語 */
[lang="ar"] body,
[lang="ar"] th {
	text-align: right;
}
[lang="ar"] body.pgPrivacy .pageHeader,
[lang="ar"] body.pgPrivacy #visual,
[lang="ar"] body.pgPrivacy .main {
	text-align: left;
}
[lang="ar"] a,
[lang="ar"] li,
[lang="ar"] .btnS {
	white-space: nowrap;
}
[lang="ar"] .clmShop article a,
[lang="ar"] .listS a{
	white-space: inherit;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #999;
}

/* link */
* {
	transition: all ease 0.3s;
}
*:hover {
	transition: all ease 0.3s;
	/*transition: all 0.3s;*/
}
a {
	color: #63230a;
	text-decoration: none;
	word-break: break-all;
}
a:hover {
	color: #ff4902;
}
a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
}

nav[role="navigation"] a:hover {
	text-decoration: underline;
}

a.linkA {
	color: #933;
	text-decoration: underline;
}
a.linkA:hover {
	text-decoration: none;
}
a.blank::after {
  content: url(../img/blank.png);
  vertical-align: middle;
  margin-left: 0.1em;
}

table {word-break:break-all;}

/* --------------
 modules css
-------------- */
/* ---------- font size */

/* ---------- font weight */
.bold {	font-weight: bold;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}

/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */
.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}

/* ---------- width */

/* --------------
 common
-------------- */
.alignC {text-align: center;}
.alignR {text-align: right;}

.clearB {clear: both;}

.txtS {
	color: #777;
	font-size: 85%;
}
.bold{ font-weight:bold;}

.spsB {margin-bottom:10px;}

.mt30 {margin-top:30px !important;}

.imgC {text-align:center;}
.imgC img {margin-top:5px;}

/* ----- list */
.ulDisc li {
	margin-left: 22px;
	margin-bottom: 9px;
	line-height: 1.4;
	list-style: outside disc;
}

.ulDecimal li {
	margin-left: 22px;
	margin-bottom: 10px;
	list-style: outside decimal;
}

/* ----- decoration (button, etc...) */
.ulImg li {
	float: left;
	text-align: center;
	position: relative;
}
.ulImg li a {
	display: block;
}

.ulImg li a:hover span {
	text-decoration: underline;
}

.ulImg li span {
	width: 96%;
	padding: 15px 2%;
	display: block;
	position: absolute;
	left: 0;

	background: #f8f6f2;/* fallback */
	background: -moz-linear-gradient(top center, #f8f6f2 0%, #ece8e2 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #f8f6f2), color-stop(1.00, #ece8e2));/* Chrome & Safari */
	background: linear-gradient(to bottom, #f8f6f2 0%, #ece8e2 100%);/* IE10+, W3C */
}
li#genreOmiyage span {
	color: #b47f00;
}

.ulImg li img {
	margin-bottom: 5px;
	vertical-align: middle;
	border-radius: 50%;
}

.listS li {
	text-align: center;
	border: 3px solid #ebe6e1;
	box-sizing: border-box;
}
.listS li a {
	display: block;
}
.listS li:hover {
	background-color: #ebe6e1;
}
.listS li:hover a {
	color: inherit;
}

.ulBox li {
	margin-bottom: 2px;
	background: #FFF;
	display: block;
}
.ulBox li a {
	display: block;
}
.ulBox li:hover {
	background: #DDD;
}

.ulBox li .shopDtl {
	float: right;
	width: 78%;
}
.ulBox li .shopDtl h2 {
	margin-bottom: 10px;
	color: #3d1600;
}
.ulBox li .shopDtl p {
	color: #666;
}

.ulBox li .shopImg {
	float: left;
	width: 18%;
	height: 80px;
	overflow: hidden;
}
.ulBox li .shopImg b {
	min-height: 70px;
	text-indent: -9999px;
	background: #DDD;
	display: block;
}


/* ----- button */

/* a tag */

.btnS {
	color: #cdc9c6;
	border: 2px solid #eae5e1;
	background: #FFF;
	display: inline-block;
}

/* .btnO {
	padding: 3px 30px;
	display: inline-block;
	color: #FFF;
	background: #ffa500;
} */

/* input */
.btnS[type="submit"] {
}
 
/* ----- layout space */
.spsT {margin-top: 10px;}

/* ----- background */
.bgA {background: #ece8e2;}

/* =header
-------------------------------------------------------------- **/
#header {
	border-top: 4px solid #ff4902;
	border-bottom: 1px solid #ece9e2;
}

.home #header {
	background: url(../img/mv.jpg?v2) no-repeat center top;
}
@media screen and (min-width: 1366px) { /* 1366pxより大きい場合 */
	.home #header {
		background-size: 100% auto;
	}
}


/* =siteHeader
---------------------------------------------------- */
#siteHeader {
	position: relative;
}
#siteHeader h1 {
	float: left;
}

#siteHeader h1 a {
	background: url(../img/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.home #siteHeader h1 a {
	background: url(../img/logo_home.png) no-repeat;
}

/* ---------- login box */
.langOpen {
	float: right;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0 0 3px 3px;
	background: #ff4902;
	/* z-index: 999; */
	position: relative;
}
.langOpen:hover {
	box-shadow: 0 0 1px #ff9202 inset, 0 0 1px #ff9202 inset;
	background: #ff6d02;
}

.langOpen:before {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #63230a;
	top: 50%;
	margin-top: -3px;
}
.langOpen.rotate:before {
	border-top: none;
	border-bottom-color: #63230a;
}
.langOpen span {
	color: #FFF;
}
.langOpen span span {
	display: inline;
}

/* ----- divLang */
#divLang {
	font-size: 90%;
	border-radius: 0 0 3px 3px;
	background: #ece8e2;

	position: absolute;
	right: 0;
}

#divLang span {
	float: left;
	width: 48%;
}
#divLang span:nth-of-type(even) {
	margin-left: 4%;
}

#divLang a {
	padding: 3px 0;
	display: block;
}
#divLang a:hover, #divLang a.active {
	color: #ff4902;
}


/* =globalNav
---------------------------------------------------- */
/* ---------- mainNav */
#mainNav {
	letter-spacing: -.5em;
}
#mainNav li {
	text-align: center;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1;
}

#mainNav li a {
	color: #370900;
	border-left: 1px solid #d8d8d8;
	display: block;
	word-break: normal;
}
#mainNav li:first-child a {
	border-left: none;
}

.home #mainNav li a {
	color: #FFF;
}

#mainNav li a:hover {
	color: #ff4902;
}

/* =visual
---------------------------------------------------- */
.home #visual {
	text-align: center;
}

#siteLead {
	color: #FFF;
}
#siteLead b {
	display: block;
}


/* =pageHeader
-------------------------------------------------------------- **/
.pageHeader {
	text-align: center;
}

#pageTtl {
	color: #ff4902;
}

/* =main
-------------------------------------------------------------- **/

/* =content
---------------------------------------------------- */
.content {
	border-radius: 6px;
}

.content h1 {
	color: #ff4902;
	text-align: center;
}


/* --------------
 home
-------------- */

/* -------------------- homeConts */

/* ---------- topSearch */
#topSearch {
	background:#333;/* fallback */
	background-color: rgba(0,0,0,0.6);
}

/* ---------- topTrad */
.ulClm li {
	float: left;
}
.ulClm li img {
	border-radius: 3px;
}

/* ---------- topNewRt */
#topNewRt li a {
	border-bottom: 1px solid #CCC;
	display: block;
	background: url(../img/arwRed_s.gif) no-repeat 2px center #EEE;
}
#topNewRt li a:hover {
	background-color: #DDD;
}

/* ---------- omiyage */
/* ----- tab */
.tab2, .tab3 {
	margin: 10px 0;
	text-align: center;
	letter-spacing: -.5em;
	border-bottom: 1px solid #CCC;
}
.tab2 li, .tab3 li {
	margin: 0 1% -1px;
	letter-spacing: normal;
	border: 1px solid #CCC;
	background: #EEE;
	display: inline-block;
}
.home .tab2 li, .home .tab3 li {
	padding: 10px 0;
}
.tab2 li a, .tab3 li a {
	padding: 10px 0;
	display: block;
}
.tab2 li {
	width: 35%;
}
.tab3 li {
	width: 30%;
}

.tab2 li:hover, .tab3 li:hover {
	cursor: pointer;
}
.tab2 li.select, .tab3 li.select {
	margin-bottom: -2px;
}
#tabA li.select {
	border-bottom: 1px solid #FFF;
	background: #FFF;
}
#tabB li.select {
	border-bottom: 1px solid #ece8e2;
	background: #ece8e2;
}

.clmTabA, .clmTabB {
	/* padding: 30px 15px;
	border: 1px solid #999; */
}
.hide {
	display: none;
}

/* detail page */
.tabCont {
	padding: 30px 15px;
	border: 1px solid #999;
}


/* --------------
 sub page
-------------- */
/* ---------- breadcrumb */
#breadcrumb li {
	color: #666;
	font-size: 12px;
	display: inline-block;
}
#breadcrumb li a {
	color: #AAA;
	padding-right: 5px;
}
#breadcrumb li a:after {
	content: "　>"; 
}
#breadcrumb li a:hover {
	color: #777;
}
#breadcrumb li a br {
	display: none;
}

/* ---------- subpage */
.subpage {
}

/* =content
---------------------------------------------------- */
.content h3 {
	margin-top: 7px;
	margin-bottom: 5px;
	border-left: 5px solid #f39537;
}

/* =contentB
------------------------------------------ */
.contentB {
}

.contentB h2 {
	/* margin-top: 13px;
	margin-bottom: 5px;
	padding: 3px;
	border-bottom: 2px dotted #f39537; */
}

#leadH1 {
	color: #C00;
}

/* =contentH
------------------------------------------ */
.contentH {
	margin: 20px 0;
	border: 4px solid #71481A;
	background: #FFF9E6;
}

.colSmall {
	text-align: center;
}
.colSmall small {
	margin-top: 5px;
	line-height: 1.3;
	display: block;
}
.colSmall small span {
	color: #999;
}


/* ---------- content */

/* =search page
---------------------------------------------------- */
/* ------------------------------ index(list) */
/* ---------- search */
.asideSrch {
}

.boxSrch div {
	border: 2px solid #ede8e2;
	border-radius: 2px;
	background: #f6f2ef;
}
.boxSrch h3 {
	margin-bottom: 10px;
	color: #ff4902;
	text-align: center;
}

.btnReset {
	text-align: center;
}


/* ---------- content */
#h1TtlSrch {
	margin: 0 15px 20px;
	color: #ab997f;
}

.clmShop article {
	margin-bottom: 15px;
	border-radius: 0 0 3px 3px;
	border-top: 4px solid #ff4902;
	box-shadow: 0 1px 1px rgba(65,28,0,0.2);
	background: #FFF;
}
.clmShop article a {
	width: 100%;
	display: inline-block;
}

.clmShop article h1 {
	color: #370900;
	border-bottom: none;
}
.clmShop article h1 span {
	margin: 10px 0 15px;
	color: #ff4902;
	font-size: 70%;
	display: block;
}
/* .clmShop article h1 span:before {
	content: "/　";
} */

.clmShop .imgShop img {
	box-sizing: border-box;
	padding: 3px;
	border: 1px solid #CCC;
	background: #FFF;
}

.clmShop .tblDtl {
	width: 100%;
}
.clmShop .tblDtl th {
	color: #ccc8c5;
}
.clmShop .tblDtl td {
	color: #350b00;
}

.clmShop .tblDtl td.tdLang {
	color: #65210a;
	font-size: 90%;
}

/* pagenation */
.pagination {
	padding-top:3px;
	text-align:center;
}
.pagination li {
	margin: 0 4px 7px;
	display: inline-block;
}

.pagination a {
	padding: 1px 3px;
	color: #DDD;
	border-radius: 3px;
	background: #222;
	display: inline-block;
}
.pagination a:hover {
	background: #444;
}

/* ------------------------------ search */
.ulSrch li {
	background: url(../img/bg_slashY.gif);
}
.ulSrch li a {
	padding: 10px;
	display: block;
}

.ulSrch.widthS li a {
	background: url(../img/arwRed_s.gif) no-repeat right center;
}

/* .ulSrch.widthM img {
	margin-right: 5px;
	vertical-align: middle;
} */

.clmSrch .ulImg li a {
	vertical-align: bottom;
}

/* ------------------------------ detail */
.clmDetail h1 {
	color: #370900;
}
.clmDetail h1 span {
	color: #ff4902;
	font-size: 80%;
}

.dtlClmL h2 {
	margin: 20px 0 3px;
}

.clmDetail .tblDtl {
	border-collapse: separate;
	border-radius: 6px;
	border: 1px solid #CCC;
}
.clmDetail .tblDtl tr:first-child th,
.clmDetail .tblDtl tr:first-child td {
	border-top: none;
}
.clmDetail .tblDtl th {
	font-size: 90%;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #f2f2f2;
}
.clmDetail .tblDtl tr:first-child th{
	border-radius:6px 0 0 0;
}
.clmDetail .tblDtl tr:last-child th{
	border-radius:0 0 0 6px;
}
.clmDetail .tblDtl tr:first-child td{
	border-radius:0 6px 0 0;
}
.clmDetail .tblDtl tr:last-child td{
	border-radius:0 0 6px 0;
}
.clmDetail .tblDtl td {
	border-top: 1px solid #CCC;
	background: rgba(255,255,255,0.6);
}
.clmDetail .tblDtl td hr {
	border-bottom: 1px dotted #CCC;
}

.clmDetail .imgShop img {
	padding: 3px;
	border: 1px solid #CCC;
	background: #FFF;
}

.clmBtn {
	text-align: center;
	letter-spacing: -0.5em;
}
.clmBtn a {
	width: 33%;
	margin: 10px 0;
	display: inline-block;
	letter-spacing: normal;

	color: #333;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.clmBtn b {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-indent: -9999px;
	border-radius: 50%;
	display: block;
	background: url(../img/icMenu.png) no-repeat center #f39537;

	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
}
.clmBtn b:hover {
	background: url(../img/icMenu_open.png) no-repeat center #ffa500;
}

.bgBlue {background: #095c93;}
.bgBlue:hover {background: #145784;}

/* .bgRed {background: #C6252C;}
.bgRed:hover {background: #b91118;} */

.accessMap {
	clear: both;
	padding-top: 30px;
	text-align: center;
}
.accessMap p {
	margin: 10px 0;
}
/* .accessMap img {
	max-width: inherit !important;
} */


/* ---------- tabL */
#tabL {
	text-align: center;
	letter-spacing: -.5em;
}
#tabL li {
	width: 31%;
	margin: 0 1% -1px;
	display: inline-block;
	letter-spacing: normal;
	background: #EEE;
}
#tabL li a {
	padding: 10px 0;
	border: 1px solid #999;
	display: block;
}
#tabL li.present {
	margin-bottom: -2px;
	background: #FFF;
}
#tabL li.present a {
	border-bottom: 1px solid #FFF;
}

.tabCont {
	padding: 30px 15px;
	border: 1px solid #999;
	background: #FFF;
}


/* ---------- omiyage */
/* ----- menu */
.menu {
	margin: 10px 0;
	padding: 15px 15px 30px;
	border-bottom: 1px solid #CCC;
}

/* --- clmL */
.menu h2 {
	margin-bottom: 30px;
	color: #3e0e00;
	font-size: 22px;
}
.menu h2 mark {
	width: 40px;
	margin-right: 5px;
	padding: 6px 0;
	line-height: 1;
	text-align: center;
	/* color: #FFF;
	background: #333; */
	color: #e5cc95;
	background: #3e0e00;
	display: inline-block;
}

.seibun {
	margin-bottom: 20px;
}
.seibunTxt {
}

/* --- clmR */
.price  {
	margin-top: 20px !important;
	color: #85685b;
	font-size: 27px;
	font-weight: bold;
}

.menu .ulPict {
	margin-top: 10px;
}
.menu .ulPict li {
	margin: 3px 2px 2px 1px;
	display: inline-block;
}
.menu .ulPict img {
	width: 30px;
	height: 30px;
	vertical-align: top;
}


/* =privacy page
---------------------------------------------------- */

/* =footer
-------------------------------------------------------------- **/
#footer {
	border-top: 1px solid #ece9e2;
	background: #FFF;
	position: relative;
}

#footer a {
	color: #333;
}

#footer b {
	color: #AAA;
	font-size: 15px;
}

/* =footNav
---------------------------------------------------- */
#footNav {
	font-size: 80%;
}
#footNav li {
	line-height: 1.1;
}

#footNav .wrap li {
	margin-top: 15px;
}

#footNav a {
	color: #646464;
}
#footNav #global a {
	color: #222;
}

/* img[alt="windowopen"] {
	margin-left: 3px;
	vertical-align: baseline;
} */

/* ---------- aside */
.bannerArea {
}


/* =siteFooter
---------------------------------------------------- */
#siteFooter {
	padding: 7px 0 6px;
	color: #fff;
	background: #111e2e;
}

/* ---------- copyright */
#copyright {
	float: left;
	margin-top: 7px;
	color: #59626d;
}


/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
	display: block;
	text-align: center;
}

#pageTop a {
	width: 110px;
	padding: 18px 35px;
	color: #ab997f;
	border: 1px solid #ece8e2;
	background: #FFF;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	margin: auto;
}
#pageTop a:hover {	
	border: 1px solid #d7d2cd;
	background: #d7d2cd;
}
