@charset "UTF-8";

/*------------------------------------------------------------------
	common
------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
.wrapper-page{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* margin */
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}
.mgnB90 {margin-bottom:90px !important;}
.mgnB100 {margin-bottom:100px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.mgnL0 {margin-left:0 !important;}
.mgnL5 {margin-left:5px !important;}
.mgnL10 {margin-left:10px !important;}
.mgnL15 {margin-left:15px !important;}
.mgnL20 {margin-left:20px !important;}
.mgnL30 {margin-left:30px !important;}
.mgnL40 {margin-left:40px !important;}
.mgnL50 {margin-left:50px !important;}
.mgnL100 {margin-left:100px !important;}

.mgnR0 {margin-right:0 !important;}
.mgnR1 {margin-right:1px !important;}
.mgnR5 {margin-right:5px !important;}
.mgnR10 {margin-right:10px !important;}
.mgnR15 {margin-right:15px !important;}
.mgnR20 {margin-right:20px !important;}
.mgnR30 {margin-right:30px !important;}
.mgnR40 {margin-right:40px !important;}
.mgnR45 {margin-right:45px !important;}
.mgnR50 {margin-right:50px !important;}
.mgnR90 {margin-right:90px !important;}
.mgnR100 {margin-right:100px !important;}

.pdnT0{padding-top:0 !important;}
.pdnB0{padding-bottom:0 !important;}


.alignC {
	text-align:center !important;
}
.alignL {
	text-align:left !important;
}
.alignR {
	text-align:right !important;
}

/* text */
.txt-s{
	font-size:12px;
}
.txt-price{
	font-size:14px;
}

p{
	font-size:14px;
	color:#333;
	line-height:1.6;
	font-weight:normal;
}

/* title */
h1 img{margin-bottom: 20px;}

.tit-main{
	font-size: 1.5em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}

.tit-section{
	font-size: 1.8em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
}

.tit-lined{margin-bottom: 20px;}
.tit-lined span{
	border-bottom:1px solid #000;
	padding:0 100px 5px 2px;
	font-size: 22px;
}

.tit-lined-2{
	border-bottom:1px solid #000;
	padding:0 0 8px;
	font-size: 22px;
	margin-bottom: 20px;
}

/* link */
p a{
	color:#333;
	text-decoration:none;
}

p a:hover{
	text-decoration:underline;
}

/* table */
.wrapper-page table{
	border-collapse:collapse;
}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* wrapper */
.wrapper-page{
	width:950px;
	margin:0 auto;
	text-align: center;
}

/* reset */
.wrapper-page h1,h2,h3,h4,dl,dt,dd,ul,ol,li,p,form,fieldset,legend,table,thead,tbody,tfoot,tr,th,td{
	margin:0;
	padding:0;
}

.wrapper-page h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

img { max-width:100%; }

/*
  TOP
*--------------------------------------------*/
/* slider */
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#slider .inner {
  width: 100%;
  overflow: hidden;
}
#slider .inner img {
  display: none;
  position: absolute;
  left: 0;
}
#slider .inner .img01 {
  display: block;
}


.top-bnr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 15px 0 30px;
}

.top-bnr a{display: block;}


/*
  concept
*--------------------------------------------*/
ul.nav-concept{
	width: 67%;
	margin: 0 auto 60px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

ul.nav-grouphotel{
	width: 100%;
	margin: 0 auto 60px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

ul.nav-grouphotel li{
	width: 280px;
	margin: 0 0 50px;
}


/*
  room
*--------------------------------------------*/
ul.nav-room{
	width: 500px;
	margin: 0 auto 60px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

ul.nav-room li{
	width: 199px;
	margin: 0 0 10px;
}


/*
  access
*--------------------------------------------*/
ul.info-access{
	width: 100%;
	margin: 0 auto 60px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

ul.info-access li:nth-child(1){
	width: 534px;
}