@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #6666ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #666666;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	min-width: 1000px;
	color: #333;
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
	background: url(../imgs/bg01.gif) repeat center top;
}
.wrap {
	position: relative;
	width: 1000px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* container */
#container {
	padding: 25px 0 0;
}

/* header */
#header {
	position: relative;
	width: 100%;
	height: 110px;
	min-width: 1000px;
	background-color: #fff;
	z-index: 2;
}
#header:before,
#header:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 12px;
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 1;
}
#header:before {
	top: -12px;
	background-image: url(../imgs/bdr-nav01.png);
}
#header:after {
	bottom: -12px;
	background-image: url(../imgs/bdr-nav02.png);
}
#header .wrap {
	height: 110px;
	z-index: 2;
}
#siteTitle {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -75px;
}

/* gNav */
#gNav {
	margin-left: 350px;
	padding-top: 15px;
}
#gNav li {
	float: left;
}
#gNav li + li {
	margin-left: 48px;
}
#gNav li a {
	position: relative;
	display: block;
	padding: 0 5px 14px;
	text-decoration: none;
	text-align: center;
}
#gNav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #b8584b;
	opacity: 0;
}
#gNav li a span {
	display: block;
	text-align: left;
}
#gNav li a span.icon {
	position: relative;
	top: 0;
	height: 37px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
}
#gNav li a span.text {
	height: 36px;
	margin-top: 7px;
	background-repeat: no-repeat;
	background-position: center center;
}
body.ie #gNav li a span.text {
	margin-top: 2px;
}

/* gNav each img */
#gNav li.home a span.icon { background-image: url(../imgs/nav-icon-home_ov.gif); }
#gNav li.menu a span.icon { background-image: url(../imgs/nav-icon-menu_ov.gif); }
#gNav li.flow a span.icon { background-image: url(../imgs/nav-icon-flow_ov.gif); }
#gNav li.hotel a span.icon { background-image: url(../imgs/nav-icon-hotel_ov.gif); }
#gNav li.accessory a span.icon { background-image: url(../imgs/nav-icon-accessory_ov.gif); }

#gNav li.home a span.text { background-image: url(../imgs/nav-text-home_ov.gif); }
#gNav li.menu a span.text { background-image: url(../imgs/nav-text-menu_ov.gif); }
#gNav li.flow a span.text { background-image: url(../imgs/nav-text-flow_ov.gif); }
#gNav li.hotel a span.text { background-image: url(../imgs/nav-text-hotel_ov.gif); }
#gNav li.accessory a span.text { background-image: url(../imgs/nav-text-accessory_ov.gif); }

/* gNav hover - on */
#gNav li.on a span.icon {
	top: -2px;
}
#gNav li.on a span img,
#gNav li a:hover span img {
	opacity: 0;
}
#gNav li.on a:after,
#gNav li a:hover:after {
	opacity: 1;
}

/* gNav transition */
#gNav li a:after,
/*#gNav li a span.icon,*/
#gNav li a span img {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
/*#gNav li a span.icon {
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}*/

/* footer */
#footer {
	position: relative;
	padding: 45px 0 30px;
	color: #fff;
	background: url(../imgs/bg-ftr.gif) repeat left top;
}
#footer:after {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #fff;
}
#fNav {
	margin-bottom: 45px;
	text-align: center;
	line-height: 1;
}
#fNav li {
	position: relative;
	display: inline-block;
	margin-left: 17px;
	padding-left: 27px;
	line-height: 1;
}
#fNav li + li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '/';
	color: #5b3632;
	font-size: 13px;
}
#fNav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
}
#fNav li a:hover {
	text-decoration: underline;
}
#fInfo {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 40px 35px;
	background: url(../imgs/bg-ftr02.gif) repeat left top;
}
#fInfo:before,
#fInfo:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}
#fInfo:before {
	top: 0;
	background-image: url(../imgs/bg-ftr01.gif);
}
#fInfo:after {
	bottom: 0;
	background-image: url(../imgs/bg-ftr03.gif);
}
#fInfo #ftrLogo {
	float: left;
	width: 220px;
	padding-top: 10px;
}
#fInfo #fCont {
	margin-left: 250px;
}
#fInfo #fLinkArea {
	margin-bottom: 12px;
}
#fInfo #fLinkArea p {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}
#fInfo #fLinkArea .fBtn a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: block;
	width: 140px;
	padding: 1px 0 3px;
	color: #b8584b;
	font-size: 14px;
	border: #b8584b solid 1px;
	border-radius: 14px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#fInfo #fLinkArea .fBtn a:hover {
	color: #2b110e;
	background-color: #b8584b;
}
#fInfo #fLinkArea .fBtn a:before,
#fInfo #fLinkArea .fBtn a:after {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	height: 17px;
	margin-top: -8px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#fInfo #fLinkArea .fBtn a:hover:after {
	opacity: 0;
}
#fInfo #fLinkArea .gMap a {
	margin-left: 18px;
	padding-left: 36px;
}
#fInfo #fLinkArea .gMap a:before,
#fInfo #fLinkArea .gMap a:after {
	left: 18px;
	width: 11px;
}
#fInfo #fLinkArea .gMap a:before {
	background-image: url(../imgs/ftr-icon-map_ov.png);
}
#fInfo #fLinkArea .gMap a:after {
	background-image: url(../imgs/ftr-icon-map.png);
}
#fInfo #fLinkArea .mBlog a {
	margin-left: 10px;
	/* padding-left: 30px; */

	padding-left: 40px;
padding-right: 22px;
text-align: center;
}
#fInfo #fLinkArea .mBlog a:before,
#fInfo #fLinkArea .mBlog a:after {
	/* left: 10px; */
	width: 14px;

	left: 25px;
}
#fInfo #fLinkArea .mBlog a:before {
	background-image: url(../imgs/ftr-icon-instagram_ov.png);
}
#fInfo #fLinkArea .mBlog a:after {
	background-image: url(../imgs/ftr-icon-instagram.png);
}
#fInfo #fContText {
	font-size: 14px;
}
#fInfo #fContText dt {
	font-weight: 500;
}
#pageTop {
	position: fixed;
	right: 20px;
	bottom: -80px;
}
#pageTop a {
	position: relative;
	display: block;
}
#pageTop a img {
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#pageTop a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../imgs/pagetop_ov.png) no-repeat left top;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#pageTop a:hover img {
	opacity: 0;
}
#pageTop a:hover:after {
	opacity: 1;
}
#copyright {
	font-size: 12px;
	text-align: center;
}


/* eachStyle
--------------------------------------------------*/
#pageImageBg {
	position: relative;
	z-index: 1;
}
#pageImageBg,
#pageImage {
	width: 100%;
	min-width: 1000px;
	height: 300px;
}
#pageTitle {
	display: table;
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
#pageTitle p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.section {
	padding: 75px 0;
}
.section.bg {
	background: url(../imgs/bg02.gif) repeat center top;
}

/* title01 */
.title01 {
	position: relative;
	padding: 0 0 10px 50px;
	margin-bottom: 30px;
	color: #4b1c1a;
	font-size: 28px;
	font-weight: 500;
	border-bottom: #cdbebb solid 1px;
}
.title01:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	width: 38px;
	height: 38px;
	background: url(../imgs/icon-title01.png) no-repeat left top;
}

/* title02 */
.title02 {
	margin-bottom: 30px;
	padding-bottom: 2px;
	font-size: 22px;
	font-weight: 500;
	color: #b8584b;
	border-bottom: #b8584b solid 1px;
}

/* btn */
.btn {
	text-align: center;
}
.btn a {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	min-width: 200px;
	padding: 3px 44px;
	color: #b8584b;
	font-size: 18px;
	border: #b8584b solid 1px;
	border-radius: 14px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn a:before {
	position: absolute;
	top: 50%;
	left: 19px;
	display: block;
	content: '';
	margin-top: -5px;
	border-bottom: transparent solid 5px;
	border-top: transparent solid 5px;
	border-left: #b8584b solid 9px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn a:hover {
	color: #fff;
	background-color: #b8584b;
}
.btn a:hover:before {
	border-left: #fff solid 9px;
}

/* tableStyle */
.tableStyle {
	width: 100%;
	border-top: #e5e5e5 solid 1px;
	border-left: #e5e5e5 solid 1px;
}
.tableStyle th {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	color: #4b1c1a;
	font-weight: 500;
	background-color: #fbf4e7;
	border-right: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	text-align: center;
	vertical-align: middle;
}
.tableStyle th span {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}
.tableStyle td {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 12px 10px;
	font-size: 14px;
	background-color: #fff;
	border-right: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	text-align: center;
	vertical-align: middle;
}
.tableStyle .lineBg td {
	background-color: #faf9f9;
}

/* list */
.list li {
	position: relative;
	padding-left: 1.2em;
}
.list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
}
.list.rice li {
	font-size: 14px;
}
.list.rice li:before {
	content: '※';
}
.list.dot li:before {
	content: '・';
}
.list.dot02 li:before {
	content: '●';
}

/* bdrBox */
.bdrBox {
	padding: 29px;
	border: #b8584b solid 2px;
}
