@charset "utf-8";

/*rakuten*/
/*----------------------------------------------
    Base
----------------------------------------------*/

#wrapper img {
	max-width: 100%;
	vertical-align: middle;
}

#wrapper table {
	width: 100%;
}

#wrapper a {
	color: #44617b;
	text-decoration: none;
}

#wrapper a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

#wrapper h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#wrapper p {
	margin-bottom: 0.8em;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}


/*----------------------------------------------
    HEADER
----------------------------------------------*/

#wrapper {
	background-color: #16160e;
	color: #16160e;
	font: 14px/1.8 "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
	width: 100%;
}

.ie8 {
	background-color: #c1272d;
	color: #fff;
	padding: 10px;
	text-align: center;
}

/*
#header {
	background: url(https://www.tarou-an.jp/images/main-image01.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
}
*/

#slideshow {
   height: auto;
   position: absolute;
   width: 100%;
}

#slideshow li {
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
   height: 700px;
   margin: 0;
   padding: 0;
   position: absolute;
   width: 100%!important;
}

#h-wrapper {
	height: 750px;
	margin: 0 auto;
	width: 1000px;
}



#h-nav-area {
	background: url(https://www.tarou-an.jp/images/h_nav_bg.png);
	height: 700px;
	padding: 10px 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	z-index: 2;
}

#h-logo {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

#h-nav {
	margin-bottom: 10px;
	padding: 0 10px;
}

#h-nav li {
	margin-bottom: 1em;
}

#h-tel {
	margin-bottom: 20px;
}

#h-reservation p {
	margin-bottom: 0;
}

#h-reservation ul {
	margin: 5px 0 8px;
}


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

#main {
	background:
		url(https://www.tarou-an.jp/images/main_bg_washi.png) repeat,
		url(https://www.tarou-an.jp/images/main_bg_sakura.png) no-repeat top right;
	clear: both;
	padding-top: 80px;
}

#main .top-sec {
	clear: both;
	margin: 0 auto 80px;
	width: 850px;
}

.top-sec .figure {
	margin-bottom: 30px;
}

#wrapper .btn-link {
	margin-top: 2em;
}

#wrapper .btn-link a {
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px;
}

#wrapper .btn-link a:hover {
	background-color: #fff;
	color: #16160e;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#wrapper .btn-link2 {
	margin-top: 1em;
}

#wrapper .btn-link2 a {
	border: 1px solid #16160e;
	color: #16160e;
	padding: 6px 15px;
}

#wrapper .btn-link2 a:hover {
	background-color: #16160e;
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#top-cuisine p,
#top-room p {
	color: #fff;
}

#top-infomation {
	background-color: #f2f2f2;
	margin-bottom: 80px;
	padding: 50px 0;
}

#top-infomation .top-sec {
	margin: 0 auto;
	overflow: hidden;
}

#top-infomation h2 {
	text-align: center;
}

#top-info {
}

#top-info h2 img {
	height: auto;
	width: 182px;
}

#top-message h2 img {
	height: auto;
	width: 213px;
}

#top-message .figure {
	margin: 20px 0 0;
}

#top-message .figure img {
	margin: 0 auto;
}

#top-plan {
	position: relative;
}

#top-plan .show-plan {
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 25px;
}

#top-plan .show-plan img {
	height: auto;
	width: 160px;
}

#top-plan p {
	color: #16160e;
}

.box-col3 {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 20px;
	width: 270px;
}

.box-col3:nth-of-type(3n) {
	margin-right: 0;
}

.box-col3:nth-of-type(3n+1) {
	clear: both;
}

#top-plan .box-col3 {
	background-color: #fff;
	box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 10px 5px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 10px 5px;
	-moz-box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 10px 5px;
}

#top-plan .box-col3 .figure {
	margin-bottom: 20px;
	text-align: center;
}

#top-plan .box-col3 h3 {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#top-plan .box-col3 h3 a {
	font-size: 15px;
	font-weight: bold;
}

#top-plan .plan-overview {
	margin-bottom: 10px;
}

#top-plan .plan-overview p {
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}

#top-plan .plan-overview .ov-item {
	background-color: #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin-right: 0.5em;
	padding: 0 5px;
	text-align: center;
	width: 5em;
}

#top-plan .plan-detail {
	margin-bottom: 20px;
}

#top-plan .btn-plan {
	text-align: center;
}

#top-bnr-area {
	background-color: #f2f2f2;
	clear: both;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

#top-bnr-area .top-sec {
	margin: 0 auto;
}

#top-bnr-area li {
	margin-bottom: 20px;
}

#top-bnr-area li:nth-last-of-type(1) {
	margin-bottom: 0;
}


/*----------------------------------------------
    FOOTER
----------------------------------------------*/

#footer {
	background: url(https://www.tarou-an.jp/images/f_bg_washi.png) repeat;
	clear: both;
	padding: 50px 0;
}

.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#f-wrapper {
	margin: 0 auto 30px;
	overflow: hidden;
	width: 850px;
}

#f-nav {
	float: left;
	overflow: hidden;
}

#f-nav ul {
	float: left;
	margin-right: 2em;
}

#f-nav li {
	margin-bottom: 0.5em;
}

#f-nav a {
	color: #fff;
}

#f-address {
	float: right;
	overflow: hidden;
	width: 512px;
}

#f-logo-area {
	overflow: hidden;
	margin-bottom: 30px;
}

#f-logo {
	float: left;
	margin-right: 20px;
}

#f-logo img {
	height: auto;
	width: 177px;
}

#f-name p {
	color: #fff;
}

#f-contact {
	border: 1px solid #fff;
	overflow: hidden;
	padding: 20px;
}

#f-contact #f-tel {
	float: left;
	margin-right: 20px;
}

#f-contact #f-tel img {
	height: auto;
	width: 212px;
}

#f-contact #f-reservation p:nth-last-of-type(1) {
	margin-top: 28px;
	margin-bottom: 0;
}

#f-contact #f-reservation p:nth-last-of-type(2) {
	margin-bottom: 0;
}

#f-contact #f-reservation img {
	height: auto;
	width: 237px;
}

#copyright {
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 20px;
	text-align: right;
	width: 850px;
}


/*----------------------------------------------
    SUB PAGE（共通）
----------------------------------------------*/

.sub #h-wrapper h1 {
	position: absolute;
	right: -30px;
	top: 30%;
}

#breadcrumb {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	padding: 8px 0;
}

#breadcrumb ul {
	margin: 0 auto;
	width: 850px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li:after {
	content: " > "
}

#breadcrumb li:nth-last-of-type(1):after {
	content: ""
}

#breadcrumb li a {
	color: #16160e;
}

.sub #main {
	padding-top: 50px;
	padding-bottom: 80px;
}

#contents {
	background: rgba(255,255,255,0.9) url(https://www.tarou-an.jp/images/main_bg_sakura2.png) no-repeat 10px 10px;
	margin: 0 auto;
	padding: 50px 30px 80px;
	width: 850px;
}

#contents h2:first-child {
	border-bottom: 4px dotted #2b2b2b;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
}

#contents h2:first-child img {
	margin: 0 auto;
	text-align: center;
}

#contents h2:first-child + p {
	margin-bottom: 40px;
	text-align: center;
}

#contents .section .section:nth-of-type(1) {
	margin-top: 40px;
}

#contents .section .section {
	border-bottom: 3px dotted #999;
	margin-bottom: 80px;
	padding-bottom: 80px;
	position: relative;
}

#contents .section .section:nth-last-of-type(1) {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#contents h3 {
	margin-bottom: 30px;
}

#contents .figure {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}

#contents .figure:after {
	clear: both;
	content: "";
	display: block;
}

#contents .figure img {
	float: left;
}

#contents .figure .figcaption {
	font-size: 11px;
	text-align: right;
}


/*----------------------------------------------
    四季折々のお料理 cuisine
----------------------------------------------*/

.cuisine-h {
	background: url(https://www.tarou-an.jp/images/cuisine/top-image_cuisine.jpg) no-repeat center top !important;
	background-size: cover !important;
}

#cuisine-cont {
	margin: 0 auto 80px;
	width: 850px;
}

#cuisine-cont-wrap {
	margin-bottom: 40px;
}

.cuisine-cont-r {
	float: right;
}

.cuisine-cont-r .figure {
	margin-bottom: 20px;
}

.cuisine-cont-r .figure img {
	display: block;
}

.cuisine-cont-l {
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 510px;
}

.cuisine-cont-l .section {
	margin-bottom: 30px;
}

#wrapper .cuisine-cont-l h3 {
	margin: 0 0 0 -15px;
}

.note-box {
	background: #f2c9ac url(https://www.tarou-an.jp/images/cuisine/bg_koushi.png) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	padding: 40px;
}

.note-box h3 {
	overflow: hidden;
}

.note-box p {
	overflow: hidden;
}

.cuisine-cont-note {
	background: url(https://www.tarou-an.jp/images/cuisine/bg_nami.png) no-repeat bottom center,
				#f2c9ac url(https://www.tarou-an.jp/images/cuisine/bg_koushi.png) repeat;
}

.cuisine-cont-note .figure {
	float: right;
	margin-left: 20px;
}

.cuisine-cont-note h3 {
	border-bottom: 1px solid #16160e;
	padding-bottom: 8px;
}

.note-dining {
	background: url(https://www.tarou-an.jp/images/cuisine/bg_dining.png) no-repeat top right,
				#f2c9ac url(https://www.tarou-an.jp/images/cuisine/bg_koushi.png) repeat;
	background-size: contain, auto;
}

.note-dining h3 {
	margin: 0 0 20px -15px !important;
}

.note-dining p {
	width: 60%;
}

.main-cuisine #contents .section .section:nth-of-type(1) {
	border-top: 3px dotted #999;
	margin-top: 80px;
	padding-top: 80px;
}

.note-supre {
	background: #ede4cd url(https://www.tarou-an.jp/images/cuisine/bg_supremacy.png) no-repeat top left;
	min-height: 178px;
	padding: 20px 20px 20px 150px;
}

.note-supre h4 {
	font-weight: bold;
	margin-bottom: 5px;
}


/*----------------------------------------------
    お部屋 room
----------------------------------------------*/

.room-h {
	background: url(https://www.tarou-an.jp/images/room/top-image_room.jpg) no-repeat center top !important;
	background-size: cover !important;
}

.btn-room {
	position: absolute;
		top: 10px;
		right: 0;
}

#wrapper .btn-room a {
	background-color: #16160e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
}

.main-room #contents .section .section {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.main-room #contents .section .section:nth-last-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 0;
}

#contents .room-img .figure {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
}

#contents .room-img .figure:first-child {
	margin-left: 0;
}

#wrapper .room-img .figure a {
	color: #fff;
}

#wrapper .room-img .figure a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.room-img .figure .figcaption {
	background-color: rgba(22,22,14,0.7);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	padding: 10px 10px 0;
	position: absolute;
		bottom: 0;
		left: 0;
	text-align: left !important;
	width: 100%;
	z-index: 2;
}

.room-img .figure:hover .figcaption {
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.room-feat {
	overflow: hidden;
}

#contents .room-feat .figure {
	margin-bottom: 0;
}

.room-feat:nth-of-type(even) .room-feat-1 {
	float: left;
	width: 360px;
	margin-right: 30px;
}
	
.room-feat:nth-of-type(even) .room-feat-2 {
	float: right;
}

.room-feat:nth-of-type(odd) .room-feat-1 {
	float: right;
	width: 350px;
	margin-left: 40px;
}
	
.room-feat:nth-of-type(odd) .room-feat-2 {
	float: left;
}

.room-feat th,
.room-feat td {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.room-feat th {
	width: 100px;
}

.room-guide h3 {
	text-align: center;
}

#room-guide-map {
	margin-bottom: 30px;
}

.room-guide .figure {
	float: left;
	margin-right: 5px;
	position: relative;
	width: 260px;
}

.room-guide .figure:nth-of-type(3n) {
	margin-right: 0;
}

.room-guide .figure:nth-of-type(3n+1) {
	clear: both;
}

#contents .room-guide .figure .figcaption {
	font-size: 14px;
	text-align: left;
}

#contents .room-guide .figure .btn-zoom {
	position: absolute;
		top: 0;
		right: 0;
}


/*----------------------------------------------
    絶景のお風呂 bath
----------------------------------------------*/

.bath-h {
	background: url(https://www.tarou-an.jp/images/bath/top-image_bath.jpg) no-repeat center top !important;
	background-size: cover !important;
}

#contents .icon-free {
	position: absolute;
		top: 5px;
		right: 0;
}

#contents .bath-spec {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 20px 0;
}
	
#contents .bath-spec th {
	background-color: #ddbb99;
	color: #fff;
	padding: 10px;
	width: 15%;
}

#contents .bath-spec td {
	padding: 10px;
	width: 85%;
}

#contents .bath-room .figure {
	margin-top: 30px;
}


/*----------------------------------------------
    交通アクセス access
----------------------------------------------*/

.access-h {
	background: url(https://www.tarou-an.jp/images/access/top-image_access.jpg) no-repeat center top !important;
	background-size: cover !important;
}

.main-access #contents h2 {
	border-bottom: 0;
}

.main-access #contents .section .section {
	border-bottom: 0;
	margin-bottom: 50px;
	padding-bottom: 0;
}

.main-access .section .section h3 {
	background-color: #595857;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 10px 20px;
}

.access-ov {
	overflow: hidden;
}

#contents .access-ov .figure {
	float: right;
	margin-bottom: 0;
}

.main-access #contents .access-meth {
	clear: both;
	margin-bottom: 0;
}

.main-access #contents .access-meth .figure {
	text-align: center;
}

.main-access #contents .access-meth .figure img {
	float: none;
}


.access-meth h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.main-access #contents .access-meth .section:nth-last-of-type(1) {
	margin-bottom: 0;
}