@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------
  MAIN
--------------------------------------------- */

/**------------------------------main*/

#main{
	background-color: #FFFFFF;
	overflow:hidden;
	position:relative;
}

/* ------------------------------------------
  ENTRANCE
--------------------------------------------- */

#entrance {
	background: #eaeae6;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	position:relative;
	overflow: hidden;
}

/**---------entrance_unit*/

#entrance_unit {
	height: 100%;
	position:relative;
}

#entrance_unit ul {
	width: 100%;
	padding: 0;
	margin: 0 auto 0;
	overflow: hidden;
}

#entrance_unit a:hover {
	opacity: 1;
}

/**---------top image slick slider*/

.slick {
	width: 100%;
	margin: 0 auto;
	position:absolute;
}

.slick-slide {
	margin: 0px 2px 0;
}

/**---------topimg_unit*/

#topimg_unit {
	padding: 0;
	margin: 0 auto 0;
	position:absolute;
	overflow:hidden;
	top: 50%;
	margin-top: -400px	/* #topimg_unit img"height:800px"に対し50%の高さ */
}

#topimg_unit ul{
	margin: 0 auto 0;
}

#topimg_unit img {
	width: auto;
	height:800px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

@media (max-height: 1024px) {
#topimg_unit {
	margin-top: -350px	/* #topimg_unit img"height:700px"に対し50%の高さ */
}
#topimg_unit img {
	width: auto;
	height:700px;
}
}
@media (max-height: 820px) {
#topimg_unit {
	margin-top: -290px	/* #topimg_unit img"height:300px"に対し50%の高さ */
}
#topimg_unit img {
	width: auto;
	height:580px;
}
}
@media (max-height: 768px) {
#topimg_unit {
	margin-top: -230px	/* #topimg_unit img"height:300px"に対し50%の高さ */
}
#topimg_unit img {
	width: auto;
	height:460px;
}
}
@media (max-height: 640px) {
#topimg_unit {
	margin-top: -160px	/* #topimg_unit img"height:300px"に対し50%の高さ */
}
#topimg_unit img {
	width: auto;
	height:320px;
}
}
@media (max-height: 414px) {
#topimg_unit {
	margin-top: -110px	/* #topimg_unit img"height:300px"に対し50%の高さ */
}
#topimg_unit img {
	width: auto;
	height:220px;
}
}

/**------------------------------logo*/

#logo {
    background: url(../images/logo_gray.png) no-repeat center center scroll;
    background-size: 240px auto;
	-o-background-size: 240px auto;
	min-height: 100%;
	opacity: 0.7;
	width: 100%;
	padding: 0;
	margin: 0;
    position: absolute;
	z-index: 5;
}

#logo {
	text-indent: -9999px;
}
@media (max-width: 1024px) {
#logo {
	background-size: 200px auto;
	-o-background-size: 200px auto;
}
}
@media (max-width: 414px) {
#logo {
	background-size: 60% auto;
	-o-background-size: 60% auto;
}
}


/**------------------------------logo*/

#icon_entrance {
	background: url(https://www.kitaya-house.com/images/icon_entrance.png) no-repeat center bottom scroll;
	background-size: 180px auto;
	-o-background-size: 180px auto;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
    position: absolute;
	z-index: 5;
}

#icon_entrance {
	text-indent: -9999px;
}
@media (max-width: 1024px) {
#icon_entrance {
	background-size: 140px auto;
	-o-background-size: 140px auto;
}
}
@media (max-width: 640px) {
#icon_entrance {
	background-size: 120px auto;
	-o-background-size: 120px auto;
}
}
@media (max-width: 414px) {
#icon_entrance {
	background-size: 100px auto;
	-o-background-size: 100px auto;
}
}


/* ------------------------------------------
  CONCEPT
--------------------------------------------- */

/**---------concept*/

#concept {
	width: 100%;
	float:left;
	padding: 100px 0 100px;
	overflow:hidden;
	position:relative;
}

#concept h1{
	text-indent: -9999px;
	width:100%;
	margin: 0 auto 0;
}

/**---------concept_unit*/

#concept_unit {
	padding: 0;
	margin: 0 auto 0;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}

#concept_unit ul{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	margin: 0 auto 0;
	writing-mode: vertical-rl;  /* 縦書き*/
	-ms-writing-mode: tb-rl;  /* IE縦書き*/
	-webkit-writing-mode: vertical-rl;   /* Safari縦書き*/
	text-orientation: mixed;  /* 英文縦書き*/
	-webkit-text-orientation: mixed;  /* Safari英文縦書き*/
	align-items: center;  /* Safari中央揃え*/
	white-space: nowrap;  /*自動改行しない*/
}

#concept_title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin: 0 0 0 50px;
}

#concept_text {
	font-size: 20px;
	line-height: 40px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 20px 0 0 0;
}

@media (max-width: 1024px) {
#concept_title {
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	margin: 0 0 0 30px;
}

#concept_text {
	font-size: 18px;
	line-height: 35px;
	font-weight: 300;
	margin: 20px 0 0 0;
}
}

@media (max-width: 414px) {
#concept_title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
	margin: 0 0 0 20px;
}

#concept_text {
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	margin: 15px 0 0 0;
}
}

/* ------------------------------------------
  MEAL
--------------------------------------------- */

/**---------meal*/

#meal {
	background: #eaeae6 url(https://www.kitaya-house.com/images/icon_meal.png) no-repeat center bottom scroll;
	background-size: 180px auto;
	-o-background-size: 180px auto;
	width: 100%;
	float:left;
	padding: 0 0 180px;
	overflow:hidden;
	position:relative;
}

#meal h1{
	text-indent: -9999px;
	width:100%;
	height: 0px;
	margin: 0 auto 0;
}

@media (max-width: 1024px) {
#meal {
	background-size: 140px auto;
	-o-background-size: 140px auto;
	padding: 0 0 140px;
}
}
@media (max-width: 640px) {
#meal {
	background-size: 120px auto;
	-o-background-size: 120px auto;
	padding: 0 0 120px;
}
}
@media (max-width: 414px) {
#meal {
	background-size: 100px auto;
	-o-background-size: 100px auto;
	padding: 0 0 100px;
}
}


/**---------meal_unit*/

#meal_unit {
	padding: 0;
	margin: 0 auto 0;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}

#meal_unit ul{
	margin: 0 auto 0;
}

#meal_unit img {
	width: auto;
	height:200px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

@media (max-width: 1024px) {
#meal_unit img {
	width: auto;
	height:200px;
}
}
@media (max-width: 640px) {
#meal_unit img {
	width: auto;
	height:200px;
}
}


/**---------meal image slick slider*/

.slick {
	width: 100%;
	margin: 0 auto;
	position:absolute;
}

.slick-slide {
	margin: 0px 2px 0;
}


/**---------meal_unit01,02,03*/

#meal_unit01 {
	border-left: 1px solid #000;
	padding: 20px;
	overflow:hidden;
}
#meal_unit02 {
	border-left: 1px solid #000;
	padding: 20px;
	overflow:hidden;
}
#meal_unit03 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 20px;
	overflow:hidden;
}

@media (max-width: 480px) {
#meal_unit01 {
	border-top: 1px solid #000;
	border-left: none;
	padding: 20px;
}
#meal_unit02 {
	border-top: 1px solid #000;
	border-left: none;
	padding: 20px;
}
#meal_unit03 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: none;
	padding: 20px;
}
}

#meal_price {
	width:100%;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
    text-align: center;
	margin: 0;
}

#meal_price p{
	font-size: 36px;
	display:inline;
}

@media (max-width: 1024px) {
#meal_price {
	font-size: 15px;
	line-height: 36px;
    text-align: center;
}
#meal_price p{
	font-size: 30px;
	display:inline;
}
}
@media (max-width: 980px) {
#meal_price {
	font-size: 14px;
	line-height: 32px;
    text-align: center;
}
#meal_price p{
	font-size: 26px;
	display:inline;
}
}
@media (max-width: 640px) {
#meal_price {
	font-size: 13px;
	line-height: 28px;
    text-align: center;
}
#meal_price p{
	font-size: 24px;
	display:inline;
}
}
@media (max-width: 540px) {
#meal_price {
	font-size: 13px;
	line-height: 28px;
    text-align: center;
}
#meal_price p{
	font-size: 18px;
	display:inline;
}
}
@media (max-width: 480px) {
#meal_price {
	font-size: 14px;
	line-height: 32px;
    text-align: center;
}
#meal_price p{
	font-size: 26px;
	display:inline;
}
}

/**---------point_unit*/

#point_unit {
	padding: 0;
	margin: 0 auto 40px;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}

#point_unit img {
	width: 240px;
	height:240px;
	border-radius: 240px;		/* CSS3草案 */
	-webkit-border-radius: 240px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 240px;	/* Firefox用 */
	margin: 0 auto 10px;
}
@media (max-width: 980px) {
#point_unit img {
	width: 210px;
	height:210px;
	border-radius: 210px;		/* CSS3草案 */
	-webkit-border-radius: 210px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 210px;	/* Firefox用 */
}
}
@media (max-width: 768px) {
#point_unit img {
	width: 180px;
	height:180px;
	border-radius: 180px;		/* CSS3草案 */
	-webkit-border-radius: 180px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 180px;	/* Firefox用 */
}
}
@media (max-width: 640px) {
#point_unit img {
	width: 160px;
	height:160px;
	border-radius: 160px;		/* CSS3草案 */
	-webkit-border-radius: 160px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 160px;	/* Firefox用 */
}
}

@media (max-width: 540px) {
#point_unit img {
	width: 140px;
	height:140px;
	border-radius: 140px;		/* CSS3草案 */
	-webkit-border-radius: 140px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 140px;	/* Firefox用 */
}
}
@media (max-width: 480px) {
#point_unit img {
	width: 260px;
	height:260px;
	border-radius: 260px;		/* CSS3草案 */
	-webkit-border-radius: 260px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 260px;	/* Firefox用 */
}
}


#point_unit01, #point_unit02, #point_unit03 {
	padding: 0;
	overflow:hidden;
    text-align: center;
}

#point_heading {
	width:100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
    text-align: center;
	margin: 100px 0 0;
}
#point_heading br {
	display:none;
}
@media (max-width: 640px) {
#point_heading br {
	display:block;
}
}

#point_text {
	width:100%;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
    text-align: center;
	margin: 0;
}
#point_text br {
	display:none;
}

@media (max-width: 1024px) {
#point_text {
	font-size: 15px;
	line-height: 27px;
    text-align: center;
}
}
@media (max-width: 980px) {
#point_text {
	font-size: 14px;
	line-height: 26px;
    text-align: center;
}
}
@media (max-width: 640px) {
#point_text {
	font-size: 13px;
	line-height: 25px;
    text-align: center;
}
#point_text br {
	display:block;
}
}
@media (max-width: 540px) {
#point_text {
	font-size: 13px;
	line-height: 25px;
    text-align: center;
}
}
@media (max-width: 480px) {
#point_text {
	font-size: 14px;
	line-height: 26px;
    text-align: center;
}
#point_text br {
	display:none;
}
}

/**---------meal_bt*/

li#meal_bt{
	width: 100%;
	text-align: center;
	margin: 80px auto 0;
}
li#meal_bt img{
	width: 160px;
	height: 40px;
}


/* ------------------------------------------
  ROOM
--------------------------------------------- */

/**---------room*/

#room {
	background: #FFFFFF url(https://www.kitaya-house.com/images/icon_room.png) no-repeat center bottom scroll;
	background-size: 180px auto;
	-o-background-size: 180px auto;
	width: 100%;
	float:left;
	padding: 0 0 180px;
	overflow:hidden;
	position:relative;
}

#room h1{
	text-indent: -9999px;
	width:100%;
	height: 0px;
	margin: 0 auto 0;
}

@media (max-width: 1024px) {
#room {
	background-size: 140px auto;
	-o-background-size: 140px auto;
	padding: 0 0 140px;
}
}
@media (max-width: 640px) {
#room {
	background-size: 120px auto;
	-o-background-size: 120px auto;
	padding: 0 0 120px;
}
}
@media (max-width: 414px) {
#room {
	background-size: 100px auto;
	-o-background-size: 100px auto;
	padding: 0 0 100px;
}
}


/**---------room_unit*/

#room_unit {
	padding: 0;
	margin: 0 auto 0;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}

#room_unit ul{
	margin: 0 auto 0;
}

#room_text {
	width:100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
    text-align: center;
	margin: 0 0 40px;
}

#room_price {
	width:100%;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
    text-align: center;
	margin: 0;
}

#room_price p{
	font-size: 36px;
	display:inline;
}

#room_short {
	width:100%;
	font-size: 16px;
	line-height:30px;
	font-weight: 400;
    text-align: center;
	margin: 0;
}

#room_short p{
	font-size: 24px;
	display:inline;
}

@media (max-width: 1024px) {
#room_price {
	font-size: 15px;
	line-height: 36px;
    text-align: center;
}
#room_price p{
	font-size: 30px;
	display:inline;
}
#room_short {
	font-size: 15px;
	line-height: 30px;
    text-align: center;
}
#room_short p{
	font-size: 18px;
	display:inline;
}
}
@media (max-width: 980px) {
#room_price {
	font-size: 14px;
	line-height: 32px;
    text-align: center;
}
#room_price p{
	font-size: 26px;
	display:inline;
}
#room_short {
	font-size: 14px;
	line-height: 32px;
    text-align: center;
}
#room_short p{
	font-size: 20px;
	display:inline;
}
}
@media (max-width: 640px) {
#room_price {
	font-size: 13px;
	line-height: 28px;
    text-align: center;
}
#room_price p{
	font-size: 24px;
	display:inline;
}
#room_short {
	font-size: 13px;
	line-height: 28px;
    text-align: center;
}
#room_short p{
	font-size: 18px;
	display:inline;
}
}
@media (max-width: 540px) {
#room_price {
	font-size: 13px;
	line-height: 28px;
    text-align: center;
}
#room_price p{
	font-size: 18px;
	display:inline;
}
#room_short {
	font-size: 13px;
	line-height: 28px;
    text-align: center;
}
#room_short p{
	font-size: 18px;
	display:inline;
}
}
@media (max-width: 480px) {
#room_price {
	font-size: 14px;
	line-height: 32px;
    text-align: center;
}
#room_price p{
	font-size: 26px;
	display:inline;
}
#room_short {
	font-size: 14px;
	line-height: 32px;
    text-align: center;
}
#room_short p{
	font-size: 18px;
	display:inline;
}
}

/**---------room_bt*/

li#room_bt{
	width: 100%;
	text-align: center;
	margin: 80px auto 0;
}
li#room_bt img{
	width: 160px;
	height: 40px;
}

/**------------------------------roomimg_unit fadein*/

#roomimg_unit {
	width: 100%;
	height: 360px;
	padding: 0;
	margin:0 auto 40px;
	display: inline;  /* IE6 fix */
	overflow:hidden;
	position:relative;
}
#roomimg_unit img {
	width: 60%;
	height: 360px;
	margin: 0 auto 0;
	display: block;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}


@media (max-width: 1024px) {
#roomimg_unit {
	height: 300px;
}
#roomimg_unit img {
	width: 60%;
	height: 300px;
}
}
@media (max-width: 640px) {
#roomimg_unit {
	height: 300px;
}
#roomimg_unit img {
	width: 100%;
	height: 300px;
}
}
@media (max-width: 414px) {
#roomimg_unit {
	height: 220px;
}
#roomimg_unit img {
	width: 100%;
	height: 220px;
}
}


/* ------------------------------------------
  SHARE
--------------------------------------------- */

/**---------share*/

#share {
	background: #84796e url(https://www.kitaya-house.com/images/icon_share01.png) no-repeat center bottom scroll;
	background-size: 180px auto;
	-o-background-size: 180px auto;
	color: #FFFFFF;
	width: 100%;
	float:left;
	padding: 0 0 180px;
	overflow:hidden;
	position:relative;
}

#share h1{
	text-indent: -9999px;
	width:100%;
	height: 0px;
	margin: 0 auto 0;
}

@media (max-width: 1024px) {
#share {
	background-size: 140px auto;
	-o-background-size: 140px auto;
	padding: 0 0 140px;
}
}
@media (max-width: 640px) {
#share {
	background-size: 120px auto;
	-o-background-size: 120px auto;
	padding: 0 0 120px;
}
}
@media (max-width: 414px) {
#share {
	background-size: 100px auto;
	-o-background-size: 100px auto;
	padding: 0 0 100px;
}
}


/**---------share_unit*/

#share_unit {
	width:60%;
	padding: 0;
	margin: 0 20% 0;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}

#share_unit ul{
	margin: 0 auto 0;
}

/**---------share_image*/

.share_image {
	width:98%;
	margin: 0 1% 0;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

@media (max-width: 1024px) {
.share_image {
	width:98%;
	margin: 0 1% 0;
}
}

@media (max-width: 640px) {
#share_unit {
	width:100%;
	margin: 0 auto 0;
}
.share_image {
	width:98%;
	margin: 0 1% 0;
}
}

/**---------share_bt*/

li#share_bt{
	width: 100%;
	text-align: center;
	margin: 80px auto 0;
}
li#share_bt img{
	width: 160px;
	height: 40px;
}

/* ------------------------------------------
  MAP
--------------------------------------------- */

/**---------map*/

#map {
	background-color: #84796e;
	width: 100%;
	float:left;
	padding: 5px 0 0;
	overflow:hidden;
	position:relative;
}

#map h1{
	text-indent: -9999px;
	width:100%;
	height: 0px;
	margin: 0 auto 0;
}

/**---------map_unit*/

#map_unit {
	padding: 0;
	margin: 0;
	display: inline;  /* IE6 fix */
	overflow:hidden;
	opacity: 0.7;
}

iframe { 
	height: 600px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 1024px) {
iframe { 
	height: 500px;
}
}

@media (max-width: 414px) {
iframe { 
	height: 400px;
}
}




/* ------------------------------------------
  ABOUT
--------------------------------------------- */

/**---------about*/

#about {
	background: #FFFFFF;
	width: 100%;
	float:left;
	padding: 0 0 60px;
	overflow:hidden;
	position:relative;
}

#about h1{
	text-indent: -9999px;
	width:100%;
	height: 0px;
	margin: 0 auto 0;
}

@media (max-width: 1024px) {
#about {
	padding: 0 0 60px;
}
}
@media (max-width: 640px) {
#about {
	padding: 0 0 60px;
}
}
@media (max-width: 414px) {
#about {
	padding: 0 0 60px;
}
}


/**---------about_unit*/

#about_unit {
	padding: 0;
	margin: 0 auto 0;
	display: inline;  /* IE6 fix */
	overflow:hidden;
}

#about_unit ul{
	margin: 0 auto 0;
}

#about_subunit{
	width: 100%;
	padding: 0;
	margin: 0;
	float:left;
}

li#about_cont {
	width: 30%;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	vertical-align: bottom;
	text-align: right;
	letter-spacing: 0.2em;
	padding: 3px 0 0;
	margin: 0 0 25px;
	float: left;
}
li#about_text {
	width: 65%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
    text-align: left;
	letter-spacing: 0.1em;
	padding: 0;
	margin: 0 0 25px;
	float: right;
}
li#about_text p{
	font-size: 80%;
	display: inline;
}
li#about_text a{
	font-size: 130%;
	color: #000000;
}


@media (max-width: 1024px) {

}
@media (max-width: 980px) {
li#about_cont {
	width: 25%;
	font-size: 14px;
	padding: 3px 0 0;
	margin: 0 0 25px;
	float: left;
}
li#about_text {
	width: 70%;
	font-size: 18px;
	padding: 0;
	margin: 0 0 25px;
	float: right;
}
li#about_text a{
	font-size: 110%;
}
}
@media (max-width: 768px) {
li#about_cont {
	width: 20%;
	font-size: 14px;
	padding: 3px 0 0;
	margin: 0 0 25px;
	float: left;
}
li#about_text {
	width: 75%;
	font-size: 18px;
	padding: 0;
	margin: 0 0 25px;
	float: right;
}
}
@media (max-width: 640px) {
li#about_cont {
	width: 15%;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 3px 0 0;
	margin: 0 0 25px;
	float: left;
}
li#about_text {
	width: 80%;
	font-size: 17px;
	padding: 0;
	margin: 0 0 25px;
	float: right;
}
}
@media (max-width: 540px) {
li#about_cont {
	width: 100%;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 3px 0 0;
	margin: 0 0 5px;
	float: none;
}
li#about_text {
	width: 100%;
	font-size: 17px;
	text-align: center;
	padding: 0;
	margin: 0 0 25px;
	float: none;
}
li#about_text p{
	display:block;
}
li#about_text br{
	display:none;
}
}
@media (max-width: 480px) {
li#about_text l{
	display:block;
}
}