@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 13px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	background-image: url(../images/bg_p01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body * {
	box-sizing: border-box;
}

a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#144d8d;
}

h1 {
	font-size:28px;
}

h2 {
	margin-top:50px;
	margin-bottom:1.3em;
	font-size:20px;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}


p {
	margin:0;
}

img {
	vertical-align:bottom;
	display: block;
}

ul,ol,dl {
	margin:0;
}
ul li {
	list-style:none;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	max-width: 800px;
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	padding: 60px 10px 10px;
}
header h1 {
}
header h1 img {
	width: 200px;
	margin: auto;
}
.header_box {
	text-align: center;
	margin: 40px 0 20px;
	line-height: 1.8;
}
.header_box span {
	font-weight: bold;
	font-size: 110%;
}


/*================================================
 *  コンテンツ
 ================================================*/
 #contents {
 	width:800px;
 	margin:0 auto;
	background-color: rgba(255,255,255,0.8);
	padding: 40px;
 }


#contents h2.common_title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 10px;
}

p.top_text {
	text-align: center;
	margin: 0 0 20px;
}


.blockquote_area {
	background-color: #fff;
	padding: 40px;
	border: 10px solid #e0e0e0;
}

.blockquote_box {
	display: flex;
	justify-content: space-between;
}

blockquote {
    position: relative;
    padding: 10px 10px 10px 32px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e0e0e0;
		width: 48%;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f10d";
    font-family: FontAwesome;
		font-family: "Font Awesome 5 Free";
    color: #e0e0e0;
    font-size: 19px;
    line-height: 1;
    z-index: 2;
    font-weight: 900;
}
blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #ffffff;
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.blockquote_box_bottomb {
	text-align: center;
	margin: 20px 0 0;
}
.blockquote_box_bottomb a {
	color: #d1a257;
}


/*================================================
 *  Room Reseve
================================================*/
.reseve_box ul li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid;
}
.reseve_box ul li .rebox_01 {
	width: 20%;
}
.reseve_box ul li .rebox_02 {
	width: 50%;
	line-height: 2;
}
.reseve_box ul li .rebox_03 {
	width: 20%;
	text-align: right;
	display: flex;
	align-items: center;
}

.reseve_box ul li .rebox_01 img {
	display: block;
	width: 100%;
}
.reseve_box ul li .rebox_02 span {
	font-weight: bold;
	font-size: 120%;
}
.reseve_box ul li .rebox_03 a {
	display: block;
	background-color: #633319;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 8px 0 6px;
}


/*================================================
 *  ギャラリー
================================================*/
.gallery_box {
	display: flex;
	justify-content: space-around;
}
.gallery_box img {
	display: block;
	width: 48%;
}


/*================================================
 *  Amenity goods
================================================*/
.goods_box ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.goods_box ul li {
	width: 31%;
	margin: 10px 0;
	font-size: 12px;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 15px 0px #ddd;
}
.goods_box ul li img {
	width: 60px;
	margin: 0 auto 20px;
}
.goods_box ul li .list_title {
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}


/*================================================
 *  利用規約
================================================*/
table.kiyaku {
	width: 100%;
	font-size: 12px;
}
table.kiyaku tr {
	border-bottom: 1px dotted #ccc;
}
table.kiyaku th,table.kiyaku td {
	padding: 10px;
}
table.kiyaku th {
	font-weight: bold;
	text-align: left;
	width: 30%;
}
table.kiyaku th,table.kiyaku td ul li {
	list-style: disc;
}
table.kiyaku td ul li {
	margin-left: 12px;
}


/*================================================
 *  お問い合わせ
================================================*/

.contact_title {
	text-align: center;
	background-color: #eee;
	padding: 10px;
	margin: 50px 0 0;
}

#formWrap {
	background-color: #fff;
	padding: 30px;
}

.form_topbox {
	margin: 0 0 20px;
}
.form_topbox ul {
 	display: flex;
 	justify-content: space-between;
}
.form_topbox ul li {
 	width: 48%;
}
.form_topbox ul li.left_box p {
	margin: 0 0 10px;
}
.form_topbox ul li.left_box p a {
	color: #d1a257;
}
.form_topbox ul li.left_box span {
	font-size: 80%;
}
.form_topbox ul li.right_box {
 	margin-top: 20px;
	text-align: center;
	border: 1px solid #eee;
	padding: 20px;
}
.form_topbox ul li.right_box .right_1 {
	display: inline-block;
	background: #FFF;
	padding: 0 1em;
	color: #d1a257;
	font-size: 120%;
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
}
.form_topbox ul li.right_box .right_2 a {
	display: block;
	margin-top: -1em;
	font-size: 160%;
	color: #d1a257;
	text-decoration: none;
	/* font-family: paganini; */
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.form_topbox ul li.right_box .right_3 {
	margin: 10px 0 0;
}

table.formTable {
	width: 100%;
}
table.formTable {
	border-top: 1px solid #ddd;
}
table.formTable tr {
	border-bottom: 1px solid #ddd;
}
table.formTable th,
table.formTable td {
	padding: 20px 10px;
}
table.formTable th {
	text-align: left;
	vertical-align: middle;
}
table.formTable th span {
	font-size: 70%;
	background-color: #d1a257;
	color: #fff;
	padding: 4px 4px 2px;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
}
form p.submit {
	margin: 20px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	background-color: #310304;
}

.footer_box {
	max-width: 800px;
	margin: auto;
	padding: 20px;
}
.footer_box img {
	display: block;
	width: 100px;
	margin: auto;
}

footer .copyright {
	padding: 5px;
	background-color: #000;
	color: #999;
	text-align: center;
	font-size: 10px;
}





/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:55px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
	background: #6a311a;
}
.totop a:hover {
	background:#333;
}
.totop img {
	border: 1px solid #fff;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}


/*================================================
 *  スマートフォン向けデザイン（追加）7/8
 ================================================*/
@media screen and (max-width:767px) {

	body {
		background-image: url(../images/bg_s01.jpg);
		font-size: 12px;
	}

	header {
		padding: 60px 15px 10px;
		margin-top: -18px;
	}
	header h1 img {
		width: 140px;
		margin: 0 auto 50px;
	}
	.header_box {
		border-left: 5px solid #000;
		border-right: 5px solid #000;
		background-color: #fff;
		padding: 10px;
		margin: 0 20px;
	}
	.header_box br {
		display: block;
	}


	#contents {
		padding: 20px 15px 10px;
	}
	#contents h2.common_title {
		font-size: 16px;
		padding: 5px;
	}
	h2 {
		margin-top: 30px;
		margin-bottom: 0.8em;
		font-size: 16px;
	}

	p.top_text {
		text-align: left;
		margin: 0 5px 15px;
	}

	.blockquote_area {
		padding: 20px;
		border: 1px solid #e0e0e0;
	}
	.blockquote_box {
		display: block;
	}
	blockquote {
		width: 100%;
		margin: 10px 0;
	}
	blockquote p {
		margin: 10px 0 0;
	}

	/* Reseve */
	.reseve_box ul li {
		font-size: 10px;
	}

	/* Amenity goods */
	.goods_box ul li {
		width: 47%;
		margin: 5px 0;
		font-size: 10px;
		padding: 10px;
		box-shadow: 0 0 10px 0px #ddd;
	}
	.goods_box ul li img {
		width: 35px;
		margin: 10px auto 15px;
	}

	/* 利用規約 */

	table,tbody,tr,th,td { display:block; width:100%; }/* th・td width100%にする場合 table,tbody,tr にも指定が必要 */

	table.kiyaku {
		font-size: 11px;
	}
	table.kiyaku tr {
		border-bottom: unset;
	}
	table.kiyaku th,table.kiyaku td {
		display: block;
		width: 100%;
	}
	table.kiyaku th {
		padding: 12px 0px 3px;
		font-size: 110%;
	}
	table.kiyaku td {
		padding: 0 7px 0;
		border-left: 1px solid #000;
	}

	/* 問い合わせフォーム */
	#formWrap {
		padding: 15px;
	}
	.form_topbox {
		margin: 0 0 10px;
	}
	.form_topbox ul {
		display: block;
	}
	.form_topbox ul li {
		width: 100%;
	}
	.form_topbox ul li.left_box {
		margin: 5px 0 35px;
	}
	.form_topbox ul li.right_box .right_1 {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	table.formTable th,
	table.formTable td {
		display: block;
	}
	table.formTable th {
		padding: 20px 10px 10px;
	}
	table.formTable td {
		display: block;
		padding: 0 10px 20px;
	}
	table.formTable td textarea {
		width: 100%;
	}
	table.formTable td input {
		width: 100%;
	}
	table.formTable td.radio_box input {
		width: auto;
	}
	table.formTable td.radio_box {
		display: flex;
		padding: 0 10px 20px;
	}
	table.formTable td.radio_box span {
		font-size: 90%;
		display: inline-block;
		margin-left: 10px;
		line-height: 1.5;
	}
	table.formTable td select,
	form p.submit input {
		font-size: 11px;
	}
	form p.submit input {
		width: 70px;
	}
}


	/*== フッター ==*/
	footer {
	}
	.footer_box img {
		width: 80px;
	}
	footer .copyright {
		font-size: 8px;
	}


	/*== ページトップへの戻り ==*/
	.totop {
		bottom: 45px;
		right: 10px;
	}
	.totop img {
		width: 40px;
	}


}
