@charset "UTF-8";

/*
Theme Name: ギャラリーペンション当麻
Description:
*/

/**********************************************************************************

	reset
	
***********************************************************************************/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html { overflow-y: scroll; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul { list-style:none; }
table {
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th { text-align: left; }
a:focus { outline:none; }
/* clearfix */
.clearfix, div, ul, dl, ol { zoom: 1; }
.clearfix:after,
div:after,
ul:after,
dl:after,
ol:after {
  content: "";
  display: block;
  clear: both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*** font
*********************************************************************************/
/*
Font-size list (base: 14px)
 72% = 10px
 79% = 11px
 86% = 12px
 93% = 13px
100% = 14px
108% = 15px
115% = 16px
122% = 17px
129% = 18px
136% = 19px
143% = 20px
150% = 21px
158% = 22px
165% = 23px
172% = 24px
179% = 25px
182% = 26px
*/

/*** 初期設定
*********************************************************************************/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	background: url(common/bg_body.png) repeat;
}
/* タブレット対応 */
body, html {
	width: 100%;
	min-width: 1280px;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.ie8 img { width: auto; }
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
img {	/*ゆっくり透過させる*/
	-webkit-transition: 0.6s;
	transition: 0.6s; 
}
a { 
	color: #30AC30;
	text-decoration: underline;
}

/*** layout
*********************************************************************************/
#contents {
	width: 100%;
	min-width: 1100px;
	position: relative;
	margin-top:30px;
}
.inner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

/**********************************************************************************

	header
	
***********************************************************************************/
.top header {
	width: 100%;
	height: 700px;
	position: relative;
}
header {
	width: 100%;
	height: 500px;
	position: relative;
}
#headerArea {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: url(common/bg_header.png) repeat-x;
	padding: 0;
	z-index: 100;
}
#headerArea .inner { padding-top: 20px; }
h1#logo { 
	width: 271px;
	float: left;
}
#navArea { 
	width: 790px;
	float: right;
}
#gNav {
	width: 684px;
	float: left;
}
#utilityNav {
	width: 100px;
	float: right;
	margin-top: -10px;
}

/*** movieArea
*********************************************************************************/
#movieArea { 
	width: 100%;
	height: 620px;
	position: relative;
	overflow: hidden;/*はみ出したら両側から消えていく*/
}
#movieArea .inner { 
	width: 1320px;
	height: 620px;
	position: absolute;
	left: 50%;
	margin-left: -660px;
}
#movieCover {
	position: absolute;
	z-index: 100;
}
#movie {
	position: absolute;
	z-index: -100;
}

/**********************************************************************************

	gNav
	
***********************************************************************************/
#gNav li {
	float: left;
	overflow: hidden;
	white-space: nowrap;
  	text-indent: 100%;	
}
#gNav li a {
	display: block;
	height: 40px;
	background-image: url(common/btn_gNav.png);
	background-repeat: no-repeat;
}

/** gNav Individual
================================================================================*/
#gNav li.navTop a {
	width: 64px;
	background-position: left 0;
}
#gNav li.navTop a:hover, #gNav li.navTop a:active, .top #gNav li.navTop a {
	background-position: left -40px;
}
#gNav li.navFacility a {
	width: 85px;
	background-position: -64px 0;
}
#gNav li.navFacility a:hover, #gNav li.navFacility a:active, .facility #gNav li.navFacility a {
	background-position: -64px -40px;
}
#gNav li.navRooms a {
	width: 79px;
	background-position: -149px 0;
}
#gNav li.navRooms a:hover, #gNav li.navRooms a:active, .rooms #gNav li.navRooms a {
	background-position: -149px -40px;
}
#gNav li.navDinner a {
	width: 84px;
	background-position: -228px 0;
}
#gNav li.navDinner a:hover, #gNav li.navDinner a:active, .dinner #gNav li.navDinner a {
	background-position: -228px -40px;
}
#gNav li.navGallery a {
	width: 91px;
	background-position: -312px 0;
}
#gNav li.navGallery a:hover, #gNav li.navGallery a:active, .gallery #gNav li.navGallery a {
	background-position: -312px -40px;
}
#gNav li.navSightseeing a {
	width: 114px;
	background-position: -403px 0;
}
#gNav li.navSightseeing a:hover, #gNav li.navSightseeing a:active, .sightseeing #gNav li.navSightseeing a {
	background-position: -403px -40px;
}
#gNav li.navPrice a {
	width: 92px;
	background-position: -517px 0;
}
#gNav li.navPrice a:hover, #gNav li.navPrice a:active, .price #gNav li.navPrice a {
	background-position: -517px -40px;
}
#gNav li.navAccess a {
	width: 75px;
	background-position: right 0;
}
#gNav li.navAccess a:hover, #gNav li.navAccess a:active, .access #gNav li.navAccess a {
	background-position: right -40px;
}

/*** catch
*********************************************************************************/
#catch { 
	margin-top: -40px;
	text-align:center;
}

/*** contents
*********************************************************************************/
.section { margin-bottom: 70px; }
h2, h3 { margin-bottom: 15px; }
.planBnr { 
	text-align: center;
	margin-bottom: 70px; 
}

/** index
================================================================================*/
body.index {
	background: url(images/img_movieCover.jpg) top center no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
.index #logoArea {
	width: 350px;
	height: 254px;
	margin: 0 0 0 -175px;
	position: fixed;
	bottom: 100px;
	left: 50%;
}
.index h1 {
	width: 327px;
	height: 134px;
	margin: 0 5px 30px;
}
#enter a {
	display: block;   
	overflow: hidden; 
	width: 350px;
	height: 90px;    
	margin: 0 auto;
	background: url(images/btn_enter.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#enter a:hover { background-position: 0 -90px; }

/** 動画
================================================================================*/
/*#indexMovie {
	width: 100%;
	height: 100%;
	z-index: 100;
}
video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 99;
	background-size: cover;
}*/
#main_movie {
	width: 100%;
	height: 100%;
}
	#main_movie video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
}
/* タブレット動画対応 */
#main_movie .tablet{
	visibility: hidden;
}
@media screen and (max-width: 1280px) {

#main_movie video{
	visibility: hidden;
}

}

/** top
================================================================================*/
.slide {
	overflow:hidden;
	position:relative;
	margin-top: -40px;
	z-index: 50;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.slideInner li img {
	width: 1500px;
	height: 700px;
}
#gallery01 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	background: url(common/bg_wood.jpg) repeat;
	margin-bottom: 50px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#gallery01 ul {
	width: 1500px;
	height: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#appeal {
	width: 970px;
	margin: 0 auto 70px;
}
#appeal h2 {
	text-align: center;
	margin-bottom: 70px;
}
#appeal ul li {
	width: 205px;
	float: left;
	margin-right: 50px;
}
#appeal ul li:last-child { margin-right: 0; }
#planArea {
	width: 800px;
	float: left;
}
#sidebar {
	width: 250px;
	float: right;
}
#planSearch {
	width: 250px;
	height: 333px;
	background: url(top/bg_planSearch.jpg) top no-repeat;
	margin-bottom: 20px;
}
#searchInner {
	width: 230px;
	margin: 0 auto;
}

/** facility
================================================================================*/
#dining .box { margin-bottom: 30px; }
#dining .box .photo {
	width: 350px;
	float: left;
}
#dining .box .txt {
	width: 720px;
	float: right;
	margin-top: 25px;
}
#dining .box .txt h2 { 
	width: 300px;
	float: left;
}
#dining .box .txt p { 
	width: 420px;
	float: right;
}
#dining ul li {
	width: 350px;
	float: left;
	margin-right: 25px;
}
#dining ul li:last-child { margin-right: 0; }
#gallery02 .box { margin-bottom: 30px; }
#gallery02 .box .txt {
	width: 720px;
	float: left;
	margin-top: 30px;
}
#gallery02 .box .txt h2 { 
	width: 300px;
	float: left;
}
#gallery02 .box .txt p { 
	width: 420px;
	float: right;
}
#gallery02 .box .photo {
	width: 350px;
	float: right;
}
#gallery02 ul li {
	width: 350px;
	float: left;
	margin: 0 25px 25px 0;
}
#gallery02 ul li:nth-child(3n) { margin-right: 0; }
#gallery02 ul li:nth-last-child(-n+3) { margin-bottom: 0; }
#bath .box .photo {
	width: 500px;
	float: left;
}
#bath .box .txt {
	width: 570px;
	float: right;
}
#publicSpace .box .txt {
	width: 570px;
	float: left;
}
#publicSpace .box .photo {
	width: 500px;
	float: right;
}

/** rooms
================================================================================*/
#roomInfo .photo {
	width: 500px;
	float: left;
}
#roomInfo .txt {
	width: 570px;
	float: right;
}
#roomInfo .txt p { margin-bottom: 10px; }
#roomInfo .txt h3 { 
	font-size: 115%;
	color: #306B50;
	margin-left: -0.5em;
}
#roomInfo .txt dl { border-bottom: 1px dotted #999; }
#roomInfo .txt dl dt {
	float: left;
	width: 9em;
	border-top: 1px dotted #999;
	padding: 9px 0 0 0;
}
#roomInfo .txt dl dd {
	margin-left: 9em;
	padding: 9px 0 9px 0;
	border-top: 1px dotted #999;
}
#roomDetail h2 {
	text-align: center;
	margin-bottom: 70px;
}
ul#room{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul#room li {
	width: 540px;
	/*float: left;*/
	margin-bottom: 50px;
}
/*ul#room li:nth-last-child(-n+2) { margin-bottom: 0; }*/
/*ul#room li:nth-child(2n+1) { margin-right: 20px; }*/
ul#room li p.txt { margin-bottom: 10px; }
.bx-viewport{
	box-shadow: none!important;
	border: none!important;
	left: 0!important;
}
.bx-wrapper{
	margin: 0!important;	
}
.bx-wrapper .bx-pager{
	bottom: 5px!important;	
}


/** dinner
================================================================================*/
#meat .box { margin-bottom: 20px; }
#meat .box .txt {
	width: 570px;
	float: left;
}
#meat .box .photo {
	width: 500px;
	float: right;
}
#meat ul li {
	width: 260px;
	float: left;
	margin-right: 20px;
}
#meat ul li:last-child { margin-right: 0; }
#bbq .box { margin-bottom: 20px; }
#bbq .box .txt {
	width: 570px;
	float: right;
}
#bbq .box .photo {
	width: 500px;
	float: left;
}
#bbq ul li {
	width: 350px;
	float: left;
	margin-right: 25px;
}
#bbq ul li:last-child { margin-right: 0; }
#breakfast .txt {
	width: 570px;
	height: 330px;
	float: left;
	background: url(dinner/breakfast02.png) right bottom no-repeat;
}
#breakfast .photo {
	width: 500px;
	float: right;
}
#rice .txt {
	width: 570px;
	float: right;
}
#rice .photo {
	width: 500px;
	float: left;
}

/** gallery
================================================================================*/
.item h2 { 
	margin-bottom: 50px;
	text-align: center;
}
.item ul li {
	width: 200px;
	float: left;
	margin: 0 25px 25px 0;
}
.item ul li:nth-child(5n) { margin-right: 0; }

/** sightseeing
================================================================================*/
.areaGuide ul li {
	width: 520px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	background: url(common/bg_wood.jpg) top left repeat;
}
.areaGuide ul li:nth-child(2n+1) { margin-right: 20px; }
.areaGuide ul li h3 { 
	font-size: 115%;
	margin-bottom: 10px; 
}
.areaGuide ul li .photo {
	width: 200px;
	float: left;
}
.areaGuide ul li .txt {
	width: 310px;
	float: right;
}
.areaGuide ul li .txt p { margin-bottom: 10px; }
.areaGuide ul li .txt dl { border-bottom: 1px dotted #999; }
.areaGuide ul li .txt dl dt {
	float: left;
	width: 5.5em;
	border-top: 1px dotted #999;
	padding: 8px 0 0 0;
}
.areaGuide ul li .txt dl dd {
	margin-left: 5.5em;
	padding: 8px 0 8px 0;
	border-top: 1px dotted #999;
}
#experience ul li { height: 310px; }
#sportsland ul li { height: 350px; }
#tohmaMt ul li { height: 370px; }
#asahikawa ul li { height: 400px; }
#restaurant dl {
	border: 1px solid #b7b7b7;
	border-top: 0;
	background: #F7D4DC;
}
#restaurant dt {
	float: left;
	width: 16em;
	border-top: 1px solid #b7b7b7;
	padding: 10px 0 0 15px;
}
#restaurant dd {
	margin-left: 16em;
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	background: url(common/bg_wood.jpg) top left repeat;
}
.areaGuide2 {
	width: 1080px;
	padding: 10px;
	background: url(common/bg_wood.jpg) top left repeat;
}
#roadStation .photo {
	width: 490px;
	float: left;
}
#roadStation .txt {
	width: 560px;
	float: right;
}
#spa .photo {
	width: 490px;
	float: right;
}
#spa .txt {
	width: 560px;
	float: left;
}
.areaGuide2 .txt p { margin-bottom: 10px; }
.areaGuide2 .txt dl { border-bottom: 1px dotted #999; }
.areaGuide2 .txt dl dt {
	float: left;
	width: 5.5em;
	border-top: 1px dotted #999;
	padding: 8px 0 0 0;
}
.areaGuide2 .txt dl dd {
	margin-left: 5.5em;
	padding: 8px 0 8px 0;
	border-top: 1px dotted #999;
}
#asahikawa .txt dl dd { word-break: break-all; }

/** price
================================================================================*/
#priceList h2 {
	text-align: center;
	margin-bottom: 70px;
}
#priceList ul {
	width: 1060px;
	padding: 25px 20px;
	background: url(common/bg_wood.jpg) top left repeat;
}
#priceList ul li {
	width: 510px;
	float: left;
}
#priceList ul li:nth-child(2n+1) { margin-right: 40px; }
#priceList ul li.priceBg {
	width: 510px;
	height: 200px;
	display: block;
	background: url(price/bg_torikago.png) center no-repeat;
}
#priceList ul li dl { border-bottom: 1px dotted #999; }
#priceList ul li dl dt {
	float: left;
	width: 12em;
	border-top: 1px dotted #999;
	padding: 10px 0 0 0;
}
#priceList ul li dl dd {
	margin-left: 12em;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #999;
}

/** access
================================================================================*/
#gMap {
	width: 1060px;
	height: 460px;
	padding: 18px;
	border: 1px solid #b7b7b7;
	background: #fff;
}
#illustMap {
	width: 1000px;
	height: 1300px;
	padding: 50px;
	background: url(common/bg_wood.jpg) top left repeat;
}
.route dl {
	border: 1px solid #b7b7b7;
	border-top: 0;
	background: #F7D4DC;
}
.route dt {
	float: left;
	width: 10em;
	border-top: 1px solid #b7b7b7;
	padding: 10px 0 0 15px;
}
.route dd {
	margin-left: 10em;
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	background: #fff;
}

/** sitemap
================================================================================*/

/** pagetop
================================================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}

/**********************************************************************************

	footer
	
***********************************************************************************/
footer { 
	width: 100%;
	min-width: 1100px;
	background: url(common/bg_footer.png) top left repeat-x;
	overflow: hidden;/*はみ出したら両側から消えていく*/
}
footer .inner { 
	width: 1100px;
	height: 250px;
	margin: 0 auto;
}
#fNav { 
	height: 20px;
	padding: 15px 0;
	text-align: center; 
}
#fNav li {
	padding-left: 10px;
	margin-left: 10px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 86%;
}
#fNav li + li { border-left:1px solid #555; }
#fNav li a { 
	color: #555;
	text-decoration: none;
}
#fNav li a:hover { text-decoration: underline; }
#siteInfo { 
	padding-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 86%;
	margin-bottom: 25px;
}
#siteInfo h2 { margin-bottom: 10px; }
#liberty { 
	text-align: center;
	color: #fff;
	font-size: 86%;
}
#liberty a { 
	color: #fff;
	text-decoration: none; 
}
#liberty a:hover { text-decoration: underline; }
p#copy img { vertical-align: middle; }


/*** attachment
*********************************************************************/
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.bold { font-weight: bold; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

#carousel {
	overflow: hidden;
	width: 1500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#carousel ul.carousel_line {
    width: 4000px;
}
#carousel ul.carousel_line li {
    float: left;
    margin-right: 20px;
}
#carousel ul.carousel_line li img {
    width: 200px;
    height:200px;
}
hr {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-width: 0px;
	border-style: none;
}

/*タブレット縦対策*/
/*社内タブレット（縦）対策*/
@media screen and (min-width:769px) and (max-width:1010px) {

.index #logoArea {
    width: 350px;
    height: 254px;
    margin: -127px 0 0 -175px;
    position: fixed;
    bottom: 50%;
    left: 50%;
}
}
