@charset "utf-8";

/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}

img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important;}
i {font-style: normal;}

/* --------------
 clearfix
-------------- */
.cf:after,
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after,
.ttlH1:after, .ulNews li:after {
	content: ""; 
	display: block;
	clear: both;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs10 { font-size:77%;}
.fs11 { font-size:85%;}
.fs12 { font-size:93%;}
.fs13 { font-size:100%;}
.fs14 { font-size:108%;}
.fs15 { font-size:116%;}
.fs16 { font-size:123.1%;}
.fs17 { font-size:131%;}
.fs18 { font-size:138.5%;}
.fs19 { font-size:146.5%;}
.fs20 { font-size:153.9%;}
.fs21 { font-size:161.6%;}
.fs22 { font-size:167%;}
.fs23 { font-size:174%;}
.fs24 { font-size:182%;}
.fs25 { font-size:192.3%;}
.fs26 { font-size:197%;}
.fs30 { font-size:227.3%;}

/* ---------- font weight */
.bold {	font-weight: bold;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}

.vlm {	vertical-align: middle !important;}/*追加*/

/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */
.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}

/* --------------
 base
-------------- */
body {
	color: #333;
	font: normal 15px/1.4 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', Meiryo, sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
[lang="ko"] {/* 韓国 */
  font-family: 'Gulim' , 'Apple Gothic';
}
[lang="zh-TW"] {/* 繁体 */
  font-family: 'PMingLiU' , 'Apple LiSung';
	font-style: normal;
}
[lang="zh-CN"] {/* 簡体 */
  font-family: 'SimSun' , 'Song';
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}
p {line-height: 1.6;}

/* ----- link */
a {	word-break: break-all;}
a:link {	color: #333;	text-decoration: none;}
a:visited {	color: #333;	text-decoration: none;}
a:hover {	color:#333;	text-decoration: underline;}
a:active {	color:#333;	text-decoration: none;}


/* ----- image rollover (lpha) */
a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
}

/* ----- width */
.clm4 li, .clm3 li {
	display: inline-block;
}
.clm2 li {
	width: 49%;
}

/* ----- text */
.txtS {
	color: #666;
	font-size: 85%;
}

/* ----- img */
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ofi_top {
  object-fit: cover;
	object-position: 50% 0;
  font-family: 'object-fit: cover; object-position: 50% 0;'
}
.ofi_bottom {
  object-fit: cover;
	object-position: 50% 100%;
  font-family: 'object-fit: cover; object-position: 50% 100%;'
}

/* ----- list */
.ulDisc {
	margin-left: 22px;
	list-style: outside disc;
}

.olDecimal {
	margin-left: 22px;
	list-style: outside decimal;
}

.ulDisc li, .olDecimal li {
	margin-bottom: 10px;
}

.ulArw li {
	position: relative;
}
.ulArw li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -6px;
}
.ulArw li a {
	padding: 5px 5px 5px 25px;
	display: block;
}

.arwM li a {
	margin-top: 4px;
	padding: 5px 15px;
  position: relative;
	display: block;
}
.arwM li a:before {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-left-color: #FAE852;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

/* ----- link */
a.link, .link a {
	color: #39C;
}
.linkOg a {
	font-size: 80%;
	color: #DD9D2C;
	padding-left: 10px;
	background: url(../img/arwS.png) no-repeat left center;
}

/* ----- button */
.btnA a {
	border-radius: 3px;
	display: block;
	font-size: 90%;
}
.btnA a:hover {
	text-decoration: none;
}

.btnBl a {
	padding: 5px 3px 5px 25px;
	color: #FFF;
	background: url(../img/arwA.png) no-repeat 5px center #B77E4B;
}
.btnBl a:hover {
	background-color: #a66d3a;
}

.btnWt a {
	padding: 5px 10px 5px 25px;
	color: #956134;
	background: url(../img/arwB.png) no-repeat 5px center #FFF;
}
.btnWt a:hover {
	background-color: #f0e0d3;
}

/*---------- tab */
.ulTab {
	margin: 10px 0;
	border-bottom: 3px solid #FAE852;
}
.ulTab li {
	text-align: center;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background:  #EEE;
	display: inline-block;
}
.ulTab li a {
	padding: 9px 20px;
	color: #666;
	font-size: 110%;
	text-decoration: none;
	display: block;
}

.ulTab li.active {
	background:  #FAE852;
}
.ulTab li.active a {
	color: #956134;
	font-weight: bold;
}

/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/

/* =siteHeader
---------------------------------------------------- */
#sideHead {
	font-size: 80%;
}

#textsizer th {
	font-weight: normal;
}
#textsizer td {
	text-align: center;
	line-height: 1.0;
}
#textsizer td a {
	border: 1px solid #2780b5;
	display: table-cell;
	vertical-align: middle;
}
.sizeS { font-size: 12px !important;}
.sizeM { font-size: 15px !important;}
.sizeL { font-size: 18px !important;}

#textsizer a.textresizer-active {
	color: #FFF !important;
	background: #2780b5 !important;
}
#textsizer td a:hover {
	color: #2780b5;
	text-decoration: none;
	background: #c7e4f6;
}

#langChange li {
	float: left;
}
#langChange li a {
	padding: 0 6px;
	color: #666;
}

#yahooSearch {
	clear: both;
	padding-top: 5px;
}
#yahooSearch form {
	margin-left: 5px;
	display: inline;
}
#yahooSearch a img {
	vertical-align: middle;
}

#yahooSearch input[type="submit"] {
	padding: 2px 6px;
	line-height: 1.0;
}
#yahooSearch label {
	display: inline-block;
	padding-top: 5px;
}

/* =globalNav
---------------------------------------------------- */


/* =container
-------------------------------------------------------------- **/
#container {
	padding-bottom: 30px;
}

/* =contents
-------------------------------------------------------------- **/

/* =breadcrumb
---------------------------------------------------- */
#breadcrumb li {
	color: #AAA;
	font-size: 12px;
	display: inline-table;
}
#breadcrumb li a {
	color: #CCC;
	padding-right: 5px;
}
#breadcrumb li a:after {
	content: "　>"; 
}
#breadcrumb li a:hover {
	color: #999;
}

/* =headline / titles
---------------------------------------------------- */
.ttlH1 {
	background: #FAE852;
}
.ttlH1 b {
	float: left;
	text-indent: -9999px;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}
#ttlNews {background-image: url(../img/ttlNews.png?0310);}
#ttlTour {background-image: url(../img/ttlTour.png?0319);}
#ttlEvent {background-image: url(../img/ttlEvent.png);}
#ttlMember {background-image: url(../img/ttlMember.png);}

.ttlH1 small {
	float: right;
	display: inline-block;
}

.ttlH2 {
	padding: 6px 15px;
	color: #956134;
	font-size: 160%;
	background: #FAE852;
}
.ttlH2 b {
	font-weight: normal;
}

.ttlH3 {
	margin: 25px 0 15px;
	border-bottom: 3px solid #e4dad1;
}
.ttlH3 b {
	margin-bottom: -3px;
	padding: 0 10px 5px 5px;
	border-bottom: 3px solid #956134;
	color: #956134;
	font-size: 110%;
	font-weight: normal;
	display: inline-block;
}

/* =main
---------------------------------------------------- */

/* =sidebar
---------------------------------------------------- */
#sidebar a {
	text-decoration: underline;
}
#sidebar a:hover {
	text-decoration: none;
}

/* =aside
------------------------------------------ */
.aside {
	background: #efefef;
}
.aside h1 {
	padding: 5px;
	color: #FFF;
	background: #39C;
}
.aside h2 {
	margin-top: 15px;
	padding-left: 5px;
	border-left: 5px solid #39C;
}
.aside h2:first-child {
	margin-top: 0;
}

.ulLink li {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 90%;
}

.ulBnr li {
	margin-top: 5px;
	text-align: center;
}

.ulBnrS {
	letter-spacing: -.5em;
}
.ulBnrS li {
	width: 49%;
	margin-top: 5px;
	letter-spacing: normal;
	display: inline-block;
}
.ulBnrS li:nth-of-type(even) {
	margin-left: 2%;
}

/* =footer
-------------------------------------------------------------- **/
#footer {
	color: #FFF;
	background: url(../img/bgFooter.gif);
}
#rimFooter {
	width: 100%;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/rimFooter.png) repeat-x left top;
}

#footer a {
	color: #FFF;
}

/* =siteFooter
---------------------------------------------------- */
#siteFooter {
	padding: 50px 0 10px;
	font-size: 85%;
}

#footNav li a {
	padding-bottom: 5px;
	padding-right: 5px;
	display: inline-block;
}

.tgBlank a {
	background: url(../img/blank.gif?0401) no-repeat right center;
}

/* =copyright
---------------------------------------------------- */
#copyright {
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#copyright a {
	color: #FFF;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
	display: block;
	position: fixed;
}

#pageTop a {
	text-indent: -9999px;
	background: url(../img/pageTop.png) no-repeat;
	display: block;
}

/* =social
-------------------------------------------------------------- **/
#social {
	clear: both;
	margin: 15px 0;
	padding-top: 25px;
	text-align: center;
}

.twitter {
	display:inline-block;
}
.twitter iframe {
	vertical-align: bottom;
}

.fb-like, .fb-share-button {
	margin-left: 10px;
	display:inline-block !important;
	vertical-align: top;
}
.fb-like iframe, .fb-share-button iframe {
	max-width: none !important;
}

.LINE {
	margin-left: 10px;
	display:inline-block;
	vertical-align: top;
}


/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */
#visual {
	max-height: 380px;
	text-align: center;
	overflow: hidden;
	background-color: #daf0f7;
	position: relative;
	z-index: auto;
}
#visual h1 {
	z-index: 1;
}

#visual .mvBottom {
	width: 100%;
	height: 20px;
	text-indent: -9999px;
	background: url(../img/rimVisual.png) repeat-x center bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}

#visual .mvCap {
  font-weight: bold;
  position: absolute;
}
#visual .mvCap a {
  display: block;
  color: #fff;
  text-shadow: 2px 2px 2px #883e27,2px 2px 5px #883e27,2px 2px 10px #883e27,2px 2px 15px #883e27;
  transition: all .2s ease;
}
#visual .mvCap a:hover {
  text-decoration: none;
  color: #ffebaf;
}

/* =banner
---------------------------------------------------- */
#banner {
	margin-bottom: 10px;
}

/* ---------- pickup */
#pickup .slider {
	margin: 0 auto;
	text-align: center;
}

#pickup .slick-list {
	height: 250px;
	padding: 5px 0;
}

#pickup .clmP {
	width: 176px;
	height: 220px;
	margin: 0 5px;
	padding: 15px 7px;
	overflow: hidden;
	box-shadow: 0 0 5px #999;
	background: url(../img/bgPickup.gif);
}
#pickup .clmP a {
	height: 100%;
	display: block;
}
#pickup .clmP a:hover {
	text-decoration: none;
}

#pickup .clmP img {
	margin: 0 auto 10px;
}
#pickup .clmP h2 {
	margin-bottom: 10px;
	padding-bottom: 13px;
	text-align: center;
	background: url(../img/uLine.png) no-repeat center bottom;
}
#pickup .clmP p {
	color: #3E3A39;
	font-size: 90%;
	line-height: 1.3;
}
/*#pickup .clmP2 {
	width: 375px !important;
}*/
/* slick-theme.css */
#pickup .slick-prev, #pickup .slick-next {
	width: 12px;
	font-weight: bold;
	border-radius: 3px;
	background: #999;
}
/* /end */


/* =main
---------------------------------------------------- */
.boxWt {
	padding: 10px;
	box-shadow: 0 0 5px #AAA;
	background: #FFF;
}

#clmMigoro h2 {
	float: left;
	width: 40%;
}
#clmMigoro p {
	float: left;
	width: 60%;
}

.ulMigoro {
	clear: both;
	padding-top: 5px;
	letter-spacing: -.5em;
	text-align: center;
}
.ulMigoro li {
	text-align: center;
	letter-spacing: normal;
	display: inline-block;
}

#clmStay h2 {
	margin: 10px 0 5px;
	font-size: 110%;
	font-weight: normal;
}
#clmStay .btnA {
	margin: 10px 0;
}

/* ---------- news */
.ulNews mark {
	width: 100px;
	padding: 2px 0;
	color: #FFF;
	font-size: 80%;
	text-align: center;
	display: inline-block;
}
.mkNa {background: #5dbaad;}/* なんでも＝お知らせ */
.mkBo {background: #5dba6f;}/* 募集中 */
.mkCr {background: #69afd0;}/* クルーズ */
.mkGr {background: #ef7e47;}/* グルメ */
.mkWd {background: #b77bac;}/* ウェディング */
.mkNs {background: #e27774;}/* 最新情報 */
.mkEs {background: #CCC;}/* その他（else） */

/* .ulNews time {
	color: #666;
	font-size: 80%;
} */

.ulNews i {
	font-style: normal;
}
.ulNews i a {
	text-decoration: underline;
}
.ulNews i a:hover {
	text-decoration: none;
}

/* ----- plus */
.ulNews .plus {
	padding: 2px 0;
	color: #999;
	font-size: 85%;
	text-align: center;
	background: #EEE;
}
.ulNews .plus:hover {
	cursor: pointer;
}

/* ---------- tour */
.ulTour li {
	margin-bottom: 2px;
	border-bottom: 1px dotted #CCC;
}
.ulTour li a {
	margin-bottom: 2px;
	padding: 5px 5px 5px 20px;
	background: url(../img/arwS.png) no-repeat 10px 10px #efefef;
	display: block;
}
.ulTour li a:hover {
	text-decoration: none;
	background-color: #DDD;
}

.ulTour li i {
	margin-top: 3px;
	margin-left: 10px;
	padding: 1px 5px 0;
	color: #FFF;
	font-size: 65%;
	font-weight: normal;
	border-radius: 3px;
	background: #F30;
}

/* ---------- event */
#clmEvent article {
}

#clmEvent mark {
	float: left;
	width: 23%;
	padding: 10px 0 3px;
	color: #FFF;
	text-align: center;
	line-height: 1.0;
	border-radius: 3px;
	background: #f8b62d;
}
#clmEvent mark b {
	padding: 0 2px;
}

#clmEvent h2 a {
	float: right;
	width: 74%;
	margin-top: 5px;
	color: #DD9D2C;
}
#clmEvent h2 a:hover {
	color: #956134;
	text-decoration: none;
}

#clmEvent h2 small {
	color: #333;
	font-size: 80%;
	display: block;
}

#clmEvent h3 {
	color: #999;
	font-size: 80%;
}

/* ---------- migoronohana, hotel */
#clmPush {
	margin-top: 30px;
}


/* --------------
 subpages contents
-------------- */

/* =page
-------------------------------------------------------------- **/
/* =main
---------------------------------------------------- */



/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */
.ulTourImg li {
	margin: 10px 5px 15px;
	font-size: 85%;
}
.ulTourImg li img {
	margin: 0 auto;
	display: block;
}
.ulTourImg li i {
	margin-top: 3px;
	margin-left: 10px;
	padding: 1px 5px 0;
	color: #FFF;
	font-size: 65%;
	font-weight: normal;
	font-style: normal;
	border-radius: 3px;
	background: #F30;
}


