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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#footer .con_footer .wrp_txt .txt {
	max-width: 1100px;
	margin: auto;
}

@media only screen and (max-width: 1099px) {
	#footer .con_footer .wrp_txt .txt {
		width: 95%;
	}
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #131313;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}

.ie body {
	font-size: 98%;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 93%;
	}
}

body a {
	color: #131313;
}

.mouse body a:hover,
.touch body a.touchstart {
	text-decoration: none;
}

body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}

html.ie8 #page {
	min-width: 1100px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1100px) {
	body .view_tab-sp, body .view_tab {
		display: none !important;
	}
}

@media print {
	body .view_tab-sp, body .view_tab {
		display: none !important;
	}
}

.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	body .view_sp {
		display: none !important;
	}
}

@media print {
	body .view_sp {
		display: none !important;
	}
}

.ie8 body .view_sp {
	display: none !important;
}

@media only screen and (max-width: 1099px) {
	body .view_pc {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	body .view_pc-tab, body .view_tab {
		display: none !important;
	}
}

.mouse .over {
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}

.mouse .over:hover,
.touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.touch .over {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .over.touchend {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	#page {
		font-size: 100% !important;
	}
}

@media print {
	#page {
		font-size: 100% !important;
	}
}

.ie8 #page {
	font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: relative;
}

#header .con_title {
	position: absolute;
	left: 50%;
	top: 20%;
	z-index: 1;
	margin-left: 25.52083%;
	font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	#header .con_title {
		left: 3.5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#header .con_title {
		top: 13.63636%;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_title {
		top: 32.89474%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#header .con_title {
		margin-left: 20.90909%;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_title {
		margin-left: 0%;
	}
}

@media only screen and (min-width: 768px) {
	#header .con_title {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

@media print {
	#header .con_title {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}

.ie8 #header .con_title {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#header .con_title h1, #header .con_title .st {
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.35), 0 0 3px rgba(255, 255, 255, 0.35);
	-webkit-transition: color 2000ms ease, text-shadow 2000ms ease;
	-moz-transition: color 2000ms ease, text-shadow 2000ms ease;
	-o-transition: color 2000ms ease, text-shadow 2000ms ease;
	transition: color 2000ms ease, text-shadow 2000ms ease;
}

#header .con_title.white h1, #header .con_title.white .st {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#header .con_title h1 {
	font-size: 293%;
	letter-spacing: .15em;
	text-indent: -3.5em;
	padding: 3.5em 0 0;
}

@media only screen and (max-width: 767px) {
	#header .con_title h1 {
		text-indent: -3.3em;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_title h1 {
		padding: 0 0 0 3.3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#header .con_title h1 {
		font-size: 270%;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_title h1 {
		font-size: 170%;
		letter-spacing: .05em;
	}
}

#header .con_title .st {
	margin: 170px 25px 0 0;
	font-size: 139%;
	font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	letter-spacing: .25em;
	line-height: 1.76;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#header .con_title .st {
		margin: 150px 15px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_title .st {
		margin: 0.5em 0 0 46.05263%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#header .con_title .st {
		font-size: 124%;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_title .st {
		font-size: 108%;
		letter-spacing: .1em;
	}
}

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

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

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

#header .con_mainimg #obj_mainSlider .slide {
	position: relative;
	overflow: hidden;
}

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

#header .con_mainimg #obj_mainSlider .slick-dots {
	bottom: 10px;
}

@media only screen and (max-width: 767px) {
	#header .con_mainimg #obj_mainSlider .slick-dots {
		bottom: 1em;
	}
}

#header .con_mainimg #obj_mainSlider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 0 0 15px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease;
}

@media only screen and (max-width: 767px) {
	#header .con_mainimg #obj_mainSlider .slick-dots li {
		margin: 0 0 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_mainimg #obj_mainSlider .slick-dots li {
		width: .8em;
		height: .8em;
	}
}

#header .con_mainimg #obj_mainSlider .slick-dots li:first-child {
	margin-left: 0;
}

#header .con_mainimg #obj_mainSlider .slick-dots li button {
	padding: 0;
	width: 100%;
	height: 100%;
}

#header .con_mainimg #obj_mainSlider .slick-dots li button:before {
	content: none;
}

#header .con_mainimg #obj_mainSlider .slick-dots li:hover, #header .con_mainimg #obj_mainSlider .slick-dots li.slick-active {
	background: #cc6600;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	margin-top: 105px;
	background: url(../images/common/bg1.png) left top;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#footer {
		margin-top: 85px;
	}
}

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

@media only screen and (max-width: 767px) {
	#footer {
		padding-bottom: 3.7em;
	}
}

@media only screen and (min-width: 768px) {
	#footer .ptop {
		position: fixed;
		bottom: 1em;
		right: -5.5em;
		-webkit-transition: right 500ms ease;
		-moz-transition: right 500ms ease;
		-o-transition: right 500ms ease;
		transition: right 500ms ease;
	}
	.activeFix #footer .ptop {
		right: 1em;
	}
}

@media print {
	#footer .ptop {
		position: fixed;
		bottom: 1em;
		right: -5.5em;
		-webkit-transition: right 500ms ease;
		-moz-transition: right 500ms ease;
		-o-transition: right 500ms ease;
		transition: right 500ms ease;
	}
	.activeFix #footer .ptop {
		right: 1em;
	}
}

.ie8 #footer .ptop {
	position: fixed;
	bottom: 1em;
	right: -5.5em;
	-webkit-transition: right 500ms ease;
	-moz-transition: right 500ms ease;
	-o-transition: right 500ms ease;
	transition: right 500ms ease;
}

.activeFix .ie8 #footer .ptop {
	right: 1em;
}

@media only screen and (max-width: 767px) {
	#footer .ptop a {
		display: block;
		padding: .8em 0;
		border-top: 1px solid #a6a6a6;
		background: #fff;
		text-align: center;
	}
	#footer .ptop a img {
		width: 9.09091%;
		max-width: 60px;
	}
}

#footer .con_footer {
	padding: 60px 0;
	background: #362e2b;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#footer .con_footer {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer {
		padding: 2.5em 0;
	}
}

#footer .con_footer .st {
	position: relative;
	margin-bottom: 45px;
	text-align: center;
	font-family: "Noto Serif JP", "游明朝", "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) {
	#footer .con_footer .st {
		margin-bottom: 2em;
	}
}

#footer .con_footer .st:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -15px;
	width: 204px;
	height: 75px;
	margin-left: 235px;
	background: url(../images/footer/img_tsuru.png) no-repeat left top;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#footer .con_footer .st:after {
		margin-left: 135px;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .st:after {
		width: 6em;
		height: 100%;
		margin-left: 5.5em;
		-webkit-background-size: 100% auto !important;
		-moz-background-size: 100% auto !important;
		-o-background-size: 100% auto !important;
		background-size: 100% auto !important;
	}
}

#footer .con_footer .st em, #footer .con_footer .st span {
	display: block;
}

#footer .con_footer .st em {
	color: #fff;
	font-size: 177%;
	font-weight: bold;
	letter-spacing: .25em;
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .st em {
		font-size: 131%;
	}
}

#footer .con_footer .st span {
	margin-top: 10px;
	color: #b4a483;
	font-size: 85%;
	font-family: "Times New Roman", serif;
	letter-spacing: 1.5em;
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .st span {
		margin-top: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .st span {
		letter-spacing: 1em;
	}
}

#footer .con_footer .wrp_txt {
	color: #fff;
}

#footer .con_footer .wrp_txt .sst {
	margin-bottom: 15px;
	font-size: 124%;
	letter-spacing: 0.15em;
	text-align: center;
	font-family: "Noto Serif JP", "游明朝", "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) {
	#footer .con_footer .wrp_txt .sst {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .wrp_txt .sst {
		font-size: 116%;
	}
}

#footer .con_footer .wrp_txt .txt {
	font-size: 93%;
}

@media only screen and (min-width: 768px) {
	#footer .con_footer .wrp_txt .txt {
		width: 655px;
		margin: auto;
		line-height: 2.16;
	}
}

@media print {
	#footer .con_footer .wrp_txt .txt {
		width: 655px;
		margin: auto;
		line-height: 2.16;
	}
}

.ie8 #footer .con_footer .wrp_txt .txt {
	width: 655px;
	margin: auto;
	line-height: 2.16;
}

#footer .con_footer .btn {
	width: 400px;
	border: 1px solid #fff;
	margin: 35px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#footer .con_footer .btn {
		margin: 25px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .btn {
		margin: 1.5em auto 0;
	}
}

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

#footer .con_footer .btn a {
	display: block;
	padding: 15px 1em;
	text-decoration: none;
	color: #fff;
	font-size: 124%;
	font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: background 300ms ease, color 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease;
	transition: background 300ms ease, color 300ms ease;
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .btn a {
		padding: 0.8em 0.5em;
	}
}

#footer .con_footer .btn a:before, #footer .con_footer .btn a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

#footer .con_footer .btn a:after {
	content: "";
	margin-left: .5em;
	margin-left: 1em;
	vertical-align: baseline;
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .btn a:after {
		margin-left: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .btn a {
		font-size: 108%;
	}
}

#footer .con_footer .btn a:hover {
	background: #fff;
	color: #362e2b;
}

#footer .con_fbn {
	padding: 25px 0 0;
	text-align: center;
}

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

#footer .con_fbn .logo {
	margin: 0 auto 25px;
}

@media only screen and (max-width: 767px) {
	#footer .con_fbn .logo {
		margin: 0 auto 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_fbn .logo {
		width: 55%;
	}
}

#footer .con_fbn ul {
	letter-spacing: -.4em;
}

#footer .con_fbn ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	#footer .con_fbn ul li {
		width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_fbn ul li {
		max-width: 40px;
	}
}

#footer .con_fbn ul li:first-child {
	margin-left: 0;
}

#footer #copyright {
	padding: 15px 0;
	text-align: center;
	font-size: 93%;
	font-family: "Times New Roman", serif;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
	position: fixed;
	left: 0;
	bottom: -4.5em;
	z-index: 1000;
	width: 100%;
	display: table;
	-webkit-transition: bottom 500ms ease;
	-moz-transition: bottom 500ms ease;
	-o-transition: bottom 500ms ease;
	transition: bottom 500ms ease;
}

.activeFix #menu {
	bottom: 0;
}

#menu li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

#menu li a {
	display: block;
	padding: 1.2em .5em;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
}

#menu li a:before, #menu li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}

#menu li a:after {
	content: "";
	margin-left: .5em;
	vertical-align: baseline;
	line-height: 1;
}

#menu li:first-child a {
	background: #2F190E;
}

#menu li:nth-child(2) a {
	background: #740d25;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

/*# sourceMappingURL=../maps/common.css.map */
