@charset "UTF-8";
/*

Theme Name: HOTEL ROOTS

Description: ROOTS theme.

*/




body, html, main {
    /* important */
    height: 100%;
	
}
html {
	width: 100%;
	padding: 0;
	border: 0;
	font-size: 16px;

}

body {
	font-family: sans-serif;
    font-family:  "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	color: #333;
	background-color: #fff;
}
p {
	padding: 0;
	margin:0;
	line-height: 150%;
}
h1 {
	display: none;
}
h2 {
	font-family: "Sawarabi Mincho",serif;
	font-size:2.5rem;
	margin-bottom: 0px;
	line-height: 75%;
	letter-spacing: 0.1em;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
a:active {
}
a img:hover{
	opacity: 1.0!important;
	filter:brightness(120%);
	transition: 0.3s;
}
img {
	max-width: 100%;
	height: auto;
}


/*common*/
.smalltext {
	font-size:0.8rem;
}
.back {
	width: 160px;
	margin-left: auto;
}
.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'

}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
	
}
.facebook-wrapper > .fb-page {
    width: 100%;
	    height: 600px;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
	height:100%;
}
._2p3a {
	    width: 100% !important;

}
.w-500 {
	width:500px;
}


/*header*/


.roots_hero {
	width: 100%;
	height: 500px;
	background-color: #ccc;
	position: relative;
}
.roots_hero ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	box-sizing:border-box;
	width: 100%;
	height: 500px;
}
.roots_hero ul img {
	width:100%;
	height:500px;
	object-fit: cover;
	box-sizing:border-box;
}
.roots_head {
	position: absolute;
	height: 500px;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 15;
}
.roots_logo_head {
	width: 160px;
	padding: 10px 00px 0px 0px;
	text-align: center;
	background-color: #5D1618;
	position: absolute;
	left: 15px;
	top: 0px;
}
.roots_yoyaku {
	position: absolute;
	right: 15px;
	bottom: 30px;
	width: 200px;
}




/*navigation*/
.roots_nav {
	color:#fff;
	background-color: #5D1618;
	letter-spacing: 0.2em;
	font-family: "Sawarabi Mincho",serif;
}
.roots_nav a:link, .roots_nav a:visited {
	text-decoration: none;
	color: #fff;
}

.roots_nav ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.roots_nav li {
	padding: 15px;
}



/*news*/

.roots_copy {
	text-align:center;
}
.roots_copy img {
	width:60%;
	height:auto;
	border-radius:10px;
	
}
.roots_copy h2 {
	font-size:1.8rem;
	line-height:150%;
}


/*rooms*/
.roots_rooms {
    background-image: url("image/bgr.png");
    background-repeat: repeat;
}
.roots_rooms ul {
	list-style-type:none;
	padding:0;
	display:flex;
}
.roots_rooms li {
	width:25%;
	margin-bottom:15px;
}
.roots_rooms li+li {
	margin-left:15px;
}
.roots_rooms a {
	display:block;
}
.roots_rooms_content img {
}
/*price*/

.roots_price {
	width:75%;
	max-width:860px;
	height:auto;
}
/*service*/
.roots_service {
	    background-image: url("image/bgd2.png");
    background-repeat: repeat;
	color:#fff;
}


/*access*/
.googlemap iframe {
	width: 100%;
	height: 600px;
}
.roots_ac_logo {
	
	width:200px;
	height:auto;
}

/*footer*/
.roots-footer {
	color:#fff;
	background-color: #5D1618;
	letter-spacing: 0.2em;
	font-family: "Sawarabi Mincho",serif;
	padding: 10px;
	text-align:center;
	font-size:0.7rem;
}

/*single*/
.roots_single {
	
}
.roots_single h2 {

}
.roots_single_roomlist h4 {
	font-family: "Sawarabi Mincho",serif;
	letter-spacing:0.2em;
	width:100%;
	background-color:#fff;
	padding:6px;
}
.roots_single_roomlist a:link, .roots_single_roomlist a:visited {
	color:#333;
}
.roots_yoyaku_single {
	margin-left:auto;
	margin-right:auto;
	width: 200px;
}
