@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author	 : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_header, #header .con_nav #gnav > ul, #header .con_nav #fixnav > ul, #contents .topicpath, #footer .con_footer .box_footer, #footer .con_footer .box_nav, .temp_plan ul, .temp_wedOption .inner, .wrap_nav .inner, .temp_nav ul, .temp_lowerNav .st, .temp_lowerNav ul, .temp_menu > .inner, .con_faq .box_faq {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_header, #header .con_nav #gnav > ul, #header .con_nav #fixnav > ul, #contents .topicpath, #footer .con_footer .box_footer, #footer .con_footer .box_nav, .temp_plan ul, .temp_wedOption .inner, .wrap_nav .inner, .temp_nav ul, .temp_lowerNav .st, .temp_lowerNav ul, .temp_menu > .inner, .con_faq .box_faq {
		width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header, #header .con_nav #gnav > ul, #header .con_nav #fixnav > ul, #contents .topicpath, #footer .con_footer .box_footer, #footer .con_footer .box_nav, .temp_plan ul, .temp_wedOption .inner, .wrap_nav .inner, .temp_nav ul, .temp_lowerNav .st, .temp_lowerNav ul, .temp_menu > .inner, .con_faq .box_faq {
		width: 93.75%;
  }
}

#header .con_header:after, #header .con_nav #gnav > ul:after, #header .con_nav #fixnav > ul:after, #footer .con_footer .box_nav [class^="box_sub"] ul:after, .temp_lowerNav ul:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
	letter-spacing: .06em;
}
@media only screen and (max-width: 640px) {
  html {
		letter-spacing: .03em;
  }
}

body {
	color: #575757;
	background: #fff;
	font-size: 92.307692%;
	-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 640px) {
  body {
		font-size: 84.615385%;
  }
}
body a {
	color: #48000e;
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #520a18;
}
body a.tel {
	color: #575757;
	text-decoration: none;
	cursor: default;
}
body a.tel:hover {
	color: #575757;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "Times New Roman",serif;
}

input, select, textarea {
	font-size: 100%;
}

@media only screen and (min-width: 1041px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  body .view_sp {
		display: none !important;
  }
}
@media print {
  body .view_sp {
		display: none !important;
  }
}
@media only screen and (max-width: 1040px) {
  body .view_pc {
		display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}

.mouse a:hover img, .touch a.touchstart img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.mouse a:hover img.noover, .touch a.touchstart img.noover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.touch a {
	-webkit-tap-highlight-color: transparent;
}
.touch a.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
.mouse a.tel:hover img, .touch a.tel.touchstart img {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.touch a.tel {
	-webkit-tap-highlight-color: transparent;
}
.touch a.tel.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.mouse .over:hover, .touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .over {
	-webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

@media only screen and (min-width: 641px) {
  .obj_accordion.sp_only + * {
		display: block !important;
  }
}
@media print {
  .obj_accordion.sp_only + * {
		display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .obj_accordion.sp_only {
		cursor: pointer;
  }
  .obj_accordion.sp_only + * {
		display: none;
  }
  .obj_accordion.sp_only.temp_accordion {
		font-size: 121%;
		text-align: center;
		color: #fff;
		background: #756f64;
		line-height: 1;
		padding: 1em 0;
		cursor: pointer;
		position: relative;
  }
  .obj_accordion.sp_only.temp_accordion:after {
		content: '';
		width: 11.71875%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 1.25%;
		background: url(../images/common/ic_accordion.png) no-repeat center center;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		-webkit-transition: -webkit-transform 500ms ease;
		transition: transform 500ms ease;
  }
  .obj_accordion.sp_only.temp_accordion.active:after {
		-moz-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
  }
  .obj_accordion.sp_only.temp_accordion2 {
		position: relative;
  }
  .obj_accordion.sp_only.temp_accordion2:after {
		content: '';
		width: 11.71875%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 1.25%;
		background: url(../images/common/ic_accordion2.png) no-repeat center center;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		-webkit-transition: -webkit-transform 500ms ease;
		transition: transform 500ms ease;
  }
  .obj_accordion.sp_only.temp_accordion2.active:after {
		-moz-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
  }
  .obj_accordion.sp_only.temp_accordion3 {
		position: relative;
		background: #998c62;
		color: #fff;
		width: auto;
		padding: .7em 1em;
		font-size: 117%;
		text-align: left;
		overflow: hidden;
  }
  .obj_accordion.sp_only.temp_accordion3:after {
		content: '';
		width: 11.71875%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: url(../images/common/ic_accordion4.png) no-repeat center center;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		-webkit-transition: -webkit-transform 500ms ease;
		transition: transform 500ms ease;
  }
  .obj_accordion.sp_only.temp_accordion3.active:after {
		-moz-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
  }
}

/* -----------------------------------------------------------
	#page,#wrapper
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  #page {
		font-size: 100% !important;
  }
}
@media print {
  #page {
		font-size: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  #page {
		padding-bottom: 70px;
  }
}

@media only screen and (max-width: 640px) {
  #wrapper {
		overflow: hidden;
  }
  .hide #wrapper {
		height: 0;
		padding-bottom: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: relative;
	z-index: 1001;
}
#header .con_header {
	padding: 20px 0 12px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #header .con_header {
		padding: 10px 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header {
		padding: 2.8125% 0;
  }
}
#header .con_header .logo {
	float: left;
}
@media only screen and (max-width: 640px) {
  #header .con_header .logo {
		text-align: center;
		float: none;
		margin-top: 3.10345%;
  }
  #header .con_header .logo img {
		width: 25.86207%;
  }
}
#header .con_header .box_header {
	float: right;
	width: 330px;
	text-align: right;
	margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header {
		margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header {
		width: auto;
		float: none;
		text-align: center;
  }
}
#header .con_header .box_header h1 {
	font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #header .con_header .box_header h1 {
		font-size: 73%;
  }
}
#header .con_header .box_header > div {
	margin-top: 12px;
}
#header .con_header .box_header > div .tel {
	float: right;
	width: 206px;
}
#header .con_header .box_header > div .btn_jp {
	float: left;
	width: 100px;
}
#header .con_mainimg #obj_mainimg .slick-slide {
	position: relative;
}
#header .con_mainimg #obj_mainimg .slick-slide .txt {
	position: absolute;
	color: #fff;
	font-size: 200%;
	letter-spacing: 5px;
	text-align: left;
	left: 59.5%;
	top: 23%;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg #obj_mainimg .slick-slide .txt {
		font-size: 100%;
		letter-spacing: .1em;
  }
}
#header .con_mainimg #obj_mainimg .slider01 .txt {
	text-shadow: 0px 0px .5em #000;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg #obj_mainimg .slider01 .txt {
		left: 50%;
  }
}
#header .con_mainimg #obj_mainimg .slider02 .txt {
	text-shadow: 0px 0px .5em #1b6189;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg #obj_mainimg .slider02 .txt {
		left: 50%;
  }
}
#header .con_mainimg #obj_mainimg .slider03 .txt {
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 1em #000;
	left: 15%;
	top: 70%;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg #obj_mainimg .slider03 .txt {
		left: 12%;
		top: 60%;
  }
}
#header .con_mainimg #obj_mainimg .slider04 .txt {
	letter-spacing: 0.1em;
	text-shadow: 0px 0px .3em #1b6189;
}
@media only screen and (max-width: 640px) {
  #header .con_mainimg #obj_mainimg .slider04 .txt {
		left: 50%;
  }
}
#header .con_nav {
	position: relative;
	z-index: 1;
}
#header .con_nav #gnav, #header .con_nav #fixnav {
	font-size: 125%;
	font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}
#header .con_nav #gnav:after, #header .con_nav #fixnav:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 20px;
	background: url(../images/common/bg_shadow.png) repeat-x 0 bottom;
}
#header .con_nav #gnav > ul, #header .con_nav #fixnav > ul {
	position: relative;
}
#header .con_nav #gnav > ul > li, #header .con_nav #fixnav > ul > li {
	float: left;
	width: 16.66667%;
	line-height: 1;
	padding: 10px 0;
}
@media only screen and (min-width: 641px) and (max-width: 840px) {
  #header .con_nav #gnav > ul > li, #header .con_nav #fixnav > ul > li {
		width: 33.33333%;
  }
}
#header .con_nav #gnav > ul > li > a, #header .con_nav #fixnav > ul > li > a {
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
#header .con_nav #gnav > ul > li > a:before, #header .con_nav #fixnav > ul > li > a:before {
	content: '';
	height: 14px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: #e8e8e8;
}
#header .con_nav #gnav > ul > li.space a, #header .con_nav #fixnav > ul > li.space a {
	padding: 15px 0 10px 0;
}
#header .con_nav #gnav > ul > li.space2 a, #header .con_nav #fixnav > ul > li.space2 a {
	margin-top: 5px;
}
#header .con_nav #gnav > ul > li.active > a:after, #header .con_nav #gnav > ul > li:hover > a:after, #header .con_nav #fixnav > ul > li.active > a:after, #header .con_nav #fixnav > ul > li:hover > a:after {
	content: '';
	width: 55%;
	height: 2px;
	position: absolute;
	left: 20%;
	bottom: -10px;
	background: #86805e;
}
#header .con_nav #gnav > ul > li.gnav_home a:before, #header .con_nav #fixnav > ul > li.gnav_home a:before {
	display: none;
}
#header .con_nav #gnav > ul > li.gnav_facilities a:before, #header .con_nav #fixnav > ul > li.gnav_facilities a:before {
	display: none;
}
#header .con_nav #gnav > ul > li.gnav_access > a:after, #header .con_nav #fixnav > ul > li.gnav_access > a:after {
	bottom: -1px;
}
#header .con_nav #gnav > ul > li.gnav_reservation > a, #header .con_nav #fixnav > ul > li.gnav_reservation > a {
	background-color: #63001b;
	color: #fff;
}
#header .con_nav #gnav > ul > li.gnav_reservation > a:before, #header .con_nav #fixnav > ul > li.gnav_reservation > a:before {
	display: none;
}
#header .con_nav #fixnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1500;
	background: #fff;
	display: none;
}
@media only screen and (max-width: 1040px) {
  #header .con_nav #fixnav {
		display: none !important;
  }
}
#header .con_nav #fixnav.active {
	display: block;
}
#header .con_nav #gnav {
	border-bottom: 1px solid #e8e8e8;
}
#header .title {
	overflow: hidden;
}
@media only screen and (min-width: 641px) {
  #header .title img {
		position: relative;
		left: 50%;
		margin-left: -700px;
		max-width: none;
  }
}
@media print {
  #header .title img {
		position: relative;
		left: 50%;
		margin-left: -700px;
		max-width: none;
  }
}
#header #pc_menu {
	position: absolute;
	top: 100%;
	right: 0;
}
#header #pc_menu .ic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#header #pc_menu .ic img {
	max-width: none;
}
#header #pc_menu #pc_panel {
	display: none;
	background: url(../images/common/bg_brown.jpg);
	padding: 25px 110px 25px 25px;
}
body[id*="guestroom"] #header #pc_menu #pc_panel {
	width: 460px;
	padding-right: 5px;
}
#header #pc_menu #pc_panel dl dt, #header #pc_menu #pc_panel ul dt {
	padding-top: 25px;
	color: #e9d2b3;
	font-size: 125%;
}
#header #pc_menu #pc_panel dl dd, #header #pc_menu #pc_panel dl li, #header #pc_menu #pc_panel ul dd, #header #pc_menu #pc_panel ul li {
	line-height: 1;
	padding: 7px 0 7px 1.5em;
	background: url(../images/common/ic_pc_menu.png) no-repeat 0 9px;
}
#header #pc_menu #pc_panel dl dd:first-child, #header #pc_menu #pc_panel dl li:first-child, #header #pc_menu #pc_panel ul dd:first-child, #header #pc_menu #pc_panel ul li:first-child {
	margin-top: 20px;
}
#header #pc_menu #pc_panel dl dd a, #header #pc_menu #pc_panel dl li a, #header #pc_menu #pc_panel ul dd a, #header #pc_menu #pc_panel ul li a {
	color: #fff;
	font-size: 109%;
}
#header #pc_menu #pc_panel dl dd.double, #header #pc_menu #pc_panel dl dd.double + dd, #header #pc_menu #pc_panel dl li.double, #header #pc_menu #pc_panel dl li.double + dd, #header #pc_menu #pc_panel ul dd.double, #header #pc_menu #pc_panel ul dd.double + dd, #header #pc_menu #pc_panel ul li.double, #header #pc_menu #pc_panel ul li.double + dd {
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header #pc_menu #pc_panel dl dd.double + dd + dd, #header #pc_menu #pc_panel dl dd.double + dd + dt, #header #pc_menu #pc_panel dl li.double + dd + dd, #header #pc_menu #pc_panel dl li.double + dd + dt, #header #pc_menu #pc_panel ul dd.double + dd + dd, #header #pc_menu #pc_panel ul dd.double + dd + dt, #header #pc_menu #pc_panel ul li.double + dd + dd, #header #pc_menu #pc_panel ul li.double + dd + dt {
	clear: both;
}
#header #pc_menu #pc_panel dl dd.low, #header #pc_menu #pc_panel dl li.low, #header #pc_menu #pc_panel ul dd.low, #header #pc_menu #pc_panel ul li.low {
	background: none;
	padding-left: 95px;
	border-left: solid 1px #887161;
	margin-left: 6px;
	margin-top: -5px;
	padding-top: 12px;
	position: relative;
}
#header #pc_menu #pc_panel dl dd.low:before, #header #pc_menu #pc_panel dl li.low:before, #header #pc_menu #pc_panel ul dd.low:before, #header #pc_menu #pc_panel ul li.low:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 1px;
	background: #887161;
}
#header #pc_menu #pc_panel dl dd.low a, #header #pc_menu #pc_panel dl li.low a, #header #pc_menu #pc_panel ul dd.low a, #header #pc_menu #pc_panel ul li.low a {
	position: relative;
	top: 10px;
	display: block;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	padding-bottom: 60px;
	background: url(../images/common/bg_contents.jpg);
}
@media only screen and (max-width: 640px) {
  #contents {
		padding-bottom: 0;
		-moz-background-size: 15.625% auto;
		-o-background-size: 15.625% auto;
		-webkit-background-size: 15.625% auto;
		background-size: 15.625% auto;
  }
  .lower #contents {
		padding-top: 5%;
		padding-bottom: 10%;
  }
}
#contents .topicpath {
	padding-top: 10px;
	padding-bottom: 34px;
}
#contents .topicpath li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#contents .topicpath li:before {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin: 0 10px 0 6px;
}
#contents .topicpath li:first-child:before {
	content: none;
}
#contents .topicpath li a {
	color: #48000e;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	position: relative;
	z-index: 1;
}
#footer .con_footer {
	position: relative;
	z-index: 0;
	padding-top: 20px;
	background: url(../images/common/bg_shadow.png) repeat-x 0 0;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer {
		padding-top: 0;
		background: none;
		margin-top: 5.46875%;
  }
}
@media only screen and (min-width: 641px) {
  #footer .con_footer .btn_ptop {
		position: fixed;
		bottom: 10%;
		right: 40px;
		z-index: 1500;
		display: none;
  }
}
@media print {
  #footer .con_footer .btn_ptop {
		position: fixed;
		bottom: 10%;
		right: 40px;
		z-index: 1500;
		display: none;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .btn_ptop {
		display: block !important;
		text-align: center;
  }
  #footer .con_footer .btn_ptop img {
		width: 18.75%;
  }
}
#footer .con_footer .box_footer {
	margin-top: 40px;
	overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_footer {
		margin-top: 5%;
  }
}
#footer .con_footer .box_footer .box_inf {
	float: left;
}
#footer .con_footer .box_footer .box_inf p, #footer .con_footer .box_footer .box_inf address {
	display: inline-block;
	vertical-align: middle;
}
.ie8 #footer .con_footer .box_footer .box_inf p img, .ie8 #footer .con_footer .box_footer .box_inf address img {
	background: #fff;
}
#footer .con_footer .box_footer .box_inf address {
	margin-left: 20px;
}
#footer .con_footer .box_footer .box_inf address img {
	margin-top: 5px;
}
.ie8 #footer .con_footer .box_footer .box_inf .flogo img {
	background: #fff;
}
@media only screen and (max-width: 1040px) {
  #footer .con_footer .box_footer .box_inf {
		float: none;
		text-align: center;
  }
  #footer .con_footer .box_footer .box_inf address {
		text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_footer .box_inf p, #footer .con_footer .box_footer .box_inf address {
		display: block;
  }
  #footer .con_footer .box_footer .box_inf .flogo img {
		width: 35%;
  }
  #footer .con_footer .box_footer .box_inf address {
		margin-left: 0;
		text-align: center;
		margin-top: 1.2em;
		line-height: 1;
  }
  #footer .con_footer .box_footer .box_inf address img {
		margin-top: .8em;
		width: 60.34483%;
  }
}
#footer .con_footer .box_footer .box_con {
	width: 472px;
	float: right;
}
#footer .con_footer .box_footer .box_con .st_con {
	color: #333;
	font-size: 150%;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_footer .box_con .st_con {
		font-size: 117%;
  }
}
#footer .con_footer .box_footer .box_con ul {
	margin: 2% auto 0;
	overflow: hidden;
}
#footer .con_footer .box_footer .box_con ul li {
	width: 50%;
	float: left;
	line-height: 1;
	margin-bottom: 2%;
}
#footer .con_footer .box_footer .box_con ul li a {
	font-size: 217%;
	text-decoration: none;
	color: #63001b;
	display: table;
}
#footer .con_footer .box_footer .box_con ul li a i, #footer .con_footer .box_footer .box_con ul li a span {
	display: table-cell;
	vertical-align: middle;
}
#footer .con_footer .box_footer .box_con ul li a i {
	width: 23px;
}
#footer .con_footer .box_footer .box_con ul li a i img {
	vertical-align: middle;
}
#footer .con_footer .box_footer .box_con ul li a span {
	padding-left: .3em;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_footer .box_con ul li a {
		font-size: 184%;
  }
}
#footer .con_footer .box_footer .box_con ul li.mail {
	width: 100%;
}
#footer .con_footer .box_footer .box_con ul li.mail a {
	font-size: 142%;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_footer .box_con ul li.mail a {
		font-size: 117%;
  }
}
@media only screen and (max-width: 1040px) {
  #footer .con_footer .box_footer .box_con {
		width: 100%;
		float: none;
		margin-top: 3%;
  }
  #footer .con_footer .box_footer .box_con .st_con {
		text-align: center;
  }
  #footer .con_footer .box_footer .box_con ul {
		width: 95%;
		margin: 1% auto 0;
		display: block;
		text-align: center;
  }
  #footer .con_footer .box_footer .box_con ul li {
		width: 30%;
  }
  #footer .con_footer .box_footer .box_con ul li.mail {
		width: 40%;
  }
  #footer .con_footer .box_footer .box_con ul li.txt_fact a {
		font-size: 117%;
		background: rgba(255, 255, 255, 0.6);
		padding: 5% 10%;
		width: 100%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 840px) {
  #footer .con_footer .box_footer .box_con {
		width: 80%;
		margin: 3% auto 0;
  }
  #footer .con_footer .box_footer .box_con ul {
		width: 100%;
		text-align: center;
  }
  #footer .con_footer .box_footer .box_con ul li {
		width: auto;
		clear: both;
		float: none;
		display: inline-block;
  }
  #footer .con_footer .box_footer .box_con ul li.mail {
		width: auto;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_footer .box_con {
		width: 80%;
		margin: 3% auto 0;
  }
  #footer .con_footer .box_footer .box_con ul {
		width: 100%;
		text-align: center;
  }
  #footer .con_footer .box_footer .box_con ul li {
		margin-bottom: 0;
		width: auto;
		clear: both;
		float: none;
		display: inline-block;
  }
  #footer .con_footer .box_footer .box_con ul li.mail {
		width: auto;
  }
}
#footer .con_footer .box_nav {
	position: relative;
	margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_nav {
		margin-top: 5.83333%;
  }
}
@media only screen and (min-width: 641px) {
  #footer .con_footer .box_nav {
		background: url(../images/footer/bg_nav.png);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 20px 10px;
  }
}
@media print {
  #footer .con_footer .box_nav {
		background: url(../images/footer/bg_nav.png);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 20px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_nav {
		width: 100%;
  }
}
.ie8 #footer .con_footer .box_nav {
	max-width: 980px;
}
#footer .con_footer .box_nav .box_main {
	overflow: hidden;
}
#footer .con_footer .box_nav .box_main > li {
	float: left;
	width: 20%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1em;
}
#footer .con_footer .box_nav .box_main > li:first-child {
	padding-left: 0;
}
#footer .con_footer .box_nav .box_main > li a {
	text-decoration: none !important;
	letter-spacing: 0;
}
.mouse #footer .con_footer .box_nav .box_main > li a:hover, .touch #footer .con_footer .box_nav .box_main > li a.touchstart {
	text-decoration: underline !important;
}
.touch #footer .con_footer .box_nav .box_main > li a {
	-webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_nav .box_main > li a.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
#footer .con_footer .box_nav .box_main > li p {
	font-weight: bold;
	margin-bottom: .7em;
	padding-left: 1em;
	background: url(../images/common/icon_nav.png) no-repeat 0 center;
}
#footer .con_footer .box_nav .box_main > li ul {
	padding-left: 1em;
	border-left: 1px dotted #d2c2a9;
	margin-left: .5em;
	margin-bottom: 2em;
}
#footer .con_footer .box_nav .box_main > li ul li {
	margin-top: .5em;
}
#footer .con_footer .box_nav .box_main > li ul li:first-child {
	margin-top: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .box_nav .box_main > li {
		width: 33.3333%;
		padding-bottom: 1em;
  }
  #footer .con_footer .box_nav .box_main > li:first-child + li + li + li {
		clear: both;
		margin-left: 0;
		padding-left: 0;
  }
  #footer .con_footer .box_nav .box_main > li p {
		margin-bottom: .5em;
  }
  #footer .con_footer .box_nav .box_main > li ul {
		margin-bottom: 1.5em;
  }
  #footer .con_footer .box_nav .box_main > li ul li {
		margin-top: .3em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .box_nav .wrap_sub {
		position: absolute;
		left: 66.6666%;
		top: 14em;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] {
		margin: 0 !important;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] ul {
		text-align: left;
		display: block;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] ul li {
		float: none;
		border: 0 !important;
		padding: 0 !important;
		margin-left: 0 !important;
		margin-bottom: .8em;
  }
  #footer .con_footer .box_nav .wrap_sub [class^="box_sub"] ul li:before {
		content: "";
		font-family: FontAwesome;
		vertical-align: middle;
		margin-right: .3em;
		margin-right: .3em;
  }
}
#footer .con_footer .box_nav [class^="box_sub"] {
	text-align: center;
}
#footer .con_footer .box_nav [class^="box_sub"] ul {
	display: inline-block;
}
#footer .con_footer .box_nav [class^="box_sub"] ul li {
	float: left;
	padding-right: 6px;
	border-right: 1px solid #333;
	margin-right: 6px;
	line-height: 1;
}
#footer .con_footer .box_nav [class^="box_sub"] ul li a {
	line-height: 1.3;
	text-decoration: none !important;
}
.mouse #footer .con_footer .box_nav [class^="box_sub"] ul li a:hover, .touch #footer .con_footer .box_nav [class^="box_sub"] ul li a.touchstart {
	text-decoration: underline !important;
}
.touch #footer .con_footer .box_nav [class^="box_sub"] ul li a {
	-webkit-tap-highlight-color: transparent;
}
.touch #footer .con_footer .box_nav [class^="box_sub"] ul li a.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
#footer .con_footer .box_nav [class^="box_sub"] ul li:first-child {
	padding-left: 6px;
	border-left: 1px solid #333;
	margin-left: 6px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .box_nav [class^="box_sub"] ul li {
		font-size: 84%;
  }
}
#footer .con_footer .box_nav [class^="box_sub"].box_sub1 {
	margin: 15px 0 12px;
}
#footer .con_footer .box_nav #copyright {
	text-align: center;
	color: #333;
	font-size: 109%;
	margin-top: 15px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .con_footer .box_nav #copyright {
		margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_nav #copyright {
		margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer .con_footer .box_nav #copyright {
		font-size: 91%;
		background: #9E8A81;
		padding: 1%;
  }
}
#footer .bg {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 641px) {
  #footer .bg {
		top: 20px;
  }
}
@media print {
  #footer .bg {
		top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #footer .bg {
		bottom: 0 !important;
  }
}
@media only screen and (min-width: 641px) {
  #footer .bg img {
		max-width: none;
		position: relative;
		left: 50%;
		margin-left: -1000px;
  }
}
@media print {
  #footer .bg img {
		max-width: none;
		position: relative;
		left: 50%;
		margin-left: -1000px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #footer .bg img {
		margin-left: -510px;
  }
}

/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	border-top: 2px solid #a6937c;
	line-height: 1;
	overflow: hidden;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2MjUxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MTQwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #462515), color-stop(100%, #25140b));
	background: -moz-linear-gradient(#462515, #25140b);
	background: -webkit-linear-gradient(#462515, #25140b);
	background: linear-gradient(#462515, #25140b);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF462515', endColorstr='#FF25140B');
	font-size: 100%;
}
#menu li {
	font-size: 92%;
	width: 25%;
	float: left;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #menu li.menu_tel {
		display: none;
  }
}
#menu li a, #menu li span {
	cursor: pointer;
	display: block;
	color: #fff;
	text-align: center;
	padding: 40px 0 7px;
	border-right: 1px solid #d9d2d2;
	text-decoration: none;
	position: relative;
}
#menu li a:before, #menu li span:before {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 10px;
	left: 0;
	font-size: 182%;
}
#menu li a em, #menu li span em {
	display: block;
}
#menu li.menu_lst span {
	padding: 40px 0 17px;
}
#menu li.menu_lst span:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}
.hide #menu li.menu_lst span:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}
.hide #menu li.menu_lst span em {
	text-indent: -9999px;
}
.hide #menu li.menu_lst span:after {
	content: 'CLOSE';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
#menu li.menu_acc a:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}
#menu li.menu_tel a, #menu li.menu_acc span {
	padding: 40px 0 17px;
}
#menu li.menu_tel a:before, #menu li.menu_acc span:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}
#menu li.menu_rsv a {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2MDAxYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MDAwZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66001c), color-stop(100%, #36000f));
	background: -moz-linear-gradient(#66001c, #36000f);
	background: -webkit-linear-gradient(#66001c, #36000f);
	background: linear-gradient(#66001c, #36000f);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF66001C', endColorstr='#FF36000F');
	padding: 40px 0 18px;
}
#menu li.menu_rsv a:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}
@media only screen and (max-width: 640px) {
  #menu li.menu_rsv a {
		border-right: 0;
  }
}
#menu li.menu_top a {
	border-right: 0;
	padding: 40px 0 18px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlYzRiOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FiOWU5MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cec4b9), color-stop(100%, #ab9e90));
	background: -moz-linear-gradient(#cec4b9, #ab9e90);
	background: -webkit-linear-gradient(#cec4b9, #ab9e90);
	background: linear-gradient(#cec4b9, #ab9e90);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCEC4B9', endColorstr='#FFAB9E90');
}
#menu li.menu_top a:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}

#menuList {
	position: fixed;
	left: -100px;
	top: -100px;
	width: 100%;
	height: 100%;
	border: 100px solid transparent;
	background: #e0d6c9;
	display: none;
	z-index: 9999;
}
#menuList .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 57px solid transparent;
	overflow-y: scroll;
}
#menuList .inner .box_st {
	padding: 0.46875%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2MjUxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MTQwYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #462515), color-stop(100%, #25140b));
	background: -moz-linear-gradient(#462515, #25140b);
	background: -webkit-linear-gradient(#462515, #25140b);
	background: linear-gradient(#462515, #25140b);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF462515', endColorstr='#FF25140B');
	text-align: right;
	position: relative;
	overflow: hidden;
}
#menuList .inner .box_st .close {
	position: relative;
	z-index: 10;
	float: right;
	width: 12.46057%;
	cursor: pointer;
}
#menuList .inner .box_st .st {
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -.5em;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 164%;
}
#menuList .inner .box_st .st span {
	vertical-align: middle;
}
#menuList .inner .box_st .st:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}
#menuList .inner .box_menu {
	width: 96%;
	margin: 4.6875% auto 0;
	overflow: hidden;
	padding-bottom: 4.6875%;
}
#menuList .inner .box_menu li {
	width: 99%;
	float: left;
	padding: .5%;
}
#menuList .inner .box_menu li:first-child {
	float: none;
	width: auto;
	padding-bottom: 1.66667%;
}
#menuList .inner .box_menu li:first-child a {
	display: block;
	height: auto;
	color: #fff;
	text-align: center;
	width: auto;
	padding: 4.16667% 0;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiMDgyMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5MDQxMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b0823), color-stop(100%, #390413));
	background: -moz-linear-gradient(#6b0823, #390413);
	background: -webkit-linear-gradient(#6b0823, #390413);
	background: linear-gradient(#6b0823, #390413);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6B0823', endColorstr='#FF390413');
}
#menuList .inner .box_menu li a {
	background: #fff;
	display: table;
	width: 100%;
	height: 4em;
	text-decoration: none;
}
#menuList .inner .box_menu li a .wrap {
	display: table-cell;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1% 3.44828%;
	vertical-align: middle;
}
#menuList .inner .box_menu li a .wrap img, #menuList .inner .box_menu li a .wrap span {
	display: inline-block;
	vertical-align: middle;
}
#menuList .inner .box_menu li a .wrap img {
	width: 11.11111%;
}
#menuList .inner .btn_close {
	text-align: center;
	padding: 4.6875% 0;
}
#menuList .inner .btn_close img {
	width: 12.34375%;
	cursor: pointer;
}

/* -----------------------------------------------------------
	#modal
----------------------------------------------------------- */
#modal {
	display: none;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#modal #overlay {
	position: fixed;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	background: url(../images/common/bg_dg80.png);
}
#modal #viewport {
	position: relative;
	z-index: 10;
	max-width: 95%;
	padding: 2.5%;
	display: inline-block !important;
}
#modal #viewport > * {
	display: inline-block !important;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  html.lower #header h2 {
		padding-top: 4px;
		position: relative;
		z-index: 0;
  }
  html.lower #header h2:before {
		content: '';
		height: 20px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		background: url(../images/common/bg_shadow.png) repeat-x;
  }
  html.lower #header h2 img {
		position: relative;
		z-index: -1;
  }
}
@media print {
  html.lower #header h2 {
		padding-top: 4px;
		position: relative;
		z-index: 0;
  }
  html.lower #header h2:before {
		content: '';
		height: 20px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		background: url(../images/common/bg_shadow.png) repeat-x;
  }
  html.lower #header h2 img {
		position: relative;
		z-index: -1;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic, table.tbl_basic2 {
	width: 100%;
}
table.tbl_basic caption, table.tbl_basic2 caption {
	font-size: 150%;
	border-bottom: 1px dotted #432f24;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #311f18;
}
@media only screen and (max-width: 640px) {
  table.tbl_basic caption, table.tbl_basic2 caption {
		font-size: 125%;
		padding-bottom: .1em;
		margin-bottom: .3em;
  }
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic, table.tbl_basic2 {
		border-top: 1px solid #b8a69f;
  }
}
table.tbl_basic td, table.tbl_basic2 td {
	background: #fff;
	font-size: 109%;
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic td, table.tbl_basic2 td {
		font-size: 92%;
		padding: 0.5em 1em !important;
		border-top: none !important;
		background: #F9F6F4;
  }
}
table.tbl_basic th, table.tbl_basic2 th {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #432f24;
	font-weight: normal;
	font-size: 117%;
	width: 9em;
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic th, table.tbl_basic2 th {
		text-align: left;
		font-size: 100%;
		padding: .5em !important;
		color: #432f24;
		background: #dfd4c2;
		border-top: none !important;
		border-bottom: 1px dotted #b8a69f !important;
  }
}
table.tbl_basic th, table.tbl_basic2 th, table.tbl_basic td, table.tbl_basic2 td {
	border: 1px solid #c3c3c6;
	padding: 1em .7em;
}
table.tbl_basic th img, table.tbl_basic2 th img, table.tbl_basic th span, table.tbl_basic2 th span, table.tbl_basic td img, table.tbl_basic2 td img, table.tbl_basic td span, table.tbl_basic2 td span {
	vertical-align: middle;
}
table.tbl_basic th img, table.tbl_basic2 th img, table.tbl_basic td img, table.tbl_basic2 td img {
	margin: 0 .5em;
}
@media only screen and (max-width: 1040px) {
  table.tbl_basic th, table.tbl_basic2 th, table.tbl_basic td, table.tbl_basic2 td {
		border: 1px solid #b8a69f;
		width: 100% !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		clear: both;
  }
}

table.tbl_basic2 th {
	background: #a6937c;
}

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  .temp_st1 {
		text-align: center;
		padding-top: 4px;
		position: relative;
		z-index: 0;
  }
  .temp_st1:before {
		content: '';
		height: 20px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		background: url(../images/common/bg_shadow.png) repeat-x;
  }
  .temp_st1 img {
		position: relative;
		z-index: -1;
  }
}
@media print {
  .temp_st1 {
		text-align: center;
		padding-top: 4px;
		position: relative;
		z-index: 0;
  }
  .temp_st1:before {
		content: '';
		height: 20px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		background: url(../images/common/bg_shadow.png) repeat-x;
  }
  .temp_st1 img {
		position: relative;
		z-index: -1;
  }
}

.temp_st2 {
	text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_st2 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
  }
}

.temp_st3 {
	text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_st3 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
  }
}

.temp_st4 {
	text-align: center;
}
.temp_st4 img, .temp_st4 span {
	vertical-align: middle;
}
.temp_st4 img {
	margin-right: 17px;
}
.temp_st4 span {
	font-size: 150%;
	font-weight: normal;
	color: #603c37;
}
@media only screen and (max-width: 640px) {
  .temp_st4 img {
		margin-right: .8em;
		width: 1.6em;
  }
  .temp_st4 span {
		font-size: 117%;
  }
}

.temp_bn1 {
	width: 340px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 {
		width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_bn1 {
		width: 100%;
  }
}
.mouse .temp_bn1:hover a, .touch .temp_bn1.touchstart a {
	background: #443026;
	color: #fff;
}
.temp_bn1.active a {
	background: #443026;
	color: #fff;
}
.touch .temp_bn1 {
	-webkit-tap-highlight-color: transparent;
}
.touch .temp_bn1.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
.temp_bn1.active a {
	cursor: default;
}
.temp_bn1 a {
	display: block;
	border: 3px solid #e5d8cf;
	font-size: 117%;
	background: #fff;
	color: #311102;
	-moz-transition: background 200ms, color 200ms, border 200ms;
	-o-transition: background 200ms, color 200ms, border 200ms;
	-webkit-transition: background 200ms, color 200ms, border 200ms;
	transition: background 200ms, color 200ms, border 200ms;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_bn1 a {
		font-size: 109%;
		border-width: 2px;
  }
}
.temp_bn1 a img, .temp_bn1 a span {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a img {
		width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .temp_bn1 a img {
		width: 21.66667%;
  }
}
.temp_bn1 a span {
	padding: 0 0 0 .6em;
}
.temp_bn1 a span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	height: 1em;
	width: 1em;
	background: url(../images/common/icon_nav.png) no-repeat 0 center;
}
.temp_bn1 a em {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
}
.temp_bn1 a small {
	font-size: 86%;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a small {
		font-size: 92%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_bn1 a small {
		font-size: 93%;
  }
}

.temp_bn2 {
	overflow: hidden;
}
.temp_bn2 .inner {
	float: left;
	width: 440px;
}
@media only screen and (max-width: 640px) {
  .temp_bn2 .inner {
		width: auto;
  }
}
.temp_bn2 .inner a {
	display: block;
	text-decoration: none;
	border-bottom: 4px solid #6b5446;
}
.temp_bn2 .inner a span {
	display: block;
	text-align: center;
	color: #fff;
	padding: 1.5em 0 1em;
	font-size: 150%;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0MGYwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #240f0d));
	background: -moz-linear-gradient(#3e201e, #240f0d);
	background: -webkit-linear-gradient(#3e201e, #240f0d);
	background: linear-gradient(#3e201e, #240f0d);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3E201E', endColorstr='#FF240F0D');
}
.temp_bn2 .inner a span:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
}
@media only screen and (max-width: 640px) {
  .temp_bn2 .inner a {
		border-bottom-width: 2px;
  }
  .temp_bn2 .inner a img {
		max-width: none;
		width: 100%;
  }
  .temp_bn2 .inner a span {
		font-size: 109%;
		padding: .7em 0;
  }
}
.temp_bn2 .inner .txt {
	font-size: 109%;
	margin-top: 1em;
}
@media only screen and (max-width: 640px) {
  .temp_bn2 .inner .txt {
		font-size: 100%;
		margin-top: .7em;
  }
}

.temp_plan {
	background: url(../images/home/bg_plan.jpg);
	padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .temp_plan {
		background: #3e291e;
  }
}
@media only screen and (max-width: 640px) {
  .temp_plan {
		padding-bottom: 7.03125%;
  }
}
@media only screen and (min-width: 641px) {
  .temp_plan h3 {
		text-align: center;
		background: url(../images/home/bg_plan_st.png);
		padding: 5px 0 28px;
		position: relative;
  }
  .temp_plan h3:before, .temp_plan h3:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 2px;
		width: 100%;
		border-top: 2px solid #776045;
		border-bottom: 1px solid #776045;
  }
  .temp_plan h3:after {
		top: auto;
		bottom: 0;
		border-bottom-width: 2px;
		border-top-width: 1px;
  }
}
@media print {
  .temp_plan h3 {
		text-align: center;
		background: url(../images/home/bg_plan_st.png);
		padding: 5px 0 28px;
		position: relative;
  }
  .temp_plan h3:before, .temp_plan h3:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 2px;
		width: 100%;
		border-top: 2px solid #776045;
		border-bottom: 1px solid #776045;
  }
  .temp_plan h3:after {
		top: auto;
		bottom: 0;
		border-bottom-width: 2px;
		border-top-width: 1px;
  }
}
.temp_plan .img_best {
	text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_plan .img_best img {
		width: 90.625%;
  }
}
.temp_plan ul {
	overflow: hidden;
	padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  .temp_plan ul {
		padding: 1.5625% 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_plan ul {
		width: 90.625%;
  }
}
.temp_plan ul li {
	width: 500px;
	float: left;
	background: #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #311f18;
	margin-top: 10px;
}
@media only screen and (min-width: 1041px) {
  .temp_plan ul li:first-child, .temp_plan ul li:first-child + li + li, .temp_plan ul li:first-child + li + li + li + li {
		margin-right: 20px;
		clear: both;
  }
}
@media print {
  .temp_plan ul li:first-child, .temp_plan ul li:first-child + li + li, .temp_plan ul li:first-child + li + li + li + li {
		margin-right: 20px;
		clear: both;
  }
}
.temp_plan ul li a {
	background: url(../images/home/bg_planbox.png);
	display: block;
	padding: 10px;
	text-decoration: none;
	border: 2px solid #a6937c;
	overflow: hidden;
}
.temp_plan ul li a .img {
	width: 190px;
	float: left;
	overflow: hidden;
	height: 135px;
}
.temp_plan ul li a .box_det {
	width: 260px;
	float: right;
}
.temp_plan ul li a .box_det .st {
	font-size: 125%;
	color: #603c37;
	font-weight: bold;
	padding: 10px 0;
}
.temp_plan ul li a .box_det .txt {
	font-size: 109%;
	line-height: 1.1;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.temp_plan ul li a .box_det .price {
	color: #603c37;
	padding-top: 10px;
	border-top: 3px double #e0dbd4;
	margin-top: 17px;
}
@media only screen and (max-width: 1040px) {
  #page .temp_plan ul li {
		float: none;
		width: auto;
		margin: 10px 0 0;
  }
  #page .temp_plan ul li:first-child {
		margin-top: 0;
  }
  #page .temp_plan ul li a {
		position: relative;
		height: auto !important;
  }
  #page .temp_plan ul li a .img {
		width: 170px;
		height: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 10px solid transparent;
		position: absolute;
		left: 0;
		top: 0;
  }
  #page .temp_plan ul li a .box_det {
		float: none;
		width: auto;
		padding-left: 170px;
  }
}
@media only screen and (max-width: 640px) {
  #page .temp_plan ul li {
		margin-top: 1.72414%;
  }
  #page .temp_plan ul li a {
		padding: 2.58621%;
  }
  #page .temp_plan ul li a .img {
		width: 32.72727%;
		height: auto;
		border: 0;
		position: static;
		float: none;
  }
  #page .temp_plan ul li a .box_det {
		padding-left: 0;
  }
  #page .temp_plan ul li a .box_det .st {
		font-size: 119%;
		position: absolute;
		left: 38.18182%;
		top: 0;
		width: 60%;
		font-weight: normal;
  }
  #page .temp_plan ul li a .box_det .price {
		margin-top: 3.63636%;
		padding-top: 3.63636%;
		line-height: 1;
  }
}
.temp_plan .btn {
	text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_plan .btn img {
		width: 90.625%;
  }
}

.txt_planatt {
	text-align: center;
	margin-top: 1em;
}

.temp_contactBox.planNext {
	margin-top: 2em;
	max-width: 640px;
	width: 95%;
}
@media only screen and (max-width: 640px) {
  .temp_contactBox.planNext img {
		width: 59.5%;
  }
}

.temp_int {
	max-width: 605px;
	margin: auto;
}
.temp_int h3 {
	text-align: center;
}
.temp_int .txt {
	padding: 15px 0 0;
}
@media only screen and (max-width: 640px) {
  .temp_int .txt {
		padding: 5% 3% 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_int {
		max-width: none;
		padding: 0 2.5%;
  }
}

.temp_wedOption {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px dotted #432f25;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption {
		padding-top: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_wedOption {
		margin-top: 6.5%;
  }
}
.temp_wedOption h4 {
	text-align: center;
}
.temp_wedOption .inner .txt_st {
	padding: 1em 0;
	text-align: center;
}
.temp_wedOption .inner .box_table {
	overflow: hidden;
}
@media only screen and (min-width: 1041px) {
  .temp_wedOption .inner .box_table table {
		float: left;
		width: 490px;
  }
  .temp_wedOption .inner .box_table table + table {
		float: right;
  }
}
@media print {
  .temp_wedOption .inner .box_table table {
		float: left;
		width: 490px;
  }
  .temp_wedOption .inner .box_table table + table {
		float: right;
  }
}
.temp_wedOption .inner .box_link {
	margin-top: 20px;
	text-align: center;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link {
		margin-top: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link .txt1 {
		text-align: left;
  }
}
.temp_wedOption .inner .box_link span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link {
		font-size: 84%;
  }
}
.temp_wedOption .inner .box_link .btn {
	margin: 1.5em 0 2em;
}
@media only screen and (max-width: 640px) {
  .temp_wedOption .inner .box_link .btn {
		margin: 1em 0 1em;
  }
}

.wrap_nav {
	background: #a6937c;
}
.wrap_nav .inner .temp_nav .st {
	text-align: center;
	color: #fff;
	font-size: 125%;
	padding: 0 0 0.4em;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .wrap_nav .inner .temp_nav .st {
		padding: 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .wrap_nav .inner .temp_nav .st {
		padding: 0.5em 0 0;
  }
}
.wrap_nav .inner .temp_nav ul {
	width: auto;
	max-width: none;
}
@media only screen and (min-width: 1041px) {
  .wrap_nav .inner {
		padding: 6px 0;
		overflow: hidden;
  }
}
@media only screen and (min-width: 1041px) and (max-width: 640px) {
  .wrap_nav .inner {
		padding: 2.5% 0;
  }
}
@media only screen and (min-width: 1041px) {
  .wrap_nav .inner .temp_nav.col2 {
		width: 480px;
		float: left;
  }
  .wrap_nav .inner .temp_nav.col2 + .col2 {
		float: right;
  }
  .wrap_nav .inner .temp_nav ul {
		padding: 0;
  }
}
@media print {
  .wrap_nav .inner {
		padding: 6px 0;
		overflow: hidden;
  }
  .wrap_nav .inner .temp_nav.col2 {
		width: 480px;
		float: left;
  }
  .wrap_nav .inner .temp_nav.col2 + .col2 {
		float: right;
  }
  .wrap_nav .inner .temp_nav ul {
		padding: 0;
  }
}

.temp_nav {
	background: #a6937c;
}
.temp_nav.noImg ul li a {
	font-size: 109%;
}
.temp_nav.noImg ul li a span {
	padding: 1em 0em 1em 1em;
}
.temp_nav ul {
	padding: 6px 0;
	overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .temp_nav ul {
		padding: 2.5% 0;
  }
}
.temp_nav ul li {
	float: left;
	margin-top: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 6px;
}
.temp_nav ul li.first {
	padding-left: 0;
}
@media only screen and (min-width: 1041px) {
  .temp_nav ul li.first {
		clear: both;
  }
}
@media print {
  .temp_nav ul li.first {
		clear: both;
  }
}
.temp_nav ul li.col6 {
	width: 16.65%;
}
.temp_nav ul li.col5 {
	width: 20%;
}
.temp_nav ul li.col4 {
	width: 25%;
}
.temp_nav ul li.col2 {
	width: 50%;
}
.temp_nav ul li.col3 {
	width: 33.3333%;
}
.temp_nav ul li.row1 {
	margin-top: 0;
}
.mouse .temp_nav ul li a:hover, .touch .temp_nav ul li a.touchstart {
	border-color: #e5d8cf;
}
.touch .temp_nav ul li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .temp_nav ul li a.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  #page .temp_nav ul li {
		width: 50%;
		padding: 0 3px;
		margin-top: 6px;
  }
  #page .temp_nav ul li:first-child, #page .temp_nav ul li:first-child + li {
		margin-top: 0;
  }
  #page .temp_nav ul li:first-child + li + li, #page .temp_nav ul li:first-child + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li, #page .temp_nav ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
		clear: both;
  }
}
@media only screen and (max-width: 640px) {
  #page .temp_nav ul li {
		float: none;
		width: auto;
		padding: 0;
		margin-top: 1.25%;
  }
  #page .temp_nav ul li:first-child {
		margin-top: 0;
  }
}
.temp_nav ul .temp_bn1 a span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	height: 1em;
	width: 1em;
	background: url(../images/common/icon_nav2.png) no-repeat 0 center;
}
@media only screen and (min-width: 641px) {
  .temp_nav select {
		display: none;
  }
}
@media print {
  .temp_nav select {
		display: none;
  }
}
@media only screen and (max-width: 640px) {
  .temp_nav {
		padding: 1em 0;
  }
  .temp_nav ul {
		display: none;
  }
  .temp_nav select {
		display: block;
		width: 95%;
		margin: auto;
		display: block;
		height: 3em;
  }
}

.temp_contactBox {
	max-width: 940px;
	margin: auto;
	width: 95%;
}
.temp_contactBox .txt_att {
	text-align: center;
	margin-bottom: 1em;
}
.temp_contactBox .inner {
	background: #fff;
	padding: 20px;
	border: 6px solid #e5d7cc;
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner {
		padding: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner {
		border: 2px solid #e5d7cc;
  }
}
.temp_contactBox .inner .box_t {
	text-align: center;
}
.temp_contactBox .inner .box_t p {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.temp_contactBox .inner .box_t p.st {
	margin-right: 1em;
	font-size: 150%;
	color: #311102;
	font-weight: normal;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_contactBox .inner .box_t p.st {
		font-size: 142%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner .box_t p.st {
		font-size: 146%;
  }
}
@media only screen and (max-width: 1040px) {
  .temp_contactBox .inner .box_t p {
		display: block;
  }
  .temp_contactBox .inner .box_t p.st {
		margin-bottom: .5em;
		margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner .box_t p.st {
		font-size: 134%;
  }
}
.temp_contactBox .inner .box_t + .box_t {
	margin-top: .8em;
	padding-top: .8em;
	border-top: 1px dotted #432f25;
}
.temp_contactBox .inner .box_b {
	margin-top: .8em;
	padding-top: .8em;
	border-top: 1px dotted #432f25;
	text-align: center;
}
.temp_contactBox .inner .box_b p {
	display: inline-block;
	vertical-align: bottom;
}
.temp_contactBox .inner .box_b p.txt1 {
	font-size: 125%;
	color: #311102;
	display: inline-block;
}
@media only screen and (min-width: 1041px) {
  .temp_contactBox .inner .box_b p.txt1 {
		text-align: left;
  }
}
@media print {
  .temp_contactBox .inner .box_b p.txt1 {
		text-align: left;
  }
}
.temp_contactBox .inner .box_b p.txt2 {
	font-size: 109%;
	color: #464646;
}
.temp_contactBox .inner .box_b p.btn {
	margin: 0 1em;
}
@media only screen and (max-width: 1040px) {
  .temp_contactBox .inner .box_b p {
		display: block;
  }
  .temp_contactBox .inner .box_b p.btn {
		margin: .7em 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_contactBox .inner .box_b p.tel {
		margin: .7em 0;
  }
  .temp_contactBox .inner .box_b p.txt1 {
		font-size: 109%;
  }
  .temp_contactBox .inner .box_b p.txt2 {
		font-size: 84%;
  }
}

.temp_lowerNav {
	background: url(../images/common/bg_nav.jpg);
	border-top: 2px solid #998863;
	border-bottom: 2px solid #998863;
	padding: 2px 0;
	margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav {
		margin-top: 6.5%;
  }
}
.temp_lowerNav .inner {
	padding: 35px 0;
	border-top: 1px solid #998863;
	border-bottom: 1px solid #998863;
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav .inner {
		padding: 6.5% 0;
  }
}
.temp_lowerNav .st {
	text-align: center;
}
.temp_lowerNav ul {
	margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul {
		margin-top: 0;
  }
}
.temp_lowerNav ul + ul {
	margin-top: 4px;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_lowerNav ul + ul {
		margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul + ul {
		margin-top: 0;
  }
}
.temp_lowerNav ul.column_4 li {
	width: 252px;
}
.temp_lowerNav ul.column_5 li {
	width: 201px;
}
.temp_lowerNav ul.column_5 li:first-child {
	width: 200px;
}
.temp_lowerNav ul.column_6 li {
	width: 166px;
}
@media only screen and (min-width: 1041px) {
  .temp_lowerNav ul.column_6 li .one span {
		line-height: 3;
  }
}
@media print {
  .temp_lowerNav ul.column_6 li .one span {
		line-height: 3;
  }
}
.temp_lowerNav ul li {
	width: 252px;
	float: left;
	margin-left: 4px;
}
.temp_lowerNav ul li:first-child {
	margin-left: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_lowerNav ul li {
		width: 50% !important;
		margin-left: 0;
  }
  .temp_lowerNav ul li.center {
		margin-left: 25%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  #page .temp_lowerNav ul li a {
		display: block;
		text-align: center;
  }
  #page .temp_lowerNav ul li a p {
		display: block;
  }
  #page .temp_lowerNav ul li a p.img {
		display: inline-block;
  }
  #page .temp_lowerNav ul li a p img {
		width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul li {
		width: auto !important;
		float: none;
		margin: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 850px) {
  .temp_lowerNav ul li.l a p.txt {
		line-height: 3;
  }
}
.temp_lowerNav ul li a {
	display: block;
	border: 1px dotted #a6937c;
	overflow: hidden;
	background: #fff;
	text-align: center;
	text-decoration: none;
}
.mouse .temp_lowerNav ul li a:hover, .touch .temp_lowerNav ul li a.touchstart {
	background: #3E201E;
	color: #fff;
}
@media only screen and (min-width: 1041px) {
  .mouse .temp_lowerNav ul li a:hover .txt, .touch .temp_lowerNav ul li a.touchstart .txt {
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0MGYwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #240f0d));
		background: -moz-linear-gradient(#3e201e, #240f0d);
		background: -webkit-linear-gradient(#3e201e, #240f0d);
		background: linear-gradient(#3e201e, #240f0d);
  }
}
@media print {
  .mouse .temp_lowerNav ul li a:hover .txt, .touch .temp_lowerNav ul li a.touchstart .txt {
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0MGYwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #240f0d));
		background: -moz-linear-gradient(#3e201e, #240f0d);
		background: -webkit-linear-gradient(#3e201e, #240f0d);
		background: linear-gradient(#3e201e, #240f0d);
  }
}
.touch .temp_lowerNav ul li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .temp_lowerNav ul li a.touchend {
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
.temp_lowerNav ul li a p {
	padding: 10px;
}
.temp_lowerNav ul li a .img {
	padding-bottom: 0;
}
#page .temp_lowerNav ul li a .img img {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.temp_lowerNav ul li a .img span {
	display: block;
	padding: 1px;
	border: 1px solid #a6937c;
}
.temp_lowerNav ul li a .txt {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width: 1041px) {
  .temp_lowerNav ul li a .txt {
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjVmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f5f3));
		background: -moz-linear-gradient(#ffffff, #f7f5f3);
		background: -webkit-linear-gradient(#ffffff, #f7f5f3);
		background: linear-gradient(#ffffff, #f7f5f3);
		display: table;
		width: 100%;
		height: 3em;
  }
  .temp_lowerNav ul li a .txt span {
		display: table-cell;
		vertical-align: middle;
  }
  .temp_lowerNav ul li a .txt.lh3 {
		line-height: 3;
  }
}
@media print {
  .temp_lowerNav ul li a .txt {
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjVmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f5f3));
		background: -moz-linear-gradient(#ffffff, #f7f5f3);
		background: -webkit-linear-gradient(#ffffff, #f7f5f3);
		background: linear-gradient(#ffffff, #f7f5f3);
		display: table;
		width: 100%;
		height: 3em;
  }
  .temp_lowerNav ul li a .txt span {
		display: table-cell;
		vertical-align: middle;
  }
  .temp_lowerNav ul li a .txt.lh3 {
		line-height: 3;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_lowerNav ul li a .txt {
		margin-top: .5em;
  }
  .temp_lowerNav ul li a .txt.add1 {
		padding-bottom: 1.5em;
  }
}
.temp_lowerNav ul li a .txt em {
	background: #D8C6BB;
	color: #fff;
	display: inline-block;
	padding: 0 .3em;
	font-size: 84%;
}
@media only screen and (max-width: 1040px) {
  .temp_lowerNav ul li a {
		display: table;
		width: 100%;
		padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
  }
  .temp_lowerNav ul li a .img {
		display: table-cell;
		width: 150px;
		overflow: hidden;
		vertical-align: middle;
		padding: 0;
  }
  .temp_lowerNav ul li a .img img {
		width: 100%;
  }
  .temp_lowerNav ul li a .txt {
		display: table-cell;
		vertical-align: middle;
		padding: 0 1em;
  }
}
@media only screen and (max-width: 640px) {
  .temp_lowerNav ul li a {
		padding: 2%;
  }
  .temp_lowerNav ul li a .img {
		width: 34.48276%;
  }
}

.temp_menu {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlMjAxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzMGUwYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e201e), color-stop(100%, #230e0c));
	background: -moz-linear-gradient(#3e201e, #230e0c);
	background: -webkit-linear-gradient(#3e201e, #230e0c);
	background: linear-gradient(#3e201e, #230e0c);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3E201E', endColorstr='#FF230E0C');
	padding-bottom: 30px;
	margin-top: 55px;
}
@media only screen and (max-width: 640px) {
  .temp_menu {
		padding-bottom: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu {
		margin-top: 6.5%;
  }
}
.temp_menu > .inner {
	overflow: hidden;
}
.temp_menu > .inner .box_st {
	float: left;
	width: 220px;
}
.temp_menu > .inner .box_st .txt {
	color: #fff;
	font-size: 109%;
	margin-top: 35px;
	margin-top: 35px;
}
@media only screen and (max-width: 1040px) {
  .temp_menu > .inner .box_st .txt {
		font-size: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_menu > .inner .box_st .txt {
		margin-top: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu > .inner .box_st .txt {
		margin-top: 1em;
  }
}
@media only screen and (max-width: 1040px) {
  .temp_menu > .inner .box_st {
		float: none;
		width: auto;
		text-align: center;
  }
}
.temp_menu > .inner .box_img {
	float: right;
	overflow: hidden;
	padding-top: 20px;
	width: 760px;
}
.temp_menu > .inner .box_img li {
	float: left;
	width: 210px;
	margin-left: 65px;
}
.temp_menu > .inner .box_img li:first-child {
	margin-left: 0;
}
.temp_menu > .inner .box_img li a {
	display: block;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #6b5446;
}
.temp_menu > .inner .box_img li a .txt {
	display: block;
	color: #fff;
	margin-top: .3em;
	line-height: 2.4;
	font-size: 150%;
	color: #311102;
	font-weight: normal;
	color: #fff;
}
@media only screen and (min-width: 641px) and (max-width: 1040px) {
  .temp_menu > .inner .box_img li a .txt {
		font-size: 142%;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu > .inner .box_img li a .txt {
		font-size: 146%;
  }
}
.temp_menu > .inner .box_img li a .txt span, .temp_menu > .inner .box_img li a .txt img {
	vertical-align: middle;
}
.temp_menu > .inner .box_img li a .txt span {
	margin-right: .5em;
}
@media only screen and (max-width: 1040px) {
  .temp_menu > .inner .box_img {
		float: none;
		width: 600px;
		padding-top: 30px;
		margin: auto;
  }
  .temp_menu > .inner .box_img li {
		width: 180px;
		margin-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .temp_menu > .inner .box_img {
		width: auto;
		padding-top: 6.5%;
  }
  .temp_menu > .inner .box_img li {
		float: none;
		margin-left: 0;
		width: auto;
		padding: 0;
  }
  .temp_menu > .inner .box_img li:first-child a {
		border-top: 1px solid #6b5446;
  }
  .temp_menu > .inner .box_img li a {
		padding: 3% 0;
		overflow: hidden;
  }
  .temp_menu > .inner .box_img li a .img {
		width: 18%;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
  }
  .temp_menu > .inner .box_img li a .txt {
		width: 70%;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		margin-top: 0;
  }
}

.parts_rep {
	margin-top: 30px;
	background: #bfad9a;
	padding: 4px 0;
}
@media only screen and (max-width: 640px) {
  .parts_rep {
		margin-top: 6.5%;
  }
}
.parts_rep .inner {
	max-width: 730px;
	width: 95%;
	margin: auto;
	background: #fff;
	padding: 1px;
	overflow: hidden;
}
@media only screen and (min-width: 1041px) {
  .parts_rep .inner .img {
		float: right;
  }
}
@media print {
  .parts_rep .inner .img {
		float: right;
  }
}
@media only screen and (max-width: 640px) {
  .parts_rep .inner .img {
		overflow: hidden;
  }
  .parts_rep .inner .img img {
		position: relative;
		width: 160%;
		max-width: none;
		margin-left: -30%;
  }
}
.parts_rep .inner .box_det {
	padding-top: 43px;
	background: url(../hotspring&spa/spa/images/bg_bri_spa.png) no-repeat center top;
	text-align: center;
}
@media only screen and (min-width: 1041px) {
  .parts_rep .inner .box_det {
		float: left;
		width: 405px;
  }
}
@media print {
  .parts_rep .inner .box_det {
		float: left;
		width: 405px;
  }
}
@media only screen and (max-width: 1040px) {
  .parts_rep .inner .box_det {
		padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .parts_rep .inner .box_det {
		padding: 1em 1em 1.5em;
		background: none;
  }
}
.parts_rep .inner .box_det .txt {
	display: inline-block;
	text-align: left;
	padding: 1em 2em;
}

body[id*="wedding_"] #page .temp_contactBox {
	margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  body[id*="wedding_"] #page .temp_contactBox {
		margin-top: 6.5%;
  }
}

#wedding_party #page .temp_wedOption {
	margin-top: 40px;
	padding-top: 0;
	border-top: 0;
}
@media only screen and (max-width: 640px) {
  #wedding_party #page .temp_wedOption {
		margin-top: 6.5%;
  }
}

body[id*="wedding_"] #page .temp_news_blog {
	margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  body[id*="wedding_"] #page .temp_news_blog {
		margin-top: 6.5%;
  }
}
body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog {
	margin-top: 0;
}
@media only screen and (max-width: 1040px) {
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog {
		margin-top: 1.5em;
  }
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog .box_art {
		margin-bottom: 0;
  }
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog ul {
		padding: 0;
  }
}
body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog .btn {
	text-align: center;
	margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  body[id*="wedding_"] #page .temp_news_blog .wrap_news_blog .btn {
		margin-top: 3%;
  }
}

/* -----------------------------------------------------------
	simply-scroll
----------------------------------------------------------- */
.simply-scroll-container {
	position: relative;
}

.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.simply-scroll-list li {
	float: left;
  /* Horizontal scroll only */
	padding: 0;
	margin: 0;
}

.simply-scroll-list li img {
	display: block;
}

/* -----------------------------------------------------------
	PhotoSwipe
----------------------------------------------------------- */
figure {
	display: block;
	margin: 0;
}

body .pswp {
	z-index: 10000;
}

body .pswp__caption__center {
	text-align: center;
}

body .pswp__button--share {
	display: none;
}

/* -----------------------------------------------------------
	.con_faq
----------------------------------------------------------- */
.con_faq {
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/common/bg_contents2.jpg);
	position: relative;
}
@media only screen and (max-width: 640px) {
  .con_faq {
		margin-top: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_faq {
		padding-top: 6.5%;
  }
}
@media only screen and (max-width: 640px) {
  .con_faq {
		padding-bottom: 6.5%;
  }
}
.con_faq:before, .con_faq:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	border-top: 2px solid #998863;
	border-bottom: 1px solid #998863;
}
.con_faq:after {
	top: auto;
	bottom: 0;
	border-bottom-width: 2px;
	border-top-width: 1px;
}
.con_faq h3 {
	text-align: center;
	font-size: 267%;
	font-weight: 100;
	line-height: 1;
}
@media only screen and (max-width: 640px) {
  .con_faq h3 {
		font-size: 200%;
  }
}
.con_faq h3:before {
	display: block;
	content: "";
	height: 38px;
	margin: auto;
	background: url(../images/common/ic_title.png) no-repeat center top;
	width: 76px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .con_faq h3:before {
		width: 11.875%;
		margin-bottom: 0;
		background-size: 100% auto;
  }
}
.con_faq h3:after {
	display: block;
	content: "";
	height: 9px;
	background: url(../images/common/shadow_title.png) no-repeat center bottom;
	margin: auto;
	width: 711px;
	margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .con_faq h3:after {
		width: 95%;
		margin-top: 4%;
		background-size: 100% auto;
  }
}
.con_faq h3:before {
	display: none;
}
.con_faq .box_faq {
	margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .con_faq .box_faq {
		margin-top: 6.5%;
  }
}
.con_faq .box_faq dl {
	border-bottom: 1px dotted #330f03;
}
.con_faq .box_faq dl dt, .con_faq .box_faq dl dd {
	position: relative;
}
.con_faq .box_faq dl dt .ic, .con_faq .box_faq dl dd .ic {
	position: absolute;
	left: 20px;
	top: 10px;
}
@media only screen and (max-width: 640px) {
  .con_faq .box_faq dl dt .ic, .con_faq .box_faq dl dd .ic {
		top: .7em;
		left: .5em;
		width: 2em;
  }
}
.con_faq .box_faq dl dt {
	background: #efe5df;
	border-top: 1px dotted #330f03;
	padding: 1.5em 3em 1.5em 65px;
	cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .con_faq .box_faq dl dt {
		padding: 1em 3em 1em 3.5em;
  }
}
.con_faq .box_faq dl dt:before {
	content: "";
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: .3em;
	position: absolute;
	line-height: 1;
	width: 1em;
	height: 1em;
	right: .5em;
	top: 50%;
	margin-top: -.5em;
	color: #575757;
	font-size: 125%;
}
.con_faq .box_faq dl dt.active:before {
	content: "";
}
.con_faq .box_faq dl dd {
	background: #fbf7f1;
	display: none;
}
.con_faq .box_faq dl dd > span {
	display: block;
	padding: 1.5em 1em 1.5em 65px;
}
@media only screen and (max-width: 640px) {
  .con_faq .box_faq dl dd > span {
		padding: 1em 1em 1em 3.5em;
  }
}

/* -----------------------------------------------------------
  trust360-privacy-button 
----------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .trust360-privacy-button {
    bottom: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .trust360-privacy-button {
    bottom: 70px !important;
  }
  .T360PurposeOverviewBanner_Text {
    max-height: 12vh !important;
    font-size: 12px;
  }
  .T360Button {
    margin-bottom: 0 !important;
  }
  .T360Button-TextWithUnderline {
    padding: 0 !important;
    margin-top: 1em !important;
  }
  .T360Button-Secondary, .T360Button-Primary {
    margin-bottom: 0 !important;
  }
}