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

 file name  : introduction.css
 author     : Ability Consultant
 style info : ホテル紹介
=================================================================== */
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
.wrp_nav, .con_introduction .wrp {
	max-width: 1180px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .wrp_nav, .con_introduction .wrp {
		width: 95%;
  }
}

/* -----------------------------------------------------------
	.wrp_nav
----------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .wrp_nav {
		width: 95%;
  }
}
.wrp_nav .links_inner {
	width: 100%;
	*zoom: 1;
	margin-bottom: 60px;
}
.wrp_nav .links_inner:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (max-width: 767px) {
  .wrp_nav .links_inner {
		display: none;
  }
}
.wrp_nav .links_inner li {
	float: left;
	width: 20%;
	padding: 6px;
	padding: 6px;
}
@media only screen and (max-width: 1024px) {
  .wrp_nav .links_inner li {
		padding: 0.5%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_nav .links_inner li {
		padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_nav .links_inner li {
		width: 100%;
		float: none;
  }
}
.wrp_nav .links_inner li a {
	position: relative;
	display: block;
	border: 3px solid #a92526;
	padding: 9px 6px 10px;
	text-decoration: none;
	text-align: center;
	bottom: 0;
	font-size: 1.2em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	-o-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	-webkit-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}
.mouse .wrp_nav .links_inner li a:hover, .touch .wrp_nav .links_inner li a.touchstart {
	background: rgba(169, 37, 38, 0.1);
	bottom: -3px;
}
.mouse .wrp_nav .links_inner li a:hover:before, .touch .wrp_nav .links_inner li a.touchstart:before {
	bottom: -6px;
}
.touch .wrp_nav .links_inner li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .wrp_nav .links_inner li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .wrp_nav .links_inner li a {
		text-align: left;
		border: 1px solid #a92526;
		padding: 8px 0 8px 16px;
		border-top: none;
		background: rgba(169, 37, 38, 0.05);
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
  }
}
.wrp_nav .links_inner li a:before {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	bottom: -4px;
	right: 0;
	left: 0;
	margin: auto;
	color: #a92526;
	-moz-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	-o-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	-webkit-transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
	transition: cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.3s;
}
@media only screen and (max-width: 767px) {
  .wrp_nav .links_inner li a:before {
		bottom: auto;
		left: auto;
		right: 10px;
		top: 50%;
		margin-top: -.6em;
		font-size: .75em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_nav .links_inner {
		margin-bottom: 30px;
  }
}

.con_introduction .wrp .wrp_intro {
	margin: 0 auto 60px;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .wrp_intro {
		margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .wrp_intro {
		margin: 0 auto 30px;
  }
}
.con_introduction .wrp .wrp_intro .st_red {
	margin: 0 auto 30px;
	color: #000;
}
.con_introduction .wrp .wrp_intro .st_txt {
	text-align: center;
	font-size: 1.3em;
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .wrp_intro .st_txt {
		text-align: left;
		font-size: 1.1em;
  }
}
.con_introduction .wrp .con_news_detail01 {
	margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail01 {
		margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail01 {
		margin-bottom: 20px;
  }
}
.con_introduction .wrp .con_news_detail {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail {
		margin-bottom: 40px;
  }
}
.con_introduction .wrp .con_news_detail.txt {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail.txt {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail.txt {
		margin-bottom: 15px;
  }
}
.con_introduction .wrp .con_news_detail .img {
	text-align: center;
}
.con_introduction .wrp .con_news_detail .wrap_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.con_introduction .wrp .con_news_detail .wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.con_introduction .wrp .con_news_detail .txt_caption {
	padding-top: 10px;
	text-align: center;
}
.con_introduction .wrp .con_news_detail02 {
	margin-bottom: 60px;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail02 {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail02 {
		margin-bottom: 40px;
  }
}
.con_introduction .wrp .con_news_detail02 .con_l {
	float: left;
	width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail02 .con_l {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
  }
}
.con_introduction .wrp .con_news_detail02 .con_l dd {
	margin-top: 5px;
}
.con_introduction .wrp .con_news_detail02 .con_r {
	float: right;
	width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail02 .con_r {
		width: 100%;
		float: none;
		margin-bottom: 0;
  }
}
.con_introduction .wrp .con_news_detail02 .con_r dd {
	margin-top: 5px;
}
.con_introduction .wrp .con_news_detail03 {
	margin-bottom: 60px;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail03 {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail03 {
		margin-bottom: 40px;
  }
}
.con_introduction .wrp .con_news_detail03 .con_l, .con_introduction .wrp .con_news_detail03 .con_c {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail03 .con_l, .con_introduction .wrp .con_news_detail03 .con_c {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
  }
}
.con_introduction .wrp .con_news_detail03 .con_l dd, .con_introduction .wrp .con_news_detail03 .con_c dd {
	margin-top: 5px;
}
.con_introduction .wrp .con_news_detail03 .con_r {
	float: right;
	width: 31%;
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail03 .con_r {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
  }
}
.con_introduction .wrp .con_news_detail03 .con_r dd {
	margin-top: 5px;
}
.con_introduction .wrp .con_news_detail04 {
	margin-bottom: 60px;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail04 {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail04 {
		margin-bottom: 40px;
  }
}
.con_introduction .wrp .con_news_detail04 .box_img {
	float: right;
	width: 56%;
	padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail04 .box_img {
		width: 100%;
		float: none;
		padding-left: 0;
  }
}
.con_introduction .wrp .con_news_detail04 .txt {
	margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail04 .txt {
		margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail04 .txt {
		margin-top: 5px;
  }
}
.con_introduction .wrp .con_news_detail05 {
	margin-bottom: 60px;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail05 {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail05 {
		margin-bottom: 40px;
  }
}
.con_introduction .wrp .con_news_detail05 .box_img {
	float: left;
	width: 56%;
	padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail05 .box_img {
		float: none;
		width: 100%;
		padding-right: 0;
  }
}
.con_introduction .wrp .con_news_detail05 .txt {
	margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .con_news_detail05 .txt {
		margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .con_news_detail05 .txt {
		margin-top: 5px;
  }
}
.con_introduction .wrp .btn {
	text-align: center;
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .con_introduction .wrp .btn {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_introduction .wrp .btn {
		margin-bottom: 40px;
  }
}
.con_introduction .wrp .btn a {
	max-width: 300px;
}
.con_introduction .wrp .btn {
	text-align: center;
}
.con_introduction .wrp .btn a {
	max-width: 320px;
	text-align: center;
}
