@charset "utf-8";
/*
Theme Name: KUMAMOTO
Theme URI: null
Description: Description
Author: Shunc - QP
Version: 1.0
*/

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

@font-face {
    font-family: 'gothicR';
    src: url('font/gothicR.eot'); /* IE9 Compat Modes */
    src: url('font/gothicR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/gothicR.woff') format('woff'), /* Modern Browsers */
url('font/gothicR.ttf') format('truetype'); /* Safari, Android, iOS */
}

body,
table,
input, textarea, select, option {
	font-family: 'gothicR';
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #211805;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:visited {
	color: #211805;
}

a:hover {
	color: #211805;
}

a:active {
	color: #211805;
}
.alink{
	color: #211805;
	text-decoration: underline;
}
.append{
	background-color: #e3d5b8;
	padding: 1.9em 1.5em 1.9em 1.9em;
	margin-top: 1.5em;
	font-size: 110%;
}
.kome{
	font-size: 90%;
	text-indent: -1em;
	padding-left: 1em;
}
.koum{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 1em;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1003px;
	color: #837760;
	font-size: 15px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	background-color: #FCFCFB;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.inview > * {
	opacity: 0;
	filter: alpha(opacity=0);
}

@media all and (min-width: 0) and (max-width: 736px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 94px 0 13px;
	background: #FFF;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1000px;
}

#gHeader h1 {
	padding: 0 0 0 1px;
	float: left;
}

#gHeader .rBox {
	float: right;
}

#gHeader .hLinkUl {
	min-height: 37px;
	text-align: right;
	margin-top: 1px;
}

#gHeader .hLinkUl li {
	margin: 0 0 0 32px;
	padding-left: 19px;
	float: right;
	background: url(img/common/icon01.gif) no-repeat left 3px;
}

#gHeader .hLinkUl a {
	margin: 0;
	display: block;
	transition: .3s;
}

#gHeader .hLinkUl li:hover a {
	margin-top: -3px;
	color: #f7392e;
}

#gHeader .hLinkUl li.on a {
	border-bottom: 2px solid #FE6F67;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#gHeader {
		padding: 22px 0 15px !important;
	}
	
	#gHeader .hBox {
		width: auto;
	}
	
	#gHeader h1 {
		margin-bottom: 27px;
		padding: 0;
		float: none;
	}

	#gHeader h1 img {
		width: 122.5px;
		margin: 0 auto;
	}
	
	#gHeader .rBox {
		float: none;
	}
	
	#gHeader .hLinkUl {
		display: none;
	}
	
	
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-right: -2px;
}

#gNavi li {
	padding-left: 35px;
	display: inline-block;
	font-size: 17.5px;
	letter-spacing: 2.2px;
}

#gNavi li a {
	display: block;
}

#gNavi li a:before {
    margin: 0 auto;
    width: 0;
    content: " ";
    display: block;
    position: relative;
	top: 29px;
    border-bottom: 3px solid #FE6F67;
    transition: all 100ms ease-in-out 0s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#gNavi li a:hover:before {
    width: 100%;
}

#gNavi li.on a:before {
	width: 100%;
	transition: none;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#gNavi {
		margin: -6px 0 0;
	}
	
	#gNavi ul {
		width: 318px;
		margin: 0 auto;
	}
	
	#gNavi li {
		margin-top: 6px;
		padding: 0 16px;
		font-size: 16px;
		letter-spacing: 0;
	}
	
	#gNavi li a:before {
		display: none;
	}
	
	#gNavi li.sp {
		display: inline-block !important;
	}
	
	#gNavi li.on a {
		border-bottom: 2px solid #FE6F67;
	}
	
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 59px;
	width: 988px;
}

#pagePath li {
	padding-right: 1px;
	display: inline;
	color: #817f7a;
	font-size: 13px;
	letter-spacing: 1px;
}

#pagePath li a {
	padding-right: 6px;
	color: #817f7a;
	text-decoration: underline;
}

#pagePath li a:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#pagePath {
		display: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 72px 0 67px;
	background-color: #FCFCFB;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#gFooter .copyright {
	font-size: 12.75px;
	text-align: center;
	letter-spacing: 1px;
	color: #706f6b;
}

.pageTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}

.pageTop a:hover img {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#gFooter {
		padding: 40px 0 33px;
	}

	#gFooter .copyright {
		font-size: 10px;
	}
	
	.pageTop {
		right: 20px;
		bottom: 20px;
	}
	
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	height: 334px;
/*	overflow: hidden;
*/	margin-bottom: 8px;
/*	text-align: center;
*/}

/*.mainVisual img {
	width: 100%;
}
*/
@media all and (min-width: 0) and (max-width: 736px) {
	.mainVisual {
		height: 102px;
		margin-bottom: 40px;
	}
}



.mainVisual2 {
	height: 334px;
/*	overflow: hidden;
*/	margin-bottom: 8px;
/*	text-align: center;
*/}

/*.mainVisual2 img {
	width: 100%;
}
*/
@media all and (min-width: 0) and (max-width: 736px) {
	.mainVisual2 {
		height: 102px;
		margin-bottom: 40px;
	}
}
.mainVisual3 {
	height: 334px;
/*	overflow: hidden;
*/	margin-bottom: 8px;
/*	text-align: center;
*/}

/*.mainVisual3 img {
	width: 100%;
}
*/
@media all and (min-width: 0) and (max-width: 736px) {
	.mainVisual3 {
		height: 102px;
		margin-bottom: 40px;
	}
}
.mainVisual4 {
	height: 334px;
/*	overflow: hidden;
*/	margin-bottom: 8px;
/*	text-align: center;
*/}

/*.mainVisual4 img {
	width: 100%;
}
*/
@media all and (min-width: 0) and (max-width: 736px) {
	.mainVisual4 {
		height: 102px;
		margin-bottom: 40px;
	}
}
.mainVisual5 {
	height: 334px;
/*	overflow: hidden;
*/	margin-bottom: 8px;
/*	text-align: center;
*/}

/*.mainVisual5 img {
	width: 100%;
}
*/
@media all and (min-width: 0) and (max-width: 736px) {
	.mainVisual5 {
		height: 102px;
		margin-bottom: 40px;
	}
}
.mainVisual6 {
	height: 334px;
/*	overflow: hidden;
*/	margin-bottom: 8px;
/*	text-align: center;
*/}

/*.mainVisual6 img {
	width: 100%;
}
*/
@media all and (min-width: 0) and (max-width: 736px) {
	.mainVisual6 {
		height: 102px;
		margin-bottom: 40px;
	}
}
.mainVisual7 {
	height: 334px;
/*	overflow: hidden;
*/	margin-bottom: 8px;
/*	text-align: center;
*/}

/*.mainVisual7 img {
	width: 100%;
}
*/
@media all and (min-width: 0) and (max-width: 736px) {
	.mainVisual7 {
		height: 102px;
		margin-bottom: 40px;
	}
}




/*------------------------------------------------------------
	headLine01 
------------------------------------------------------------*/
.headLine01 {
	margin: 0 0 74px 5px;
	color: #211805;
	font-size: 31.85px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
}
@media all and (min-width: 0) and (max-width: 736px) {
	.headLine01 {
		margin: 0 0 27px 2px;
		font-size: 21px !important;
		letter-spacing: 3.3px;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .index .mainImg {
	height: 655px;
	text-align: center;
}

#main .index .mainImg .slick-slide {
	height: 655px;
}

#main .index .mainImg .liStyle00 {
	background: url(img/index/main_img00_pc.jpg) no-repeat center center;
	background-size: cover;
}
#main .index .mainImg .liStyle01 {
	background: url(img/index/main_img01.jpg) no-repeat center center;
	background-size: cover;
}

#main .index .mainImg .liStyle02 {
	background: url(img/index/main_img02.jpg) no-repeat center center;
	background-size: cover;
}

#main .index .mainImg .liStyle03 {
	background: url(img/index/main_img03.jpg) no-repeat center center;
	background-size: cover;
}

#main .index .mainImg .liStyle04 {
	background: url(img/index/main_img04.jpg) no-repeat center center;
	background-size: cover;
}

#main .index .mainImg .liStyle05 {
	background: url(img/index/main_img05.jpg) no-repeat center center;
	background-size: cover;
}

#main .index .mainImg .slick-dots {
	margin-top: 20px;
	height: 9px;
}

#main .index .mainImg .slick-dots li {
    position: relative;
    display: inline-block;
	width: 9px;
	height: 9px;
    margin: 0 4px 0 5px;
    padding: 0;
    cursor: pointer;
	vertical-align: top;
}

#main .index .mainImg .slick-dots li button {
	padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
	width: 9px;
	height: 9px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #E2DEC7;
	border-radius: 50%;
}

#main .index .mainImg .slick-dots li.slick-active button {
	background: #DF5E4D;
}

#main .index .mainImg img {
	width: 100%;
}

#main .index .headLine01 {
	margin-bottom: 49px;
	font-size: 22px;
	letter-spacing: 3.5px;
}

#main .index .headLine01 a:hover {
	opacity: 0.7;
}

#main .index .infoBox {
	padding: 70px 0 67px;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .index .infoBox dl {
	text-align: center;
}

#main .index .infoBox dl dt {
	color: #8f897e;
	font-weight: bold;
}

#main .index .infoBox dl dd {
	padding: 3px 0 20px;
	font-size: 17px;
}

#main .index .infoBox dl dd a {
	color: #b3852c;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .index .infoBox dl dd a:hover {
	color: #aa5927;
}

#main .index .pickupBox {
	padding: 44px 0 30px;
}

#main .index .pickupBox .headLine01 {
	margin-bottom: 41px;
	letter-spacing: 1.5px;
}

#main .index .pickupBox .sliderBox {
	width: 942px;
	margin: 0 auto;
	position: relative;
}

#main .index .pickupBox .sliderBox .arrow .prev {
	position: absolute;
	left: 7px;
	top: 28%;
}

#main .index .pickupBox .sliderBox .arrow .next {
	position: absolute;
	right: 0;
	top: 30.4%;
}

#main .index .pickupBox .sliderBox li a {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .index .pickupBox .sliderBox li .slick-disabled {
	display: none !important;
}

#main .index .pickupBox .sliderBox .arrow li a:hover {
	opacity: 0.7;
}

#main .index .pickupBox .ulList {
	width: 816px;
	margin: 0 auto;
}

#main .index .pickupBox .ulList li {
	width: 236px;
	padding: 0 18px;
	float: left;
	vertical-align: top;
}

#main .index .pickupBox .ulList li a {
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .index .pickupBox .ulList li .photo {
	margin-bottom: 9px;
}

#main .index .pickupBox .ulList li .photo img {
	width: 100%;
	height: auto;
}

#main .index .pickupBox .ulList li p {
	font-size: 14px;
	line-height: 1.47;
	color: #837760;
}

#main .index .pickupBox .ulList li p span {
	margin-bottom: 5px;
	display: block;
	font-size: 17.76px;
	color: #7b5408;
	text-align: center;
	font-weight: bold;
}

#main .index .pickupBox .ulList li a p span:before {
    margin: 0 auto;
    width: 0;
    content: " ";
    display: block;
    position: relative;
	top: 24px;
    border-bottom: 1px solid #7b5408;
    transition: all 100ms ease-in-out 0s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .index .pickupBox .ulList li a:hover p span:before {
    width: 100%;
}

#main .index .photoBox {
	text-align: center;
}

#main .index .instaBox {
	padding: 53px 0 33px;
}

#main .index .instaBox ul {
	width: 1002px;
	margin: 0 auto 44px;
	padding: 5px 10px 16px;
	position: relative;
	border: 2px dotted #979797;
	box-sizing: border-box;
}

#main .index .instaBox ul:before {
	margin: 0 0 -33px -15px;
	width: 28px;
	height: 33px;
	background: url(img/index/icon04.gif) no-repeat left bottom;
	background-size: 28px 33px;
	position: absolute;
	bottom: 0;
	left: 50%;
	  
	content: ""; 
}

#main .index .instaBox ul li {
	margin: 15px 7px 0;
	width: 230px;
	height: 230px;
	float: left;
	background-size: cover;
}

#main .index .instaBox ul li a {
	padding-bottom: 100%;
	display: block;
}

#main .index .instaBox ul li:hover {
	opacity: 0.7;
}

#main .index .instaBox .linkBox {
	text-align: center;
}

#main .index .instaBox .linkBox a {
	display: inline-block;
	color: #5c4312;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .index .instaBox .linkBox a span {
	margin-bottom: 4px;
	display: block;
	font-size: 24px;
	letter-spacing: 1.5px;
}

#main .index .instaBox .linkBox a:hover {
	color: #f77a6c;
}

#main .index .instaBox .linkBox .over,
#main .index .instaBox .linkBox a:hover .out {
	display: none;
}

#main .index .instaBox .linkBox a:hover .over {
	display: inline-block;
}

#main .index .bgBox {
	min-height: 1466px;
	position: relative;
	background: url(img/index/bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .index .mapBox {
	padding: 82px 0;
	text-align: center;
}

#main .index .mapBox .headLine01 {
	margin-bottom: 77px;
	font-size: 26px;
	color: #5c4312;
	text-shadow: 2px 2px 1px #FFF,-2px -2px 1px #FFF,-1px 1px 1px #FFF,1px -1px 1px #FFF;
}

#main .index .mapBox p {
	margin-bottom: 28px;
	font-size: 16px;
	color: #5c4312;
	line-height: 1.75;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #FFF,-1px -1px 1px #FFF,-1px 1px 1px #FFF,1px -1px 1px #FFF;
}

#main .index .mapBox .text {
	margin-bottom: 2px;
}

#main .index .mapBox .linkBox {
	margin-bottom: 90px;
}

#main .index .mapBox .linkBox a {
	font-size: 16px;
	color: #d55110;
	text-shadow: 1px 1px 1px #FFF,-1px -1px 1px #FFF,-1px 1px 1px #FFF,1px -1px 1px #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .index .mapBox .linkBox a:hover {
	opacity: 0.7;
}

#main .index .copyright {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
	font-size: 12.75px;
	color: #FFF;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .index .mainImg .slick-dots {
		display: none !important;
	}

	#main .index .mainImg,
	#main .index .mainImg .slick-slide {
		height: 279px;
	}
	
	#main .index .infoBox {
		padding: 16px 10px 6px;
	}

	#main .index .headLine01 {
		margin-bottom: 18px;
		letter-spacing: 2px;
	}
	
	#main .index .infoBox dl dt {
		font-size: 12px;
		font-weight: normal;
	}
	
	#main .index .infoBox dl dd {
		padding: 0 0 10px;
		font-size: 13px;
	}
	
	#main .index .infoBox dl dd a:hover {
		color: #b3852c;
	}
	
	#main .index .pickupBox {
		padding: 15px 0 26px;
	}
	
	#main .index .pickupBox .headLine01 {
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
	
	#main .index .pickupBox .ulList li {
		width: 41%;
		padding: 0 60px;
		margin: 0 auto;
	}
	
	#main .index .pickupBox .ulList li p {
		font-size: 13px;
		line-height: 1.14;
	}
	
	#main .index .pickupBox .ulList li p span {
		margin-bottom: 7px;
		font-size: 13px;
		font-weight: normal;
	}
	
	#main .index .pickupBox .ulList li a p span:before {
		display: none;
	}
	
	#main .index .pickupBox .ulList {
		margin: 0 40px;
		width: auto;
	}
	
	#main .index .pickupBox .ulList li .photo {
		margin-bottom: 11px;
	}
	
	#main .index .pickupBox .sliderBox {
		width: auto;
	}
	
	#main .index .pickupBox .sliderBox .arrow .prev {
		left: 24px;
	}
	
	#main .index .pickupBox .sliderBox .arrow .next {
		right: 26px;
		top: 27.4%;
	}
	
	#main .index .pickupBox .sliderBox .arrow img {
		width: 6px;
		height: 15px;
	}
	
	#main .index .photoBox {
		text-align: center;
	}
	
	#main .index .photoBox img {
		width: 18px;
	}
	
	#main .index .instaBox {
		padding: 5px 34px 29px 30px;
	}
	
	#main .index .instaBox ul {
		width: auto;
		margin: 0 auto 20px;
		padding: 7px 22px 14px 24px;
		border: 1px dotted #979797;
	}
	
	#main .index .instaBox ul:before {
		margin: 0 0 -16px -7px;
		width: 14px;
		height: 16px;
		background: url(img/index/icon04.gif) no-repeat left bottom;
		background-size: 14px 16px;
	}
	
	#main .index .instaBox ul li {
		width: 48.5%;
		height: auto;
		padding: 0;
		margin: 9px 0 0;
	}
	
	#main .index .instaBox ul li:nth-child(2n) {
		float: right;
	}
	
	#main .index .instaBox ul li img {
		width: 100%;
	}
	
	#main .index .instaBox .linkBox a span {
		margin-bottom: 1px;
		font-size:16px;
		letter-spacing: 1px;
	}
	
	#main .index .instaBox .linkBox a img {
		width: 47px;
	}
	
	#main .index .instaBox .linkBox a:hover {
		color: #5c4312;
	}

	#main .index .instaBox .linkBox a:hover .out {
		display: inline-block;
	}
	
	#main .index .instaBox .linkBox .over,
	#main .index .instaBox .linkBox a:hover .over {
		display: none;
	}
	
	#main .index .mapBox {
		padding: 40px 0;
	}
	
	#main .index .mapBox .headLine01 {
		margin-bottom: 33px;
		text-shadow: 1px 1px 1px #FFF,-1px -1px 1px #FFF,-1px 1px 1px #FFF,1px -1px 1px #FFF;
	}
	
	#main .index .mapBox p {
		margin-bottom: 20px;
		font-size: 13px;
		text-shadow: 0.5px 0.5px 0.5px #FFF,-0.5px -0.5px 0.5px #FFF,-0.5px 0.5px 0.5px #FFF,0.5px -0.5px 0.5px #FFF;
	}
	
	#main .index .mapBox .linkBox {
		margin-bottom: 7px;
	}
	
	#main .index .mapBox .linkBox a {
		font-size: 11px;
		text-shadow: none;
	}
	
	#main .index .mapBox .text {
		margin-bottom: -2px;
	}
		
	#main .index .mapBox .photo img {
		width: 36%;
		margin: 0 auto;
	}
	
	#main .index .bgBox {
		min-height: 700px;
		background: url(img/index/bg.jpg) no-repeat center bottom;
		background-size: cover;
	}
	
	#main .index .copyright {
		bottom: 6px;
		font-size: 10px;
	}
	
}

/*------------------------------------------------------------
	sitemap
------------------------------------------------------------*/
#main .sitemap {
	padding-bottom: 336px;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .sitemap .mainVisual {
	background: url(img/sitemap/main_visual.jpg) center center;
	background-size: cover;
}

#main .sitemap .siteUl {
	margin: 0 auto;
	width: 845px;
}

#main .sitemap .siteUl li {
	font-size: 17px;
	color: #4b4a47;
}

#main .sitemap .siteUl li a {
	margin-left: -1px;
	color: #4b4a47;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .sitemap .siteUl li a:hover {
	color: #c89b20;
}

#main .sitemap .siteUl > li {
	margin-bottom: 33px;
}

#main .sitemap .siteUl > li:nth-child(3) {
	margin-bottom: 35px;
}

#main .sitemap .siteUl > li > ul {
	margin: 5px 0 0 16px;
}

#main .sitemap .siteUl > li:nth-child(4) > ul {
	margin-top: 4px;
}

#main .sitemap .siteUl > li:nth-child(5) > ul {
	margin: 7px 0 0 23px;
}

#main .sitemap .siteUl > li:nth-child(5) > ul > li {
	margin-right: 60px;
	float: left;
	letter-spacing: 1.5px;
	font-weight: bold;
}

#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(3),
#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(4) {
	margin: 0 0 31px 11px;
}

#main .sitemap .siteUl > li:nth-child(5) > ul > li:last-child {
	margin-bottom: 0;
}

#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(2) ul {
	margin-left: 17px;
}

#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(3) ul,
#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(4) ul {
	margin-left: 10px;
}

#main .sitemap .siteUl > li:nth-child(5) > ul li ul {
	margin-top: 4px;
}

#main .sitemap .siteUl > li:nth-child(5) > ul li li {
	margin: 0 0 4px 12px;
	font-weight: normal;
}

#main .sitemap .siteUl > li:nth-child(5) > ul li li:last-child {
	margin-bottom: 3px;
}

#main .sitemap .siteUl > li li {
	margin-bottom: 4px;
}

#main .sitemap .siteUl > li li a {
	margin-left: 0.5px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .sitemap {
		padding-bottom: 2px;
	}
	
	#main .sitemap .mainVisual {
		background: url(img/sitemap/sp_main_visual.jpg) center center;
		background-size: cover;
	}
		
	#main .sitemap .siteUl {
		margin: 0 44px;
		width: auto;
	}
	
	#main .sitemap .siteUl li {
		font-size: 14px;
	}
	
	#main .sitemap .siteUl li a {
		margin-left: 0;
	}
	
	#main .sitemap .siteUl li a:hover {
		color: #4b4a47;
	}
	
	#main .sitemap .siteUl > li {
		margin-bottom: 23px;
	}
	
	#main .sitemap .siteUl > li:nth-child(3) {
		margin-bottom: 23px;
	}
	
	#main .sitemap .siteUl > li > ul {
		margin: 3px 0 0 11px;
	}
	
	#main .sitemap .siteUl > li li {
		letter-spacing: -0.1px;
	}
	
	#main .sitemap .siteUl > li li a {
		margin-left: 0.5px;
	}
	
	#main .sitemap .siteUl > li:nth-child(4) > ul {
		margin-top: 2px;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul {
		margin: 3px 0 0 16px;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul > li {
		margin: 0 60px 15px 0;
		float: none;
		font-weight: normal;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(3),
	#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(4) {
		margin: 0 0 30px;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul > li:last-child {
		margin-bottom: 0;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(2) ul {
		margin-left: 0px;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(3) ul,
	#main .sitemap .siteUl > li:nth-child(5) > ul > li:nth-child(4) ul {
		margin-left: 0;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul li ul {
		margin-top: 3px;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul li li {
		margin: 0 0 3px 8px;
		letter-spacing: 0.9px;
	}
	
	#main .sitemap .siteUl > li:nth-child(5) > ul li li:last-child {
		margin-bottom: 3px;
	}
	
	#main .sitemap .siteUl > li li {
		margin-bottom: 3px;
	}
}

/*------------------------------------------------------------
	sightseeing
------------------------------------------------------------*/
#main .sightseeing {
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .sightseeing .mainVisual {
	background: url(img/sightseeing/main_visual.jpg) center center;
	background-size: cover;
}

#main .sightseeing .headLine01 {
	margin-bottom: 44px;
}

#main .sightseeing .linkBox01 {
	position: relative;
}

#main .sightseeing .linkBox01 ul {
	margin-right: -493px;
	position: absolute;
	right: 50%;
	top: -2px;
	text-align: right;
}

#main .sightseeing .linkBox01 ul li {
	margin-bottom: 4px;
}

#main .sightseeing .linkBox01 ul li a {
	font-size: 17px;
	color: #b18422;
	letter-spacing: 2.5px;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .sightseeing .linkBox01 ul li a:hover {
	color: #d15112;
}

#main .sightseeing .naviBox {
	margin-bottom: 43px;
	position: relative;
}

#main .sightseeing .linkNavi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

#main .sightseeing .linkNavi.fix {
	position: fixed;
	z-index: 20;
	background-color: #FCFCFB;
}

#main .sightseeing .linkNavi li {
	display: inline-block;
	color: #c48f1d;
}

#main .sightseeing .linkNavi li a {
	padding: 0 24px 0 20px;
	color: #c48f1d;
	font-size: 17px;
	letter-spacing: 1px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .sightseeing .linkNavi li a:hover {
	color: #d15112;
}

#main .sightseeing .subBox {
	width: 994px;
	margin: 0 auto;
}

#main .sightseeing h3 {
	margin-bottom: 2px;
	padding: 54px 0;
	font-size: 22.75px;
	text-align: center;
	font-weight: normal;
	color: #675839;
	letter-spacing: 3.5px;
	background: url(img/sightseeing/bg.png) repeat left top;
	text-shadow: 0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF;
}

#main .sightseeing .photoBox {
	margin-bottom: 70px;
}

#main .sightseeing .photoBox img {
	margin-bottom: 25px;
}

#main .sightseeing p {
	font-size: 15px;
	line-height: 1.38;
	text-align: center;
}
#main .sightseeing .ggg {
	background-color:red;
}


#main .sightseeing p span {
	margin-bottom: 14px;
	display: block;
	font-size: 20px;
	color: #6e695f;
	font-weight: bold;
}

#main .sightseeing p a {
	margin-top: 9px;
	display: inline-block;
	color: #c48f1d;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .sightseeing p a:hover {
	color: #d15112;
}

#main .sightseeing .photoList {
	margin: -57px 0 39px;
	padding-bottom: 74px;
	border-bottom: 2px dotted #B4B5B4;
}

#main .sightseeing .photoList01 {
	padding-bottom: 45px;
}

#main .sightseeing .photoList02 {
	margin: -24px 0 50px;
	padding-bottom: 48px;
}

#main .sightseeing .photoList03 {
	padding-bottom: 33px;
}

#main .sightseeing .photoList04 {
	margin-bottom: 0;
	padding-bottom: 40px;
	border-bottom: none;
}

#main .sightseeing .photoList li {
	width: 329px;
	margin: 57px 3px 0 0;
	float: left;
}

#main .sightseeing .photoList02 li {
	margin-top: 24px;
}

#main .sightseeing .photoList li:nth-child(3n) {
	margin-right: 0;
}

#main .sightseeing .photoList li .photo {
	margin-bottom: 26px;
}

#main .sightseeing .photoList li .photo img {
	width: 329px;
}

#main .sightseeing .photoList li p {
	margin-bottom: 19px;
}

#main .sightseeing .photoList li .text a {
	margin-top: 0;
}

#main .sightseeing .photoList li p span {
	margin-bottom: 24px;
}

#main .sightseeing .photoList li p a[href^="tel:"] {
	margin-top: 0;
	color: #837760;
	text-decoration: none;
}

#main .sightseeing .photoList04 li:nth-child(6) {
	margin-right: 0;
}

#main .sightseeing .linkBox02 {
	position: relative;
}

#main .sightseeing .linkBox02 ul {
	position: absolute;
	right: 45px;
	top: 42px;
}

#main .sightseeing .linkBox02 ul li {
	margin-bottom: 10px;
}

#main .sightseeing .linkBox02 ul li a {
	font-size: 17.5px;
	color: #b18422;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
	letter-spacing: 2px;
	text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}

#main .sightseeing .linkBox02 ul li a:hover {
	color: #d15112;
}

#main .sightseeing .imgBox {
	margin: 0 7px 63px 0;
}

#main .sightseeing .imgBox .mapBox {
	margin-top: -30px;
	float: right;
	position: relative;
	z-index: 10;
}

#main .sightseeing .imgBox .textBox {
	width: 329px;
	float: left;
}

#main .sightseeing .imgBox .textBox .photo {
	margin-bottom: 25px;
}

#main .sightseeing .imgBox .textBox .photo img {
	width: 329px;
}

#main .sightseeing .imgBox .textBox p span {
	margin-bottom: 23px;
}

#main .sightseeing .imgBox .textBox p a {
    margin-top: 19px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .sightseeing .mainVisual {
		margin-bottom: 27px;
	}
	
	#main .sightseeing .mainVisual {
		background: url(img/sightseeing/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .sightseeing .linkBox01 ul {
		margin: 0 0 26px;
		position: static;
		right: auto;
		top: auto;
		text-align: center;
	}
	
	#main .sightseeing .linkBox01 ul li {
		margin-bottom: 0;
		line-height: 1.1;
	}
	
	#main .sightseeing .linkBox01 ul li a {
		font-size: 13px;
		letter-spacing: 1px;
	}
	
	#main .sightseeing .linkBox01 ul li a:hover {
		color: #b18422;
	}
	
	#main .sightseeing .headLine01 {
		margin-bottom: 15px;
	}
	
	#main .sightseeing .naviBox {
		margin-bottom: 19px;
	}
		
	#main .sightseeing .linkNavi li {
		font-size: 13px;
	}
	
	#main .sightseeing .linkNavi li a {
		padding: 0 10px 0 6px;
		font-size: 13px;
	}
	
	#main .sightseeing .linkNavi li a:hover {
		color: #c48f1d;
	}
	
	#main .sightseeing .subBox {
		width: auto;
	}
	
	#main .sightseeing h3 {
		margin-bottom: 1px;
		padding: 27px 0;
		font-size: 16px;
		background: url(img/sightseeing/bg.png) repeat left top;
		background-size: 2px 2px;
		letter-spacing: 2px;
		text-shadow: 0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
	}
	
	#main .sightseeing .photoBox {
		margin-bottom: 28px;
	}
	
	#main .sightseeing .photoBox img {
		width: 100%;
		margin-bottom: 14px;
	}
	
	#main .sightseeing p {
		font-size: 13px;
	}
	
	#main .sightseeing p span {
		margin-bottom: 7px;
		font-size: 13px;
		font-weight: normal;
	}
	
	#main .sightseeing p a {
		margin-top: 5px;
	}
	
	#main .sightseeing p a:hover {
		color: #c48f1d;
	}
	
	#main .sightseeing .photoList {
		margin: -2px 8px 20px;
		padding-bottom: 20px;
		border-bottom: 2px dotted #B4B5B4;
	}
	
	#main .sightseeing .photoList li {
		width: auto;
		margin: 30px 0 0 0;
		float: none;
	}
	
	#main .sightseeing .photoList li .photo {
		margin-bottom: 19px;
	}
	
	#main .sightseeing .photoList li .photo img {
		width: 100%;
	}
	
	#main .sightseeing .photoList li p {
		margin-bottom: 10px;
		letter-spacing: 0.5px;
	}
	
	#main .sightseeing .photoList li p span {
		margin-bottom: 14px;
	}
	
	#main .sightseeing .linkBox02 ul {
		margin: 15px 0 22px;
		position: static;
		right: auto;
		top: auto;
		text-align: center;
	}
	
	#main .sightseeing .linkBox02 ul li {
		margin-bottom: 0;
		line-height: 1.2;
	}
	
	#main .sightseeing .linkBox02 ul li a {
		font-size: 13px;
		text-shadow: 0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
	}
	
	#main .sightseeing .linkBox02 ul li a:hover {
		color: #b18422;
	}
	
	#main .sightseeing .imgBox {
		margin: 0 8px 30px;
	}
	
	#main .sightseeing .imgBox .mapBox {
		margin: 0 0 52px;
		float: none;
	}
	
	#main .sightseeing .imgBox .mapBox img {
		width: 94%;
		margin: 0 auto;
	}
	
	#main .sightseeing .imgBox .textBox {
		width: auto;
		float: none;
	}
	
	#main .sightseeing .imgBox .textBox .photo {
		margin-bottom: 20px;
	}
	
	#main .sightseeing .imgBox .textBox .photo img {
		width: 100%;
	}
	
	#main .sightseeing .imgBox .textBox p span {
		margin-bottom: 13px;
	}
	
	#main .sightseeing .imgBox .textBox p a {
		margin-top: 10px;
	}
	
	#main .sightseeing .photoList04 {
		margin-bottom: 0;
		padding-bottom: 20px;
		border-bottom: none;
		background: url(img/common/line01.gif) repeat-x left bottom;
	}
}

@media all and (min-width: 0) and (max-width: 330px) {
	#main .sightseeing .linkNavi li a {
		padding: 0 7px 0 5px;
	}
}

/*------------------------------------------------------------
	link.html
------------------------------------------------------------*/
#main .link {
	padding-bottom: 140px;
	background: url(img/common/line01.gif) repeat-x center bottom;
}

#main .link .mainVisual {
	background: url(img/link/main_visual.jpg) center center;
	background-size: cover;
}

#main .link h2 {
	margin-bottom: 52px;
}

#main .link h3 {
	margin-bottom: 24px;
	color: #d5a53f;
	font-size: 22.75px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
}

#main .link .linkUl {
	margin: 0 auto 78px;
	width: 823px;
}

#main .link .linkUl li {
	margin-right: 29px;
	width: 255px;
	float: left;
	position: relative;
}

#main .link .linkUl li:before {
	background: url(img/link/link_ul_bg.png) repeat;
	background-size: 4px 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	right: -2px;
  
	content: ""; 
}

#main .link .linkUl li > a {
	display: block;
	background-color: #665B3F;
	box-shadow: 2px 2px 0 #C05833;
}

#main .link .linkUl li > a span {
	color: #fff9e6;
	padding: 34px 0 30px;
	display: block;
	font-size: 17.76px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}

#main .link .linkUl li:last-child {
	margin-right: 0;
}

#main .link .linkUl li > a:hover {
	background-color: #987433;
}

#main .link .linkUl li p {
	padding: 13px 0 9px;
	color: #c6a96a;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	position: relative;
	z-index: 1px;
}

#main .link .linkUl li p a {
	color: #c6a96a;
	text-decoration: underline;
}

#main .link .linkUl li p a:hover {
	color: #df6717;
}

#main .link .linkList {
	margin: 0 auto;
	width: 798px;
}

#main .link .linkList li {
	padding: 25px 0 13px;
	width: 47%;
	float: left;
	box-sizing: border-box;
	background: url(img/link/line.gif) repeat-x left bottom;
}

#main .link .linkList li:nth-child(2n-1) {
	padding-right: 50px;
	width: 53%;
}

#main .link .linkList li p {
	margin-left: 15px;
	font-size: 14px;
}

#main .link .linkList li .ttl {
	margin: 0 0 17px 14px;
	color: #7b5408;
	font-size: 18px;
	font-weight: bold;
}

#main .link .linkList li p a {
	color: #dea942;
	text-decoration: underline;
}

#main .link .linkList li p a:hover {
	color: #df6717;
}

#main .link .linkList li .txtLink {
	margin-top: 5px;
	margin-bottom: 30px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .link {
		padding-bottom: 25px;
	}
	
	#main .link .mainVisual {
		background: url(img/link/sp_main_visual.jpg) center center;
		background-size: cover;
	}
	
	#main .link h2 {
		margin-bottom: 20px;
	}

	#main .link h3 {
		margin-bottom: 17px;
		font-size: 16px;
		letter-spacing: 2.5px;
	}
	
	#main .link .linkUl {
		margin: 0 33px 94px;
		width: auto;
	}
	
	#main .link .linkUl li {
		margin: 0 0 25px;
		width: auto;
		float: none;
	}
	
	#main .link .linkUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .link .linkUl li:before {
		background-size: 2px 2px;
		left: 0;
		right: 0;
	}
	
	#main .link .linkUl li > a {
		padding: 16px 0 15px;
		box-shadow: 0 2px 0 #C05833;
	}
	
	#main .link .linkUl li > a:hover {
		background-color: #665B3F;
	}
	
	#main .link .linkUl li > a span {
		font-size: 13px;
		font-weight: normal;
	}
	
	#main .link .linkUl li p {
		padding: 6px 0;
		font-size: 13px;
	}

	#main .link .linkUl li p a:hover {
		color: #c6a96a;
	}
	
	#main .link .linkList {
		margin: 0 40px;
		width: auto;
	}
	
	#main .link .linkList li {
		width: auto !important;
		padding: 0 0 30px !important;
		float: none;
		background: none;
	}
	
	#main .link .linkList li p {
		margin-left: 0;
		font-size: 13px;
	}
	
	#main .link .linkList li .ttl {
		margin: 0 0 10px;
		font-size: 13px;
	}
	
	#main .link .linkList li p a:hover {
		color: #dea942;
	}
}

/*------------------------------------------------------------
	hoel
------------------------------------------------------------*/
#main .hotel .mainVisual {
	background: url(img/hotel/main_visual.jpg) center center;
	background-size: cover;
}

#main .hotel h2 {
	margin: 0 0 77px 5px;
}

#main .hotel h3 {
	width: 135px;
	margin: 0 auto 113px;
	position: relative;
	color: #d5a53f;
	font-size: 23px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 3px;
}

#main .hotel h3 span {
	margin: 0 0 -4px 14px;
	display: block;
	font-size: 10px;
	text-align: left;
	letter-spacing: 2px;
}

#main .hotel h3:before {
	width: 148px;
	height: 134px;
	background: url(img/hotel/img01.png) no-repeat left top;
	position: absolute;
	top: -30px;
	right: -202px;
  
	content: ""; 
}

#main .hotel .innerBox {
	padding-bottom: 86px;
	margin-bottom: 92px;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .hotel .imgList {
	width: 988px;
	margin: -77px auto 0;
	padding-left: 6px;
	box-sizing: border-box;
}

#main .hotel .imgList li {
	width: 311px;
	margin: 77px 20px 0 0;
	display: inline-block;
	text-align: left;
}

#main .hotel .imgList li:nth-child(3n) {
	margin-right: 0;
}

#main .hotel .imgList li a {
	display: block;
}

#main .hotel .imgList li a img {
	margin-bottom: 10px;
	position: relative;
}

#main .hotel .imgList li a:hover .ttl {
	color: #cd9635;
}

#main .hotel .imgList li a .photo {
	position: relative;
	box-sizing: border-box;
}

#main .hotel .imgList li a .photo:before {
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: 6px;
	border: 4px solid transparent;
	position: absolute;
  
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main .hotel .imgList li a:hover .photo:before {
	border-color: #DFAF7F;
}

#main .hotel .imgList li .ttl {
	margin: 0 0 18px 15px;
	text-align: center;
	color: #6e695f;
	font-size: 17px;
}

#main .hotel .imgList li .ttl span {
	font-size: 22px;
	font-weight: bold;
}

#main .hotel .imgList li .text {
	margin: 0 0 20px 15px;
	color: #837760;
	font-size: 15px;
	line-height: 1.35;
}

#main .hotel .imgList li .text01 {
	margin: 0 0 40px 15px;
}

#main .hotel .imgList li .text span {
	margin-bottom: 3px;
	color: #ac471f;
	font-size: 16px;
	display: block;
	font-weight: bold;
}

#main .hotel .imgList li .text02 span {
	margin-bottom: 22px;
}

#main .hotel .imgList li .text:last-child {
	margin-bottom: 0;
}

#main .hotel .innerBox01 h3 {
	margin-bottom: 122px;
}

#main .hotel .innerBox:last-child {
	margin-bottom: 0;
}

#main .hotel .innerBox01 h3:before {
	background: url(img/hotel/img02.png) no-repeat left top;
}

#main .hotel .innerBox02 h3:before {
	background: url(img/hotel/img03.png) no-repeat left top;
}

#main .hotel .innerBox03 h3:before {
	background: url(img/hotel/img04.png) no-repeat left top;
}

#main .hotel .innerBox02 .imgList {
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .hotel .mainVisual {
		background: url(img/hotel/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .hotel h2 {
		margin: 0 0 34px 2px;
	}

	#main .hotel h3 {
		width: 94px;
		margin: 0 auto 62px;
		font-size: 16px;
		letter-spacing: 2.5px;
	}
	
	#main .hotel h3 span {
		margin: 0 0 -5px 10px;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	#main .hotel h3:before {
		width: 73px;
		height: 67px;
		background: url(img/hotel/img01.png) no-repeat left top;
		background-size: 73px 67px;
		position: absolute;
		top: -12px;
		right: -88px;
	  
		content: "";
		z-index: 1;
	}
	
	#main .hotel .innerBox01 h3:before {
		background: url(img/hotel/img02.png) no-repeat left top;
		background-size: 73px 67px;
	}
	
	#main .hotel .innerBox02 h3:before {
		background: url(img/hotel/img03.png) no-repeat left top;
		background-size: 73px 67px;
	}
	
	#main .hotel .innerBox03 h3:before {
		background: url(img/hotel/img04.png) no-repeat left top;
		background-size: 73px 67px;
	}
	
	#main .hotel .innerBox {
		padding-bottom: 32px;
		margin-bottom: 53px;
	}
	
	#main .hotel .imgList {
		width: auto;
		margin: -37px 11px 0;
		padding-left: 0;
	}
	
	#main .hotel .imgList li {
		width: 47.5%;
		margin: 37px 2.2% 0 0;
		vertical-align: text-bottom;
	}
	
	#main .hotel .imgList li:nth-child(2n) {
		margin-right: 0;
	}
	
	#main .hotel .imgList li:nth-child(3n) {
		margin-right: 2.2%;
	}
	
	#main .hotel .imgList li a img {
		width: 100%;
		margin-bottom: 9px;
	}
	
	#main .hotel .imgList li a:hover .photo:before {
		border: none;
	}
	
	#main .hotel .imgList li a:hover .ttl {
		color: #6e695f;
	}
		
	#main .hotel .imgList li .ttl {
		margin: 0 0 10px 7px;
		font-size: 13px;
	}
	
	#main .hotel .imgList li .ttl span {
		font-size: 16px;
	}
	
	#main .hotel .imgList li .text {
		margin: 0 0 12px;
		font-size: 13px;
		line-height: 1.25;
		text-align: center;
	}
	
	#main .hotel .imgList li .text01 {
		margin: 0 0 20px;
	}
	
	#main .hotel .imgList li .text span {
		margin-bottom: 2px;
		font-size: 14px;
	}
	
	#main .hotel .imgList li .text02 span {
		margin-bottom: 22px;
	}
	
	#main .hotel .imgList li .text:last-child {
		margin-bottom: 0;
	}
	
	#main .hotel .innerBox01 h3 {
		margin-bottom: 60px;
	}
	
	#main .hotel .innerBox:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	hotel01
------------------------------------------------------------*/
#main .hotel01 {
	padding-bottom: 100px;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .hotel01 .mainVisual {
	background: url(img/hotel01/main_visual.jpg) center center;
	background-size: cover;
}

#main .hotel01 #pagePath {
	margin: 0 auto 36px;
}

#main .hotel01 .headLine01 {
	margin-bottom: 18px;
	line-height: 1.3;
}

#main .hotel01 .headLine01 span {
	display: inline-block;
	text-align: left;
	color: #d5a53f;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.2;
}

#main .hotel01 .headLine01 span span {
	font-size: 8px;
}

#main .hotel01 p {
	margin: 0 0 31px 4px;
	font-size: 17px;
	color: #4b4a47;
	line-height: 1.75;
}

#main .hotel01 p span {
	display: block;
	font-weight: bold;
}

#main .hotel01 .topText {
	margin-bottom: 42px;
	text-align: center;
	font-size: 19px;
	letter-spacing: 3px;
}

#main .hotel01 .subBox {
	width: 550px;
	margin: 0 auto;
}

#main .hotel01 .photoBox01 {
	padding-bottom: 5px;
	position: relative;
	border-bottom: 2px dotted #C1C1C1;
}

#main .hotel01 .photoBox01 .photo01 {
	position: absolute;
	right: -222px;
	top: 138px;
}

#main .hotel01 .photoBox01 .photo {
	margin-bottom: 23px;
}

#main .hotel01 .photoBox01 p {
	margin: 0 12px 30px;
}

#main .hotel01 .mapBox {
	margin: 39px 17px 24px;
}

#main .hotel01 .mapBox .photo {
	float: left;
}

#main .hotel01 .mapBox .textBox {
	width: 332px;
	float: right;
}

#main .hotel01 .mapBox .textBox p {
	margin: 0 0 20px;
	font-size: 15px;
	color: #837760;
	line-height: 1.37;
}

#main .hotel01 .mapBox .textBox p span {
	margin-bottom: 2px;
	color: #ac471f;
	font-size: 16px;
}

#main .hotel01 .mapBox .textBox .title {
	margin: 0 0 38px 3px;
	font-size: 22px;
	color: #211805;
	letter-spacing: 3px;
}

#main .hotel01 .photoBox02 {
	margin-bottom: 16px;
}

#main .hotel01 .photoBox02 p {
	margin: 3px 0 0 5px;
	font-size: 13px;
	color: #868173;
	line-height: 1.15;
}

#main .hotel01 .text01 {
	margin-bottom: 24px;
}

#main .hotel01 .text02 {
	margin-bottom: 21px;
}

#main .hotel01 .photoList {
	margin: 0 22px 18px 11px;
}

#main .hotel01 .photoList li {
	width: 255px;
	float: left;
}

#main .hotel01 .photoList li:last-child {
	float: right;
}

#main .hotel01 .photoList p {
	margin: 9px 0 0 2px;
	font-size: 13px;
	color: #868173;
	line-height: 1.15;
}

#main .hotel01 .photoList01 {
	margin: 0 0 20px;
}

#main .hotel01 .photoList01 li,
#main .hotel01 .photoList01 li:last-child {
	margin: 0 auto;
	float: none;
}

#main .hotel01 .photoList .text03 {
	margin-bottom: 18px;
}

#main .hotel01 .text04 {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .hotel01 {
		padding-bottom: 25px;
	}
	
	#main .hotel01 .mainVisual {
		background: url(img/hotel01/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .hotel01 .mainVisual {
		margin-bottom: 31px;
	}
	
	#main .hotel01 .headLine01 {
		margin-bottom: 0;
		line-height: 1.38;
	}

	#main .hotel01 .headLine01 span {
		font-size: 13px;
		line-height: 1;
	}
	
	#main .hotel01 .headLine01 span span {
		margin-left: 10px;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	#main .hotel01 p {
		margin: 0 0 16px;
		font-size: 13px;
	}
	
	#main .hotel01 .topText {
		margin-bottom: 19px;
		font-size: 13px;
		letter-spacing: 2px;
	}
	
	#main .hotel01 .subBox {
		width: auto;
		margin: 0 38px 0 37px;
	}
	
	#main .hotel01 .photoBox01 {
		padding-bottom: 0;
		border-bottom: 1px dotted #C1C1C1;
	}
	
	#main .hotel01 .photoBox01 .photo01 {
		display: none;
	}
	
	#main .hotel01 .photoBox01 p {
		margin: 0 6px 21px;
	}
	
	#main .hotel01 .photoBox01 .photo {
		margin-bottom: 25px;
	}
	
	#main .hotel01 .photoBox01 .photo img {
		width: 100%;
	}
	
	#main .hotel01 .mapBox {
		margin: 19px 9px 9px;
	}
	
	#main .hotel01 .mapBox .photo {
		width: 28.8%;
	}
	
	#main .hotel01 .mapBox .photo img {
		width: 100%;
	}
	
	#main .hotel01 .mapBox .textBox {
		width: 64.5%;
	}
	
	#main .hotel01 .mapBox .textBox p {
		margin: 0 0 10px;
		font-size: 13px;
		line-height: 1.5;
	}
	
	#main .hotel01 .mapBox .textBox p span {
		margin-bottom: 2px;
		font-size: 14px;
	}
	
	#main .hotel01 .mapBox .textBox .title {
		margin: 0 0 18px;
		font-size: 16px;
		letter-spacing: 3px;
	}
	
	#main .hotel01 .photoBox02 .photo img {
		width: 100%;
	}
	
	#main .hotel01 .photoBox02 p {
		margin: 2px 0 0 3px;
		font-size: 12px;
	}
	
	#main .hotel01 .photoBox02 {
		margin-bottom: 6px;
	}
	
	#main .hotel01 .photoList {
		margin: 0 13px 10px 3px;
	}
	
	#main .hotel01 .photoList li {
		width: 49.2%;
	}
	
	#main .hotel01 .photoList li .photo img {
		width: 100%;
	}
	
	#main .hotel01 .text01 {
		margin-bottom: 9px;
	}
	
	#main .hotel01 .photoList p {
		margin: 5px 0 0 1px;
		font-size: 12px;
		line-height: 1;
	}
	
	#main .hotel01 .text02 {
		margin-bottom: 16px;
	}
	
	#main .hotel01 .photoList01 {
		margin: 0 0 24px;
	}
	
	#main .hotel01 .photoList01 li {
		width: 46%;
	}
	
	#main .hotel01 .photoList .text03 {
		margin-bottom: 4px;
	}

}



/*------------------------------------------------------------
	sightseeing_sub
------------------------------------------------------------*/
#main .sightseeing_sub {
	padding-bottom: 100px;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .sightseeing_sub .mainVisual2 {
	background: url(img/sightseeing/main_visual2.jpg) center center;
	background-size: cover;
}
#main .sightseeing_sub .mainVisual3 {
	background: url(img/sightseeing/main_visual3.jpg) center center;
	background-size: cover;
}
#main .sightseeing_sub .mainVisual4 {
	background: url(img/sightseeing/main_visual4.jpg) center center;
	background-size: cover;
}
#main .sightseeing_sub .mainVisual5 {
	background: url(img/sightseeing/main_visual5.jpg) center center;
	background-size: cover;
}
#main .sightseeing_sub .mainVisual6 {
	background: url(img/sightseeing/main_visual6.jpg) center center;
	background-size: cover;
}
#main .sightseeing_sub .mainVisual7 {
	background: url(img/sightseeing/main_visual7.jpg) center center;
	background-size: cover;
}


#main .sightseeing_sub #pagePath {
	margin: 0 auto 36px;
}

#main .sightseeing_sub .headLine01 {
	margin-bottom: 18px;
	line-height: 1.3;
}

#main .sightseeing_sub .headLine01 span {
	display: inline-block;
	text-align: left;
	color: #d5a53f;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 1.2;
}

#main .sightseeing_sub .headLine01 span span {
	font-size: 8px;
}

#main .sightseeing_sub p {
	margin: 0 0 31px 4px;
	font-size: 17px;
	color: #4b4a47;
	line-height: 1.75;
}

#main .sightseeing_sub p span {
	display: block;
	font-weight: bold;
}

#main .sightseeing_sub .topText {
	margin-bottom: 42px;
	text-align: center;
	font-size: 19px;
	letter-spacing: 3px;
}

#main .sightseeing_sub .subBox {
	width: 550px;
	margin: 0 auto;
}

#main .sightseeing_sub .photoBox01 {
	padding-bottom: 5px;
	position: relative;
	border-bottom: 2px dotted #C1C1C1;
}

#main .sightseeing_sub .photoBox01 .photo01 {
	position: absolute;
	right: -222px;
	top: 138px;
}

#main .sightseeing_sub .photoBox01 .photo {
	margin-bottom: 23px;
}

#main .sightseeing_sub .photoBox01 p {
	margin: 0 12px 30px;
}

#main .sightseeing_sub .mapBox {
	margin: 39px 17px 24px;
}

#main .sightseeing_sub .mapBox .photo {
	float: left;
}

#main .sightseeing_sub .mapBox .textBox {
	width: 332px;
	float: right;
}

#main .sightseeing_sub .mapBox .textBox p {
	margin: 0 0 20px;
	font-size: 15px;
	color: #837760;
	line-height: 1.37;
}

#main .sightseeing_sub .mapBox .textBox p span {
	margin-bottom: 2px;
	color: #ac471f;
	font-size: 16px;
}

#main .sightseeing_sub .mapBox .textBox .title {
	margin: 0 0 38px 3px;
	font-size: 22px;
	color: #211805;
	letter-spacing: 3px;
}

#main .sightseeing_sub .photoBox02 {
	margin-bottom: 16px;
}

#main .sightseeing_sub .photoBox02 p {
	margin: 3px 0 0 5px;
	font-size: 13px;
	color: #868173;
	line-height: 1.15;
}

#main .sightseeing_sub .text01 {
	margin-bottom: 24px;
}

#main .sightseeing_sub .text02 {
	margin-bottom: 21px;
}

#main .sightseeing_sub .photoList {
	margin: 0 22px 18px 11px;
}

#main .sightseeing_sub .photoList li {
	width: 255px;
	float: left;
}

#main .sightseeing_sub .photoList li:last-child {
	float: right;
}

#main .sightseeing_sub .photoList p {
	margin: 9px 0 0 2px;
	font-size: 13px;
	color: #868173;
	line-height: 1.15;
}

#main .sightseeing_sub .photoList01 {
	margin: 0 0 20px;
}

#main .sightseeing_sub .photoList01 li,
#main .sightseeing_sub .photoList01 li:last-child {
	margin: 0 auto;
	float: none;
}

#main .sightseeing_sub .photoList .text03 {
	margin-bottom: 18px;
}

#main .sightseeing_sub .text04 {
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .sightseeing_sub {
		padding-bottom: 25px;
	}
	
	#main .sightseeing_sub .mainVisual {
		background: url(img/sightseeing/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .sightseeing_sub .mainVisual {
		margin-bottom: 31px;
	}


	#main .sightseeing_sub .mainVisual2 {
		background: url(img/sightseeing/sp_main_visual2.jpg) center center;
		background-size: cover;
	}
	#main .sightseeing_sub .mainVisual2 {
		margin-bottom: 31px;
	}

	#main .sightseeing_sub .mainVisual3 {
		background: url(img/sightseeing/sp_main_visual3.jpg) center center;
		background-size: cover;
	}
	#main .sightseeing_sub .mainVisual3 {
		margin-bottom: 31px;
	}


	#main .sightseeing_sub .mainVisual4 {
		background: url(img/sightseeing/sp_main_visual4.jpg) center center;
		background-size: cover;
	}
	#main .sightseeing_sub .mainVisual4 {
		margin-bottom: 31px;
	}
	#main .sightseeing_sub .mainVisual5 {
		background: url(img/sightseeing/sp_main_visual5.jpg) center center;
		background-size: cover;
	}
	#main .sightseeing_sub .mainVisual5 {
		margin-bottom: 31px;
	}
	#main .sightseeing_sub .mainVisual6 {
		background: url(img/sightseeing/sp_main_visual6.jpg) center center;
		background-size: cover;
	}
	#main .sightseeing_sub .mainVisual6 {
		margin-bottom: 31px;
	}
	#main .sightseeing_sub .mainVisual7 {
		background: url(img/sightseeing/sp_main_visual7.jpg) center center;
		background-size: cover;
	}
	#main .sightseeing_sub .mainVisual7 {
		margin-bottom: 31px;
	}


	#main .sightseeing_sub .headLine01 {
		margin-bottom: 0;
		line-height: 1.38;
	}

	#main .sightseeing_sub .headLine01 span {
		font-size: 13px;
		line-height: 1;
	}
	
	#main .sightseeing_sub .headLine01 span span {
		margin-left: 10px;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	#main .sightseeing_sub p {
		margin: 0 0 16px;
		font-size: 13px;
	}
	
	#main .sightseeing_sub .topText {
		margin-bottom: 19px;
		font-size: 13px;
		letter-spacing: 2px;
	}
	
	#main .sightseeing_sub .subBox {
		width: auto;
		margin: 0 38px 0 37px;
	}
	
	#main .sightseeing_sub .photoBox01 {
		padding-bottom: 0;
		border-bottom: 1px dotted #C1C1C1;
	}
	
	#main .sightseeing_sub .photoBox01 .photo01 {
		display: none;
	}
	
	#main .sightseeing_sub .photoBox01 p {
		margin: 0 6px 21px;
	}
	
	#main .sightseeing_sub .photoBox01 .photo {
		margin-bottom: 25px;
	}
	
	#main .sightseeing_sub .photoBox01 .photo img {
		width: 100%;
	}
	
	#main .sightseeing_sub .mapBox {
		margin: 19px 9px 9px;
	}
	
	#main .sightseeing_sub .mapBox .photo {
		width: 28.8%;
	}
	
	#main .sightseeing_sub .mapBox .photo img {
		width: 100%;
	}
	
	#main .sightseeing_sub .mapBox .textBox {
		width: 64.5%;
	}
	
	#main .sightseeing_sub .mapBox .textBox p {
		margin: 0 0 10px;
		font-size: 13px;
		line-height: 1.5;
	}
	
	#main .sightseeing_sub .mapBox .textBox p span {
		margin-bottom: 2px;
		font-size: 14px;
	}
	
	#main .sightseeing_sub .mapBox .textBox .title {
		margin: 0 0 18px;
		font-size: 16px;
		letter-spacing: 3px;
	}
	
	#main .sightseeing_sub .photoBox02 .photo img {
		width: 100%;
	}
	
	#main .sightseeing_sub .photoBox02 p {
		margin: 2px 0 0 3px;
		font-size: 12px;
	}
	
	#main .sightseeing_sub .photoBox02 {
		margin-bottom: 6px;
	}
	
	#main .sightseeing_sub .photoList {
		margin: 0 13px 10px 3px;
	}
	
	#main .sightseeing_sub .photoList li {
		width: 49.2%;
	}
	
	#main .sightseeing_sub .photoList li .photo img {
		width: 100%;
	}
	
	#main .sightseeing_sub .text01 {
		margin-bottom: 9px;
	}
	
	#main .sightseeing_sub .photoList p {
		margin: 5px 0 0 1px;
		font-size: 12px;
		line-height: 1;
	}
	
	#main .sightseeing_sub .text02 {
		margin-bottom: 16px;
	}
	
	#main .sightseeing_sub .photoList01 {
		margin: 0 0 24px;
	}
	
	#main .sightseeing_sub .photoList01 li {
		width: 46%;
	}
	
	#main .sightseeing_sub .photoList .text03 {
		margin-bottom: 4px;
	}

}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main .news {
	padding-bottom: 12px;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .news .mainVisual {
	background: url(img/news/main_visual.jpg) center center;
	background-size: cover;
}

#main .news .subBox {
	width: 982px;
	margin: 0 auto;
	padding-left: 9px;
	box-sizing: border-box;
}

#main .news .sideBar {
	width: 210px;
	padding: 25px 0 0 0;
	float: left;
	box-sizing: border-box;
}

#main .news .sideBar h3 {
	padding: 0 0 7px 12px;
	font-size: 17px;
	color: #a0813d;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .news .sideBar ul li a {
	color: #bb8e30;
}

#main .news .sideBar ul li a:hover {
	opacity: 0.7;
}

#main .news .sideBar .listUl01 {
	margin: 6px 23px 22px 7px;
}

#main .news .sideBar .listUl01 li {
	border-bottom: 1px solid #DDD;
}

#main .news .sideBar .listUl01 li:last-child {
	border-bottom: none;
}

#main .news .sideBar .listUl01 li a {
	padding: 14px 0 21px;
	display: block;
}

#main .news .sideBar .listUl01 .photo {
	width: 60px;
	float: left;
}

#main .news .sideBar .listUl01 .photo img {
	width: 100%;
}

#main .news .sideBar .listUl01 p {
	width: 111px;
	float: right;
	color: #71949A;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: -0.5px;
}

#main .news .sideBar .listUl01 p span {
	display: block;
	color: #34666D;
	font-weight: bold;
	font-size: 14px;
}

#main .news .sideBar .listUl02 {
	margin: 12px 0 40px 22px;
}

#main .news .sideBar .listUl02 li,
#main .news .sideBar .listUl03 li {
	margin-bottom: 3px;
}

#main .news .sideBar .listUl03 {
	margin: 15px 0 0 22px;
}

#main .news .conts {
	width: 742px;
	padding: 4px 0 72px 21px;
	float: right;
	background: url(img/common/line02.gif) repeat-y left top;
	box-sizing: border-box;
}

#main .news .conts .headLine01 {
    margin: 0 55px 54px 0;
}

#main .news .conts h3 {
	margin: 0 0 22px 3px;
	font-size: 22.75px;
	color: #ac471f;
	letter-spacing: 3px;
	line-height: 1.32;
}

#main .news .conts h3 span {
	margin-bottom: 9px;
	display: block;
	font-size: 14px;
	color: #ca982c;
	font-weight: normal;
}

#main .news .conts .linkBox {
	margin: 11px 0 93px;
	text-align: right;
	color: #bb8e30;
}

#main .news .conts .linkBox a {
	color: #bb8e30;
}

#main .news .conts .linkBox a:hover {
	opacity: 0.7;
}

#main .news .conts .pageList {
	text-align: center;
}

#main .news .conts .pageList li {
	margin: 0 10px;
	display: inline-block;
}

#main .news .conts .sec01 {
	padding: 0 0 20px 37px;
	border-bottom: 2px dotted #C7C7C7;
}

#main .news .conts .photo {
	margin-bottom: 20px;
}

#main .news .conts .photo01 {
	margin: 0 40px 40px 0;
	text-align: center;
}

#main .news .conts .photo02 {
	margin-bottom: 51px;
}

#main .news .conts p {
	margin: 0 0 27px 10px;
	font-size: 17px;
	color: #4a4635;
	line-height: 1.59;
}

#main .news .conts p img {
	max-width: 100%;
	height: auto;
}

#main .news .conts .aligncenter {
	margin: 0 auto;
	display: block;
}

#main .news .conts p span {
	display: block;
	color: #a71427;
	font-weight: bold;
}

#main .news .conts h4 {
	margin-left: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #a71427;
	line-height: 1.59;
}

#main .news .conts .text {
	margin-bottom: 41px;
	font-weight: bold;
}

#main .news .conts .text01 {
	margin: 0 0 6px 11px;
}

#main .news .conts .photo p {
	margin: 2px 0 0;
}

#main .news .conts .photo03 {
	margin-right: 67px;
	text-align: center;
}

#main .news .conts .photo03 p {
	margin: 13px 0 0 0;
	text-align: left;
}

#main .news .conts .wp-pagenavi {
	clear: both;
	font-size: 0;
	text-align: center;
}

#main .news .conts .wp-pagenavi a,
#main .news .conts .wp-pagenavi span {
	margin: 0 3px;
	font-size: 10px;
	padding: 3px 7px 2px;
	display: inline-block;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	background-color: #FFF;
	position: relative;
	zoom: 1;
}

#main .news .conts .wp-pagenavi a:hover,
#main .news .conts .wp-pagenavi span.current {
	color: #FFF;
	border: 1px solid #E8E8E8;
	text-decoration: none;
	background-color: #555;
}

#main .news .conts .wp-pagenavi .first,
#main .news .conts .wp-pagenavi .last,
#main .news .conts .wp-pagenavi .pages {
	display: none;
}

#main .news .conts .wp-pagenavi .extend{
	border: none;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .news {
		padding-bottom: 35px;
	}
	
	#main .news .mainVisual {
		background: url(img/news/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .news .subBox {
		width: auto;
		padding-left: 0;
	}

	#main .news .sideBar {
		display: none;
	}

	#main .news .conts {
		width: auto;
		padding: 2px 10px;
		float: none;
		background: none;
	}

	#main .news .conts .headLine01 {
		margin: 0 0 24px;
	}

	#main .news .conts h3 {
		margin: 0 0 16px 5px;
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 1.2;
	}

	#main .news .conts h3 span {
		margin-bottom: 3px;
		font-size: 13px;
	}

	#main .news .conts .linkBox {
		margin: 9px 2px 39px;
		font-size: 13px;
	}

	#main .news .conts .sec01 {
		padding: 0 13px 13px 8px;
		border-bottom: 1px dotted #C7C7C7;
	}
	
	#main .news .conts .photo {
		margin-bottom: 8px;
	}
	
	#main .news .conts .photo img {
		width: 100%;
	}

	#main .news .conts .photo01 {
		margin: 0 0 15px;
		text-align: center;
	}

	#main .news .conts .photo01 img {
		width: 59%;
	}

	#main .news .conts .photo02 {
		margin-bottom: 15px;
	}

	#main .news .conts .photo02 img {
		width: 100%;
	}

	#main .news .conts p {
		margin: 0 0 15px 5px;
		font-size: 13px;
		line-height: 1.17;
	}
	
	#main .news .conts .text {
		margin-bottom: 16px;
		font-weight: normal;
	}

	#main .news .conts .text01 {
		margin: 0 0 10px;
	}

	#main .news .conts .photo03 {
		margin-right: 0;
		text-align: center;
	}

	#main .news .conts .photo03 img {
		width: 59%;
	}

	#main .news .conts .photo03 p {
		margin: 10px 0 0 0;
	}

	#main .news .conts .wp-pagenavi a,
	#main .news .conts .wp-pagenavi span {
		font-size: 13px;
		padding: 3px 8px 1px;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main .about .mainVisual {
	background: url(img/about/main_visual.jpg) center center;
	background-size: cover;
}

#main .about .mainBox {
	margin: 0 auto 94px;
	width: 980px;
}

#main .about h3 {
	margin: -5px 0 47px 7px;
	color: #d5a53f;
	font-size: 22.75px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3.8px;
}

#main .about h3 span {
	margin-left: -26px;
	display: block;
	line-height: 0.45;
	font-size: 10.34px;
	letter-spacing: 2px;
}

#main .about .imgBox {
	margin: 0 57px 57px 89px;
}

#main .about .imgBox .photoBox {
	margin-top: 15px;
	float: right;
}

#main .about .imgBox .textBox {
	float: left;
	width: 450px;
}

#main .about .imgBox p {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 1.755;
	letter-spacing: -0.2px;
}

#main .about .imgBox p:last-child {
	margin-bottom: 0;
}

#main .about .photo {
	margin: 0 0 122px 5px;
	text-align: center;
}

#main .about .infoUl {
	margin-left: 1px;
}

#main .about .infoUl li {
	margin-right: 23px;
	width: 311px;
	float: left;
}

#main .about .h3Ttl {
	margin-bottom: 52px;
}

#main .about .infoUl li:last-child {
	margin-right: 0;
}

#main .about .infoUl .mapImg {
	margin-bottom: 28px;
	padding-bottom: 10px;
	border-top: 1px solid #DDCDA9;
	background: url(img/about/line.gif) repeat-x left bottom;
}

#main .about .infoUl .ttl {
	margin: 0 0 25px 16px !important;
	text-align: center;
	color: #6e695f;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

#main .about .infoUl p {
	margin: 0 15px 20px 16px;
	line-height: 1.4;
}

#main .about .infoUl p:last-child {
	margin-bottom: 0;
}

#main .about .infoUl p span {
	margin-bottom: 23px;
	display: block;
	color: #ac471f;
}

#main .about .infoUl li:nth-child(2) p,
#main .about .infoUl li:nth-child(3) p {
	margin: 0 20px 20px 11px;
}

#main .about .bgBox {
	padding: 98px 0 201px;
	background: url(img/common/line01.gif) repeat-x left top, url(img/common/line01.gif) repeat-x left bottom;
	background-color: #FEFEFD;
}

#main .about .bgBox h3 {
	margin-bottom: 132px;
}

#main .about .fishUl {
	margin: 0 auto;
	width: 980px;
}

#main .about .fishUl li:nth-child(2) {
	float: right;
}

#main .about .fishUl li:nth-child(2) img {
	margin: -205px -11px 0 0;
}

#main .about .fishUl li:nth-child(3) img {
	margin-top: -297px;
}

#main .about .fishUl li:nth-child(4) {
	float: right;
}

#main .about .fishUl li:nth-child(4) img {
	margin: -194px -12px 0 0;
}

#main .about .fishUl li:nth-child(5) img {
	margin-top: -113px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .about .mainVisual {
		background: url(img/about/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .about img {
		width: 100%;
	}
	
	#main .about .mainBox {
		margin: 0 auto 18px;
		width: auto;
	}
	
	#main .about h3 {
		margin: 30px 0 17px 1px;
		font-size: 16px;
		letter-spacing: 2.5px;
	}
	
	#main .about h3 span {
		margin-left: -14px;
		line-height: 0.3;
		font-size: 10px;
	}
	
	#main .about .imgBox {
		margin: 0 13px 36px;
	}
	
	#main .about .imgBox .photoBox {
		margin: 0 41px 11px 43px;
		float: none;
	}
	
	#main .about .imgBox .textBox {
		float: none;
		width: auto;
	}
	
	#main .about .imgBox p {
		margin-bottom: 19.5px;
		font-size: 13px;
		letter-spacing: 0;
	}
	
	#main .about .imgBox p:last-child {
		margin-bottom: 0;
	}
	
	#main .about .photo {
		display: none;
	}
	
	#main .about .h3Ttl {
		margin-bottom: 36px;
	}

	#main .about .infoUl {
		margin-left: 0;
	}
	
	#main .about .infoUl li {
		margin: 0 14px 8px !important;
		padding-top: 25px;
		width: auto;
		height: auto !important;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
	
	#main .about .infoUl li:last-child {
		margin-bottom: 0 !important;
	}
	
	#main .about .infoUl li .mapArea {
		width: 48%;
		float: left;
		position: relative;
	}
	
	#main .about .infoUl li .txtBox {
		margin-top: -18px;
		width: 46%;
		float: right;
	}
		
	#main .about .infoUl .mapImg {
		margin-bottom: 28px;
		padding-bottom: 5px;
		background-size: 1px 5px;
	}
	
	#main .about .infoUl .ttl {
		margin: 0 0 25px 4px !important;
		width: 100%;
		font-size: 15px;
		position: absolute;
		top: -24px;
	}
	
	#main .about .infoUl p {
		margin: 0 0 10px;
		font-size: 13px;
		line-height: 1.2;
	}
	
	#main .about .infoUl li .txtBox p:last-child {
		margin-bottom: 0;
	}
		
	#main .about .infoUl p span {
		margin-bottom: 10px;
	}
	
	#main .about .infoUl li:nth-child(2) p,
	#main .about .infoUl li:nth-child(3) p {
		margin: 0 0 10px;
	}
	
	#main .about .bgBox {
		padding: 18px 0 82px;
		background-color: #FCFAF7;
	}
	
	#main .about .bgBox h3 {
		margin-bottom: 69px;
		letter-spacing: 3px;
	}
	
	#main .about .fishUl {
		margin: 0 auto;
		width: auto;
	}
	
	#main .about .fishUl li {
		margin: 0 18px 85px;
		float: none !important;
	}
	
	#main .about .fishUl li:first-child {
		margin: 0 18px 74px;
	}
	
	#main .about .fishUl li:nth-child(4) {
		margin: 0 18px 106px;
	}
	
	#main .about .fishUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .about .fishUl li img {
		margin: 0 auto !important;
		max-width: 100%;
	}
}

/*------------------------------------------------------------
	timetable.html
------------------------------------------------------------*/
#main .timetable {
	padding-bottom: 65px;
	background: url(img/common/line01.gif) repeat-x center bottom;
}

#main .timetable .mainVisual {
	background: url(img/timetable/main_visual.jpg) center center;
	background-size: cover;
}

#main .timetable h2 {
	margin-bottom: 6px;
}

#main .timetable .naviBox {
	position: relative;
	margin-bottom: 54px;
}

#main .timetable .linkUl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#main .timetable .linkUl.fix {
	position: fixed;
	z-index: 20;
	background-color: #FCFCFB;
}

#main .timetable .linkUl li {
	display: inline-block;
	color: #57bfd9;
	font-size: 17px;
	letter-spacing: 2.8px;
}

#main .timetable .linkUl li a {
	padding: 0 7px 0 3px;
	color: #57bfd9;
	text-decoration: underline;
}
#main .timetable .linkUl li a:hover {
	color: #d2601b;
}

#main .timetable .box {
	margin: 0 auto;
	padding: 45px 84px;
	width: 775px;
	box-sizing: border-box;
	background: url(img/timetable/line01.gif) repeat-x left bottom;
}

#main .timetable .box:last-child {
	background: none;
}

#main .timetable .box .textBox,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .textBox {
	margin: 0 4px 28px;
	padding-bottom: 8px;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .timetable .box p,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox p {
	padding: 0 13px 22px;
	color: #7b6c4f;
	font-size: 17px;
	line-height: 1.3;
}

#main .timetable .box .title,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .title {
	padding: 0 0 47px;
	color: #b89736;
	font-size: 22.75px;
	line-height: 1;
}

#main .timetable .box .title .txt01,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .title .txt01 {
	margin-left: 10px;
	display: block;
	font-size: 7.2px;
	letter-spacing: 1px;
}

#main .timetable .box .title .txt02,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .title .txt02 {
	margin-left: 25px;
	display: inline-block;
	color: #b86950;
	font-size: 15px;
	letter-spacing: 0;
}

#main .timetable .box .text01,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .text01 {
	font-size: 15px;
	line-height: 1.45;
}

#main .timetable .box .text01 span,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .text01 span {
	color: #ac471f;
}

#main .timetable .box .ttl,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .ttl {
	padding: 0 0 9px;
	color: #4b4a47;
	font-size: 17px;
	font-weight: bold;
}

#main .timetable .box .ttl span,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .ttl span {
	color: #b89736;
}

#main .timetable .box table,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox table {
	margin-bottom: 35px;
	width: 100%;
	border-collapse: collapse;
}

#main .timetable .box th,
#main .timetable .box td,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox th,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox td {
	padding: 10px 0;
	color: #4b4a47;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #857C53;
}

#main .timetable .box th,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox th {
	width: 14.5%;
	font-weight: normal;
	color: #fff;
	background: #CAB679;
}

#main .timetable .box .wid01,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .wid01 {
	width: 4.5%;
}

#main .timetable .box .wid02,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .wid02 {
	width: 52%;
}

#main .timetable .box td .txt01,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox td .txt01 {
	color: #ac471f;
}

#main .timetable .box td .txt02,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox td .txt02 {
	padding: 1px 5px;
	display: inline-block;
	color: #fff;
	background-color: #AC461E;
}

#main .timetable .box td:last-child,
#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox td:last-child {
	padding: 10px 8px;
	text-align: left;
}

#main .timetable .bgNone {
	background: none;
}

#main .timetable .subBox {
	margin: 0 auto;
	width: 576px;
}

#main .timetable .ocean,
#main .timetable .consultation{
	padding: 50px 0;
	background: url(img/common/line01.gif) repeat-x top center;
}

#main .timetable .ocean p,
#main .timetable .consultation p {
	margin-bottom: 15px;
	font-size: 17px;
}

#main .timetable .ocean p span,
#main .timetable .consultation p span {
	display: block;
	font-weight: bold;
}

#main .timetable .ocean p a,
#main .timetable .consultation p a {
	color: #837760;
}

#main .timetable .ocean .text {
	font-size: 19px;
}

#main .timetable .ocean .title,
#main .timetable .consultation .title {
	margin: 0 0 40px -10px;
	font-size: 22.75px;
	color: #b89736;
	line-height: 1;
}

#main .timetable .ocean ul {
	padding-bottom: 20px;
}

#main .timetable .ocean li {
	margin-bottom: 23px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 17px;
	line-height: 1.25;
	letter-spacing: -0.5px;
}

#main .timetable .ocean .txtLink {
	margin-bottom: 0;
}

#main .timetable .ocean .txtLink a {
	 color: #58b6cf;
	 text-decoration: underline;
}

#main .timetable .ocean .txtLink a:hover {
	 color: #cf8558;
}


#main .timetable .ocean .addBox table {
	border-collapse: collapse;
}

#main .timetable .ocean .addBox td td {
	padding: 4px 0 4px 12px;
	border: 1px solid #333;
}

#main .timetable .ocean .addBox .text_br {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #442100;
	line-height: 24px;
	background-color: #F2ECDC;
}

#main .timetable .ocean .addBox .text_bk {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	color: #333333;
	text-align: justify;
	background-color: #FFFFFF;
}

#main .timetable .consultation .txtLink {
	 color: #d5a54a;
	 text-decoration: underline;
}

#main .timetable .consultation .txtLink:hover {
	text-decoration: none;
}






#main .timetable .noriaiBox{
	width: 740px;
	margin: 5em auto;
	text-align: center;
	overflow: hidden;
}
#main .timetable .noriaiBox:before{
	content: url(https://www.goshoura.net/wp-content/themes/KUMAMOTO/img/timetable/separator.png);
	display: block;
}
#main .timetable .noriaiBox:after{
	content: url(https://www.goshoura.net/wp-content/themes/KUMAMOTO/img/timetable/separator.png);
	display: block;
}

#main .timetable .noriaiBox img:nth-child(1){
	width: 95%;
	margin: 2em auto 0;
}

#main .timetable .noriaiBox .noriai_time{
	font-size: 130%;
	width: 580px;
	color: #6c520e;
	text-align: left;
	margin: 3em auto 0;
	line-height: 1.7em;
	border: 2px solid _red;
}

#main .timetable .noriaiBox .noriai_time .tit{
	font-weight: bold;
}

#main .timetable .noriaiBox .noriai_time .undr{
	text-decoration: underline;
}

#main .timetable .noriaiBox .noriai_price{
	font-size: 130%;
	color: #333333;
	font-weight: bold;
	margin: 3em auto 0;
}

#main .timetable .noriaiBox .noriai_price .comment{
	font-size: 70%;
}

#main .timetable .noriaiBox .noriai_howto {
}


#main .timetable .noriaiBox .noriai_howto .title{
	font-size: 140%;
	color: #333333;
	font-weight: bold;
	margin: 3em auto 0;
}

#main .timetable .noriaiBox .noriai_howto .txt{
	font-size: 120%;
	color: #333333;
	margin: 1em auto 0;
	line-height: 1em;
}
#main .timetable .noriaiBox .noriai_howto .txt span{
	font-size: 70%;
}

#main .timetable .noriaiBox .noriai_howto table{
	width: 80%;
	border-collapse: collapse;
	margin: 1.5em auto 0;
}

#main .timetable .noriaiBox .noriai_howto table th{
	background-color: #8fc6a7;
	padding: 20px;
	width: 40%;
	text-align: left;
	color: #ffffff;
	font-size: 150%;
	border:solid 2px white;
}
#main .timetable .noriaiBox .noriai_howto table th span{
	font-size: 50%;
}
#main .timetable .noriaiBox .noriai_howto table td{
	background-color: #e8f6ee;
	color: #333333;
	border:solid 2px white;
	padding: 10px;
}

#main .timetable .noriaiBox .noriai_howto table td .nusi{
	color: #bebeaa;
	display: block;
}
#main .timetable .noriaiBox .noriai_howto table td .tel{
	color: #333333;
	font-size: 170%;
	font-weight: bold;
}
#main .timetable .noriaiBox .noriai_howto .links{
	font-size: 110%;
	margin: 1.5em auto 2.5em;
	line-height: 2em;
}

#main .timetable .noriaiBox .noriai_howto .links a{
	color: #1da886;
	text-decoration: underline;
}



#main .timetable .noriaiBox .noriai_howto .itemBox .button{
	width: 46%;
	border-radius:10px;
	background: #08BB76;
	color: #F3FFFA;
	margin: 45px auto 50px;
	padding: 15px;
	font-weight: bold;
	font-size: 140%;
	transition:.5s;
}
#main .timetable .noriaiBox .noriai_howto .itemBox .button:first-line {
	font-size: 70%;
}

#main .timetable .noriaiBox .noriai_howto .itemBox .button:hover{
	background: #09cc81;
}




#main .timetable .noriaiBox .noriai_howto .itemBox  table{
	width: 50%;
	border-collapse: collapse;
	margin: 1.5em auto 0;
}

#main .timetable .noriaiBox .noriai_howto .itemBox table th{
	background-color: #FDF9E9;
	padding: 5px;
	width: 40%;
	text-align: center;
	color: #474747;
	font-size: 90%;
	border:solid 1px #DDD5C7;
	position: relative;
}
#main .timetable .noriaiBox .noriai_howto .itemBox table th .teltime{
	background-color: #dccbae;
	padding: 3px;
	width: 80%;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	font-weight: normal;
	border:solid 1px #fff;
	position: absolute;
	top: -1em;
	left: 1em;
}



#main .timetable .noriaiBox .noriai_howto .itemBox table th span{
	font-size: 50%;
}

#main .timetable .noriaiBox .noriai_howto .itemBox table td{
	background-color: #fff;
	color: #474747;
	border:solid 1px #DDD5C7;
	padding: 10px;
}

#main .timetable .noriaiBox .noriai_howto .itemBox table td .nusi{
	color: #bebeaa;
	font-size: 60%;
	display: block;
}
#main .timetable .noriaiBox .noriai_howto .itemBox table td .tel{
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}











@media all and (min-width: 0) and (max-width: 736px) {
	#main .timetable {
		padding-bottom: 20px;
	}
	
	#main .timetable .mainVisual {
		background: url(img/timetable/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .timetable h2 {
		margin-bottom: 1px;
	}

	#main .timetable .naviBox {
		margin-bottom: 40px;
	}

	#main .timetable .linkUl li {
		font-size: 13px;
		letter-spacing: 0;
	}

	#main .timetable .linkUl li a {
		padding: 0 6px 0 2px;
	}

	#main .timetable .linkUl li a:hover {
		color: #57bfd9;
	}

	#main .timetable .box {
		padding: 10px 10px;
		width: auto;
		background-size: 4px 2px;
	}

	#main .timetable .box .textBox,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .textBox {
		margin: 0 0 15px;
		padding-bottom: 5px;
	}

	#main .timetable .box p,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox p {
		padding: 0 0 10px;
		font-size: 13px;
		text-align: center;
	}

	#main .timetable .box .title,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .title {
		padding: 0 0 10px;
		font-size: 16px;
		line-height: 1.2;
	}

	#main .timetable .box .title .txt01,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .title .txt01 {
		margin: 0 126px 0 0;
		font-size: 10px;
	}

	#main .timetable .box .title .txt02,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .title .txt02 {
		margin-left: 0;
		display: block;
		font-size: 11px;
	}

	#main .timetable .box .text01,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .text01 {
		font-size: 13px;
	}

	#main .timetable .box .ttl,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .ttl {
		padding: 0 0 9px;
		font-size: 13px;
		text-align: left;
	}

	#main .timetable .box table,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox table {
		margin-bottom: 15px;
	}

	#main .timetable .box th,
	#main .timetable .box td,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox th,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox td {
		padding: 6px 0;
		font-size: 13px;
	}

	#main .timetable .box th,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox th {
		width: 19%;
	}
	
	#main .timetable .box .wid01,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .wid01 {
		width: 5%;
	}

	#main .timetable .box .wid02,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox .wid02 {
		width: 38%;
	}

	#main .timetable .box td:last-child,
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox td:last-child {
		padding: 10px 5px;
	}

	#main .timetable .subBox {
		margin: 0 10px;
		width: auto;
	}

	#main .timetable .ocean,
	#main .timetable .consultation{
		padding: 20px 0;
	}

	#main .timetable .ocean p,
	#main .timetable .consultation p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	#main .timetable .ocean .addBox table {
		width: 100%;
	}

	#main .timetable .ocean .addBox .text_bk {
		text-align: left;
	}

	#main .timetable .ocean .text {
		font-size: 14px;
	}

	#main .timetable .ocean .title,
	#main .timetable .consultation .title {
		margin: 0 0 10px;
		font-size: 16px;
	}

	#main .timetable .ocean ul {
		padding-bottom: 5px;
	}

	#main .timetable .ocean li {
		margin-bottom: 13px;
		font-size: 13px;
		letter-spacing: 0;
	}

	#main .timetable .ocean .txtLink a:hover {
		 color: #58b6cf;
	}

	#main .timetable .consultation .txtLink:hover {
		text-decoration: underline;
	}
	
	







	#main .timetable .noriaiBox{
		width: 100%;
	}

	#main .timetable .noriaiBox:before{
		content: url(https://www.goshoura.net/wp-content/themes/KUMAMOTO/img/timetable/separator.png);
		display: block;
	}
	#main .timetable .noriaiBox:after{
		content: url(https://www.goshoura.net/wp-content/themes/KUMAMOTO/img/timetable/separator.png);
		display: block;
	}

	#main .timetable .noriaiBox img:nth-child(1){
		width: 95%;
		margin: 2em auto 0;
	}

	#main .timetable .noriaiBox .noriai_time{
		font-size: 110%;
		width: 92%;
		color: #6c520e;
		text-align: left;
		margin: 3em auto 0;
		line-height: 1.7em;
	}

	#main .timetable .noriaiBox .noriai_time .tit{
		font-weight: bold;
	}

	#main .timetable .noriaiBox .noriai_time .undr{
		text-decoration: underline;
	}

	#main .timetable .noriaiBox .noriai_price{
		font-size: 110%;
		color: #333333;
		font-weight: bold;
		margin: 3em auto 0;
		width: 90%;
	}

	#main .timetable .noriaiBox .noriai_price .comment{
		font-size: 70%;
	}

	#main .timetable .noriaiBox .noriai_howto {
	}


	#main .timetable .noriaiBox .noriai_howto .title{
		font-size: 140%;
		color: #333333;
		font-weight: bold;
		margin: 3em auto 0;
	}

	#main .timetable .noriaiBox .noriai_howto .txt{
		font-size: 110%;
		width: 90%;
		color: #333333;
		margin: 1em auto 0;
		line-height: 1em;
	}
	#main .timetable .noriaiBox .noriai_howto .txt span{
		font-size: 70%;
	}

	#main .timetable .noriaiBox .noriai_howto table{
		width:90%;
		border-collapse: collapse;
		margin: 1.5em auto 0;
	}

	#main .timetable .noriaiBox .noriai_howto table th{
		padding: 20px 10px;
		width: 43%;
		text-align: left;
		color: #ffffff;
		font-size: 120%;
		border:solid 2px white;
	}
	#main .timetable .noriaiBox .noriai_howto table th span{
		font-size: 50%;
	}
	#main .timetable .noriaiBox .noriai_howto table td{
		background-color: #e8f6ee;
		color: #333333;
		border:solid 2px white;
		padding: 10px;
	}

	#main .timetable .noriaiBox .noriai_howto table td .nusi{
		color: #bebeaa;
		display: block;
	}
	#main .timetable .noriaiBox .noriai_howto table td .tel{
		color: #333333;
		font-size: 130%;
		font-weight: bold;
	}
	#main .timetable .noriaiBox .noriai_howto .links{
		font-size: 90%;
		margin: 1.5em auto 2.5em;
		line-height: 2em;
	}

	#main .timetable .noriaiBox .noriai_howto .links a{
		color: #1da886;
		text-decoration: underline;
	}






	#main .timetable .noriaiBox .noriai_howto .itemBox .button{
		width: 70%;
		border-radius:10px;
		background: #08BB76;
		color: #F3FFFA;
		margin: 45px auto 50px;
		padding: 15px;
		font-weight: bold;
		font-size: 140%;
		transition:.5s;
	}
	#main .timetable .noriaiBox .noriai_howto  .itemBox .button:first-line {
		font-size: 70%;
	}

	#main .timetable .noriaiBox .noriai_howto  .itemBox .button:hover{
		background: #09cc81;
	}




	#main .timetable .noriaiBox .noriai_howto  .itemBox  table{
		width: 80%;
		border-collapse: collapse;
		margin: 3em auto 0;
	}

	#main .timetable .noriaiBox .noriai_howto  .itemBox table th{
		background-color: #FDF9E9;
		padding: 5px;
		width: 40%;
		text-align: center;
		color: #474747;
		font-size: 90%;
		border:solid 1px #DDD5C7;
	}



	#main .timetable .noriaiBox .noriai_howto  .itemBox table th .teltime{
		top: -3em;
		left: .5em;
	}




	#main .timetable .noriaiBox .noriai_howto  .itemBox table td{
		background-color: #fff;
		color: #474747;
		border:solid 1px #DDD5C7;
		padding: 10px;
	}

	#main .timetable .noriaiBox .noriai_howto  .itemBox table td .nusi{
		color: #bebeaa;
		font-size: 60%;
		display: block;
	}
	#main .timetable .noriaiBox .noriai_howto  .itemBox table td .tel{
		color: #333333;
		font-size: 100%;
		font-weight: bold;
	}









}

/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#main .access {
	overflow: hidden;
	background: url(img/common/line01.gif) repeat-x left bottom;
}

#main .access .mainVisual {
	background: url(img/access/main_visual.jpg) center center;
	background-size: cover;
}

#main .access .headLine01 {
	margin-bottom: 71px;
}

#main .access .imgBox {
	width: 951px;
	margin: 0 auto 84px;
	padding-left: 53px;
	box-sizing: border-box;
}

#main .access .imgBox .photoBox {
	margin-top: -2px;
	float: right;
	position: relative;
}

#main .access .imgBox .photoBox ul li a {
	width: 102px;
	height: 45px;
	display: block;
	position: absolute;
}

#main .access .imgBox .photoBox ul .link01 a {
	top: 15px;
	right: 44px;
}

#main .access .imgBox .photoBox ul .link02 a {
	top: 218px;
	left: 26px;
}

#main .access .imgBox .photoBox ul .link03 a {
	top: 254px;
	left: 182px;
}

#main .access .imgBox .photoBox ul .link04 a {
	top: 304px;
	right: 77px;
}

#main .access .imgBox .photoBox ul .link05 a {
	bottom: 65px;
	right: 104px;
}

#main .access .imgBox .textBox {
	width: 458px;
	float: left;
}

#main .access .imgBox .textBox p {
	margin-bottom: 31px;
	font-size: 17px;
	color: #7b6c4f;
	line-height: 1.73;
}

#main .access .imgBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .access .imgBox .textBox p a {
	color: #cca546;
	text-decoration: underline;
}

#main .access .imgBox .textBox p a:hover {
	text-decoration: none;
}

#main .access .mainBox {
	width: 989px;
	padding: 91px 0;
	margin: 0 auto;
	background: url(img/access/line.gif) repeat-x left top;
}

#main .access .changeBox {
	width: 902px;
	margin: 15px auto 0;
}

#main .access .changeBox .lBox {
	width: 424px;
	float: left;
	border-right: 3px solid #DFD1AE;
	border-bottom: 3px solid #DFD1AE;
	box-sizing: border-box;
	border-radius: 38px;
	position: relative;
}

#main .access .changeBox .rBox {
	width: 424px;
	float: right;
	border-right: 3px solid #DFD1AE;
	border-bottom: 3px solid #DFD1AE;
	box-sizing: border-box;
	border-radius: 38px;
	position: relative;
}

#main .access .changeBox .lBox:before,
#main .access .changeBox .rBox:before {
    background: url(img/access/bg01.png) repeat;
    background-size: 4px 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
	border-radius: 38px;
}

#main .access .changeBox .topText {
	padding: 39px 0 21px;
	font-size: 42px;
	text-align: center;
	color: #FFF;
	background-color: #4B4431;
	border-radius: 35px 35px 0 0;
	border-bottom: 1px solid #CCC9C4;
}

#main .access .changeBox .topText span {
	position: relative;
	z-index: 1;
}

#main .access .changeBox .topText span span {
	font-size: 36px;
}

#main .access .changeBox .topText .txt {
	margin-bottom: 1px;
	display: block;
	font-size: 14px;
	color: #D8C384;
}

#main .access .changeBox ul li {
	float: left;
	display: table;
	height: 100%;
}

#main .access .changeBox ul li a {
	width: 140px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 23px;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	text-shadow: 0 0 5px #7C6D4C,0 0 5px #7C6D4C,0 0 5px #7C6D4C,0 0 5px #7C6D4C;
	background-color: #847450;
	border-right: 1px dotted #FFF;
	box-sizing: border-box;
}

#main .access .changeBox .rBox ul li a {
	width: 211px;
	background-color: #856E4F;
}

#main .access .changeBox ul li:first-child a {
	border-radius: 0 0 0 35px;
}

#main .access .changeBox ul li:last-child a {
	width: 141px;
	border-right: none;
	border-radius: 0 0 35px 0;
}

#main .access .changeBox .rBox ul li:last-child a {
	width: 210px;
}

#main .access .changeBox ul li a:hover {
	background-color: #BA8C39;
}

#main .access .changeBox .rBox ul li a:hover {
	background-color: #A0672F;
}

#main .access .changeBox ul li a > span {
	padding: 27px 0 30px;
	position: relative;
	z-index: 1;
	display: block;
}

#main .access .changeBox ul li a > span > span {
	font-size: 20px;
}

#main .access .changeBox ul li a > span > span > span {
	display: block;
	font-size: 16.5px;
}

#main .access .changeBox ul li a > span > span > span span {
	font-size: 14px;
}

#main .access .tabPanel {
	position: relative;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity 1.5s;
	-webkit-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
}

#main .access .tabPanel.show {
	opacity: 1;
	height: auto;
}

#main .access .tabPanel .busLink {
	position: absolute;
	right: 10px;
	top: 14px;
}

#main .access .tabPanel .busLink img {
	margin: 1px 7px 0 0;
}

#main .access .tabPanel .busLink a {
	line-height: 1.1;
	color: #746c58;
}

#main .access .tabPanel .busLink .on {
	display: none;
}

#main .access .tabPanel .busLink a:hover {
	color: #82551D; 
}

#main .access .tabPanel .busLink a:hover .on {
	display: inline-block;
}

#main .access .tabPanel .busLink a:hover .out {
	display: none;
}

#main .access .tabPanel .busLink a > span {
	display: inline-block;
	font-size: 20px;
	text-align: center;
}

#main .access .tabPanel .busLink a > span span {
	font-size: 18px;
}

#main .access .tabPanel .tabUl {
	margin-bottom: 23px;
	padding: 0 0 24px 41px;
	background: url(img/access/bg05.gif) repeat-x left bottom;
	border-radius: 0 0 4px 4px;
}

#main .access .tabPanel .tabUl > li {
	width: 199px;
	margin-left: 4px;
	float: left;
	position: relative;
}

#main .access .tabPanel .tabUl > li.on > a {
	background: url(img/access/bg02.gif) repeat left top;
	text-shadow: none;
	color: #FFF;
}

#main .access .tabPanel .tabUl > li > a img {
	display: none;
}

#main .access .tabPanel .tabUl > li.on > a img {
	margin: 9px 10px 0 0;
	display: inline-block;
}


#main .access .tabPanel .tabUl > li > a {
	padding: 11px 0 7px;
	display: block;
	font-size: 23px;
	line-height: 1.2;
	text-align: center;
	color: #BAB1A2;
	background: url(img/access/bg03.png) repeat left top;
	border-radius: 15px 15px 0 0;
	text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
}

#main .access .tabPanel .tabUl > li > a:hover {
	color: #5A2C18;
}

#main .access .tabPanel .tabUl > li.on > a:hover {
	color: #FFF;
}

#main .access .tabPanel .tabUl > li > a > span {
	display: inline-block;
}

#main .access .tabPanel .tabUl > li > a > span > span {
	font-size: 20px;
}

#main .access .tabPanel .tabUl > li > a > span > span > span {
	display: block;
	font-size: 16.5px;
}

#main .access .tabPanel .tabUl > li > a > span > span > span span {
	font-size: 14px;
}

#main .access .tabPanel .tabUl > li ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: center;
	opacity: 0;
}

#main .access .tabPanel .tabUl > li.on ul {
	opacity: 1;
}

#main .access .tabPanel .tabUl > li ul li {
	margin: 0 8px 0 6px;
	display: inline-block;
}

#main .access .tabPanel .tabUl > li ul li a {
	font-size: 14px;
	color: #FFF;
}

#main .access .tabPanel .tabUl > li ul li.on a {
	color: #c7af79;
}

#main .access .tabPanel .tabUl > li ul li a:hover {
	color: #c7af79;
}

#main .access .tabPanel .tabBox .sliderBox .slide .text {
	width: 345px;
	margin: 0 auto;
	padding: 13px 0 40px;
	border-left: medium double #BAAB82;
	border-right: medium double #BAAB82;
	color: #342f24;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 1px;
}

#main .access .tabPanel .tabBox .sliderBox .slide .text > span {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

#main .access .tabPanel .tabBox .sliderBox .slide .text .txt01 {
	font-size: 26px;
}

#main .access .tabPanel .tabBox .sliderBox .slide .text .txt02 {
	margin-left: 15px;
	display: block;
	color: #4a463e;
	font-size: 8px;
	text-align: left;
}

#main .access .tabPanel .tabBox .sliderBox .slide .text .txt03 {
	display: block;
	color: #9c9482;
	font-size: 11px;
	text-align: right;
}

#main .access .tabPanel .tabBox .sliderBox .slide .text .txt04 {
	margin-right: 10px;
	padding-bottom: 4px;
	border-bottom: 4px solid #352E24;
}

#main .access .tabPanel .tabBox .sliderBox .slide .listUl {
	margin-bottom: 20px;
	padding-bottom: 19px;
	background: url(img/access/line01.png) repeat-x left bottom;
}

#main .access .tabPanel .tabBox .sliderBox .slide .listUl a {
	display: block;
	color: #bbaa83;
	font-size: 14px;
}

#main .access .tabPanel .tabBox .sliderBox .slide .listUl a:hover {
	color: #a78028;
}

#main .access .tabPanel .tabBox .sliderBox .slide .listUl img {
	margin: -8px 20px 0;
	display: inline-block;
	vertical-align: middle;
}

#main .access .tabPanel .tabBox .sliderBox .slide {
	position: relative;
	float: left;
}

#main .access .tabPanel .tabBox .sliderBox .slide .listUl .prev {
	position: absolute;
	left: 190px;
	top: 49px;
}

#main .access .tabPanel .tabBox .sliderBox .slide .listUl .next {
	position: absolute;
	right: 186px;
	top: 49px;
}

#main .access .tabPanel .tabBox .sliderBox .slide .listUl .disabled {
	display: none !important;
}

#main .access .tabPanel .tabBox .sliderBox .slide .iconList {
	width: 327px;
	margin-left: -163px;
	position: absolute;
	left: 50%;
	top: 86px;
	text-align: center;
	background: url(img/access/bg06.png) repeat left top;
}

#main .access .tabPanel .tabBox .sliderBox .slide .iconList a {
	margin: 8px 4px 3px;
	width: 9px;
	height: 9px;
	display: inline-block;
	background-color: #E4E1CC;
	border-radius: 5px;
}

#main .access .tabPanel .tabBox .sliderBox .slide .iconList a span {
	display: none;
}

#main .access .tabPanel .tabBox .sliderBox .slide .iconList .selected {
	background-color: #C6A96D;
}

#main .access .tabPanel .tabBox .sliderBox .slide .iconList a:hover {
	background-color: #C6A96D;
}

#main .access .tabPanel .tabBox .sliderBox .slide .innerBox {
	padding: 11px 11px 40px;
	background: url(img/access/bg07.png) repeat left top;
}

#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .mapBox {
	padding: 8px;
	float: left;
	background-color: #FFF;
}

#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .mapBox p {
	margin-top: 2px;
	text-align: right;
	letter-spacing: 1px;
	font-size: 16px;
}

#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .mapBox p a {
	color: #518139;
}

#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .mapBox p a:hover {
	opacity: 0.7;
}

#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox {
	padding: 30px 12px 0;
	width: 594px;
	float: right;
	background-color: #FFF;
}

#main .access .tabPanel .subBox {
	position: relative;
}

#main .access .tabPanel .subBox:before {
	width: 200%;
	height: 1px;
	margin-left: -50%;
	background: url(img/common/line01.gif) repeat-x center bottom;
	background-size: 106px 1px;
	position: absolute;
	bottom: -85px;
	left: 0;
	 
	content: ""; 
}

#main .access .tabPanel .btmBox {
	width: 580px;
	margin: 143px auto 0;
}

#main .access .tabPanel .btmBox p {
	margin: 0 0 22px 11px;
	font-size: 17px;
	color: #7b6c4f;
	line-height: 1.3;
}

#main .access .tabPanel .btmBox p span {
	margin-bottom: 6px;
	display: block;
	font-weight: bold;
}

#main .access .tabPanel .btmBox .text {
	margin-bottom: 44px;
}

#main .access .tabPanel .btmBox .title {
	margin: 0 0 37px;
	font-size: 22px;
	color: #b89736;
	letter-spacing: 5px;
}

#main .access .tabPanel .btmBox p a {
	color: #d5a54a;
	text-decoration: underline;
}

#main .access .tabPanel .btmBox p a:hover {
	text-decoration: none;
}

#main .access .tabPanel .btmBox p a[href^="tel:"] {
	text-decoration: none;
	color: #7b6c4f;
}

#main .access .tabPanel02 .busLink {
    right: 20px;
    top: 27px;
}

#main .access .tabPanel02 .busLink img {
    margin: -8px 13px 0 0;
    vertical-align: middle;
}

#main .access .tabPanel02 .tabUl > li {
    width: 301px;
}

#main .access .tabPanel02 .tabBox .sliderBox .slide .iconList {
    top: 109px;
}

#main .access .tabPanel02 .tabUl > li.on > a img {
    margin: 2px 14px 0 0;
}

#main .access .tabPanel02 .tabBox .sliderBox .slide .innerBox .mapBox p {
    margin-top: 10px;
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
	line-height: 1.7;
}

#main .access .tabPanel02 .tabBox .sliderBox .slide .innerBox .mapBox p a {
	padding: 33px 0;
	display: block;
    color: #fff3e3;
	background: url(img/access/bg08.gif) repeat left top;
	border-radius: 5px;
	border-bottom: 3px solid #432C02;
	border-right: 3px solid #432C02;
}

#main .access .tabPanel02 .tabBox .sliderBox .slide .innerBox .mapBox p a:hover {
	opacity: 1;
	background: url(img/access/bg09.gif) repeat left top;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .access .headLine01 {
		margin-bottom: 33px;
	}
	
	#main .access .mainVisual {
		background: url(img/access/sp_main_visual.jpg) center center;
		background-size: cover;
	}

	#main .access .imgBox {
		width: auto;
		margin: 0 20px 24px;
		padding-left: 0;
	}

	#main .access .imgBox .photoBox {
		width: 280px;
		margin: 0 auto 20px;
		float: none;
		text-align: center;
	}
	
	#main .access .imgBox .photoBox img {
		width: 100%;
	}
	
	#main .access .imgBox .photoBox ul li a {
		width: 70px;
		height: 30px;
	}

	#main .access .imgBox .photoBox ul .link01 a {
		top: 10px;
		right: 28px;
	}

	#main .access .imgBox .photoBox ul .link02 a {
		top: 143px;
		left: 15px;
	}

	#main .access .imgBox .photoBox ul .link03 a {
		top: 167px;
		left: 119px;
	}

	#main .access .imgBox .photoBox ul .link04 a {
		top: 200px;
		right: 50px;
	}

	#main .access .imgBox .photoBox ul .link05 a {
		bottom: 42px;
		right: 65px;
	}

	#main .access .imgBox .textBox {
		width: auto;
		float: none;
	}

	#main .access .imgBox .textBox p {
		margin-bottom: 21px;
		font-size: 13px;
	}

	#main .access .imgBox .textBox p a:hover {
		text-decoration: underline;
	}

	#main .access .mainBox {
		width: auto;
		padding: 45px 0 20px;
		background: url(img/access/line.gif) repeat-x left top;
		background-size: 1px 26px;
	}

	#main .access .changeBox {
		width: auto;
		margin: 0 13px;
	}
	
	#main .access .changeBox .lBox,
	#main .access .changeBox .rBox {
		width: auto;
		float: none;
		border-right: 2px solid #DFD1AE;
		border-bottom: 2px solid #DFD1AE;
		border-radius: 31px;
	}
	
	#main .access .changeBox .lBox {
		margin-bottom: 30px;
	}

	#main .access .changeBox .lBox:before,
	#main .access .changeBox .rBox:before {
		background: url(img/access/bg01.png) repeat;
		background-size: 2px 4px;
		border-radius: 30px;
	}

	#main .access .changeBox .topText {
		padding: 30px 0 15px;
		font-size: 34px;
		border-radius: 30px 30px 0 0;
	}
	
	#main .access .changeBox .topText span .sp {
		width: 24px;
		margin: -5px 10px 0 0;
		display: inline-block !important;
		vertical-align: middle;
	}
	
	#main .access .changeBox .topText span span {
		font-size: 29px;
	}

	#main .access .changeBox .topText .txt {
		font-size: 13px;
	}
	
	#main .access .changeBox ul li {
		width: 33%
	}
	
	#main .access .changeBox ul li:last-child {
		width: 34%;
	}

	#main .access .changeBox ul li a {
		width: auto;
		padding: 31px 0 36px;
		font-size: 19px;
		line-height: 1.2;
	}
	
	#main .access .changeBox .rBox ul li {
		width: 50%;
	}

	#main .access .changeBox .rBox ul li a {
		width: auto;
		padding: 18px 0 28px;
	}

	#main .access .changeBox ul li:first-child a {
		border-radius: 0 0 0 30px;
	}

	#main .access .changeBox ul li:last-child a {
		width: auto;
		border-radius: 0 0 30px 0;
	}

	#main .access .changeBox .rBox ul li:last-child a {
		width: auto;
	}

	#main .access .changeBox ul li a:hover {
		background-color: #847450;
	}

	#main .access .changeBox .rBox ul li a:hover {
		background-color: #856E4F;
	}

	#main .access .changeBox ul li a > span > span {
		font-size: 17px;
	}

	#main .access .changeBox ul li a > span > span > span {
		display: block;
		font-size: 15px;
	}

	#main .access .changeBox ul li a > span > span > span span {
		font-size: 13px;
	}

	#main .access .tabPanel .busLink {
		display: none;
	}

	#main .access .tabPanel .tabUl {
		margin: 0 4px 23px;
		padding: 0 11px 12px 18px;
		background-size: 2px 14px;
		border-radius: 0 0 2px 2px;
	}

	#main .access .tabPanel .tabUl > li {
		width: 32%;
		margin-left: 2px;
	}

	#main .access .tabPanel .tabUl > li.on > a {
		background-size: 2px 2px;
	}

	#main .access .tabPanel .tabUl > li.on > a img {
		display: none;
	}
	
	#main .access .tabPanel .tabUl > li > a {
		padding: 10px 0 7px;
		font-size: 19px;
		background-size: 2px 2px;
		border-radius: 9px 9px 0 0;
		text-shadow: 0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
	}

	#main .access .tabPanel .tabUl > li > a:hover {
		color: #BAB1A2;
	}

	#main .access .tabPanel .tabUl > li > a > span > span {
		font-size: 16px;
	}
	
	#main .access .tabPanel .tabUl > li > a > span > span > span {
		font-size: 13px;
	}

	#main .access .tabPanel .tabUl > li > a > span > span > span span {
		font-size: 12px;
	}

	#main .access .tabPanel .tabUl > li ul {
		line-height: 0.5;
	}

	#main .access .tabPanel .tabUl > li ul li {
		margin: 0 2px 0 1px;
		display: inline-block;
	}

	#main .access .tabPanel .tabUl > li ul li a {
		font-size: 8px;
	}

	#main .access .tabPanel .tabUl > li ul li a:hover {
		color: #FFF;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .text {
		width: 218px;
		padding: 3px 0 13px;
		border-left: medium double #BAAB82;
		border-right: medium double #BAAB82;
		font-size: 22px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .text > span {
		margin-left: 3px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .text .txt01 {
		font-size: 17px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .text .txt02 {
		margin-left: 0;
		font-size: 10px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .text .txt03 {
		font-size: 10px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .text .txt04 {
		margin-right: 3px;
		padding-bottom: 0;
		border-bottom: 2px solid #352E24;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .listUl {
		margin-bottom: 0;
		padding-bottom: 11px;
		background-size: 4px 1px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .listUl a {
		font-size: 10px;
		line-height: 1;
	}
	
	#main .access .tabPanel .tabBox .sliderBox .slide .listUl a span {
		display: inline-block;
		text-align: center;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .listUl img {
		width: 7px;
		height: 15px;
		margin: -13px 6px 0;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .listUl .prev {
		margin-left: -160px;
		left: 50%;
		top: 22px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .listUl .next {
		margin-right: -160px;
		right: 50%;
		top: 22px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .iconList {
		width: 218px;
		margin-left: -109px;
		top: 54px;
		background: none;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .iconList a {
		margin: 8px 2px 3px;
		width: 8px;
		height: 8px;
		border-radius: 4px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox {
		padding: 19px 13px 20px;
		background: none;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .mapBox {
		padding: 0;
		float: none;
		background: none;
	}
		
	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .mapBox .map iframe {
		width: 100%;
		height: 188px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .mapBox p {
		margin-top: 4px;
		text-align: center;
		letter-spacing: 0;
		font-size: 13px;
	}

	#main .access .tabPanel .tabBox .sliderBox .slide .innerBox .txtBox {
		width: auto;
		float: none;
		background: none;
	}

	#main .access .tabPanel .subBox:before {
		bottom: 0;
	}

	#main .access .tabPanel .btmBox {
		width: auto;
		margin: 30px 26px 0;
	}

	#main .access .tabPanel .btmBox p {
		margin: 0 0 13px;
		font-size: 13px;
	}

	#main .access .tabPanel .btmBox p span {
		margin-bottom: 1px;
		font-weight: normal;
	}

	#main .access .tabPanel .btmBox .text {
		margin-bottom: 33px;
	}

	#main .access .tabPanel .btmBox .title {
		margin: 0 0 20px;
		font-size: 18px;
		letter-spacing: 3px;
	}

	#main .access .tabPanel .btmBox p a:hover {
		text-decoration: underline;
	}

	#main .access .tabPanel .btmBox p a[href^="tel:"] {
		text-decoration: none;
		color: #7b6c4f;
	}
	
	#main .access .tabPanel02 .tabUl > li {
		width: 49%;
	}
	
	#main .access .tabPanel02 .tabUl > li > a {
		font-size: 14px;
	}
	
	#main .access .tabPanel02 .tabUl > li > a > span > span {
		font-size: 12px;
	}
	
	#main .access .tabPanel .tabUl > li > a > span > span > span {
		font-size: 14px;
	}
		
	#main .access .tabPanel02 .tabBox .sliderBox .slide .iconList {
		top: 58px;
	}
	
	#main .access .tabPanel02 .tabBox .sliderBox .slide .innerBox .mapBox p {
		margin-top: 14px;
		font-size: 13px;
	}
	
	#main .access .tabPanel02 .tabBox .sliderBox .slide .innerBox .mapBox p a {
		width: 158px;
		margin: 0 auto;
		padding: 12px 0 7px;
		background-size: 2px 2px;
		border-radius: 3px;
		border-bottom: 2px solid #432C02;
		border-right: 2px solid #432C02;
	}

}

@media all and (-ms-high-contrast:none){
	#main .index .mainImg .slick-dots li {
		width: 10px;
		height: 10px;
	}
}

#main .accTime {
	display: none;
}

#main .accTime.on {
	padding-top: 103px;
}

@media all and (min-width: 0) and (max-width: 736px) {
	#main .accTime.on {
		padding-top: 40px;
	}
}