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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_gotoModal .box_modal, .con_attention, .con_banner, .con_renewal .box_ren .inner, .con_renewal .box_img .inner, .con_cuisine .box_txt, .con_tranquil .box_txt, .con_news, .con_dayuse, .con_sightseeing .box_sig {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
	.con_gotoModal .box_modal, .con_attention, .con_banner, .con_renewal .box_ren .inner, .con_renewal .box_img .inner, .con_cuisine .box_txt, .con_tranquil .box_txt, .con_news, .con_dayuse, .con_sightseeing .box_sig {
		width: 95%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns:after, .con_intro:after, .con_intro .box_video:after, .con_guestroom > div:after, .con_sightseeing .box_sig .wrp_img:after, .con_access .box_acc:after {
	content: "";
	display: table;
	clear: both;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
	}
	100% {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@-moz-keyframes scroll {
	0% {
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
	}
	100% {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
	}
	100% {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

@-moz-keyframes scale {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

@media only screen and (min-width: 768px) {
	.scrollActive {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	.scrollActive.fade {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transition: opacity 1000ms ease;
		-moz-transition: opacity 1000ms ease;
		-o-transition: opacity 1000ms ease;
		transition: opacity 1000ms ease;
	}
}

@media print {
	.scrollActive {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	.scrollActive.fade {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transition: opacity 1000ms ease;
		-moz-transition: opacity 1000ms ease;
		-o-transition: opacity 1000ms ease;
		transition: opacity 1000ms ease;
	}
}

.ie8 .scrollActive {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.ie8 .scrollActive.fade {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transition: opacity 1000ms ease;
	-moz-transition: opacity 1000ms ease;
	-o-transition: opacity 1000ms ease;
	transition: opacity 1000ms ease;
}

/* -----------------------------------------------------------
	#loading
----------------------------------------------------------- */
#loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	display: table;
	background: #fff;
}

.firstload #loading:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/bg1.png) left top;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

#loading .box_txt {
	position: relative;
	z-index: 1;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#loading .box_txt .txt {
	margin-bottom: 20px;
	font-size: 154%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: bold;
	letter-spacing: .2em;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	#loading .box_txt .txt {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	#loading .box_txt .txt {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	#loading .box_txt .txt {
		letter-spacing: .15em;
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	#loading .box_txt .logo {
		width: 34.54545%;
		max-width: 190px;
		margin: auto;
	}
}

#loading .box_txt .loader {
	position: relative;
	width: 96px;
	height: 2px;
	background: #e5e3de;
	margin: 25px auto 0;
	-webkit-transition: -webkit-transform 1000ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition: -moz-transform 1000ms ease 1500ms;
	-o-transition: -o-transform 1000ms ease 1500ms;
	transition: transform 1000ms ease 1500ms;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

@media only screen and (max-width: 767px) {
	#loading .box_txt .loader {
		margin: 1.5em auto 0;
	}
}

#loading .box_txt .loader:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	background: #333c41;
	-webkit-transition: width 1000ms ease-in;
	-moz-transition: width 1000ms ease-in;
	-o-transition: width 1000ms ease-in;
	transition: width 1000ms ease-in;
}

.firstload #loading .box_txt .loader {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

.firstload #loading .box_txt .loader:before {
	width: 100%;
}

/* -----------------------------------------------------------
	#obj_video
----------------------------------------------------------- */
#obj_video {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.5);
}

#obj_video video {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#obj_video .obj_close {
	position: absolute;
	right: 1em;
	top: 1em;
}

@media only screen and (max-width: 767px) {
	#obj_video .obj_close {
		width: 5em;
		height: 5em;
	}
}

#obj_video .obj_close:hover {
	cursor: pointer;
}

/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg {
	overflow: hidden;
	position: relative;
}

.con_mainimg .box_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -80%);
	-moz-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
	-o-transform: translate(-50%, -80%);
	transform: translate(-50%, -80%);
	text-align: center;
	white-space: nowrap;
}

.con_mainimg .box_txt .st > * {
	display: block;
	text-align: center;
}

.con_mainimg .box_txt .st span {
	width: 212px;
	margin: 0 auto 15px;
}

@media only screen and (max-width: 767px) {
	.con_mainimg .box_txt .st span {
		margin: 0 auto 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .box_txt .st span {
		width: 190px;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .box_txt .st span {
		width: 39.47368%;
	}
}

.con_mainimg .box_txt .st em {
	color: #fff;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	font-size: 924%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .box_txt .st em {
		font-size: 770%;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .box_txt .st em {
		font-size: 347%;
	}
}

.con_mainimg .box_txt .st em:first-letter {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	color: #edd3b5;
}

.con_mainimg .box_txt .txt {
	color: #fff;
	font-size: 231%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: bold;
	letter-spacing: .16em;
	text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .box_txt .txt {
		font-size: 200%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1013.5px) {
	.con_mainimg .box_txt .txt {
		font-size: 170%;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .box_txt .txt {
		font-size: 131%;
		letter-spacing: normal;
	}
}

.con_mainimg .box_txt .en {
	position: absolute;
	right: -30px;
	bottom: -80px;
	text-align: right;
	color: #fff;
	font-family: "Meddon", cursive;
	font-size: 354%;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

@media only screen and (max-width: 767px) {
	.con_mainimg .box_txt .en {
		right: -0.4em;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .box_txt .en {
		bottom: -1.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .box_txt .en {
		font-size: 324%;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .box_txt .en {
		font-size: 185%;
	}
}

.con_mainimg #obj_mainSlider {
	margin-bottom: 0 !important;
}

.con_mainimg #obj_mainSlider > div {
	display: none;
}

.con_mainimg #obj_mainSlider > div:first-child {
	display: block;
}

.con_mainimg #obj_mainSlider [class^="slide"] img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
}

.con_mainimg .wrp_play {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin-bottom: 140px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .wrp_play {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .wrp_play {
		margin-bottom: 6em;
	}
}

.con_mainimg .wrp_play .obj_play {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.con_mainimg .wrp_play .obj_play > * {
	display: block;
	color: #fff;
}

.con_mainimg .wrp_play .obj_play i {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	margin: 0 auto 10px;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (max-width: 767px) {
	.con_mainimg .wrp_play .obj_play i {
		margin: 0 auto 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .wrp_play .obj_play i {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .wrp_play .obj_play i {
		width: 2.4em;
		height: 2.4em;
		line-height: 2.4em;
	}
}

.con_mainimg .wrp_play .obj_play i:after {
	content: '';
	position: absolute;
	left: -4px;
	top: -4px;
	width: -webkit-calc(100% + 8px);
	width: calc(100% + 8px);
	height: -webkit-calc(100% + 8px);
	height: calc(100% + 8px);
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-animation: scale 1s ease-out;
	-moz-animation: scale 1s ease-out;
	animation: scale 1s ease-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.con_mainimg .wrp_play .obj_play em {
	font-size: 124%;
	text-transform: uppercase;
	font-family: "Sorts Mill Goudy", serif;
	letter-spacing: .1em;
}

@media only screen and (max-width: 1260px) {
	.con_mainimg .wrp_play .obj_play em {
		font-size: 108%;
	}
}

.con_mainimg .wrp_play .obj_play:hover {
	cursor: pointer;
}

.con_mainimg .scroll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 85px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .scroll {
		bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .scroll {
		bottom: 3em;
	}
}

.con_mainimg .scroll a {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	text-decoration: none;
	color: #fff;
	font-family: Arial, sans-serif;
	letter-spacing: .06em;
}

@media only screen and (min-width: 768px) {
	.con_mainimg .scroll a {
		font-size: 108%;
	}
}

@media print {
	.con_mainimg .scroll a {
		font-size: 108%;
	}
}

.ie8 .con_mainimg .scroll a {
	font-size: 108%;
}

.con_mainimg .scroll a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -85px;
	width: 1px;
	height: 75px;
	background: #fff;
	margin: auto;
	-webkit-animation: scroll 1.7s ease-out;
	-moz-animation: scroll 1.7s ease-out;
	animation: scroll 1.7s ease-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .scroll a:after {
		bottom: -60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .scroll a:after {
		bottom: -3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_mainimg .scroll a:after {
		height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_mainimg .scroll a:after {
		height: 2.5em;
	}
}

.con_mainimg .scroll a:hover:after {
	height: 0;
}

@media only screen and (max-width: 767px) {
	.con_bn_fv {
		width: 80%;
		margin: 1.5em auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_bn_fv [class^="bn"] {
		position: absolute;
	}
}

@media print {
	.con_bn_fv [class^="bn"] {
		position: absolute;
	}
}

.ie8 .con_bn_fv [class^="bn"] {
	position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_bn_fv [class^="bn"] {
		width: 350px;
	}
}

@media only screen and (max-width: 767px) {
	.con_bn_fv [class^="bn"] {
		margin-top: 1em;
	}
}

.con_bn_fv [class^="bn"]:first-child {
	margin: 0;
}

.con_bn_fv [class^="bn"] a img, .con_bn_fv [class^="bn"] span img {
	width: 100%;
}

.con_bn_fv [class^="bn"] a:hover, .con_bn_fv [class^="bn"] span:hover {
	cursor: pointer;
}

.con_bn_fv [class^="bn"].new a, .con_bn_fv [class^="bn"].new span {
	position: relative;
}

.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
	content: 'New';
	position: absolute;
	top: -0.9em;
	left: -0.9em;
	width: 3em;
	height: 3em;
	line-height: 3em;
	background: #333c41;
	border-radius: 50%;
	text-align: center;
	color: #fff1e0;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 767px) {
	.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
		top: -0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
		left: -0.5em;
	}
}

@media only screen and (min-width: 1261px) {
	.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
		font-size: 154%;
	}
}

@media print {
	.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
		font-size: 154%;
	}
}

.ie8 .con_bn_fv [class^="bn"].new a:before, .ie8 .con_bn_fv [class^="bn"].new span:before {
	font-size: 154%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
		font-size: 139%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1013.5px) {
	.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_bn_fv [class^="bn"].new a:before, .con_bn_fv [class^="bn"].new span:before {
		font-size: 93%;
	}
}

@media only screen and (min-width: 768px) {
	.con_bn_fv .bn1 {
		left: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_bn_fv .bn1 {
		left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_bn_fv .bn1 {
		left: 0.3em;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_bn_fv .bn1 {
		bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_bn_fv .bn1 {
		bottom: 0.3em;
	}
}

@media print {
	.con_bn_fv .bn1 {
		left: 20px;
		bottom: 20px;
	}
}

.ie8 .con_bn_fv .bn1 {
	left: 20px;
	bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_bn_fv .bn1 {
		left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_bn_fv .bn1 {
		left: 0.3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_bn_fv .bn1 {
		bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_bn_fv .bn1 {
		bottom: 0.3em;
	}
}

@media only screen and (min-width: 768px) {
	.con_bn_fv .bn2 {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_bn_fv .bn2 {
		right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_bn_fv .bn2 {
		right: 0.3em;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_bn_fv .bn2 {
		bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_bn_fv .bn2 {
		bottom: 0.3em;
	}
}

@media print {
	.con_bn_fv .bn2 {
		right: 20px;
		bottom: 20px;
	}
}

.ie8 .con_bn_fv .bn2 {
	right: 20px;
	bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_bn_fv .bn2 {
		right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_bn_fv .bn2 {
		right: 0.3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_bn_fv .bn2 {
		bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_bn_fv .bn2 {
		bottom: 0.3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1013.5px) {
	.con_bn_fv .bn2 {
		width: 290px;
	}
}

.con_gotoModal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.con_gotoModal .bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.con_gotoModal .box_modal {
	display: table;
	width: 95%;
	max-width: 1100px;
	height: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal {
		padding: 2em 0;
	}
}

.con_gotoModal .box_modal .inner {
	display: table-cell;
	vertical-align: middle;
}

.con_gotoModal .box_modal .inner .wrp_goto {
	position: relative;
	z-index: 1;
	padding: 25px 0 5.45455%;
	background: #fff;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto {
		padding: 3.5em 1.5em 2em;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 6.2em;
	height: 6.2em;
	background: #333c41;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose {
		width: 5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose {
		height: 5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose {
		font-size: 93%;
		letter-spacing: .2em;
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose {
		font-size: 93%;
		letter-spacing: .2em;
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose {
	font-size: 93%;
	letter-spacing: .2em;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose {
		font-size: 77%;
		letter-spacing: .1em;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose:hover {
	cursor: pointer;
}

.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose em:before, .con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose em:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose em:before {
	content: "";
	margin-right: .5em;
	display: block;
	text-align: center;
	font-size: 250%;
	line-height: 1;
	margin: 0 0 .2em;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto #js-gotoClose em:before {
		font-size: 200%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div {
	max-width: 880px;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div {
		width: 90%;
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto > div {
		width: 90%;
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div {
	width: 90%;
}

.con_gotoModal .box_modal .inner .wrp_goto > div .st {
	text-align: center;
	max-width: 80%;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .st {
		max-width: 100%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div .sst {
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .sst {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .sst {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .sst {
		font-size: 116%;
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto > div .sst {
		font-size: 116%;
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div .sst {
	font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .sst {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .sst {
		font-size: 77%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div .sst span {
	font-size: 120%;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .sst span {
		font-size: 140%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div .img {
	border-top: 2px solid #333c41;
	margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .img {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div .img {
		margin-top: 0.5em;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div {
	max-width: 680px;
	margin: auto;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
	padding: 20px;
	border: 1px solid #ccc;
	margin-top: 25px;
	line-height: 1.75;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		padding: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		text-align: center;
		font-size: 116%;
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		text-align: center;
		font-size: 116%;
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
	text-align: center;
	font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		font-size: 108%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .att {
		font-size: 93%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn {
	margin: auto;
	width: 400px;
	margin-top: 6.55738%;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn {
		width: 90%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #e06900;
	background: #e06900;
	text-decoration: none;
	text-align: center;
	color: #fff1e0;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span {
		font-size: 116%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #edd3b5;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:after {
		width: 2em;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:hover, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:hover {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #e06900;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:hover:after {
	background: #e06900;
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:hover:after, .ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn {
		width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn {
		margin-top: 1.5em;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:before, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btn a:before {
	content: "";
	margin-right: .5em;
	font-size: 89%;
	vertical-align: baseline;
	line-height: 1;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns {
	margin-top: 6.55738%;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns {
		margin-top: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns {
		letter-spacing: -.4em;
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns {
		letter-spacing: -.4em;
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns {
	letter-spacing: -.4em;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li {
	margin: auto;
	width: 45.90164%;
	margin: 5.7377% 0 0 8.19672%;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li {
		width: 90%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #1c1e22;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #1c1e22;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span {
		font-size: 116%;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #1c1e22;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:after {
		width: 2em;
	}
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:hover, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:hover {
	background: #1c1e22;
	border-color: #1c1e22;
	color: #fff;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:hover:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:hover:after, .ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:hover:after, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li {
		margin: 0.8em 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(odd) {
		margin-left: 0;
	}
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media print {
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li {
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(odd) {
		margin-left: 0;
	}
	.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(-n+2) {
		margin-top: 0;
	}
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(odd) {
	margin-left: 0;
}

.ie8 .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(-n+2) {
	margin-top: 0;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(2) a:before, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(2) a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li:nth-child(2) a:before {
	content: "";
	margin-right: .5em;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:before, .con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a:before {
	content: "";
	margin-right: .5em;
	font-size: 89%;
	vertical-align: baseline;
	line-height: 1;
}

.con_gotoModal .box_modal .inner .wrp_goto > div > div .btns li a i {
	line-height: 1.3;
}

/* -----------------------------------------------------------
	.con_attention
----------------------------------------------------------- */
.con_attention {
	max-width: 800px;
	margin-top: 100px;
	padding: 50px 60px;
	box-sizing: border-box;
	border: 2px solid #1c1e22;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_attention {
		margin-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention {
		margin-top: 2.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_attention {
		padding: 40px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention {
		padding: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention {
		margin-bottom: 2em;
	}
}

.con_attention .st {
	margin-bottom: 30px;
	text-align: center;
	font-size: 231%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	line-height: 1.37;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_attention .st {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention .st {
		margin-bottom: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_attention .st {
		font-size: 208%;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention .st {
		font-size: 170%;
	}
}

@media only screen and (min-width: 768px) {
	.con_attention .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

@media print {
	.con_attention .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

.ie8 .con_attention .txt {
	font-size: 124%;
	line-height: 1.81;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_attention .txt {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention .txt {
		font-size: 100%;
	}
}

.con_attention .btns {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_attention .btns {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention .btns {
		margin-top: 1.5em;
	}
}

.con_attention .btns [class^="btn"] {
	margin: auto;
	width: 450px;
}

@media only screen and (max-width: 767px) {
	.con_attention .btns [class^="btn"] {
		width: 100%;
	}
}

.con_attention .btns [class^="btn"] + [class^="btn"] {
	margin-top: .5em;
}

.con_attention .btns [class^="btn"] a {
	position: relative;
	display: block;
	padding: 1em 1.2em 1em .5em;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

@media only screen and (min-width: 1261px) {
	.con_attention .btns [class^="btn"] a {
		font-size: 139%;
	}
}

@media print {
	.con_attention .btns [class^="btn"] a {
		font-size: 139%;
	}
}

.ie8 .con_attention .btns [class^="btn"] a {
	font-size: 139%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_attention .btns [class^="btn"] a {
		font-size: 131%;
	}
}

@media only screen and (max-width: 767px) {
	.con_attention .btns [class^="btn"] a {
		font-size: 108%;
	}
}

.con_attention .btns [class^="btn"] a:before, .con_attention .btns [class^="btn"] a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

.con_attention .btns [class^="btn"] a:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	top: 50%;
	right: 1em;
	line-height: 1;
	margin-top: -.5em;
	font-size: 89%;
	transition: transform 500ms ease;
}

.con_attention .btns [class^="btn"] a:hover:after {
	transform: translateX(0.5em);
}

.con_attention .btns .btn1 a {
	background: #1c1e22;
	color: #fff1e0;
}

.con_attention .btns .btn2 a {
	background: #edd3b5;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	position: relative;
	max-width: 2000px;
	margin: auto;
	padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro {
		padding-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		padding-top: 1.5em;
	}
}

@media only screen and (max-width: 1260px) {
	.con_intro {
		width: 95%;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 175px;
		padding-bottom: 87px;
		margin-left: -36.4%;
		background: url(./images/home/dec_int.png) no-repeat left top;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_intro:before {
		padding-bottom: 69px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_intro:before {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_intro:before {
		margin-left: 0;
	}
}

@media print {
	.con_intro:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 175px;
		padding-bottom: 87px;
		margin-left: -36.4%;
		background: url(./images/home/dec_int.png) no-repeat left top;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
}

.ie8 .con_intro:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 175px;
	padding-bottom: 87px;
	margin-left: -36.4%;
	background: url(./images/home/dec_int.png) no-repeat left top;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_intro:before {
		padding-bottom: 69px;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_intro:before {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_intro:before {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro:before {
		width: 140px;
	}
}

.con_intro .box_txt {
	margin-left: 22.5%;
}

@media only screen and (min-width: 1261px) {
	.con_intro .box_txt {
		float: left;
		width: 500px;
	}
}

@media print {
	.con_intro .box_txt {
		float: left;
		width: 500px;
	}
}

.ie8 .con_intro .box_txt {
	float: left;
	width: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_txt {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_txt {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1600px) {
	.con_intro .box_txt {
		width: 450px;
		margin-left: 17.5%;
	}
}

@media print {
	.con_intro .box_txt {
		width: 450px;
		margin-left: 17.5%;
	}
}

.ie8 .con_intro .box_txt {
	width: 450px;
	margin-left: 17.5%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_txt .wrp_txt {
		margin-bottom: 40px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_txt .wrp_txt {
		margin-bottom: 1.5em;
	}
}

.con_intro .box_txt .wrp_txt h2 {
	margin-bottom: 7.27273%;
	font-size: 347%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	line-height: 1.37;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_txt .wrp_txt h2 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_txt .wrp_txt h2 {
		margin-bottom: 0.5em;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1600px) {
	.con_intro .box_txt .wrp_txt h2 {
		font-size: 285%;
	}
}

@media print {
	.con_intro .box_txt .wrp_txt h2 {
		font-size: 285%;
	}
}

.ie8 .con_intro .box_txt .wrp_txt h2 {
	font-size: 285%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_txt .wrp_txt h2 {
		font-size: 247%;
	}
	.con_intro .box_txt .wrp_txt h2 br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_txt .wrp_txt h2 {
		font-size: 170%;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .box_txt .wrp_txt .txt {
		line-height: 2.25;
	}
}

@media print {
	.con_intro .box_txt .wrp_txt .txt {
		line-height: 2.25;
	}
}

.ie8 .con_intro .box_txt .wrp_txt .txt {
	line-height: 2.25;
}

@media only screen and (min-width: 1261px) {
	.con_intro .box_txt .wrp_txt .txt {
		font-size: 116%;
	}
}

@media print {
	.con_intro .box_txt .wrp_txt .txt {
		font-size: 116%;
	}
}

.ie8 .con_intro .box_txt .wrp_txt .txt {
	font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
	.con_intro .box_txt .wrp_txt .txt {
		font-size: 108%;
	}
}

@media print {
	.con_intro .box_txt .wrp_txt .txt {
		font-size: 108%;
	}
}

.ie8 .con_intro .box_txt .wrp_txt .txt {
	font-size: 108%;
}

@media only screen and (min-width: 1261px) {
	.con_intro .box_video {
		float: right;
		width: 42.8%;
	}
}

@media print {
	.con_intro .box_video {
		float: right;
		width: 42.8%;
	}
}

.ie8 .con_intro .box_video {
	float: right;
	width: 42.8%;
}

@media only screen and (max-width: 1260px) {
	.con_intro .box_video {
		letter-spacing: -.4em;
		text-align: center;
	}
}

@media only screen and (max-width: 1260px) {
	.con_intro .box_video > * {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		vertical-align: top;
		letter-spacing: normal;
	}
}

.con_intro .box_video .wrp_video {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_video .wrp_video {
		width: 67.93651%;
	}
}

.con_intro .box_video .wrp_video video {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_video .wrp_video video {
		height: 14em;
	}
}

.con_intro .box_video .wrp_video .zoom {
	margin-top: .5em;
	text-align: left;
}

.con_intro .box_video .wrp_video .zoom #obj_zoomBtn {
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	.con_intro .box_video .wrp_video .zoom #obj_zoomBtn {
		font-size: 108%;
	}
}

@media print {
	.con_intro .box_video .wrp_video .zoom #obj_zoomBtn {
		font-size: 108%;
	}
}

.ie8 .con_intro .box_video .wrp_video .zoom #obj_zoomBtn {
	font-size: 108%;
}

.con_intro .box_video .wrp_video .zoom #obj_zoomBtn:before {
	content: '\f067';
	font-family: FontAwesome;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	margin-right: .5em;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #1c1e22;
	font-size: 86%;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform 300ms ease;
	-moz-transition: -moz-transform 300ms ease;
	-o-transition: -o-transform 300ms ease;
	transition: transform 300ms ease;
}

.con_intro .box_video .wrp_video .zoom #obj_zoomBtn:hover {
	cursor: pointer;
}

.con_intro .box_video .wrp_video .zoom #obj_zoomBtn:hover:before {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

@media only screen and (min-width: 1261px) {
	.con_intro .box_video .dec {
		position: absolute;
		left: 8.25%;
		top: 100px;
		width: 9%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 767px) {
	.con_intro .box_video .dec {
		left: 0;
	}
}

@media print {
	.con_intro .box_video .dec {
		position: absolute;
		left: 8.25%;
		top: 100px;
		width: 9%;
	}
}

.ie8 .con_intro .box_video .dec {
	position: absolute;
	left: 8.25%;
	top: 100px;
	width: 9%;
}

@media only screen and (max-width: 767px) {
	.ie8 .con_intro .box_video .dec {
		left: 0;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1600px) {
	.con_intro .box_video .dec {
		left: 5.15873%;
	}
}

@media print {
	.con_intro .box_video .dec {
		left: 5.15873%;
	}
}

.ie8 .con_intro .box_video .dec {
	left: 5.15873%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_intro .box_video .dec {
		width: 14.28571%;
		margin-right: 3.96825%;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro.scrollActive .box_img .img {
		-webkit-transition: -webkit-transform 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease;
		-o-transition: -o-transform 1000ms ease;
		transition: transform 1000ms ease;
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
	}
	.con_intro.scrollActive.fade .box_img .img {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

@media print {
	.con_intro.scrollActive .box_img .img {
		-webkit-transition: -webkit-transform 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease;
		-o-transition: -o-transform 1000ms ease;
		transition: transform 1000ms ease;
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
	}
	.con_intro.scrollActive.fade .box_img .img {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.ie8 .con_intro.scrollActive .box_img .img {
	-webkit-transition: -webkit-transform 1000ms ease;
	-moz-transition: -moz-transform 1000ms ease;
	-o-transition: -o-transform 1000ms ease;
	transition: transform 1000ms ease;
	-webkit-transform: translateX(1em);
	-moz-transform: translateX(1em);
	-ms-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
}

.ie8 .con_intro.scrollActive.fade .box_img .img {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner {
	margin-top: 100px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_banner {
		margin-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_banner {
		margin-top: 2em;
	}
}

/* -----------------------------------------------------------
	.con_renewal
----------------------------------------------------------- */
.con_renewal {
	position: relative;
	margin-top: 145px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal {
		margin-top: 3.5em;
	}
}

.con_renewal .box_ren {
	padding: 120px 0;
	background: url(../images/home/bg_ren.png) left top;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_ren {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren {
		padding: 2em 0 3em;
	}
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_ren .inner {
		overflow: hidden;
		letter-spacing: -.4em;
	}
	.con_renewal .box_ren .inner > * {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
	}
}

@media print {
	.con_renewal .box_ren .inner {
		overflow: hidden;
		letter-spacing: -.4em;
	}
	.con_renewal .box_ren .inner > * {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
	}
}

.ie8 .con_renewal .box_ren .inner {
	overflow: hidden;
	letter-spacing: -.4em;
}

.ie8 .con_renewal .box_ren .inner > * {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.con_renewal .box_ren .inner .wrp_txt {
	text-align: left;
	margin: 10px 0 0 8.73016%;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren .inner .wrp_txt {
		margin: 0;
	}
}

@media only screen and (min-width: 1261px) {
	.con_renewal .box_ren .inner .wrp_txt {
		width: 35.71429%;
	}
}

@media print {
	.con_renewal .box_ren .inner .wrp_txt {
		width: 35.71429%;
	}
}

.ie8 .con_renewal .box_ren .inner .wrp_txt {
	width: 35.71429%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_ren .inner .wrp_txt {
		width: 42.06349%;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren .inner .wrp_txt {
		width: 75%;
	}
}

.con_renewal .box_ren .inner .wrp_txt h3 {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_ren .inner .wrp_txt h3 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren .inner .wrp_txt h3 {
		margin-bottom: 1.5em;
	}
}

.con_renewal .box_ren .inner .wrp_txt h3 > * {
	display: block;
}

.con_renewal .box_ren .inner .wrp_txt h3 span {
	width: 144px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_ren .inner .wrp_txt h3 span {
		width: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren .inner .wrp_txt h3 span {
		width: 37.89474%;
	}
}

.con_renewal .box_ren .inner .wrp_txt h3 em {
	margin-top: .2em;
	color: #333c41;
	font-size: 862%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: .8;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_ren .inner .wrp_txt h3 em {
		font-size: 616%;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren .inner .wrp_txt h3 em {
		font-size: 362%;
	}
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_ren .inner .wrp_txt .txt {
		font-size: 139%;
		line-height: 1.61;
	}
}

@media print {
	.con_renewal .box_ren .inner .wrp_txt .txt {
		font-size: 139%;
		line-height: 1.61;
	}
}

.ie8 .con_renewal .box_ren .inner .wrp_txt .txt {
	font-size: 139%;
	line-height: 1.61;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_ren .inner .wrp_txt .txt {
		font-size: 124%;
	}
}

.con_renewal .box_ren .inner .wrp_img {
	position: relative;
	margin: 0 0 0 3.96825%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_ren .inner .wrp_img {
		margin: 0 0 0 2.38095%;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren .inner .wrp_img {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_ren .inner .wrp_img {
		width: 46.03175%;
	}
}

@media print {
	.con_renewal .box_ren .inner .wrp_img {
		width: 46.03175%;
	}
}

.ie8 .con_renewal .box_ren .inner .wrp_img {
	width: 46.03175%;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_ren .inner .wrp_img {
		position: absolute;
		left: 2.5%;
		bottom: 0;
		width: 30.33333%;
		overflow: hidden;
	}
	.con_renewal .box_ren .inner .wrp_img img {
		position: relative;
		width: 114%;
		max-width: none;
		margin-left: -7%;
	}
}

.con_renewal .box_ren .inner .wrp_img .en {
	color: #5f5d4b;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_ren .inner .wrp_img .en {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

@media print {
	.con_renewal .box_ren .inner .wrp_img .en {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.ie8 .con_renewal .box_ren .inner .wrp_img .en {
	position: absolute;
	top: 0;
	right: -1.8em;
	font-size: 108%;
	letter-spacing: .3em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.con_renewal .box_img {
	position: relative;
	margin-top: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_img {
		margin-top: -4.7619%;
	}
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_img {
		margin-top: -2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_img:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 22.35%;
		padding-bottom: 20.3%;
		margin-top: 120px;
		background: url(./images/home/dec_ren2.png) no-repeat left top;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_renewal .box_img:before {
		margin-top: 6.34921%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_renewal .box_img:before {
		margin-top: 0;
	}
}

@media print {
	.con_renewal .box_img:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 22.35%;
		padding-bottom: 20.3%;
		margin-top: 120px;
		background: url(./images/home/dec_ren2.png) no-repeat left top;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
	}
}

.ie8 .con_renewal .box_img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 22.35%;
	padding-bottom: 20.3%;
	margin-top: 120px;
	background: url(./images/home/dec_ren2.png) no-repeat left top;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_renewal .box_img:before {
		margin-top: 6.34921%;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_renewal .box_img:before {
		margin-top: 0;
	}
}

.con_renewal .box_img .inner {
	letter-spacing: -.4em;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_img .inner {
		text-align: right;
	}
}

.con_renewal .box_img .inner .wrp_img {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_img .inner .wrp_img {
		width: 32%;
	}
}

.con_renewal .box_img .inner .wrp_img .en {
	color: #5f5d4b;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_img .inner .wrp_img .en {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

@media print {
	.con_renewal .box_img .inner .wrp_img .en {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.ie8 .con_renewal .box_img .inner .wrp_img .en {
	position: absolute;
	top: 0;
	right: -1.8em;
	font-size: 108%;
	letter-spacing: .3em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_img .inner .wrp_img .en {
		text-align: left;
		letter-spacing: .1em;
	}
}

.con_renewal .box_img .inner .wrp_img.img1 {
	margin-left: 11.90476%;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_img .inner .wrp_img.img1 {
		margin-left: 2%;
	}
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_img .inner .wrp_img.img1 {
		width: 30%;
	}
}

@media print {
	.con_renewal .box_img .inner .wrp_img.img1 {
		width: 30%;
	}
}

.ie8 .con_renewal .box_img .inner .wrp_img.img1 {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_img .inner .wrp_img.img1 {
		overflow: hidden;
	}
	.con_renewal .box_img .inner .wrp_img.img1 img {
		position: relative;
		width: 104%;
		max-width: none;
		margin-left: -2%;
	}
}

.con_renewal .box_img .inner .wrp_img.img2 {
	margin-left: 7.93651%;
}

@media only screen and (max-width: 767px) {
	.con_renewal .box_img .inner .wrp_img.img2 {
		margin-left: 2%;
	}
}

@media only screen and (min-width: 768px) {
	.con_renewal .box_img .inner .wrp_img.img2 {
		width: 45.79365%;
	}
}

@media print {
	.con_renewal .box_img .inner .wrp_img.img2 {
		width: 45.79365%;
	}
}

.ie8 .con_renewal .box_img .inner .wrp_img.img2 {
	width: 45.79365%;
}

@media only screen and (min-width: 768px) {
	.con_renewal.scrollActive .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_renewal.scrollActive .box_ren .wrp_img {
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_renewal.scrollActive .box_img .img1 {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
	}
	.con_renewal.scrollActive .box_img .img2 {
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
		-webkit-transition-delay: 1200ms;
		-moz-transition-delay: 1200ms;
		-o-transition-delay: 1200ms;
		transition-delay: 1200ms;
	}
	.con_renewal.scrollActive.fade .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media print {
	.con_renewal.scrollActive .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_renewal.scrollActive .box_ren .wrp_img {
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_renewal.scrollActive .box_img .img1 {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
	}
	.con_renewal.scrollActive .box_img .img2 {
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
		-webkit-transition-delay: 1200ms;
		-moz-transition-delay: 1200ms;
		-o-transition-delay: 1200ms;
		transition-delay: 1200ms;
	}
	.con_renewal.scrollActive.fade .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ie8 .con_renewal.scrollActive .wrp_img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
	-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
	-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
	transition: transform 1000ms ease, opacity 1000ms ease;
}

.ie8 .con_renewal.scrollActive .box_ren .wrp_img {
	-webkit-transform: translateX(-1em);
	-moz-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	-o-transform: translateX(-1em);
	transform: translateX(-1em);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.ie8 .con_renewal.scrollActive .box_img .img1 {
	-webkit-transform: translateY(1em);
	-moz-transform: translateY(1em);
	-ms-transform: translateY(1em);
	-o-transform: translateY(1em);
	transform: translateY(1em);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.ie8 .con_renewal.scrollActive .box_img .img2 {
	-webkit-transform: translateX(1em);
	-moz-transform: translateX(1em);
	-ms-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.ie8 .con_renewal.scrollActive.fade .wrp_img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.con_cuisine .box_txt .wrp_txt,
.con_hotspring .box_txt .wrp_txt,
.con_tranquil .box_txt .wrp_txt,
.con_guestroom .box_txt .wrp_txt {
	position: relative;
	box-sizing: border-box;
}

.con_cuisine .box_txt .wrp_txt:before, .con_cuisine .box_txt .wrp_txt:after,
.con_hotspring .box_txt .wrp_txt:before,
.con_hotspring .box_txt .wrp_txt:after,
.con_tranquil .box_txt .wrp_txt:before,
.con_tranquil .box_txt .wrp_txt:after,
.con_guestroom .box_txt .wrp_txt:before,
.con_guestroom .box_txt .wrp_txt:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../images/home/bg_txt.png) left top;
}

.con_cuisine .box_txt .wrp_txt:before,
.con_hotspring .box_txt .wrp_txt:before,
.con_tranquil .box_txt .wrp_txt:before,
.con_guestroom .box_txt .wrp_txt:before {
	top: 0;
}

.con_cuisine .box_txt .wrp_txt:after,
.con_hotspring .box_txt .wrp_txt:after,
.con_tranquil .box_txt .wrp_txt:after,
.con_guestroom .box_txt .wrp_txt:after {
	bottom: 0;
}

.con_cuisine .box_txt .wrp_txt .inner:before, .con_cuisine .box_txt .wrp_txt .inner:after,
.con_hotspring .box_txt .wrp_txt .inner:before,
.con_hotspring .box_txt .wrp_txt .inner:after,
.con_tranquil .box_txt .wrp_txt .inner:before,
.con_tranquil .box_txt .wrp_txt .inner:after,
.con_guestroom .box_txt .wrp_txt .inner:before,
.con_guestroom .box_txt .wrp_txt .inner:after {
	content: '';
	position: absolute;
	top: 0;
	width: 6px;
	height: 100%;
	background: url(../images/home/bg_txt.png) left top;
}

.con_cuisine .box_txt .wrp_txt .inner:before,
.con_hotspring .box_txt .wrp_txt .inner:before,
.con_tranquil .box_txt .wrp_txt .inner:before,
.con_guestroom .box_txt .wrp_txt .inner:before {
	left: 0;
}

.con_cuisine .box_txt .wrp_txt .inner:after,
.con_hotspring .box_txt .wrp_txt .inner:after,
.con_tranquil .box_txt .wrp_txt .inner:after,
.con_guestroom .box_txt .wrp_txt .inner:after {
	right: 0;
}

.con_cuisine .box_txt .wrp_txt h3,
.con_hotspring .box_txt .wrp_txt h3,
.con_tranquil .box_txt .wrp_txt h3,
.con_guestroom .box_txt .wrp_txt h3 {
	margin-bottom: 25px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_txt .wrp_txt h3,
	.con_hotspring .box_txt .wrp_txt h3,
	.con_tranquil .box_txt .wrp_txt h3,
	.con_guestroom .box_txt .wrp_txt h3 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt h3,
	.con_hotspring .box_txt .wrp_txt h3,
	.con_tranquil .box_txt .wrp_txt h3,
	.con_guestroom .box_txt .wrp_txt h3 {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 1261px) {
	.con_cuisine .box_txt .wrp_txt h3 span,
	.con_hotspring .box_txt .wrp_txt h3 span,
	.con_tranquil .box_txt .wrp_txt h3 span,
	.con_guestroom .box_txt .wrp_txt h3 span {
		font-size: 693%;
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt h3 span,
	.con_hotspring .box_txt .wrp_txt h3 span,
	.con_tranquil .box_txt .wrp_txt h3 span,
	.con_guestroom .box_txt .wrp_txt h3 span {
		font-size: 693%;
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt h3 span, .ie8
.con_hotspring .box_txt .wrp_txt h3 span, .ie8
.con_tranquil .box_txt .wrp_txt h3 span, .ie8
.con_guestroom .box_txt .wrp_txt h3 span {
	font-size: 693%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_txt .wrp_txt h3 span,
	.con_hotspring .box_txt .wrp_txt h3 span,
	.con_tranquil .box_txt .wrp_txt h3 span,
	.con_guestroom .box_txt .wrp_txt h3 span {
		font-size: 500%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt h3 span,
	.con_hotspring .box_txt .wrp_txt h3 span,
	.con_tranquil .box_txt .wrp_txt h3 span,
	.con_guestroom .box_txt .wrp_txt h3 span {
		font-size: 339%;
	}
}

@media only screen and (min-width: 768px) {
	.con_cuisine .box_txt .wrp_txt .txt,
	.con_hotspring .box_txt .wrp_txt .txt,
	.con_tranquil .box_txt .wrp_txt .txt,
	.con_guestroom .box_txt .wrp_txt .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt .txt,
	.con_hotspring .box_txt .wrp_txt .txt,
	.con_tranquil .box_txt .wrp_txt .txt,
	.con_guestroom .box_txt .wrp_txt .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt .txt, .ie8
.con_hotspring .box_txt .wrp_txt .txt, .ie8
.con_tranquil .box_txt .wrp_txt .txt, .ie8
.con_guestroom .box_txt .wrp_txt .txt {
	font-size: 124%;
	line-height: 1.81;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_txt .wrp_txt .txt,
	.con_hotspring .box_txt .wrp_txt .txt,
	.con_tranquil .box_txt .wrp_txt .txt,
	.con_guestroom .box_txt .wrp_txt .txt {
		font-size: 108%;
	}
}

.con_cuisine .box_txt .wrp_txt .btn,
.con_hotspring .box_txt .wrp_txt .btn,
.con_tranquil .box_txt .wrp_txt .btn,
.con_guestroom .box_txt .wrp_txt .btn {
	margin: auto;
	position: relative;
	z-index: 1;
	margin: 25px 0 0 auto;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt .btn,
	.con_hotspring .box_txt .wrp_txt .btn,
	.con_tranquil .box_txt .wrp_txt .btn,
	.con_guestroom .box_txt .wrp_txt .btn {
		width: 90%;
	}
}

.con_cuisine .box_txt .wrp_txt .btn a, .con_cuisine .box_txt .wrp_txt .btn > span,
.con_hotspring .box_txt .wrp_txt .btn a,
.con_hotspring .box_txt .wrp_txt .btn > span,
.con_tranquil .box_txt .wrp_txt .btn a,
.con_tranquil .box_txt .wrp_txt .btn > span,
.con_guestroom .box_txt .wrp_txt .btn a,
.con_guestroom .box_txt .wrp_txt .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #1c1e22;
	background: #1c1e22;
	text-decoration: none;
	text-align: center;
	color: #fff1e0;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt .btn a, .con_cuisine .box_txt .wrp_txt .btn > span,
	.con_hotspring .box_txt .wrp_txt .btn a,
	.con_hotspring .box_txt .wrp_txt .btn > span,
	.con_tranquil .box_txt .wrp_txt .btn a,
	.con_tranquil .box_txt .wrp_txt .btn > span,
	.con_guestroom .box_txt .wrp_txt .btn a,
	.con_guestroom .box_txt .wrp_txt .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_txt .wrp_txt .btn a, .con_cuisine .box_txt .wrp_txt .btn > span,
	.con_hotspring .box_txt .wrp_txt .btn a,
	.con_hotspring .box_txt .wrp_txt .btn > span,
	.con_tranquil .box_txt .wrp_txt .btn a,
	.con_tranquil .box_txt .wrp_txt .btn > span,
	.con_guestroom .box_txt .wrp_txt .btn a,
	.con_guestroom .box_txt .wrp_txt .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt .btn a, .con_cuisine .box_txt .wrp_txt .btn > span,
	.con_hotspring .box_txt .wrp_txt .btn a,
	.con_hotspring .box_txt .wrp_txt .btn > span,
	.con_tranquil .box_txt .wrp_txt .btn a,
	.con_tranquil .box_txt .wrp_txt .btn > span,
	.con_guestroom .box_txt .wrp_txt .btn a,
	.con_guestroom .box_txt .wrp_txt .btn > span {
		font-size: 116%;
	}
}

.con_cuisine .box_txt .wrp_txt .btn a:after, .con_cuisine .box_txt .wrp_txt .btn > span:after,
.con_hotspring .box_txt .wrp_txt .btn a:after,
.con_hotspring .box_txt .wrp_txt .btn > span:after,
.con_tranquil .box_txt .wrp_txt .btn a:after,
.con_tranquil .box_txt .wrp_txt .btn > span:after,
.con_guestroom .box_txt .wrp_txt .btn a:after,
.con_guestroom .box_txt .wrp_txt .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #edd3b5;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt .btn a:after, .con_cuisine .box_txt .wrp_txt .btn > span:after,
	.con_hotspring .box_txt .wrp_txt .btn a:after,
	.con_hotspring .box_txt .wrp_txt .btn > span:after,
	.con_tranquil .box_txt .wrp_txt .btn a:after,
	.con_tranquil .box_txt .wrp_txt .btn > span:after,
	.con_guestroom .box_txt .wrp_txt .btn a:after,
	.con_guestroom .box_txt .wrp_txt .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt .btn a:after, .con_cuisine .box_txt .wrp_txt .btn > span:after,
	.con_hotspring .box_txt .wrp_txt .btn a:after,
	.con_hotspring .box_txt .wrp_txt .btn > span:after,
	.con_tranquil .box_txt .wrp_txt .btn a:after,
	.con_tranquil .box_txt .wrp_txt .btn > span:after,
	.con_guestroom .box_txt .wrp_txt .btn a:after,
	.con_guestroom .box_txt .wrp_txt .btn > span:after {
		width: 2em;
	}
}

.con_cuisine .box_txt .wrp_txt .btn a:hover, .con_cuisine .box_txt .wrp_txt .btn > span:hover,
.con_hotspring .box_txt .wrp_txt .btn a:hover,
.con_hotspring .box_txt .wrp_txt .btn > span:hover,
.con_tranquil .box_txt .wrp_txt .btn a:hover,
.con_tranquil .box_txt .wrp_txt .btn > span:hover,
.con_guestroom .box_txt .wrp_txt .btn a:hover,
.con_guestroom .box_txt .wrp_txt .btn > span:hover {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #1c1e22;
}

.con_cuisine .box_txt .wrp_txt .btn a:hover:after, .con_cuisine .box_txt .wrp_txt .btn > span:hover:after,
.con_hotspring .box_txt .wrp_txt .btn a:hover:after,
.con_hotspring .box_txt .wrp_txt .btn > span:hover:after,
.con_tranquil .box_txt .wrp_txt .btn a:hover:after,
.con_tranquil .box_txt .wrp_txt .btn > span:hover:after,
.con_guestroom .box_txt .wrp_txt .btn a:hover:after,
.con_guestroom .box_txt .wrp_txt .btn > span:hover:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_cuisine .box_txt .wrp_txt .btn a:hover:after, .con_cuisine .box_txt .wrp_txt .btn > span:hover:after,
	.con_hotspring .box_txt .wrp_txt .btn a:hover:after,
	.con_hotspring .box_txt .wrp_txt .btn > span:hover:after,
	.con_tranquil .box_txt .wrp_txt .btn a:hover:after,
	.con_tranquil .box_txt .wrp_txt .btn > span:hover:after,
	.con_guestroom .box_txt .wrp_txt .btn a:hover:after,
	.con_guestroom .box_txt .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt .btn a:hover:after, .con_cuisine .box_txt .wrp_txt .btn > span:hover:after,
	.con_hotspring .box_txt .wrp_txt .btn a:hover:after,
	.con_hotspring .box_txt .wrp_txt .btn > span:hover:after,
	.con_tranquil .box_txt .wrp_txt .btn a:hover:after,
	.con_tranquil .box_txt .wrp_txt .btn > span:hover:after,
	.con_guestroom .box_txt .wrp_txt .btn a:hover:after,
	.con_guestroom .box_txt .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt .btn a:hover:after, .ie8 .con_cuisine .box_txt .wrp_txt .btn > span:hover:after, .ie8
.con_hotspring .box_txt .wrp_txt .btn a:hover:after, .ie8
.con_hotspring .box_txt .wrp_txt .btn > span:hover:after, .ie8
.con_tranquil .box_txt .wrp_txt .btn a:hover:after, .ie8
.con_tranquil .box_txt .wrp_txt .btn > span:hover:after, .ie8
.con_guestroom .box_txt .wrp_txt .btn a:hover:after, .ie8
.con_guestroom .box_txt .wrp_txt .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt .btn a:hover:after, .con_cuisine .box_txt .wrp_txt .btn > span:hover:after,
	.con_hotspring .box_txt .wrp_txt .btn a:hover:after,
	.con_hotspring .box_txt .wrp_txt .btn > span:hover:after,
	.con_tranquil .box_txt .wrp_txt .btn a:hover:after,
	.con_tranquil .box_txt .wrp_txt .btn > span:hover:after,
	.con_guestroom .box_txt .wrp_txt .btn a:hover:after,
	.con_guestroom .box_txt .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) {
	.con_cuisine .box_txt .wrp_txt .btn a, .con_cuisine .box_txt .wrp_txt .btn > span,
	.con_hotspring .box_txt .wrp_txt .btn a,
	.con_hotspring .box_txt .wrp_txt .btn > span,
	.con_tranquil .box_txt .wrp_txt .btn a,
	.con_tranquil .box_txt .wrp_txt .btn > span,
	.con_guestroom .box_txt .wrp_txt .btn a,
	.con_guestroom .box_txt .wrp_txt .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt .btn a, .con_cuisine .box_txt .wrp_txt .btn > span,
	.con_hotspring .box_txt .wrp_txt .btn a,
	.con_hotspring .box_txt .wrp_txt .btn > span,
	.con_tranquil .box_txt .wrp_txt .btn a,
	.con_tranquil .box_txt .wrp_txt .btn > span,
	.con_guestroom .box_txt .wrp_txt .btn a,
	.con_guestroom .box_txt .wrp_txt .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt .btn a, .ie8 .con_cuisine .box_txt .wrp_txt .btn > span, .ie8
.con_hotspring .box_txt .wrp_txt .btn a, .ie8
.con_hotspring .box_txt .wrp_txt .btn > span, .ie8
.con_tranquil .box_txt .wrp_txt .btn a, .ie8
.con_tranquil .box_txt .wrp_txt .btn > span, .ie8
.con_guestroom .box_txt .wrp_txt .btn a, .ie8
.con_guestroom .box_txt .wrp_txt .btn > span {
	padding-right: 55px;
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_txt .wrp_txt .btn,
	.con_hotspring .box_txt .wrp_txt .btn,
	.con_tranquil .box_txt .wrp_txt .btn,
	.con_guestroom .box_txt .wrp_txt .btn {
		margin: 20px 0 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt .btn,
	.con_hotspring .box_txt .wrp_txt .btn,
	.con_tranquil .box_txt .wrp_txt .btn,
	.con_guestroom .box_txt .wrp_txt .btn {
		margin: 1em auto 0;
	}
}

@media only screen and (min-width: 1261px) {
	.con_cuisine .box_txt .wrp_txt .btn,
	.con_hotspring .box_txt .wrp_txt .btn,
	.con_tranquil .box_txt .wrp_txt .btn,
	.con_guestroom .box_txt .wrp_txt .btn {
		width: 265px;
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt .btn,
	.con_hotspring .box_txt .wrp_txt .btn,
	.con_tranquil .box_txt .wrp_txt .btn,
	.con_guestroom .box_txt .wrp_txt .btn {
		width: 265px;
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt .btn, .ie8
.con_hotspring .box_txt .wrp_txt .btn, .ie8
.con_tranquil .box_txt .wrp_txt .btn, .ie8
.con_guestroom .box_txt .wrp_txt .btn {
	width: 265px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_txt .wrp_txt .btn,
	.con_hotspring .box_txt .wrp_txt .btn,
	.con_tranquil .box_txt .wrp_txt .btn,
	.con_guestroom .box_txt .wrp_txt .btn {
		width: 220px;
	}
}

/* -----------------------------------------------------------
	.con_cuisine
----------------------------------------------------------- */
.con_cuisine {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 165px 0 450px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine {
		padding: 13.09524% 0 35.71429%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine {
		padding: 3em 0 59.21053%;
	}
}

.con_cuisine:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	padding-bottom: 540px;
	background: url(../images/common/bg1.png) left top;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine:after {
		padding-bottom: 42.85714%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine:after {
		padding-bottom: 71.05263%;
	}
}

.con_cuisine .box_txt {
	position: relative;
	z-index: 1;
}

.con_cuisine .box_txt .wrp_txt {
	padding: 7.14286% 4.7619% 4.36508% 5.15873%;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_txt .wrp_txt {
		padding: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_cuisine .box_txt .wrp_txt {
		width: 46.42857%;
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt {
		width: 46.42857%;
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt {
	width: 46.42857%;
}

@media only screen and (min-width: 1261px) {
	.con_cuisine .box_txt .wrp_txt {
		margin-left: 75px;
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt {
		margin-left: 75px;
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt {
	margin-left: 75px;
}

@media only screen and (min-width: 768px) {
	.con_cuisine .box_txt .wrp_txt .btn {
		right: -20.65217%;
	}
}

@media print {
	.con_cuisine .box_txt .wrp_txt .btn {
		right: -20.65217%;
	}
}

.ie8 .con_cuisine .box_txt .wrp_txt .btn {
	right: -20.65217%;
}

.con_cuisine .box_img p {
	position: absolute;
	bottom: 0;
}

.con_cuisine .box_img p.img1 {
	left: 50%;
	margin-bottom: 300px;
	margin-left: -900px;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img1 {
		left: 2.5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img1 {
		margin-bottom: 7.93651%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img1 {
		margin-bottom: 6.57895%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img1 {
		margin-left: -59.52381%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img1 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img1 {
		width: 33.01587%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img1 {
		width: 48.15789%;
	}
}

.con_cuisine .box_img p.img2 {
	left: 50%;
	margin-bottom: 145px;
	margin-left: -468px;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img2 {
		left: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img2 {
		margin-bottom: 2.38095%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img2 {
		margin-bottom: 3.94737%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img2 {
		margin-left: -31.74603%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img2 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img2 {
		width: 42.85714%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img2 {
		right: 2.5%;
		width: 51.31579%;
	}
}

.con_cuisine .box_img p.img3 {
	right: 50%;
	margin-bottom: 60px;
	margin-right: -550px;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img3 {
		right: 8%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img3 {
		margin-bottom: 4.7619%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img3 {
		margin-bottom: 30.26316%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img3 {
		margin-right: -47.61905%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img3 {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img3 {
		width: 32.77778%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img3 {
		width: 34.60526%;
	}
}

.con_cuisine .box_img p.img4 {
	right: 50%;
	margin-bottom: 520px;
	margin-right: -375px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img4 {
		margin-bottom: 41.26984%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img4 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img4 {
		margin-right: -21.42857%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img4 {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img4 {
		width: 23.73016%;
	}
}

.con_cuisine .box_img p.img5 {
	right: 50%;
	margin-bottom: 520px;
	margin-right: -875px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img5 {
		margin-bottom: 41.26984%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img5 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img5 {
		margin-right: -61.11111%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .box_img p.img5 {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_cuisine .box_img p.img5 {
		width: 38.4127%;
	}
}

@media only screen and (min-width: 768px) {
	.con_cuisine.scrollActive .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_cuisine.scrollActive .box_img p.img1 {
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_cuisine.scrollActive .box_img p.img2 {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
	}
	.con_cuisine.scrollActive .box_img p.img3 {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 1200ms;
		-moz-transition-delay: 1200ms;
		-o-transition-delay: 1200ms;
		transition-delay: 1200ms;
	}
	.con_cuisine.scrollActive .box_img p.img4 {
		-webkit-transform: translateY(-1em);
		-moz-transform: translateY(-1em);
		-ms-transform: translateY(-1em);
		-o-transform: translateY(-1em);
		transform: translateY(-1em);
		-webkit-transition-delay: 1600ms;
		-moz-transition-delay: 1600ms;
		-o-transition-delay: 1600ms;
		transition-delay: 1600ms;
	}
	.con_cuisine.scrollActive .box_img p.img5 {
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
		-webkit-transition-delay: 2000ms;
		-moz-transition-delay: 2000ms;
		-o-transition-delay: 2000ms;
		transition-delay: 2000ms;
	}
	.con_cuisine.scrollActive.fade .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media print {
	.con_cuisine.scrollActive .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_cuisine.scrollActive .box_img p.img1 {
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_cuisine.scrollActive .box_img p.img2 {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
	}
	.con_cuisine.scrollActive .box_img p.img3 {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 1200ms;
		-moz-transition-delay: 1200ms;
		-o-transition-delay: 1200ms;
		transition-delay: 1200ms;
	}
	.con_cuisine.scrollActive .box_img p.img4 {
		-webkit-transform: translateY(-1em);
		-moz-transform: translateY(-1em);
		-ms-transform: translateY(-1em);
		-o-transform: translateY(-1em);
		transform: translateY(-1em);
		-webkit-transition-delay: 1600ms;
		-moz-transition-delay: 1600ms;
		-o-transition-delay: 1600ms;
		transition-delay: 1600ms;
	}
	.con_cuisine.scrollActive .box_img p.img5 {
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
		-webkit-transition-delay: 2000ms;
		-moz-transition-delay: 2000ms;
		-o-transition-delay: 2000ms;
		transition-delay: 2000ms;
	}
	.con_cuisine.scrollActive.fade .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ie8 .con_cuisine.scrollActive .box_img p {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
	-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
	-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
	transition: transform 1000ms ease, opacity 1000ms ease;
}

.ie8 .con_cuisine.scrollActive .box_img p.img1 {
	-webkit-transform: translateX(-1em);
	-moz-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	-o-transform: translateX(-1em);
	transform: translateX(-1em);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.ie8 .con_cuisine.scrollActive .box_img p.img2 {
	-webkit-transform: translateY(1em);
	-moz-transform: translateY(1em);
	-ms-transform: translateY(1em);
	-o-transform: translateY(1em);
	transform: translateY(1em);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.ie8 .con_cuisine.scrollActive .box_img p.img3 {
	-webkit-transform: translateY(1em);
	-moz-transform: translateY(1em);
	-ms-transform: translateY(1em);
	-o-transform: translateY(1em);
	transform: translateY(1em);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.ie8 .con_cuisine.scrollActive .box_img p.img4 {
	-webkit-transform: translateY(-1em);
	-moz-transform: translateY(-1em);
	-ms-transform: translateY(-1em);
	-o-transform: translateY(-1em);
	transform: translateY(-1em);
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.ie8 .con_cuisine.scrollActive .box_img p.img5 {
	-webkit-transform: translateX(1em);
	-moz-transform: translateX(1em);
	-ms-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
	-webkit-transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
}

.ie8 .con_cuisine.scrollActive.fade .box_img p {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* -----------------------------------------------------------
	.con_hotspring
----------------------------------------------------------- */
.con_hotspring {
	position: relative;
	padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotspring {
		padding-top: 3em;
	}
}

.con_hotspring .box_txt {
	max-width: 1260px;
	width: 95%;
	margin: auto;
	position: relative;
	z-index: 1;
}

.con_hotspring .box_txt .wrp_txt {
	padding: 7.53968% 5.55556% 4.7619% 4.7619%;
	margin-top: 75px;
}

@media only screen and (max-width: 767px) {
	.con_hotspring .box_txt .wrp_txt {
		padding: 1.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring .box_txt .wrp_txt {
		margin-top: 4.7619%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotspring .box_txt .wrp_txt {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_hotspring .box_txt .wrp_txt {
		position: absolute;
		right: 1.5%;
		top: 0;
		width: 45.63492%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_hotspring .box_txt .wrp_txt {
		right: 0;
	}
}

@media print {
	.con_hotspring .box_txt .wrp_txt {
		position: absolute;
		right: 1.5%;
		top: 0;
		width: 45.63492%;
	}
}

.ie8 .con_hotspring .box_txt .wrp_txt {
	position: absolute;
	right: 1.5%;
	top: 0;
	width: 45.63492%;
}

@media only screen and (max-width: 767px) {
	.ie8 .con_hotspring .box_txt .wrp_txt {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring .box_txt .wrp_txt {
		width: 53%;
	}
}

@media only screen and (min-width: 1261px) {
	.con_hotspring .box_txt .wrp_txt .btn {
		right: -27.71084%;
	}
}

@media print {
	.con_hotspring .box_txt .wrp_txt .btn {
		right: -27.71084%;
	}
}

.ie8 .con_hotspring .box_txt .wrp_txt .btn {
	right: -27.71084%;
}

@media only screen and (min-width: 1101px) and (max-width: 1450px) {
	.con_hotspring .box_txt .wrp_txt .btn {
		right: -16.86747%;
	}
}

@media print {
	.con_hotspring .box_txt .wrp_txt .btn {
		right: -16.86747%;
	}
}

.ie8 .con_hotspring .box_txt .wrp_txt .btn {
	right: -16.86747%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring .box_txt .wrp_txt .btn {
		right: -14.28571%;
	}
}

@media only screen and (min-width: 768px) {
	.con_hotspring .box_img .img {
		overflow: hidden;
		position: relative;
	}
}

@media print {
	.con_hotspring .box_img .img {
		overflow: hidden;
		position: relative;
	}
}

.ie8 .con_hotspring .box_img .img {
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 1261px) {
	.con_hotspring .box_img .img {
		width: 54%;
		height: 740px;
	}
}

@media print {
	.con_hotspring .box_img .img {
		width: 54%;
		height: 740px;
	}
}

.ie8 .con_hotspring .box_img .img {
	width: 54%;
	height: 740px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring .box_img .img {
		width: 48%;
		height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotspring .box_img .img {
		margin-top: -7.93651%;
	}
}

@media only screen and (min-width: 768px) {
	.con_hotspring .box_img .img img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: none;
		height: 100%;
	}
}

@media print {
	.con_hotspring .box_img .img img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: none;
		height: 100%;
	}
}

.ie8 .con_hotspring .box_img .img img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
	height: 100%;
}

.con_hotspring .box_img .dec {
	overflow: hidden;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin: 0 -735px -50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring .box_img .dec {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotspring .box_img .dec {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring .box_img .dec {
		margin: 0 1.5% -7.53968% 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_hotspring .box_img .dec {
		margin: 0;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1600px) {
	.con_hotspring .box_img .dec {
		right: 0;
		margin: 0 1.5% -50px 0;
	}
}

@media print {
	.con_hotspring .box_img .dec {
		right: 0;
		margin: 0 1.5% -50px 0;
	}
}

.ie8 .con_hotspring .box_img .dec {
	right: 0;
	margin: 0 1.5% -50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_hotspring .box_img .dec {
		width: 280px;
	}
}

@media only screen and (min-width: 768px) {
	.con_hotspring.scrollActive .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_hotspring.scrollActive .box_img p.img {
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_hotspring.scrollActive .box_img p.dec {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
	}
	.con_hotspring.scrollActive.fade .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media print {
	.con_hotspring.scrollActive .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_hotspring.scrollActive .box_img p.img {
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_hotspring.scrollActive .box_img p.dec {
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
	}
	.con_hotspring.scrollActive.fade .box_img p {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ie8 .con_hotspring.scrollActive .box_img p {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
	-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
	-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
	transition: transform 1000ms ease, opacity 1000ms ease;
}

.ie8 .con_hotspring.scrollActive .box_img p.img {
	-webkit-transform: translateX(-1em);
	-moz-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	-o-transform: translateX(-1em);
	transform: translateX(-1em);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.ie8 .con_hotspring.scrollActive .box_img p.dec {
	-webkit-transform: translateY(1em);
	-moz-transform: translateY(1em);
	-ms-transform: translateY(1em);
	-o-transform: translateY(1em);
	transform: translateY(1em);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.ie8 .con_hotspring.scrollActive.fade .box_img p {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* -----------------------------------------------------------
	.con_tranquil
----------------------------------------------------------- */
.con_tranquil {
	position: relative;
	z-index: 1;
	padding: 150px 0 85px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_tranquil {
		padding: 110px 0 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_tranquil {
		padding: 3em 0;
	}
}

.con_tranquil:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 90%;
	padding-bottom: 150px;
	background: url(../images/home/dec_tra.png) left top;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_tranquil:after {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_tranquil:after {
		padding-bottom: 3.2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_tranquil:after {
		width: 100%;
	}
}

.con_tranquil .box_txt {
	position: relative;
	z-index: 1;
}

.con_tranquil .box_txt .wrp_txt {
	padding: 4.36508% 5.15873% 3.96825%;
	margin-top: 75px;
}

@media only screen and (max-width: 767px) {
	.con_tranquil .box_txt .wrp_txt {
		padding: 1.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_tranquil .box_txt .wrp_txt {
		margin-top: 4.7619%;
	}
}

@media only screen and (max-width: 767px) {
	.con_tranquil .box_txt .wrp_txt {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_tranquil .box_txt .wrp_txt {
		position: absolute;
		left: 1.5%;
		top: 0;
		width: 45.63492%;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_tranquil .box_txt .wrp_txt {
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_tranquil .box_txt .wrp_txt {
		left: 0;
	}
}

@media print {
	.con_tranquil .box_txt .wrp_txt {
		position: absolute;
		left: 1.5%;
		top: 0;
		width: 45.63492%;
	}
}

.ie8 .con_tranquil .box_txt .wrp_txt {
	position: absolute;
	left: 1.5%;
	top: 0;
	width: 45.63492%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_tranquil .box_txt .wrp_txt {
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_tranquil .box_txt .wrp_txt {
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_tranquil .box_txt .wrp_txt {
		width: 55%;
	}
}

@media only screen and (min-width: 768px) {
	.con_tranquil .box_txt .wrp_txt .btn {
		right: -22.47191%;
	}
}

@media print {
	.con_tranquil .box_txt .wrp_txt .btn {
		right: -22.47191%;
	}
}

.ie8 .con_tranquil .box_txt .wrp_txt .btn {
	right: -22.47191%;
}

@media only screen and (min-width: 768px) {
	.con_tranquil .box_img {
		overflow: hidden;
		position: relative;
		margin: 0 0 0 auto;
	}
}

@media print {
	.con_tranquil .box_img {
		overflow: hidden;
		position: relative;
		margin: 0 0 0 auto;
	}
}

.ie8 .con_tranquil .box_img {
	overflow: hidden;
	position: relative;
	margin: 0 0 0 auto;
}

@media only screen and (min-width: 1261px) {
	.con_tranquil .box_img {
		width: 54%;
		height: 740px;
	}
}

@media print {
	.con_tranquil .box_img {
		width: 54%;
		height: 740px;
	}
}

.ie8 .con_tranquil .box_img {
	width: 54%;
	height: 740px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_tranquil .box_img {
		width: 48%;
		height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.con_tranquil .box_img {
		margin-top: -7.93651%;
	}
}

@media only screen and (min-width: 768px) {
	.con_tranquil .box_img img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: none;
		height: 100%;
	}
}

@media print {
	.con_tranquil .box_img img {
		position: absolute;
		left: 0;
		top: 0;
		max-width: none;
		height: 100%;
	}
}

.ie8 .con_tranquil .box_img img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: none;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_tranquil .box_img img {
		left: -15.87302%;
	}
}

@media only screen and (min-width: 768px) {
	.con_tranquil.scrollActive .box_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_tranquil.scrollActive.fade .box_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media print {
	.con_tranquil.scrollActive .box_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transform: translateX(1em);
		-moz-transform: translateX(1em);
		-ms-transform: translateX(1em);
		-o-transform: translateX(1em);
		transform: translateX(1em);
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
	}
	.con_tranquil.scrollActive.fade .box_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ie8 .con_tranquil.scrollActive .box_img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transform: translateX(1em);
	-moz-transform: translateX(1em);
	-ms-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
	-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
	-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
	-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
	transition: transform 1000ms ease, opacity 1000ms ease;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.ie8 .con_tranquil.scrollActive.fade .box_img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* -----------------------------------------------------------
	.con_guestroom
----------------------------------------------------------- */
.con_guestroom {
	position: relative;
}

.con_guestroom:before {
	content: '';
	position: absolute;
	top: 0;
	right: 12.5%;
	width: 286px;
	padding-bottom: 163px;
	background: url(../images/home/dec_gue1.png) no-repeat left top;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom:before {
		padding-bottom: 110px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom:before {
		padding-bottom: 3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom:before {
		width: 168px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom:before {
		width: 4.6em;
	}
}

.con_guestroom > div {
	position: relative;
	max-width: 1400px;
	width: 95%;
	margin: auto;
	padding: 150px 0 270px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div {
		padding: 110px 0 280px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div {
		padding: 3em 0 0;
	}
}

.con_guestroom > div .box_txt {
	position: relative;
	z-index: 2;
	margin: 0.92857% 10.71429% 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_txt {
		margin: 0 2.38095% 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_txt {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_guestroom > div .box_txt {
		float: right;
		width: 35%;
	}
}

@media print {
	.con_guestroom > div .box_txt {
		float: right;
		width: 35%;
	}
}

.ie8 .con_guestroom > div .box_txt {
	float: right;
	width: 35%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_txt {
		width: 47.61905%;
	}
}

.con_guestroom > div .box_txt .wrp_txt {
	padding: 12.2449% 13.26531% 14.28571% 13.26531%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_txt .wrp_txt {
		padding: 10% 10.83333% 11.66667% 10.83333%;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_txt .wrp_txt {
		padding: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_guestroom > div .box_img {
		float: left;
		width: 50.35714%;
	}
}

@media print {
	.con_guestroom > div .box_img {
		float: left;
		width: 50.35714%;
	}
}

.ie8 .con_guestroom > div .box_img {
	float: left;
	width: 50.35714%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_img {
		width: 43.65079%;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img {
		overflow: hidden;
		margin-top: .5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img {
		float: left;
		width: 49%;
	}
}

.con_guestroom > div .box_img .wrp_img.img1 {
	position: relative;
	z-index: 1;
}

.con_guestroom > div .box_img .wrp_img.img1:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 60.14184%;
	padding-bottom: 58.7234%;
	margin: 0 -17.7305% -29.07801% 0;
	background: url(../images/home/dec_gue2.png) no-repeat left top;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img.img1:after {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_img .wrp_img.img1:after {
		margin: 0 -22.72727% -37.27273% 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img.img1:after {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_guestroom > div .box_img .wrp_img.img2 {
		position: absolute;
		right: 50%;
		bottom: 0;
		z-index: 1;
		margin-right: -43.21429%;
		width: 40%;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_img .wrp_img.img2 {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img.img2 {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_img .wrp_img.img2 {
		margin-right: 1.5873%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img.img2 {
		margin-right: 0;
	}
}

@media print {
	.con_guestroom > div .box_img .wrp_img.img2 {
		position: absolute;
		right: 50%;
		bottom: 0;
		z-index: 1;
		margin-right: -43.21429%;
		width: 40%;
	}
}

.ie8 .con_guestroom > div .box_img .wrp_img.img2 {
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: 1;
	margin-right: -43.21429%;
	width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_guestroom > div .box_img .wrp_img.img2 {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_guestroom > div .box_img .wrp_img.img2 {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.ie8 .con_guestroom > div .box_img .wrp_img.img2 {
		margin-right: 1.5873%;
	}
}

@media only screen and (max-width: 767px) {
	.ie8 .con_guestroom > div .box_img .wrp_img.img2 {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img.img2 {
		margin-left: 2%;
		overflow: hidden;
	}
	.con_guestroom > div .box_img .wrp_img.img2 img {
		position: relative;
		width: 103.5%;
		max-width: none;
		margin-left: -1.75%;
	}
}

.con_guestroom > div .box_img .wrp_img a {
	display: block;
	text-decoration: none;
}

.con_guestroom > div .box_img .wrp_img a .en {
	color: #5f5d4b;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.con_guestroom > div .box_img .wrp_img a .en {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

@media print {
	.con_guestroom > div .box_img .wrp_img a .en {
		position: absolute;
		top: 0;
		right: -1.8em;
		font-size: 108%;
		letter-spacing: .3em;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.ie8 .con_guestroom > div .box_img .wrp_img a .en {
	position: absolute;
	top: 0;
	right: -1.8em;
	font-size: 108%;
	letter-spacing: .3em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .en {
		text-align: left;
		letter-spacing: normal;
	}
}

.con_guestroom > div .box_img .wrp_img a .img {
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}

.con_guestroom > div .box_img .wrp_img a .btn {
	margin: auto;
	position: relative;
	z-index: 1;
	margin: -25px 30px 0 auto;
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn {
		width: 90%;
	}
}

.con_guestroom > div .box_img .wrp_img a .btn a, .con_guestroom > div .box_img .wrp_img a .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #1c1e22;
	background: #1c1e22;
	text-decoration: none;
	text-align: center;
	color: #fff1e0;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn a, .con_guestroom > div .box_img .wrp_img a .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_img .wrp_img a .btn a, .con_guestroom > div .box_img .wrp_img a .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn a, .con_guestroom > div .box_img .wrp_img a .btn > span {
		font-size: 116%;
	}
}

.con_guestroom > div .box_img .wrp_img a .btn a:after, .con_guestroom > div .box_img .wrp_img a .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #edd3b5;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn a:after, .con_guestroom > div .box_img .wrp_img a .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn a:after, .con_guestroom > div .box_img .wrp_img a .btn > span:after {
		width: 2em;
	}
}

.con_guestroom > div .box_img .wrp_img a .btn a:hover, .con_guestroom > div .box_img .wrp_img a .btn > span:hover {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #1c1e22;
}

.con_guestroom > div .box_img .wrp_img a .btn a:hover:after, .con_guestroom > div .box_img .wrp_img a .btn > span:hover:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_guestroom > div .box_img .wrp_img a .btn a:hover:after, .con_guestroom > div .box_img .wrp_img a .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_guestroom > div .box_img .wrp_img a .btn a:hover:after, .con_guestroom > div .box_img .wrp_img a .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_guestroom > div .box_img .wrp_img a .btn a:hover:after, .ie8 .con_guestroom > div .box_img .wrp_img a .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn a:hover:after, .con_guestroom > div .box_img .wrp_img a .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) {
	.con_guestroom > div .box_img .wrp_img a .btn a, .con_guestroom > div .box_img .wrp_img a .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

@media print {
	.con_guestroom > div .box_img .wrp_img a .btn a, .con_guestroom > div .box_img .wrp_img a .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

.ie8 .con_guestroom > div .box_img .wrp_img a .btn a, .ie8 .con_guestroom > div .box_img .wrp_img a .btn > span {
	padding-right: 55px;
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_img .wrp_img a .btn {
		margin: -22px 30px 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn {
		margin: 1em auto 0;
	}
}

@media only screen and (min-width: 1261px) {
	.con_guestroom > div .box_img .wrp_img a .btn {
		width: 265px;
	}
}

@media print {
	.con_guestroom > div .box_img .wrp_img a .btn {
		width: 265px;
	}
}

.ie8 .con_guestroom > div .box_img .wrp_img a .btn {
	width: 265px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_guestroom > div .box_img .wrp_img a .btn {
		width: 220px;
	}
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a .btn a {
		font-size: 108%;
	}
}

.con_guestroom > div .box_img .wrp_img a:hover .img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.con_guestroom > div .box_img .wrp_img a:hover .btn span {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #1c1e22;
}

.con_guestroom > div .box_img .wrp_img a:hover .btn span:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_guestroom > div .box_img .wrp_img a:hover .btn span:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_guestroom > div .box_img .wrp_img a:hover .btn span:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_guestroom > div .box_img .wrp_img a:hover .btn span:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_guestroom > div .box_img .wrp_img a:hover .btn span:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) {
	.con_guestroom.scrollActive .box_img .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_guestroom.scrollActive .box_img .wrp_img.img1 {
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
	}
	.con_guestroom.scrollActive .box_img .wrp_img.img2 {
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
	}
	.con_guestroom.scrollActive.fade .box_img .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media print {
	.con_guestroom.scrollActive .box_img .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
		-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
		-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
		transition: transform 1000ms ease, opacity 1000ms ease;
	}
	.con_guestroom.scrollActive .box_img .wrp_img.img1 {
		-webkit-transition-delay: 400ms;
		-moz-transition-delay: 400ms;
		-o-transition-delay: 400ms;
		transition-delay: 400ms;
		-webkit-transform: translateX(-1em);
		-moz-transform: translateX(-1em);
		-ms-transform: translateX(-1em);
		-o-transform: translateX(-1em);
		transform: translateX(-1em);
	}
	.con_guestroom.scrollActive .box_img .wrp_img.img2 {
		-webkit-transition-delay: 800ms;
		-moz-transition-delay: 800ms;
		-o-transition-delay: 800ms;
		transition-delay: 800ms;
		-webkit-transform: translateY(1em);
		-moz-transform: translateY(1em);
		-ms-transform: translateY(1em);
		-o-transform: translateY(1em);
		transform: translateY(1em);
	}
	.con_guestroom.scrollActive.fade .box_img .wrp_img {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ie8 .con_guestroom.scrollActive .box_img .wrp_img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: -webkit-transform 1000ms ease, opacity 1000ms ease;
	-moz-transition: -moz-transform 1000ms ease, opacity 1000ms ease;
	-o-transition: -o-transform 1000ms ease, opacity 1000ms ease;
	transition: transform 1000ms ease, opacity 1000ms ease;
}

.ie8 .con_guestroom.scrollActive .box_img .wrp_img.img1 {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
	-webkit-transform: translateX(-1em);
	-moz-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	-o-transform: translateX(-1em);
	transform: translateX(-1em);
}

.ie8 .con_guestroom.scrollActive .box_img .wrp_img.img2 {
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(1em);
	-moz-transform: translateY(1em);
	-ms-transform: translateY(1em);
	-o-transform: translateY(1em);
	transform: translateY(1em);
}

.ie8 .con_guestroom.scrollActive.fade .box_img .wrp_img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
	position: relative;
	z-index: 1;
	padding: 5.25% 0 6.75%;
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.con_plan {
		padding: 2em 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan {
		margin-top: 2em;
	}
}

.con_plan:before, .con_plan:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 50%;
	padding-bottom: 24.5%;
	background: #f4efe1 url(../images/common/bg2.png) left top;
}

@media only screen and (max-width: 767px) {
	.con_plan:before, .con_plan:after {
		padding-bottom: 46.05263%;
	}
}

.con_plan:before {
	left: 0;
	top: 0;
}

.con_plan:after {
	right: 0;
	bottom: 0;
}

.con_plan .box_pla {
	max-width: 1600px;
	width: 95%;
	margin: auto;
	padding: 60px 3.125%;
	background: #333c41;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla {
		padding: 45px 2.77778%;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla {
		padding: 1.8em 0.8em 1em;
	}
}

.con_plan .box_pla h3 {
	margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla h3 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla h3 {
		margin-bottom: 1.5em;
	}
}

.con_plan .box_pla h3 > * {
	color: #edd3b5;
}

.con_plan .box_pla h3 em {
	font-weight: normal;
}

.con_plan .box_pla ul {
	overflow: hidden;
	max-width: 1260px;
	margin: auto;
}

.con_plan .box_pla ul li {
	margin: 0 0 0 4.7619%;
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li {
		margin: 0.8em 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_plan .box_pla ul li {
		float: left;
		width: 30.15873%;
	}
}

@media print {
	.con_plan .box_pla ul li {
		float: left;
		width: 30.15873%;
	}
}

.ie8 .con_plan .box_pla ul li {
	float: left;
	width: 30.15873%;
}

.con_plan .box_pla ul li:first-child {
	margin: 0;
}

.con_plan .box_pla ul li a {
	overflow: hidden;
	display: block;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li a {
		letter-spacing: -.4em;
	}
	.con_plan .box_pla ul li a > * {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
	}
}

.con_plan .box_pla ul li a .wrp_img {
	overflow: hidden;
	height: 0;
	padding-bottom: 69.73684%;
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li a .wrp_img {
		padding-bottom: 23.02632%;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li a .wrp_img {
		width: 32.89474%;
	}
}

.con_plan .box_pla ul li a .wrp_img img {
	-webkit-transition: -webkit-transform 800ms ease-out;
	-moz-transition: -moz-transform 800ms ease-out;
	-o-transition: -o-transform 800ms ease-out;
	transition: transform 800ms ease-out;
}

.con_plan .box_pla ul li a .wrp_txt {
	margin: 13px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla ul li a .wrp_txt {
		margin: 10px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li a .wrp_txt {
		margin: 0 0 0 2.63158%;
	}
}

@media only screen and (min-width: 1261px) {
	.con_plan .box_pla ul li a .wrp_txt {
		width: 92.10526%;
	}
}

@media print {
	.con_plan .box_pla ul li a .wrp_txt {
		width: 92.10526%;
	}
}

.ie8 .con_plan .box_pla ul li a .wrp_txt {
	width: 92.10526%;
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li a .wrp_txt {
		width: 64.47368%;
	}
}

.con_plan .box_pla ul li a .wrp_txt .txt {
	color: #fff;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

@media only screen and (min-width: 1261px) {
	.con_plan .box_pla ul li a .wrp_txt .txt {
		font-size: 139%;
	}
}

@media print {
	.con_plan .box_pla ul li a .wrp_txt .txt {
		font-size: 139%;
	}
}

.ie8 .con_plan .box_pla ul li a .wrp_txt .txt {
	font-size: 139%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla ul li a .wrp_txt .txt {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li a .wrp_txt .txt {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.con_plan .box_pla ul li a .wrp_txt .price {
	margin-top: 13px;
	color: #fff;
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla ul li a .wrp_txt .price {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla ul li a .wrp_txt .price {
		margin-top: 0.3em;
	}
}

@media only screen and (min-width: 1261px) {
	.con_plan .box_pla ul li a .wrp_txt .price {
		font-size: 124%;
	}
}

@media print {
	.con_plan .box_pla ul li a .wrp_txt .price {
		font-size: 124%;
	}
}

.ie8 .con_plan .box_pla ul li a .wrp_txt .price {
	font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla ul li a .wrp_txt .price {
		font-size: 116%;
	}
}

.con_plan .box_pla ul li a .wrp_txt .price span {
	margin-left: .3em;
	font-size: 125%;
	color: #edd3b5;
}

.con_plan .box_pla ul li a .wrp_txt .price span em {
	font-size: 120%;
	font-family: "Times New Roman", serif;
	line-height: 1;
}

@media only screen and (min-width: 1261px) {
	.con_plan .box_pla ul li a:hover .wrp_img img {
		-webkit-transform: scale(1.08, 1.08);
		-moz-transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-o-transform: scale(1.08, 1.08);
		transform: scale(1.08, 1.08);
	}
}

@media print {
	.con_plan .box_pla ul li a:hover .wrp_img img {
		-webkit-transform: scale(1.08, 1.08);
		-moz-transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-o-transform: scale(1.08, 1.08);
		transform: scale(1.08, 1.08);
	}
}

.ie8 .con_plan .box_pla ul li a:hover .wrp_img img {
	-webkit-transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}

.con_plan .box_pla .btn {
	margin: auto;
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla .btn {
		width: 90%;
	}
}

.con_plan .box_pla .btn a, .con_plan .box_pla .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #edd3b5;
	background: #edd3b5;
	text-decoration: none;
	text-align: center;
	color: #333c41;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla .btn a, .con_plan .box_pla .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla .btn a, .con_plan .box_pla .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla .btn a, .con_plan .box_pla .btn > span {
		font-size: 116%;
	}
}

.con_plan .box_pla .btn a:after, .con_plan .box_pla .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #1a1604;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla .btn a:after, .con_plan .box_pla .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla .btn a:after, .con_plan .box_pla .btn > span:after {
		width: 2em;
	}
}

.con_plan .box_pla .btn a:hover, .con_plan .box_pla .btn > span:hover {
	background: #1a1604;
	border-color: #1a1604;
	color: #edd3b5;
}

.con_plan .box_pla .btn a:hover:after, .con_plan .box_pla .btn > span:hover:after {
	background: #edd3b5;
}

@media only screen and (min-width: 768px) {
	.con_plan .box_pla .btn a:hover:after, .con_plan .box_pla .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_plan .box_pla .btn a:hover:after, .con_plan .box_pla .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_plan .box_pla .btn a:hover:after, .ie8 .con_plan .box_pla .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla .btn a:hover:after, .con_plan .box_pla .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (max-width: 767px) {
	.con_plan .box_pla .btn {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_plan .box_pla .btn {
		width: 380px;
	}
}

@media print {
	.con_plan .box_pla .btn {
		width: 380px;
	}
}

.ie8 .con_plan .box_pla .btn {
	width: 380px;
}

.con_plan .box_pla .btn a {
	line-height: 1.5;
}

@media only screen and (min-width: 1261px) {
	.con_plan .box_pla .btn a {
		font-size: 154%;
	}
}

@media print {
	.con_plan .box_pla .btn a {
		font-size: 154%;
	}
}

.ie8 .con_plan .box_pla .btn a {
	font-size: 154%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_plan .box_pla .btn a {
		font-size: 139%;
	}
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
	margin-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news {
		margin-top: 85px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		margin-top: 3em;
	}
}

@media only screen and (min-width: 768px) {
	.con_news {
		display: table;
		width: 95%;
	}
}

@media print {
	.con_news {
		display: table;
		width: 95%;
	}
}

.ie8 .con_news {
	display: table;
	width: 95%;
}

@media only screen and (min-width: 768px) {
	.con_news > * {
		display: table-cell;
		vertical-align: top;
		box-sizing: border-box;
	}
}

@media print {
	.con_news > * {
		display: table-cell;
		vertical-align: top;
		box-sizing: border-box;
	}
}

.ie8 .con_news > * {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.con_news .box_st {
		width: 27.77778%;
		padding-right: 1.5em;
		box-sizing: border-box;
	}
}

@media print {
	.con_news .box_st {
		width: 27.77778%;
		padding-right: 1.5em;
		box-sizing: border-box;
	}
}

.ie8 .con_news .box_st {
	width: 27.77778%;
	padding-right: 1.5em;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_st {
		width: 34.92063%;
	}
}

.con_news .box_st > * {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
}

.con_news .box_st h3 {
	text-align: left;
}

.con_news .box_st .sns {
	margin-left: 35px;
	letter-spacing: -.4em;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_st .sns {
		margin-left: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_st .sns {
		margin-left: 2em;
	}
}

.con_news .box_st .sns li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
}

.con_news .box_st .sns li a {
	line-height: 1;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}

@media only screen and (min-width: 768px) {
	.con_news .box_st .sns li a {
		font-size: 170%;
	}
}

@media print {
	.con_news .box_st .sns li a {
		font-size: 170%;
	}
}

.ie8 .con_news .box_st .sns li a {
	font-size: 170%;
}

@media only screen and (max-width: 767px) {
	.con_news .box_st .sns li a {
		font-size: 154%;
	}
}

.con_news .box_st .sns li + li {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.con_news .box_st .sns li + li {
		margin-left: 1.5em;
	}
}

.con_news .box_st .sns li.fb a:hover {
	color: #4267B2;
}

.con_news .box_st .sns li.tw a:hover {
	color: #1DA1F2;
}

.con_news .box_news {
	padding: 70px 2.38095% 30px 5.55556%;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news {
		padding: 5.55556% 0 2.38095% 5.55556%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news {
		padding: 1em 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .box_news {
		width: 72.22222%;
		border-left: 1px solid #1a1604;
	}
}

@media print {
	.con_news .box_news {
		width: 72.22222%;
		border-left: 1px solid #1a1604;
	}
}

.ie8 .con_news .box_news {
	width: 72.22222%;
	border-left: 1px solid #1a1604;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news {
		width: 67.46032%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news {
		border-top: 1px solid #1a1604;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .box_news ul {
		letter-spacing: -.4em;
	}
}

@media print {
	.con_news .box_news ul {
		letter-spacing: -.4em;
	}
}

.ie8 .con_news .box_news ul {
	letter-spacing: -.4em;
}

.con_news .box_news ul li {
	margin: 0 0 0 8.64198%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news ul li {
		margin: 0 0 0 8.97436%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li {
		margin: 0.5em 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .box_news ul li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
		vertical-align: top;
		width: 20.37037%;
	}
}

@media print {
	.con_news .box_news ul li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
		vertical-align: top;
		width: 20.37037%;
	}
}

.ie8 .con_news .box_news ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	vertical-align: top;
	width: 20.37037%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news ul li {
		width: 25.64103%;
	}
}

.con_news .box_news ul li:first-child {
	margin: 0;
}

.con_news .box_news ul li a {
	display: block;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a {
		letter-spacing: -.4em;
	}
	.con_news .box_news ul li a > * {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		letter-spacing: normal;
	}
}

.con_news .box_news ul li a .wrp_img {
	overflow: hidden;
	height: 0;
	padding-bottom: 88%;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_img {
		padding-bottom: 23.15789%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_img {
		width: 26.31579%;
	}
}

.con_news .box_news ul li a .wrp_img img {
	width: 100%;
	-webkit-transition: -webkit-transform 800ms ease-out;
	-moz-transition: -moz-transform 800ms ease-out;
	-o-transition: -o-transform 800ms ease-out;
	transition: transform 800ms ease-out;
}

.con_news .box_news ul li a .wrp_txt {
	margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt {
		margin: 0 0 0 2.63158%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt {
		width: 71.05263%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt .date, .con_news .box_news ul li a .wrp_txt .cate {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
	}
}

.con_news .box_news ul li a .wrp_txt .date {
	font-size: 124%;
	font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt .date {
		font-size: 116%;
	}
}

.con_news .box_news ul li a .wrp_txt .cate {
	margin: 20px 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: .2em .8em;
	background: #333c41;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news ul li a .wrp_txt .cate {
		margin: 10px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt .cate {
		margin: 0 0 0 0.5em;
	}
}

@media only screen and (min-width: 1261px) {
	.con_news .box_news ul li a .wrp_txt .cate {
		font-size: 108%;
	}
}

@media print {
	.con_news .box_news ul li a .wrp_txt .cate {
		font-size: 108%;
	}
}

.ie8 .con_news .box_news ul li a .wrp_txt .cate {
	font-size: 108%;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt .cate {
		font-size: 93%;
	}
}

.con_news .box_news ul li a .wrp_txt .st {
	margin-top: 5px;
	font-weight: bold;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt .st {
		margin-top: 0.5em;
	}
}

@media only screen and (min-width: 1261px) {
	.con_news .box_news ul li a .wrp_txt .st {
		font-size: 124%;
	}
}

@media print {
	.con_news .box_news ul li a .wrp_txt .st {
		font-size: 124%;
	}
}

.ie8 .con_news .box_news ul li a .wrp_txt .st {
	font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news ul li a .wrp_txt .st {
		font-size: 116%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news ul li a .wrp_txt .st {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media only screen and (min-width: 1261px) {
	.con_news .box_news ul li a:hover .wrp_img img {
		-webkit-transform: scale(1.08, 1.08);
		-moz-transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-o-transform: scale(1.08, 1.08);
		transform: scale(1.08, 1.08);
	}
}

@media print {
	.con_news .box_news ul li a:hover .wrp_img img {
		-webkit-transform: scale(1.08, 1.08);
		-moz-transform: scale(1.08, 1.08);
		-ms-transform: scale(1.08, 1.08);
		-o-transform: scale(1.08, 1.08);
		transform: scale(1.08, 1.08);
	}
}

.ie8 .con_news .box_news ul li a:hover .wrp_img img {
	-webkit-transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}

.con_news .box_news .btn {
	margin: auto;
	margin: 50px 17px 0 auto;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .btn {
		width: 90%;
	}
}

.con_news .box_news .btn a, .con_news .box_news .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #1c1e22;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #1c1e22;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .btn a, .con_news .box_news .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news .btn a, .con_news .box_news .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .btn a, .con_news .box_news .btn > span {
		font-size: 116%;
	}
}

.con_news .box_news .btn a:after, .con_news .box_news .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #1c1e22;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .btn a:after, .con_news .box_news .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .btn a:after, .con_news .box_news .btn > span:after {
		width: 2em;
	}
}

.con_news .box_news .btn a:hover, .con_news .box_news .btn > span:hover {
	background: #1c1e22;
	border-color: #1c1e22;
	color: #fff;
}

.con_news .box_news .btn a:hover:after, .con_news .box_news .btn > span:hover:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_news .box_news .btn a:hover:after, .con_news .box_news .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_news .box_news .btn a:hover:after, .con_news .box_news .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_news .box_news .btn a:hover:after, .ie8 .con_news .box_news .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .btn a:hover:after, .con_news .box_news .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .btn {
		margin: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .box_news .btn {
		width: 145px;
	}
}

@media print {
	.con_news .box_news .btn {
		width: 145px;
	}
}

.ie8 .con_news .box_news .btn {
	width: 145px;
}

@media only screen and (min-width: 768px) {
	.con_news .box_news .btn a {
		padding: 9px 35px 9px 15px;
		font-size: 124%;
	}
	.con_news .box_news .btn a:after {
		width: 34px;
		right: -17px;
	}
}

@media print {
	.con_news .box_news .btn a {
		padding: 9px 35px 9px 15px;
		font-size: 124%;
	}
	.con_news .box_news .btn a:after {
		width: 34px;
		right: -17px;
	}
}

.ie8 .con_news .box_news .btn a {
	padding: 9px 35px 9px 15px;
	font-size: 124%;
}

.ie8 .con_news .box_news .btn a:after {
	width: 34px;
	right: -17px;
}

.con_news .box_news .bn {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .box_news .bn {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_news .bn {
		margin-top: 1.5em;
	}
}

.con_news .wrp_fb {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 330px;
	margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_news .wrp_fb {
		padding-bottom: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .wrp_fb {
		padding-bottom: 92.10526%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .wrp_fb {
		margin-top: 2em;
	}
}

.con_news .wrp_fb .fb-page {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.con_news .wrp_fb .fb-page span {
	width: 100% !important;
}

.con_news .wrp_fb .fb-page span iframe {
	width: 100% !important;
}

/* -----------------------------------------------------------
	.con_dayuse
----------------------------------------------------------- */
.con_dayuse {
	overflow: hidden;
	padding-top: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_dayuse {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse {
		padding-top: 3em;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse {
		width: 100%;
	}
}

.con_dayuse .box_img {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 768px) {
	.con_dayuse .box_img {
		float: left;
		width: 49.92063%;
	}
}

@media print {
	.con_dayuse .box_img {
		float: left;
		width: 49.92063%;
	}
}

.ie8 .con_dayuse .box_img {
	float: left;
	width: 49.92063%;
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_img {
		width: 95%;
		margin: auto;
	}
}

.con_dayuse .box_txt {
	padding: 6.34921% 6.34921% 7.93651% 8.33333%;
	margin: 30px 0 0 -1.34921%;
	box-sizing: border-box;
	background: #f4efe1;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_dayuse .box_txt {
		padding: 7.53968% 4.36508% 3.96825% 4.36508%;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt {
		padding: 3.5em 0.5em 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt {
		margin: -2.2em 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_dayuse .box_txt {
		float: right;
		width: 51.26984%;
	}
}

@media print {
	.con_dayuse .box_txt {
		float: right;
		width: 51.26984%;
	}
}

.ie8 .con_dayuse .box_txt {
	float: right;
	width: 51.26984%;
}

.con_dayuse .box_txt h3 {
	margin-bottom: 4.33839%;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt h3 {
		margin-bottom: 1.2em;
	}
}

.con_dayuse .box_txt .txt span {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}

@media only screen and (min-width: 768px) {
	.con_dayuse .box_txt .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

@media print {
	.con_dayuse .box_txt .txt {
		font-size: 124%;
		line-height: 1.81;
	}
}

.ie8 .con_dayuse .box_txt .txt {
	font-size: 124%;
	line-height: 1.81;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_dayuse .box_txt .txt {
		font-size: 116%;
	}
}

.con_dayuse .box_txt .lnks .btn {
	margin: auto;
	position: relative;
	z-index: 1;
	margin: 26px 30px 0 auto;
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn {
		width: 90%;
	}
}

.con_dayuse .box_txt .lnks .btn a, .con_dayuse .box_txt .lnks .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #1c1e22;
	background: #1c1e22;
	text-decoration: none;
	text-align: center;
	color: #fff1e0;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn a, .con_dayuse .box_txt .lnks .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_dayuse .box_txt .lnks .btn a, .con_dayuse .box_txt .lnks .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn a, .con_dayuse .box_txt .lnks .btn > span {
		font-size: 116%;
	}
}

.con_dayuse .box_txt .lnks .btn a:after, .con_dayuse .box_txt .lnks .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #edd3b5;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn a:after, .con_dayuse .box_txt .lnks .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn a:after, .con_dayuse .box_txt .lnks .btn > span:after {
		width: 2em;
	}
}

.con_dayuse .box_txt .lnks .btn a:hover, .con_dayuse .box_txt .lnks .btn > span:hover {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #1c1e22;
}

.con_dayuse .box_txt .lnks .btn a:hover:after, .con_dayuse .box_txt .lnks .btn > span:hover:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_dayuse .box_txt .lnks .btn a:hover:after, .con_dayuse .box_txt .lnks .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_dayuse .box_txt .lnks .btn a:hover:after, .con_dayuse .box_txt .lnks .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_dayuse .box_txt .lnks .btn a:hover:after, .ie8 .con_dayuse .box_txt .lnks .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn a:hover:after, .con_dayuse .box_txt .lnks .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) {
	.con_dayuse .box_txt .lnks .btn a, .con_dayuse .box_txt .lnks .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

@media print {
	.con_dayuse .box_txt .lnks .btn a, .con_dayuse .box_txt .lnks .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

.ie8 .con_dayuse .box_txt .lnks .btn a, .ie8 .con_dayuse .box_txt .lnks .btn > span {
	padding-right: 55px;
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_dayuse .box_txt .lnks .btn {
		margin: 20px 30px 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn {
		margin: 1em auto 0;
	}
}

@media only screen and (min-width: 1261px) {
	.con_dayuse .box_txt .lnks .btn {
		width: 265px;
	}
}

@media print {
	.con_dayuse .box_txt .lnks .btn {
		width: 265px;
	}
}

.ie8 .con_dayuse .box_txt .lnks .btn {
	width: 265px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_dayuse .box_txt .lnks .btn {
		width: 220px;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks .btn a {
		font-size: 108%;
	}
}

.con_dayuse .box_txt .lnks:hover .img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.con_dayuse .box_txt .lnks:hover .btn span {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #1c1e22;
}

.con_dayuse .box_txt .lnks:hover .btn span:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_dayuse .box_txt .lnks:hover .btn span:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_dayuse .box_txt .lnks:hover .btn span:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_dayuse .box_txt .lnks:hover .btn span:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks:hover .btn span:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks {
		text-align: center;
		margin-top: 1.5em;
	}
}

.con_dayuse .box_txt .lnks li {
	margin: 30px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_dayuse .box_txt .lnks li {
		margin: 25px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks li {
		margin: 0 0 0 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_dayuse .box_txt .lnks li {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
	}
	.con_dayuse .box_txt .lnks li:first-child {
		margin-left: 0;
	}
}

/* -----------------------------------------------------------
	.con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
	position: relative;
	z-index: 1;
	padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing {
		padding-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing {
		padding-top: 3em;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig {
		position: relative;
	}
}

.con_sightseeing .box_sig .wrp_txt h3 {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt h3 {
		margin-bottom: 1.2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_sightseeing .box_sig .wrp_txt .txt {
		text-align: center;
		font-size: 124%;
		line-height: 1.81;
	}
}

@media print {
	.con_sightseeing .box_sig .wrp_txt .txt {
		text-align: center;
		font-size: 124%;
		line-height: 1.81;
	}
}

.ie8 .con_sightseeing .box_sig .wrp_txt .txt {
	text-align: center;
	font-size: 124%;
	line-height: 1.81;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .box_sig .wrp_txt .txt {
		font-size: 116%;
	}
}

.con_sightseeing .box_sig .wrp_txt .btn {
	margin: auto;
	position: relative;
	z-index: 1;
	margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt .btn {
		width: 90%;
	}
}

.con_sightseeing .box_sig .wrp_txt .btn a, .con_sightseeing .box_sig .wrp_txt .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #1c1e22;
	background: #1c1e22;
	text-decoration: none;
	text-align: center;
	color: #fff1e0;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt .btn a, .con_sightseeing .box_sig .wrp_txt .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .box_sig .wrp_txt .btn a, .con_sightseeing .box_sig .wrp_txt .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt .btn a, .con_sightseeing .box_sig .wrp_txt .btn > span {
		font-size: 116%;
	}
}

.con_sightseeing .box_sig .wrp_txt .btn a:after, .con_sightseeing .box_sig .wrp_txt .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #edd3b5;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt .btn a:after, .con_sightseeing .box_sig .wrp_txt .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt .btn a:after, .con_sightseeing .box_sig .wrp_txt .btn > span:after {
		width: 2em;
	}
}

.con_sightseeing .box_sig .wrp_txt .btn a:hover, .con_sightseeing .box_sig .wrp_txt .btn > span:hover {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #1c1e22;
}

.con_sightseeing .box_sig .wrp_txt .btn a:hover:after, .con_sightseeing .box_sig .wrp_txt .btn > span:hover:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_sightseeing .box_sig .wrp_txt .btn a:hover:after, .con_sightseeing .box_sig .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_sightseeing .box_sig .wrp_txt .btn a:hover:after, .con_sightseeing .box_sig .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_sightseeing .box_sig .wrp_txt .btn a:hover:after, .ie8 .con_sightseeing .box_sig .wrp_txt .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt .btn a:hover:after, .con_sightseeing .box_sig .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) {
	.con_sightseeing .box_sig .wrp_txt .btn a, .con_sightseeing .box_sig .wrp_txt .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

@media print {
	.con_sightseeing .box_sig .wrp_txt .btn a, .con_sightseeing .box_sig .wrp_txt .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

.ie8 .con_sightseeing .box_sig .wrp_txt .btn a, .ie8 .con_sightseeing .box_sig .wrp_txt .btn > span {
	padding-right: 55px;
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .box_sig .wrp_txt .btn {
		margin: 25px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_txt .btn {
		margin: 1em auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_sightseeing .box_sig .wrp_txt .btn {
		right: -50px;
		width: 265px;
	}
}

@media print {
	.con_sightseeing .box_sig .wrp_txt .btn {
		right: -50px;
		width: 265px;
	}
}

.ie8 .con_sightseeing .box_sig .wrp_txt .btn {
	right: -50px;
	width: 265px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .box_sig .wrp_txt .btn {
		width: 220px;
	}
}

.con_sightseeing .box_sig .wrp_img {
	position: relative;
	margin-top: 6.34921%;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_img {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_sightseeing .box_sig .wrp_img p {
		width: 27.77778%;
	}
}

@media print {
	.con_sightseeing .box_sig .wrp_img p {
		width: 27.77778%;
	}
}

.ie8 .con_sightseeing .box_sig .wrp_img p {
	width: 27.77778%;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_img p {
		width: 49%;
	}
}

@media only screen and (min-width: 768px) {
	.con_sightseeing .box_sig .wrp_img .img1 {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: -10.71429%;
	}
}

@media print {
	.con_sightseeing .box_sig .wrp_img .img1 {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: -10.71429%;
	}
}

.ie8 .con_sightseeing .box_sig .wrp_img .img1 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -10.71429%;
}

.con_sightseeing .box_sig .wrp_img .img2 {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 768px) {
	.con_sightseeing .box_sig .wrp_img .img2 {
		margin-left: 25.79365%;
	}
}

@media print {
	.con_sightseeing .box_sig .wrp_img .img2 {
		margin-left: 25.79365%;
	}
}

.ie8 .con_sightseeing .box_sig .wrp_img .img2 {
	margin-left: 25.79365%;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_img .img2 {
		margin-top: .5em;
	}
}

.con_sightseeing .box_sig .wrp_img .img3 {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -21.42857%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .box_sig .wrp_img .img3 {
		margin-top: -17.46032%;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_img .img3 {
		margin-top: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .box_sig .wrp_img .img3 {
		width: 23.80952%;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .box_sig .wrp_img .img3 {
		overflow: hidden;
	}
	.con_sightseeing .box_sig .wrp_img .img3 img {
		position: relative;
		width: 106%;
		max-width: none;
		margin-left: -3%;
	}
}

.con_sightseeing .dec {
	position: absolute;
	left: 2%;
	bottom: 0;
	z-index: -1;
	margin-bottom: 360px;
	color: #f5f5f5;
	font-size: 885%;
	line-height: 1;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .dec {
		left: 3.5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .dec {
		bottom: 0.3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .dec {
		margin-bottom: 27.77778%;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .dec {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1260px) and (max-width: 1600px) {
	.con_sightseeing .dec {
		margin-bottom: 370px;
		font-size: 693%;
	}
}

@media print {
	.con_sightseeing .dec {
		margin-bottom: 370px;
		font-size: 693%;
	}
}

.ie8 .con_sightseeing .dec {
	margin-bottom: 370px;
	font-size: 693%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_sightseeing .dec {
		font-size: 462%;
	}
}

@media only screen and (max-width: 767px) {
	.con_sightseeing .dec {
		font-size: 231%;
		z-index: 1;
		text-shadow: 0 0 1em #000, 0 0 0.5em #000;
	}
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
	position: relative;
	margin-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access {
		margin-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_access {
		margin-top: 3em;
	}
}

.con_access:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	background: url(../images/home/dec_acc.png) left top;
}

@media only screen and (max-width: 767px) {
	.con_access:before {
		width: 10.52632%;
	}
}

.con_access .box_acc {
	padding: 70px 0 70px 7.5%;
	margin: 0 0 0 auto;
	background: url(../images/home/bg_acc.png) left top;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc {
		padding: 4.7619% 0 4.7619% 4.7619%;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc {
		padding: 2em 1.2em 2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc {
		width: 85%;
	}
}

@media print {
	.con_access .box_acc {
		width: 85%;
	}
}

.ie8 .con_access .box_acc {
	width: 85%;
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc {
		width: 89.47368%;
	}
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc .wrp_txt {
		float: left;
		width: 550px;
	}
}

@media print {
	.con_access .box_acc .wrp_txt {
		float: left;
		width: 550px;
	}
}

.ie8 .con_access .box_acc .wrp_txt {
	float: left;
	width: 550px;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_txt {
		width: 47.61905%;
	}
}

.con_access .box_acc .wrp_txt h3 {
	margin-bottom: 35px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_txt h3 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt h3 {
		margin-bottom: 1.2em;
	}
}

.con_access .box_acc .wrp_txt h3 > * {
	color: #edd3b5;
}

.con_access .box_acc .wrp_txt .txt {
	color: #fff1e0;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc .wrp_txt .txt {
		font-size: 147%;
		line-height: 1.68;
	}
}

@media print {
	.con_access .box_acc .wrp_txt .txt {
		font-size: 147%;
		line-height: 1.68;
	}
}

.ie8 .con_access .box_acc .wrp_txt .txt {
	font-size: 147%;
	line-height: 1.68;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_txt .txt {
		font-size: 124%;
	}
}

.con_access .box_acc .wrp_txt .att {
	padding: 13px 20px;
	border: 1px solid #fdf0de;
	margin-top: 25px;
	box-sizing: border-box;
	color: #fff1e0;
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .att {
		padding: 0.5em 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_txt .att {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .att {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc .wrp_txt .att {
		font-size: 124%;
		line-height: 1.25;
	}
}

@media print {
	.con_access .box_acc .wrp_txt .att {
		font-size: 124%;
		line-height: 1.25;
	}
}

.ie8 .con_access .box_acc .wrp_txt .att {
	font-size: 124%;
	line-height: 1.25;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_txt .att {
		font-size: 116%;
	}
}

.con_access .box_acc .wrp_txt .btn {
	margin: auto;
	margin: 85px auto 0 0;
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .btn {
		width: 90%;
	}
}

.con_access .box_acc .wrp_txt .btn a, .con_access .box_acc .wrp_txt .btn > span {
	position: relative;
	display: block;
	padding: 15px 1.5em;
	border: 1px solid #1c1e22;
	background: #1c1e22;
	text-decoration: none;
	text-align: center;
	color: #fff1e0;
	font-size: 139%;
	font-family: "Sorts Mill Goudy", serif;
	line-height: 1;
	-webkit-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-moz-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	-o-transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
	transition: border-color 500ms ease, background 500ms ease, color 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .btn a, .con_access .box_acc .wrp_txt .btn > span {
		padding: 0.8em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_txt .btn a, .con_access .box_acc .wrp_txt .btn > span {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .btn a, .con_access .box_acc .wrp_txt .btn > span {
		font-size: 116%;
	}
}

.con_access .box_acc .wrp_txt .btn a:after, .con_access .box_acc .wrp_txt .btn > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -30px;
	width: 60px;
	height: 1px;
	background: #edd3b5;
	-webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
	-moz-transition: background 500ms ease, -moz-transform 500ms ease;
	-o-transition: background 500ms ease, -o-transform 500ms ease;
	transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .btn a:after, .con_access .box_acc .wrp_txt .btn > span:after {
		right: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .btn a:after, .con_access .box_acc .wrp_txt .btn > span:after {
		width: 2em;
	}
}

.con_access .box_acc .wrp_txt .btn a:hover, .con_access .box_acc .wrp_txt .btn > span:hover {
	background: #edd3b5;
	border-color: #edd3b5;
	color: #1c1e22;
}

.con_access .box_acc .wrp_txt .btn a:hover:after, .con_access .box_acc .wrp_txt .btn > span:hover:after {
	background: #1c1e22;
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc .wrp_txt .btn a:hover:after, .con_access .box_acc .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@media print {
	.con_access .box_acc .wrp_txt .btn a:hover:after, .con_access .box_acc .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.ie8 .con_access .box_acc .wrp_txt .btn a:hover:after, .ie8 .con_access .box_acc .wrp_txt .btn > span:hover:after {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .btn a:hover:after, .con_access .box_acc .wrp_txt .btn > span:hover:after {
		-webkit-transform: translateX(0.3em);
		-moz-transform: translateX(0.3em);
		-ms-transform: translateX(0.3em);
		-o-transform: translateX(0.3em);
		transform: translateX(0.3em);
	}
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc .wrp_txt .btn a, .con_access .box_acc .wrp_txt .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

@media print {
	.con_access .box_acc .wrp_txt .btn a, .con_access .box_acc .wrp_txt .btn > span {
		padding-right: 55px;
		text-align: right;
	}
}

.ie8 .con_access .box_acc .wrp_txt .btn a, .ie8 .con_access .box_acc .wrp_txt .btn > span {
	padding-right: 55px;
	text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_txt .btn {
		margin: 15.45455% auto 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_txt .btn {
		margin: 1.5em auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc .wrp_txt .btn {
		width: 265px;
	}
}

@media print {
	.con_access .box_acc .wrp_txt .btn {
		width: 265px;
	}
}

.ie8 .con_access .box_acc .wrp_txt .btn {
	width: 265px;
}

.con_access .box_acc .wrp_img {
	margin: 0 0 0 2.25806%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_img {
		margin: 0 0 0 3.96825%;
	}
}

@media only screen and (max-width: 767px) {
	.con_access .box_acc .wrp_img {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_access .box_acc .wrp_img {
		float: left;
		width: 38.19355%;
	}
}

@media print {
	.con_access .box_acc .wrp_img {
		float: left;
		width: 38.19355%;
	}
}

.ie8 .con_access .box_acc .wrp_img {
	float: left;
	width: 38.19355%;
}

@media only screen and (min-width: 768px) and (max-width: 1260px) {
	.con_access .box_acc .wrp_img {
		width: 46.98413%;
	}
}

/*# sourceMappingURL=../maps/homepage.css.map */
