@charset "utf-8";

/* ---------------------------------------------------------------------------------- */
/* reset */
/* ---------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body,
html,
main {
	/* important */
	height: 100%;
	background-color: #FFFFFF;
	font-family: "Sawarabi Gothic";
}

.wf-sawarabigothic {
	font-family: "Sawarabi Gothic";
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	transition: 0.5s;
}

a {
	outline: none;
}

a:link,
a:visited,
a:active {
	color: #F60;
	text-decoration: none;
}

a:hover {
	color: :#F96;
	text-decoration: underline;
	outline: 0;
}

.clear {
	clear: both;
}

.al-center {
	text-align: center;
}

.al-left {
	text-align: left;
}

.al-right {
	text-align: right;
}


/* ---------------------------------------------------------------------------------- */
/* common */
/* ---------------------------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	min-width: 1080px;
	color: #000;
	font-family: "Sawarabi Gothic";
}

.dish_slide {
	width: 790px;
	margin: 0 auto;
}


.dish_slide .left {
	width: 440px;
}

.dish_slide .right {
	width: 440px;
}

.dish_slide h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	color: #E1D29D;
	margin: 15px 0;
}

.bxslider1 img {
	width: 790px;
	height: 470px;
}

/* header -------------------------------------------------------- */

#header {
	width: 100%;
	height: 100px;
	/*	height: 50px;*/
	background: url(../img/common/bg_header.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: 99;
	display: inherit;
	min-width: 1080px;
	padding: 0;
}

nav {
	width: 760px;
}

.nav_l {
	width: 237px;
	float: left;
}

.nav_r {
	width: 523px;
	float: right;
}

.nav_r1 {
	height: 50px;
	margin: 0;
}

.nav_r2 {
	height: 50px;
	margin: 0;
}

.nav_r1 li {
	height: 50px;
	float: left;
	margin: 0;
}

.nav_r2 li {
	height: 50px;
	margin: 0;
	float: left;
}


#header.fix {
	width: 100%;
	height: 100px;
	background: url(../img/common/bg_header.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: 99;
	min-width: 1080px;
	padding: 0;
	position: fixed;
	top: 0px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.tel_logo {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

/* pege top -------------------------------------------------------- */

#pagetop {
	position: fixed;
	bottom: 140px;
	right: 0px;
}

#pagetop a {
	text-decoration: none;
	background-color: #F99500;
	opacity: 0.8;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	display: block;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	font-size: 11px;
	height: auto;
	width: 65px;
	line-height: 1.4em;
}

/* footer -------------------------------------------------------- */

footer {
	background-image: url(../img/common/bg_header.png);
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	min-width: 1080px;
}

.footer {
	width: 830px;
	margin: 0 auto;
	padding: 15px 0;
}

.footer_l {
	width: 310px;
	float: left;
	text-align: center;
}

.footer_r {
	width: 480px;
	float: right;
	border-left: 1px solid #FFF;
	padding: 0 0 0 35px;
}

.footer_p1 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #FFF;
}

.footer_p1 span {
	font-size: 24px;
	font-weight: bold;
}

.footer_p2 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #FFF;
}

.footer_p2 span {
	font-size: 24px;
	font-weight: bold;
	color: #ff3;
}

/* ページ共通 -------------------------------------------------------- */

#contents {}

.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.top_contents1_space {
	height: 100vh;
}

.top_contents2_space {
	height: 550px;
}

.wrap1080 {
	width: 1080px;
	margin: 0 auto;
}

.title_in {
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 2px;
	color: #F19E32;
	text-align: center;
	line-height: 45px;
	padding-top: 50px;
}

.title_in span {
	font-size: 20px;
	font-weight: bold;
	color: #E1D29D;
}



.top_contents {
	padding: 50px 0;
	width: 1080px;
	margin: 0 auto;
}

.top_contents1_p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #2C1901;
	line-height: 30px;
	text-align: center;
}

.top_contents1_p span {
	color: #900;
}


/* ---------------------------------------------------------------------------------- */
/* top */
/* ---------------------------------------------------------------------------------- */

.cd-bg-1 {
	background-image: url(../img/top/bg0.jpg);
	background-position: bottom;
}

.cd-bg-3 {
	background-image: url(../img/top/bg3.jpg);
}

.cd-bg-4 {
	background-image: url(../img/top/bg1.jpg);
	background-position: bottom;
}

.cd-bg-5 {
	background-image: url(../img/top/bg4.jpg);
	background-position: ;
}

.cd-bg-6 {
	background-image: url(../img/top/bg5.jpg);
	background-position: top;
}

#greeting {
	background: url(../img/top/bg_greeting2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 400px;
}

.miryoku1 {
	background-image: url(../img/top/topimage1.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1050px;
	margin: 0 auto;
}

.mikanBnrDiv {
	display: flex;
	justify-content: center;
}

.mikanBnrDiv img {
	padding: 8px 64px;
}

.mikanBnrDiv a:hover {
	opacity: .7;
	transition: .2s;
}

.miryoku2 {
	background-image: url(../img/top/topimage2.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1050px;
	margin: 0 auto;
}

.miryoku3 {
	background-image: url(../img/top/topimage3.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.miryoku3p {
	font-size: 16px;
	color: #2C1901;
	text-align: left;
	line-height: 33px;
	letter-spacing: 1px;
	padding: 150px 0 80px 40px;
}

.miryoku2p {
	font-size: 16px;
	color: #2C1901;
	text-align: left;
	line-height: 33px;
	letter-spacing: 1px;
	padding: 140px 0 80px 550px;
}

.miryoku2p span {
	font-size: 12px;
	color: #900;
}

.miryoku1p {
	font-size: 16px;
	color: #2C1901;
	text-align: left;
	line-height: 33px;
	letter-spacing: 1px;
	padding: 150px 0 40px 40px;
}


/* ---------------------------------------------------------------------------------- */
/* cottage */
/* ---------------------------------------------------------------------------------- */

.cd-bg-7 {
	background-image: url(../img/top/bg6.jpg);
	background-position: top;
}


.cd-bg-77 {
	background-image: url(../img/top/bg14.jpg);
	background-position: center;
}

.top_contents_pic {
	padding: 0 0 30px 400px;
}

.shisetugaiyou {
	width: 1050px;
	margin: -10px 0 0 20px;
}

.ryoukinDiv {}


.shisetutable {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
	margin-top: -10px;
	text-align: left;
}

.syukuhakuTable {
	margin: 8px auto 16px auto;
}

.syukuhakuTable .bigTxt {
	font-size: 1.3em;
}

.syukuhakuTable span {
	font-weight: 700;
}

.syukuhakuTable .emptyTh {
	background-color: #fff;
}

.syukuhakuTable th,
.syukuhakuTable td {
	padding: 8px;
}
.syukuhakuTable td:not(:last-of-type) {
	padding-right: 1em;
    text-align: right;
}
.syukuhakuTable th {
	background-color: #F9710D;
	text-align: center;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 1px;
}

.syukuhakuTable .width60 {
	min-width: 60px;
}
.syukuhakuTable .width76 {
	min-width: 76px;
}
.syukuhakuTable td {
	background-color: #FCEBC5;
}

.syukuhakuTable .whiteTd {
	background-color: #FFF;
	text-align: center;
}

.cancelTxt {
	text-align: center;
	color: #444;
	font-size: .9em;
	margin-bottom: 8px;
}


.cancelTb {
	margin: 8px auto;
	text-align: center;
}

.cancelTb th,
.cancelTb td {
	min-width: 96px;
	padding: 4px 8px;
}

.cancelTb th {
	letter-spacing: .1em;
	background-color: #F9710D;
	color: #FFF;
	font-weight: 500;
}

.cancelTb td {
	letter-spacing: .05em;
	background-color: #FCEBC5;
}




.shisetu_left {
	font-size: 18px;
	letter-spacing: 1px;
	color: #2C1900;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 3px 35px;
	background-image: url(../img/cottage/orange.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.shisetu_left span {
	color: #F60;

}

.shisetu_right {
	font-size: 18px;
	color: #2C1900;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	padding: 30px 0 20px 30px;
}

.shisetu_right span {
	font-size: 14px;
	color: #2C1900;
	text-align: left;
}


.shisetuwaku {
	width: 1080px;
	margin: -40px auto 0px auto;
	padding: 5px 0 0px 0;
}



.shisetuwaku_left {
	width: 400px;
	float: left;
}

.shisetuwaku_right {
	text-align: left;
	color: #666;
	width: 295px;
	float: right;
	font-weight: bold;
	font-size: 16px;
	color: #2C1900;
	background-image: url(../img/top/bg_table.png);
	background-repeat: repeat;
	padding: 0 0 25px 15px;

}

.shisetuwaku_rightwaku {
	height: 270px;
	background-image: url(../img/cottage/waku.png);
	background-repeat: no-repeat;
	margin: 15px 10px -10px 0;

}

.shisetuwaku_rightwaku2 {
	background-image: url(../img/cottage/waku.png);
	background-repeat: no-repeat;
	margin: 15px 10px -10px 0;

}


.breakfast_pic {
	width: 280px;
	float: left;
	padding-top: 25px;
	margin-right: 20px;
}

.breakfast_setu {
	width: 700px;
	float: right;
	color: #2C1900;
	font-size: 14px;
	text-align: left;
}



.bk_left {
	font-size: 18px;
	color: #F19E32;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	margin-top: 30px;
}


.shousai {
	font-size: 14px;
	text-align: left;
	color: #666;
	margin: 10px auto 0px 50px;
}



#type1 {
	margin-top: -100px;
	padding-top: 100px;
}

#type2 {
	margin-top: -100px;
	padding-top: 100px;
}

#type3 {
	margin-top: -100px;
	padding-top: 100px;
}



/* ---------------------------------------------------------------------------------- */
/* bbq */
/* ---------------------------------------------------------------------------------- */



.bbq_subtitle {
	font-size: 18px;
	letter-spacing: 1px;
	color: #2C1900;
	font-weight: bold;
	text-align: left;
	padding: 0px 0 5px 35px;
	background-image: url(../img/bbq/tong.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 30px;

}


.bbq_left {
	float: left;
	width: 560px;
}

.bbq_right {
	float: right;
	width: 520px;
}

.bbqtable {
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin-bottom: 100px;

}

.tb3 td {
	border-collapse: separate;
	padding: 5px 5px;

}


.tdd7 {
	background-color:
		#FF6633;
	font-size: 14px;
	color: #FFF;
	text-align: center;

	width: 150px;
	letter-spacing: 1px;
}

.tdd9 {
	background-color:
		#FF9933;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	width: 130px;
	letter-spacing: 1px;
}



.tdd8 {
	background-color:
		#FFF;
	font-size: 14px;
	text-align: left;
	width: 380px;
	letter-spacing: 1px;
}


.bbqiro {
	color: #F90;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
}


.shokuzai {
	width: 1080px;
	margin: 100px auto;


}

.shokuzai_pic {
	float: left;
	width: 190px;
}

.shokuzai_setu {
	float: right;
	width: 830px;
	color: #666;
	text-align: left;
	background-image: url(../img/bbq/bbq-pic.png);
	background-repeat: no-repeat;
	background-position: 550px;
}


.cd-bg-9 {
	background-image: url(../img/top/bg9.jpg);
	background-position: ;
}

.cd-bg-10 {
	background-image: url(../img/top/bg10.jpg);
	background-position: ;
}

.cd-bg-11 {
	background-image: url(../img/top/bg11.jpg);
	background-position: top;
}

.cd-bg-12 {
	background-image: url(../img/top/bg12.jpg);
	background-position: top;
}


.cd-bg-13 {
	background-image: url(../img/top/bg13.jpg);
	background-position: ;
}

.cd-bg-14 {
	background-image: url(../img/top/bg7.jpg);
	background-position: ;
}





.top_logo {
	position: absolute;
	width: 718px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.top_logo img {
	width: 100%;
}


.top_contents2 {
	text-align: center;
	padding: 60px 0 50px 0;
}


/* SNS --------------------------------------------------- */

#sns {
	width: 1110px;
	margin: 0 auto;
}

#topics {
	width: 580px;
	margin: 30px auto;
	padding: 10px;
	text-align: center;
}

/* --------------------------------------------------------------- */
/* mikan */
/* --------------------------------------------------------------- */

.cd-bg-8 {
	background-image: url(../img/mikan/bg8.jpg);
	background-position: ;
}



.mikan_subtitle {
	font-size: 18px;
	letter-spacing: 1px;
	color: #2C1900;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 7px 35px;
	background-image: url(../img/mikan/slice.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.mikan_subtitle span {
	letter-spacing: 1px;
	color: #FF9900;
}

.calender {
	padding-top: 20px;
	margin: 0 auto;
}

.cd-bg-15 {
	background-image: url(../img/mikan/bg15.jpg);
	background-position: ;
}

.kaienjikan {
	font-size: 15px;
	letter-spacing: 1px;
	color: #999;
	text-align: left;
	margin-left: 200px;
}

.checkinout2 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #E75D01;
	padding: 20px 0 20px 0;
}

.mikanshurui {
	width: 1000px;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 20px 70px 20px;
}

.amaimikan {
	width: 950px;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 10px auto 50px auto;
}


.amaimikan span {
	color: #F60;
	font-weight: bold;
}

.amaimikan_setu {
	float: left;
	width: 650px;
	background-image: url(../img/mikan/hand.png);
	background-repeat: no-repeat;
	background-position: 0px 190px;
}

.amaimikan_pic {
	float: right;
	width: auto;
	margin-top: -30px;
}

.torikata {
	font-weight: bold;
	margin-left: 170px;
	color: #F60;
}

.torikata span {
	color: #333;
	font-size: 16px;
	line-height: 19px;
}

.baiten {
	color: #2C1901;
	padding-top: 10px;
	width: 900px;
	margin-left: 65px;
	color: #2C1900;
}

.baiten_pic {
	margin: 10px 0 0 65px;
}

/* --------------------------------------------------------------- */
/* cusine */
/* --------------------------------------------------------------- */

#cuisine .cd-fixed-bg.cd-bg-1 {
	background-image: url(../img/top/bg1.jpg);
}


/* 館内 ------------------------------------------------------ */

/* 客室 ------------------------------------------------------ */

.room_slide {
	width: 780px;
	margin: 30px auto;
}

.checkinout {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #E75D01;
	padding: 20px 0 10px 0;
}



/* --------------------------------------------------------------- */
/* reserve */
/* --------------------------------------------------------------- */

/* アクセス -------------------------------------------- */

.reserv_p1 {
	color: #F1C161;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding: 15px 0 10px 0;
}


.reserv_p2 {
	font-size: 16px;
	text-align: left;
	color: #2C1900;
	padding: 0 0 15px 15px;
}






/* アクセス -------------------------------------------- */

#access .cd-fixed-bg.cd-bg-1 {
	background-image: url(../img/access/bg1.jpg);
	background-position: top;
}

.access_box {
	width: 450px;
	margin: 10px;
	padding-top: 30px;
	text-align: left;
}

.access_box2 {
	background-image: url(../img/access/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 50px 450px;
}

.wrap930 {
	margin-left: 110px;
}

.access_l {
	width: 450px;
	float: left;
}

.access_r {
	width: 450px;
	float: right;
}

.sub_title {
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
	color: #2C1900;
	padding: 3px 10px;
	margin: 10px 0;
}


.access_tb td {
	padding: 5px 10px;
}

/* --------------------------------------------------------------- */
/* sightseeing */
/* --------------------------------------------------------------- */

#sightseeing .cd-fixed-bg.cd-bg-1 {
	background-image: url(../img/sightseeing/bg1.jpg);
	background-position: bottom;
}

.sight_box {
	width: 250px;
	margin: 10px;
	float: left;
	text-align: center;
}

.sight_box h2 {
	color: #D6B487;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}

.sight_box p {
	color: #666;
	font-size: 14px;
	text-align: left;
	padding: 10px;
}

.sight_box2 {
	width: 450px;
	margin: 10px;
	float: left;
	padding-top: 10px;
}

.sight_box2 p {
	padding: 10px;
	font-size: 14px;
	color: #666;
}

.sight_box2 p span {
	font-weight: bold;
	color: #333;
}

/* --------------------------------------------------------------- */
/* bxslider */
/* --------------------------------------------------------------- */

.bxslider {}


.bx-pager {
	width: 100%;
	padding: 0;
	text-align: center;
}

.bx-pager img {
	width: 12%;
	margin: 5px;
}

.bx-pager2 {
	width: 100%;
	padding: 0;
	text-align: center;
}

.bx-pager2 img {
	width: 10%;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
}

.bx-wrapper .bx-caption {
	text-align: center;
	color: #E1D29D;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 15px 0 20px 0;
}

.bx-wrapper .bx-caption small {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
}

#home h2.plan {
	margin: 0px 0 20px;
}


.tb2 td {
	padding: 10px 20px;
}

.tdd1 {
	background-color: #F9710D;
	text-align: left;
	color: #FFF;
	letter-spacing: 1px;
}

.tdd2 {
	background-color: #FFF;
	font-size: 14px;
	width: 580px;
	border-bottom: dotted 2px;
	border-bottom-color: #F96;
}

.tdd2-1 {
	background-color: #FFF;
	font-size: 14px;
	width: 580px;
	border-top: dotted 2px;
	border-top-color: #F96;
	border-bottom: dotted 2px;
	border-bottom-color: #F96;
}

.tdd3 {
	background-color: #F9710D;
	width: auto;
	text-align: left;
	color: #FFF;
	letter-spacing: 1px;
}

.tdd4 {
	background-color: #FCEBC5;
	font-size: 14px;
	text-align: left;
	width: auto;
}

.tdd5 {
	background-color: #F9710D;
	text-align: center;
	color: #FFF;
	letter-spacing: 1px;
}

.tdd6 {
	background-color: #FCEBC5;
	font-size: 14px;
	text-align: center;

}


.space1 {
	padding-left: 35px;
	line-height: 1.5;
	margin-top: 8px;
}

.space2 {
	margin-top: -5px;
	padding-left: 45px;
	padding-bottom: 35px;

}



.accessline {
	background-image: url(../img/access/colorline.png);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	color: #2C1900;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 0;
}


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

.topics_title {
	text-align: center;
	margin-bottom: 20px;
}

.topics_box {
	background-image: url(../img/common/bg_header.png);
	background-repeat: repeat;
	padding: 15px;
}


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

.cotage_link1 {
	padding: 0 0 50px 65px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	letter-spacing: 1px;
}

.footer_p1 a:link,
.footer_p1 a:visited,
.footer_p1 a:hover,
.footer_p1 a:active {
	font-size: 12px;
	color: #FFC;
}
