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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_topicpath ul, .con_intro, .con_other_temp .box_other {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_topicpath ul, .con_intro, .con_other_temp .box_other {
		width: 95%;
  }
}

.con_other_temp .box_other:after, .con_other_temp .box_other li:after {
	content: "";
	display: table;
	clear: both;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	Slick full height
		--> add class "full" to slickslider
	Set height for bg_photo
		--> @include cV(height, 800px, 600px, 300px);
----------------------------------------------------------- */
.bg_photo img {
	display: none;
}

.slick-slider * {
	outline: none;
}
.slick-slider.full {
	height: 100%;
}
.slick-slider.full .slick-list {
	height: 100%;
}
.slick-slider.full .slick-list .slick-track {
	height: 100%;
}
.slick-slider.full .slick-list .slick-track .slick-slide {
	height: 100%;
}
.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo {
	height: 100%;
	position: relative;
}
.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo img {
	display: none;
}

/* -----------------------------------------------------------
	con_main_top
----------------------------------------------------------- */
.con_main_top {
	position: relative;
}
.con_main_top .box_thum {
	position: absolute;
	right: 5%;
	width: 45%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	max-width: 300px;
}
.con_main_top .box_thum .slick-slide {
	text-align: right;
	margin: .25em 0;
}
.con_main_top .box_thum .slick-slide p {
	cursor: pointer;
}
.con_main_top .box_thum .slick-slide p span {
	vertical-align: middle;
	display: inline-block;
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 108%;
	opacity: 0;
}
.con_main_top .box_thum .slick-slide p:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}
.con_main_top .box_thum .slick-slide.slick-current p span {
	opacity: 1;
}
.con_main_top .box_thum .slick-slide.slick-current p:after {
	background: #eaa84a;
}

/* -----------------------------------------------------------
	btn
----------------------------------------------------------- */
.btn a {
	display: inline-block;
	text-decoration: none !important;
	width: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 154%;
	padding: .4em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn a {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .btn a {
		font-size: 124%;
  }
}

/* -----------------------------------------------------------
	btn_orange
----------------------------------------------------------- */
.btn_orange a {
	border: 1px solid #a6895e;
	background: #a6895e;
}
.btn_orange a:hover {
	background: transparent;
	color: #fff !important;
}

/* -----------------------------------------------------------
	.btn_orange_light
----------------------------------------------------------- */
.btn_orange_light a {
	border: 1px solid #9e9393;
	background: #eae4db;
	color: #342e2e;
	font-size: 116%;
	padding: .6em 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_orange_light a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_orange_light a {
		font-size: 108%;
  }
}
.btn_orange_light a:hover {
	background: transparent;
	color: #fff !important;
}

/* -----------------------------------------------------------
	btn_border
----------------------------------------------------------- */
.btn_border a {
	border: 1px solid #a6895e;
	background: transparent;
}
.btn_border a:hover {
	background: #a6895e;
	color: #fff !important;
}

/* -----------------------------------------------------------
	btn_border_1
----------------------------------------------------------- */
.btn_border_1 a {
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	border: 1px solid #9e9393;
	color: #342e2e !important;
	font-size: 116%;
	text-align: center;
	padding: .5em 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_border_1 a:hover {
	background: #e6e6e6;
	border-color: #e6e6e6;
}

/* -----------------------------------------------------------
	btn_orange_1
----------------------------------------------------------- */
.btn_orange_1.fix a {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	color: #fff !important;
	background: #b08037;
	border: 1px solid #b08037;
	font-size: 116%;
	text-decoration: none !important;
	text-align: center;
	padding: .5em 5em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_orange_1.fix a:hover {
	background: transparent;
	color: #b08037 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_orange_1.fix a {
		padding: .5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_orange_1.fix a {
		height: 70px;
		padding: .5em 0.5em;
  }
}

.btn_orange_1 a {
	display: inline-block;
	width: 100%;
	color: #fff !important;
	background: #b08037;
	border: 1px solid #b08037;
	font-size: 116%;
	text-decoration: none !important;
	text-align: center;
	padding: .5em 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_orange_1 a:hover {
	background: transparent;
	color: #b08037 !important;
}

/* -----------------------------------------------------------
	btn_black
----------------------------------------------------------- */
.btn_black a, .btn_black span {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	color: #fff !important;
	background: #000;
	border: 1px solid #000;
	font-size: 139%;
	text-decoration: none !important;
	text-align: center;
	padding: .5em 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_black a:hover, .btn_black span:hover {
	background: transparent;
	color: #000 !important;
}

/* -----------------------------------------------------------
	txt_link
----------------------------------------------------------- */
.txt_link {
	display: inline-block;
	font-size: 116%;
	line-height: 1.3;
	width: auto;
	position: relative;
	padding-right: 25px;
}
.txt_link:hover .txt_btn:after {
	opacity: 0;
}
.txt_link:after {
	content: '→';
	position: absolute;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.txt_link .txt_btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 2px 0;
}
.txt_link .txt_btn:after {
	opacity: 1;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	text-shadow: 0 0 50px rgba(88, 39, 0, 0.95), 0 0 50px rgba(88, 39, 0, 0.95), 0 0 50px rgba(88, 39, 0, 0.95), 0 0 50px rgba(88, 39, 0, 0.95), 0 0 50px rgba(88, 39, 0, 0.95), 0 0 50px rgba(88, 39, 0, 0.95);
}

/* -----------------------------------------------------------
	txt_link_2
----------------------------------------------------------- */
.txt_link_2 {
	display: inline-block;
	font-size: 116%;
	line-height: 1.3;
	position: relative;
	width: auto;
	padding-right: 25px;
}
.txt_link_2:hover:after {
	right: 0;
}
.txt_link_2:hover .txt_btn:after {
	opacity: 0;
}
.txt_link_2:after {
	content: '→';
	position: absolute;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.txt_link_2 .txt_btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 2px 0;
}
.txt_link_2 .txt_btn:after {
	opacity: 1;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #616161;
}

/* -----------------------------------------------------------
	Btn Arrow
----------------------------------------------------------- */
.btn_arrow_black {
	display: inline-block;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.btn_arrow_black:before {
	content: '←';
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_arrow_black:hover:before {
	background: rgba(0, 0, 0, 0.7);
}

.btn_arrow_white {
	display: inline-block;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.btn_arrow_white:before {
	content: '→';
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #000;
	background: #fff;
	text-align: center;
	font-size: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn_arrow_white:hover:before {
	background: rgba(255, 255, 255, 0.7);
}

/* -----------------------------------------------------------
	con_topicpath
----------------------------------------------------------- */
.con_topicpath {
	border-top: 3px solid #3c281d;
}
.con_topicpath ul {
	padding: 1em 0;
}
.con_topicpath ul li {
	display: inline-block;
	margin-right: 5px;
}
.con_topicpath ul li a {
	font-size: 116%;
	display: block;
	text-decoration: none !important;
	position: relative;
	padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topicpath ul li a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topicpath ul li a {
		font-size: 100%;
  }
}
.mouse .con_topicpath ul li a:hover, .touch .con_topicpath ul li a.touchstart {
	text-decoration: underline !important;
}
.touch .con_topicpath ul li a {
	-webkit-tap-highlight-color: transparent;
}
.touch .con_topicpath ul li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.con_topicpath ul li a:after {
	content: '\f105';
	font-family: Fontawesome;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.con_topicpath ul li span {
	font-size: 116%;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topicpath ul li span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topicpath ul li span {
		font-size: 100%;
  }
}
.con_topicpath ul li:last-child {
	margin-right: 0;
}

/* -----------------------------------------------------------
	st_en_1
----------------------------------------------------------- */
.st_en_1 {
	font-weight: normal;
	text-align: center;
	font-family: "Cormorant", serif;
	line-height: 1;
}
.st_en_1 em {
	display: inline-block;
	font-size: 539%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_1 em {
		font-size: 462%;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_1 em {
		font-size: 385%;
  }
}
.st_en_1 span {
	font-size: 270%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_1 span {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_1 span {
		font-size: 193%;
  }
}

/* -----------------------------------------------------------
	st_en_2
----------------------------------------------------------- */
.st_en_2 {
	font-weight: normal;
	font-family: "Cormorant", serif;
	line-height: 1.2;
	font-size: 462%;
	padding-top: 25px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_2 {
		font-size: 385%;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_2 {
		font-size: 308%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_2 {
		padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_2 {
		padding-top: 15px;
  }
}
.st_en_2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 5px;
	background: transparent url(../images/common/bg_st_line.jpg) no-repeat center center;
}

/* -----------------------------------------------------------
	st_en_3
----------------------------------------------------------- */
.st_en_3 {
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}
.st_en_3 em {
	position: relative;
	display: inline-block;
	font-family: "Cormorant", serif;
	font-size: 462%;
	color: #fff;
	padding-top: 20px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_3 em {
		font-size: 385%;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_3 em {
		font-size: 308%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_3 em {
		padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_3 em {
		padding-top: 10px;
  }
}
.st_en_3 em:before {
	content: '';
	width: 72px;
	height: 5px;
	left: 50%;
	top: 0;
	margin-left: -36px;
	background: transparent url(../images/common/bg_st_line.jpg) no-repeat center center;
	position: absolute;
}
.st_en_3 span {
	color: #b7b7b7;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 185%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_3 span {
		font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_3 span {
		font-size: 154%;
  }
}

/* -----------------------------------------------------------
	st_en_4
----------------------------------------------------------- */
.st_en_4 {
	font-weight: normal;
	letter-spacing: 2px;
}
.st_en_4 em {
	display: inline-block;
	font-family: "Cormorant", serif;
	line-height: 1;
	font-size: 431%;
	padding-top: 25px;
	position: relative;
	color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_4 em {
		font-size: 385%;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_4 em {
		font-size: 308%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_4 em {
		padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_4 em {
		padding-top: 15px;
  }
}
.st_en_4 em:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 5px;
	background: transparent url(../images/common/bg_st_line.jpg) no-repeat center center;
}
.st_en_4 span {
	color: #000;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 185%;
	letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_en_4 span {
		font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .st_en_4 span {
		font-size: 154%;
  }
}

/* -----------------------------------------------------------
	st_md_1
----------------------------------------------------------- */
.st_md_1 {
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 185%;
	line-height: 1.2;
	color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_1 {
		font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_1 {
		font-size: 154%;
  }
}

/* -----------------------------------------------------------
	st_md_2
----------------------------------------------------------- */
.st_md_2 {
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 154%;
	line-height: 1.2;
	color: #b08037;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_2 {
		font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_2 {
		font-size: 124%;
  }
}

/* -----------------------------------------------------------
	st_md_3
----------------------------------------------------------- */
.st_md_3 {
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}
.st_md_3 em {
	display: inline-block;
	color: #000;
	font-size: 139%;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	margin: 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_3 em {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_3 em {
		font-size: 116%;
  }
}
.st_md_3 em:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 130px;
	margin-left: -65px;
	height: 3px;
	background: #cca973;
}
.st_md_3 span {
	font-size: 116%;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_3 span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_3 span {
		font-size: 100%;
  }
}

/* -----------------------------------------------------------
	st_line_gray
----------------------------------------------------------- */
.st_line_gray {
	position: relative;
}
.st_line_gray:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bababa;
}

/* -----------------------------------------------------------
	st_line_orange
----------------------------------------------------------- */
.st_line_orange {
	position: relative;
}
.st_line_orange:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #cca973;
}

/* -----------------------------------------------------------
	bn_temp_1
----------------------------------------------------------- */
.bn_temp_1 a {
	display: block;
	width: 333px;
	height: 530px;
	text-decoration: none !important;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bn_temp_1 a {
		padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp_1 a {
		padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .bn_temp_1 a {
		width: 233px;
		height: 371px;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp_1 a {
		width: 150px;
		height: 260px;
  }
}
.bn_temp_1 a .bg_photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.bn_temp_1 a h4 {
	font-weight: normal;
	font-family: "Cormorant", serif;
	line-height: .8;
	margin-bottom: 45px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bn_temp_1 a h4 {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp_1 a h4 {
		margin-bottom: 20px;
  }
}
.bn_temp_1 a h4 em {
	display: inline-block;
	text-align: right;
	font-size: 116%;
	line-height: 1.2;
	vertical-align: top;
}
.bn_temp_1 a h4 span {
	display: inline-block;
	text-align: right;
	font-size: 539%;
	position: relative;
	margin-left: 10px;
	line-height: .8;
	text-shadow: 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bn_temp_1 a h4 span {
		font-size: 462%;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp_1 a h4 span {
		font-size: 385%;
  }
}
.bn_temp_1 a h4 span:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background: transparent url(../images/common/bg_line.png) no-repeat center center;
	background-size: contain;
	left: -30px;
	bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .bn_temp_1 a h4 span:before {
		bottom: -10px;
		left: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp_1 a h4 span:before {
		bottom: -15px;
  }
}
.bn_temp_1 a .txt {
	position: relative;
}
.bn_temp_1 a .txt span {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
	text-align: left;
	display: inline-block;
	font-size: 154%;
	text-shadow: 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f, 0 0 71px #713d7f;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bn_temp_1 a .txt span {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .bn_temp_1 a .txt span {
		font-size: 124%;
  }
}
.bn_temp_1 a:hover {
	text-decoration: none !important;
	color: #fff;
}
.bn_temp_1 a:hover .bg_photo {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* -----------------------------------------------------------
	con_title
----------------------------------------------------------- */
.con_title {
	height: 260px;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_title {
		height: auto;
		padding-bottom: 60%;
  }
}
.con_title h1 {
	position: absolute;
	bottom: 4%;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
	letter-spacing: -2px;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_title h1 {
		line-height: 1;
  }
}
.con_title h1 em {
	font-family: "Cormorant", serif;
	font-size: 308%;
}
.con_title h1 span {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 154%;
}
.con_title.larg {
	height: 765px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title.larg {
		height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .con_title.larg {
		height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .con_title.larg {
		padding-bottom: 0;
  }
}
.con_title.larg h1 {
	bottom: 40%;
}
@media only screen and (max-width: 767px) {
  .con_title.larg h1 {
		bottom: 30%;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	padding: 80px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
		padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
		padding: 30px 0;
  }
}
.con_intro .box_st {
	text-align: center;
}
.con_intro .box_st h3 {
	margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_st h3 {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_st h3 {
		margin-bottom: 15px;
  }
}
.con_intro .box_st .txt {
	font-size: 116%;
	line-height: 1.9;
}

/* -----------------------------------------------------------
	datepicker
----------------------------------------------------------- */
.datepicker .ui-datepicker {
	width: 100%;
}
.datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
	display: none;
}
.datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month em, .datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month span {
	display: inline-block;
	line-height: 1;
	vertical-align: bottom;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #232323;
}
.datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month em {
	font-size: 277%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month em {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month em {
		font-size: 193%;
  }
}
.datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month span {
	font-size: 139%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month span {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .datepicker .ui-datepicker .ui-datepicker-title .ui-datepicker-month span {
		font-size: 108%;
  }
}
.datepicker .ui-datepicker .ui-widget-header {
	background: transparent;
	border: 0;
}
.datepicker .ui-datepicker .ui-widget-header .ui-icon {
	background: none;
}
.datepicker .ui-datepicker .ui-datepicker-prev, .datepicker .ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	margin: 0;
	height: 100%;
}
.datepicker .ui-datepicker .ui-datepicker-prev span, .datepicker .ui-datepicker .ui-datepicker-next span {
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 15px;
}
.datepicker .ui-widget-content {
	background: transparent;
	border: 0;
}
.datepicker .ui-state-hover {
	background: transparent;
	border: 0;
}
.datepicker .ui-datepicker-calendar thead tr th {
	font-weight: normal;
	font-family: "Cormorant", serif;
	font-size: 139%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .datepicker .ui-datepicker-calendar thead tr th {
		font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .datepicker .ui-datepicker-calendar thead tr th {
		font-size: 124%;
  }
}
.datepicker .ui-datepicker-calendar thead tr th span {
	color: #9b9b9b;
}
.datepicker .ui-datepicker-calendar thead tr th.ui-datepicker-week-end span {
	color: #7495b2;
}
.datepicker .ui-datepicker-calendar thead tr th:last-child span {
	color: #ac6161;
}
.datepicker .ui-datepicker-calendar tbody tr td {
	padding: 5px;
	text-align: center;
}
.datepicker .ui-datepicker-calendar tbody tr td span, .datepicker .ui-datepicker-calendar tbody tr td a {
	text-decoration: none;
	background: transparent;
	border: 0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #232323;
	text-align: center;
	font-size: 185%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .datepicker .ui-datepicker-calendar tbody tr td span, .datepicker .ui-datepicker-calendar tbody tr td a {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .datepicker .ui-datepicker-calendar tbody tr td span, .datepicker .ui-datepicker-calendar tbody tr td a {
		font-size: 124%;
  }
}
.datepicker .ui-datepicker-calendar tbody tr td span.ui-state-highlight, .datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
	color: #000;
}
.datepicker .ui-datepicker-calendar tbody tr td span.ui-state-active, .datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
	background: #000 !important;
	color: #fff !important;
}
.datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end span, .datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a {
	color: #7495b2;
}
.datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end.ui-state-disabled a, .datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end.ui-state-disabled span {
	color: #232323;
}
.datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-holiday span, .datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-holiday a {
	color: #ac6161;
}
.datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-holiday.ui-state-disabled a, .datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-week-holiday.ui-state-disabled span {
	color: #232323;
}
.datepicker .ui-datepicker-calendar tbody tr td:last-child span, .datepicker .ui-datepicker-calendar tbody tr td:last-child a {
	color: #ac6161;
}
.datepicker .ui-datepicker-calendar tbody tr td:last-child.ui-state-disabled a, .datepicker .ui-datepicker-calendar tbody tr td:last-child.ui-state-disabled span {
	color: #232323;
}
.datepicker .ui-datepicker-calendar tbody tr td.gray span, .datepicker .ui-datepicker-calendar tbody tr td.gray a {
	background: #ccc;
	color: #000;
}
.datepicker .ui-datepicker-calendar tbody tr td.curr {
	opacity: 1;
}
.datepicker .ui-datepicker-calendar tbody tr td.curr span, .datepicker .ui-datepicker-calendar tbody tr td.curr a {
	background: #000 !important;
	color: #fff !important;
}

/* -----------------------------------------------------------
	con_other_temp
----------------------------------------------------------- */
.con_other_temp {
	background: #f4f4f4;
	padding: 40px 0 50px;
	border-top: 3px solid #3c281d;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other_temp {
		padding: 35px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other_temp {
		padding: 30px 0 40px;
  }
}
.con_other_temp .box_other {
	max-width: 1034px;
}
.con_other_temp .box_other li {
	float: left;
	width: 33%;
	padding: 40px 0.4902% 20px;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con_other_temp .box_other li {
		padding-top: 25px;
		padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other_temp .box_other li {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 10px;
  }
}
.con_other_temp .box_other li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.con_other_temp .box_other li .box_txt {
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .con_other_temp .box_other li .box_txt {
		margin: 0;
		float: right;
		width: 58%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other_temp .box_other li .photo {
		float: left;
		width: 40%;
  }
}
.con_other_temp .box_other li .photo img {
	max-width: none;
	width: 100%;
}
.con_other_temp .box_other li:last-child {
	border-left: 1px dotted #9e9393;
}
@media only screen and (max-width: 767px) {
  .con_other_temp .box_other li:last-child {
		border-left: 0;
  }
}
