@charset "UTF-8";

/* ---------------------
		共通部
---------------------- */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.sp_inline {
	display: none !important;
}

.pc64 ,
.pc40 {
	display: block !important;
}

.sp64 ,
.sp40 {
	display: none !important;
}

@media screen and (max-width: 979px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.sp_inline {
		display: inline-block !important;
	}
}
@media screen and (max-width: 640px) {
	.pc64 {
		display: none !important;
	}

	.sp64 {
		display: block !important;
	}
}
@media screen and (max-width: 400px) {
	.pc40 {
		display: none !important;
	}

	.sp40 {
		display: block !important;
	}
}

.mincho {
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
	font-family: "TBGothic M";
	font-feature-settings: "palt";
	text-size-adjust: 100%;
}
@media print {
	.mincho {
		font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	.gothic {
		font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
}

/* html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
	position: relative;
	min-width: 1020px;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 979px) {
	body {
		min-width: 320px;
	}
} */

section {
	width: 100%;
	min-width: 1020px;
}

@media screen and (max-width: 1020px) {
	section {
		min-width: 979px;
	}
}
@media screen and (max-width: 979px) {
	section {
		min-width: 320px;
	}
}



sup {
	font-size: 50%;
	vertical-align: super;
}

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.l_container {
	width: 1020px;
	height: auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (max-width: 979px) {
	.l_container {
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
	}
}

.l_container_fluid {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (max-width: 979px) {
	.l_container_spFlush {
		padding-right: 0;
		padding-left: 0;
	}
}

.zoomImg {
	position: relative;
}

/* ---------------------------------
	フッタ部
	スマホ用ボタン:l_footer_fixed
	背景色:l_footer_main
---------------------------------- */

@media(min-width:980px) {
	.kome {
		width: 940px;
		font-size: 95%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 10px;
	}
}

@media(max-width:979px) {
	.kome {
		width: 90%;
		font-size: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin-top: 10px;
	}
}




/*common detail*/
.l_cont_detail {
	margin: 60px auto;
}

@media screen and (max-width: 979px) {
	.l_cont_detail {
		margin: 45px auto;
	}
}

/*content with line*/
.l_cont_line {
	padding: 80px 0;
}

@media screen and (max-width: 979px) {
	.l_cont_line {
		padding: 0 0 45px;
	}
}

.l_cont_line+.l_cont_line {
	border-top: 1px solid #707070;
}

@media screen and (max-width: 979px) {
	.l_cont_line+.l_cont_line {
		border-top: none;
	}
}

.c_mv {
	width: 100%;
	height: 231px;
	height: 600px;
	background: #ededed;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	-ms-flex-align: center;
	align-items: center;

	background-attachment: fixed;
	background-position: top center;
	background-size: 2400px 600px;
	background-repeat: no-repeat;
}

.c_mv::before {
	content: '';
	/* ↓暗いオーバーレイを半透明で配置 */
	background-color: rgba(0, 0, 0, 0.6);
	/* ↓全体を覆うように配置 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.c_mv_other .c_mv_title {
	color: #232323;
	text-shadow: none;
}
.c_mv_other::before {
	content: none;
}
.c_mv_other{
	width: 100%;
	height: 231px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	-ms-flex-align: center;
	align-items: center;
	background: #d4e6e6 url(../images/common/c_mv_other.jpg) no-repeat center center/cover;
}
.plan .lp-days .c_mv {
	background-image: url(../images/common/c_mv_plan.jpg);
}
.map .c_mv {
	position: relative;
	background: url(../images/common/prevnext_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-color: rgba(169, 190, 217, 0.8);
	background-blend-mode: soft-light;
	transition: 0.3s;
	color: #fff;
}

.location .c_mv {
	background-image: url(../images/common/c_mv_location.jpg);
}

.access .c_mv {
	background-image: url(../images/common/c_mv_access.jpg);
}

.design .c_mv {
	background-image: url(../images/common/c_mv_design.jpg);
}

.interior .c_mv {
	background-image: url(../images/common/c_mv_interior.jpg);
}

.structure .c_mv {
	background-image: url(../images/common/c_mv_str.jpg);
}

@media screen and (max-width: 979px) {
	.c_mv {
		height: 50vw;
		height: 230px;
		background-size: 920px 230px;
	}
	.c_mv_other{
		height: 230px;
	}
	.plan .lp-days .c_mv {
		background-image: url(../images/common/c_mv_plan.jpg);
		height: 230px;
	}
	.plan .lp-days .c_mv .c_mv_title {
		color: #232323;
	}
	.plan .lp-days .c_mv::before {
		content: '';
		background-color: #ededed;
		/* background-color: rgba(0, 0, 0, 0.6); */
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
	}
}


.c_mv_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.c_mv_title {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 33px;
	font-weight: 400;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(81, 114, 134, 0.5);
}


@media screen and (max-width: 640px) {
	.c_mv_title {
		font-size: 6.5vw;
	}
}

.c_mv_title_small {
	display: block;
	font-size: 0.5em;
	text-transform: initial;
	text-align: center;
}

@media (min-width: 980px) {
	.c_mv_title_small {
		margin-top: 10px;
	}
}

@media screen and (max-width: 979px) {
	.c_mv_title_small {
		font-size: 0.6em;
		text-align: center;
	}
}

.c_title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	word-wrap: break-word;
	word-break: break-all;
}


.c_title_main {
	color: #007bc7;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1.8;
	margin-bottom: 40px;
}

@media screen and (max-width: 979px) {
	.c_title_main {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
}

.c_title_small {
	font-size: 20px;
	font-size: 2.0rem;
}

@media screen and (max-width: 979px) {
	.c_title_small {
		font-size: 1.4rem;
	}
}

.c_title_point {
	margin-bottom: 30px;
	font-family: RyuminPr5, Ryumin Medium KL, "リュウミン M-KL", HiraMinProN-W3, HiraMinPro-W3, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", serif;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fefefd;
}

@media screen and (max-width: 979px) {
	.c_title_point {
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
}

.c_title_point_num {
	font-size: 27px;
	font-size: 2.7rem;
	padding-left: 6px;
	padding-left: 0.6rem;
	color: #fefefd;
}

@media screen and (max-width: 979px) {
	.c_title_point_num {
		font-size: 2.0rem;
	}
}

.c_title_band {
	background-color: #fefefd;
	color: #787878;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 40px;
	max-width: 100%;
	padding: 12px;
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_title_band {
		margin-bottom: 30px;
		padding: 14px 6px;
		font-size: 1.4rem;
	}
}

.c_title_sub {
	color: #fefefd;
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
}

@media screen and (max-width: 979px) {
	.c_title_sub {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
}

.c_title_sub:before {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #adadad;
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.c_title_page {
	color: #222;
	font-size: 31px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-family: "TBGothic M";
	font-feature-settings: "palt";
	text-align: center;
}

@media print {
	.c_title_page {
		font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-family: "TBGothic M";
		font-feature-settings: "palt";
	}
}

@media screen and (max-width: 979px) {
	.c_title_page {
		font-size: 34px;
	}
}

.c_title_page_wrap {
	padding-top: 70px;
	padding-bottom: 30px;
}

@media screen and (max-width: 979px) {
	.c_title_page_wrap {
		padding-top: 50px;
	}
}

.c_title_page_small {
	display: block;
	font-size: 0.55em;
	text-transform: initial;
	margin-top: 7px;
}

@media screen and (max-width: 979px) {
	.c_title_page_small {
		font-size: 0.6em;
	}
}

.c_title_about {
	font-size: 35px;
	font-weight: 400;
	font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-family: "TBGothic M";
	font-feature-settings: "palt";
}

@media print {
	.c_title_about {
		font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-family: "TBGothic M";
		font-feature-settings: "palt";
	}
}

@media screen and (max-width: 979px) {
	.c_title_about {
		font-size: 25px;
	}
}

@media screen and (max-width: 979px) {
	.c_title_about_long {
		font-size: 18.5px;
	}
}

@media screen and (max-width: 979px) {
	.c_title_about_long .c_title_about_small {
		font-size: 14.5px;
		margin-top: 0.8em;
	}
}

.c_title_about_wrap {
	text-align: center;
	margin: 78px auto 0;
	display: block;
	max-width: 650px;
}

@media screen and (max-width: 979px) {
	.c_title_about_wrap {
		margin-top: 42px;
	}
}

.c_title_about_wrap p {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2.68;
}

.c_title_about_wrap p:first-of-type {
	margin-top: 30px;
}

.c_title_about_wrap p+p {
	margin-top: 28px;
}

@media screen and (max-width: 979px) {
	.c_title_about_wrap p {
		text-align: left;
		font-size: 14px;
		letter-spacing: 0.12em;
		line-height: 2.5;
	}
}

.c_title_about_small {
	display: block;
	font-size: 0.5em;
	margin-top: 0.8em;
}

@media screen and (max-width: 979px) {
	.c_title_about_small {
		font-size: 0.6em;
		margin-top: 0.65em;
	}
}

.c_title_blue {
	color: #1b1c80;
	font-family: "TBGothic M";
	font-feature-settings: "palt";
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1;
	margin-top: 102px;
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_title_blue {
		font-size: 35px;
		margin-top: 56px;
	}
}

.c_title_blue span {
	display: block;
	font-size: 26px;
	letter-spacing: 0.09em;
	margin-top: 25px;
}

@media screen and (max-width: 979px) {
	.c_title_blue span {
		margin-top: 10px;
		font-size: 13px;
	}
}

/*common detail text*/
.c_text_main {
	margin-bottom: 50px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.c_text_main {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
}

.c_text_box {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_text_box {
		width: 100%;
		text-align: left;
	}
}

.c_text_box_center {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_text_box_center {
		width: 100%;
	}
}

/* banners */
.c_banner_list {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.c_banner_list:nth-of-type(1) li {
	margin-top: 20px;
}

@media screen and (max-width: 979px) {
	.c_banner_list {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.c_banner_list:nth-of-type(1) li:nth-of-type(2) {
		margin-top: 10px;
	}
}

.c_banner_list_center {
	-ms-flex-pack: center;
	justify-content: center;
}

.c_banner_list a {
	display: block;
}

.c_banner_list a:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.c_banner_list li {
	display: block;
}

/* buttons */
.c_btn,
a.c_btn {
	border-radius: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.c_btn:hover,
a.c_btn:hover {
	text-decoration: none;
}

.c_btn_header,
a.c_btn_header {
	margin-right: 6px;
	padding: 6px 37px;
	background: #111;
	color: #fefefd;
	line-height: 1;
	position: relative;
	top: -2px;
}

.c_btn_header:hover,
a.c_btn_header:hover {
	background: #bbb;
	color: #111;
}

.c_btn_roman,
a.c_btn_roman {
	font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media print {

	.c_btn_roman,
	a.c_btn_roman {
		font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

.c_btn_default,
a.c_btn_default {
	color: #fff;
	background-color: #111;
	border: 1px solid #111;
	padding: 5px;
}

.c_btn_default:hover,
a.c_btn_default:hover {
	color: #444;
	background-color: #fff;
	border-color: #111;
}

.c_btn_tate,
a.c_btn_tate {
	box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.15), -6px 0px 26px -2px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	min-height: 70px;
	padding: 35px 14px 35px 16px;
	width: 48px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: linear-gradient(to bottom, #c5aa14 15%, #a27401 95%);
}

@media print {

	.c_btn_tate,
	a.c_btn_tate {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

.c_btn_tate:hover,
a.c_btn_tate:hover {
	background: linear-gradient(to bottom, #e9cb23 15%, #d59801 95%);
}

.c_btn_tate+.c_btn_tate,
a.c_btn_tate+.c_btn_tate,
.c_btn_tate+a.c_btn_tate,
a.c_btn_tate+a.c_btn_tate {
	margin-top: 25px;
}

.c_btn_tate_wrap,
a.c_btn_tate_wrap {
	width: 48px;
	position: absolute;
	top: 160px;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
}

@media screen and (max-width: 979px) {

	.c_btn_tate_wrap,
	a.c_btn_tate_wrap {
		display: none;
	}
}

.c_btn_tate_red,
a.c_btn_tate_red {
	background: linear-gradient(to bottom, #e90000 15%, #a80000 95%);
}

.c_btn_tate_red:hover,
a.c_btn_tate_red:hover {
	background: linear-gradient(to bottom, #ff1d1d 15%, #db0000 95%);
}

.c_btn_tate_blue,
a.c_btn_tate_blue {
	background: linear-gradient(to bottom, #004684 15%, #0b0e5e 95%);
}

.c_btn_tate_blue:hover,
a.c_btn_tate_blue:hover {
	background: linear-gradient(to bottom, #0061b7 15%, #10158c 95%);
}

.c_btn_gradient,
a.c_btn_gradient {
	-ms-flex-align: center;
	align-items: center;
	box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.2), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.15), 0px 0px 5px -1px rgba(0, 0, 0, 0.15), 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.2em;
	min-width: 175px;
	padding: 11px 20px;
	font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background: linear-gradient(to bottom, #c5aa14 15%, #a27401 95%);
}

@media print {

	.c_btn_gradient,
	a.c_btn_gradient {
		font-family: "EB Garamond", "Times New Roman", "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

.c_btn_gradient:hover,
a.c_btn_gradient:hover {
	background: linear-gradient(to bottom, #e9cb23 15%, #d59801 95%);
}

@media screen and (max-width: 979px) {

	.c_btn_gradient,
	a.c_btn_gradient {
		font-size: 14px;
		padding: 8px 16px;
		min-width: 112px;
	}
}

@media (max-width: 374px) {

	.c_btn_gradient,
	a.c_btn_gradient {
		font-size: 13px;
		padding: 8px;
		min-width: 90px;
	}
}

.c_btn_gradient_red,
a.c_btn_gradient_red {
	background: linear-gradient(to bottom, #e90000 15%, #a80000 95%);
}

.c_btn_gradient_red:hover,
a.c_btn_gradient_red:hover {
	background: linear-gradient(to bottom, #ff1d1d 15%, #db0000 95%);
}

.c_btn_gradient_blue,
a.c_btn_gradient_blue {
	background: linear-gradient(to bottom, #004684 15%, #0b0e5e 95%);
}

.c_btn_gradient_blue:hover,
a.c_btn_gradient_blue:hover {
	background: linear-gradient(to bottom, #0061b7 15%, #10158c 95%);
}

/*tab*/
.c_tab {
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_tab {
		display: -ms-flexbox;
		display: flex;
	}
}

.c_tab_btn {
	width: 310px;
	height: 60px;
	margin-right: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	background-color: #787878;
	/* background-color: #fff; */
	border: 1px solid #121212;
	font-family: inherit;
}

@media screen and (max-width: 979px) {
	.c_tab_btn {
		width: 50%;
		height: 40px;
		margin-right: 0;
		font-size: 1.2rem;
	}
}

.c_tab_btn_en {
	margin-top: 5px;
	font-size: 0.75em;
}

.c_tab_top {
	border-bottom: 1px solid #121212;
	margin: 0 5%;
}

.c_tab_bottom {
	border-top: 1px solid #121212;
	margin: 0 5%;
}

.c_tab_top>.c_tab_btn {
	border-bottom: none;
}

.c_tab_bottom>.c_tab_btn {
	border-top: none;
}

.c_tab_btn:hover,
.c_tab .current {
	color: #fff;
	background-color: #121212;
}

.c_tab_btn:hover {
	cursor: pointer;
}

.c_tab .current {
	cursor: default;
}

@media screen and (max-width: 979px) {
	.c_tab_top,.c_tab_bottom {
		margin: 0 auto;
		width: 96%;
	}
	.c_tab_btn+.c_tab_btn {
		border-left: none;
	}
}

.c_tab_btn:last-child {
	margin-right: 0;
}

.c_tab_box {
	padding: 80px 0 30px;
}

@media screen and (max-width: 979px) {
	.c_tab_box {
		padding: 40px 0;
		border: none;
	}
}

.c_tab_box_anchor,
.c_tab_box_nomal {
	padding: 40px 0 !important;
}

@media screen and (max-width: 979px) {

	.c_tab_box_anchor,
	.c_tab_box_nomal {
		padding: 20px 0 !important;
	}
}

.c_tab_box_cont {
	display: none;
}

.c_tab_details {
	display: -ms-flexbox;
	display: flex;
	padding: 55px 0;
}

@media screen and (max-width: 979px) {
	.c_tab_details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -3px;
		margin-right: -3px;
		padding: 16px 0 31px;
	}
}

.c_tab_details_bottom {
	padding-top: 150px;
	padding-bottom: 120px;
}

@media screen and (max-width: 979px) {
	.c_tab_details_bottom {
		padding-top: 60px;
		padding-bottom: 45px;
	}
}

.c_tab_details .c_btn {
	width: 100%;
	height: auto;
	color: #222;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #222;
	font-size: 18px;
	padding-top: 11px;
	padding-bottom: 11px;
}

@media screen and (max-width: 979px) {
	.c_tab_details .c_btn {
		width: calc(50% - 10px);
		margin: 3px;
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
		min-height: 55px;
	}
}

.c_tab_details .c_btn:hover {
	color: #222;
	background-color: transparent;
}

@media (min-width: 980px) {
	.c_tab_details .c_btn:hover {
		color: #787878;
		background: #222;
	}
}

.c_tab_details .current {
	color: #787878;
	color: #fff;
	background: #222;
}

/*anchor btn*/
.c_anchor_point {
	padding-top: 120px;
	margin-top: -120px;
}

.c_anchor_box {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 979px) {
	.c_anchor_box {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 979px) {
	.c_anchor_box+.l_cont_line {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 979px) {
	.c_anchor_box_5col {
		-ms-flex-pack: initial;
		justify-content: initial;
	}
}

.c_anchor_btn_4col,
.c_anchor_btn_5col,
.c_anchor_btn_plan {
	height: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #216e8f;
	background-color: #787878;
	border: 1px solid #216e8f;
}

@media screen and (max-width: 979px) {

	.c_anchor_btn_4col,
	.c_anchor_btn_5col,
	.c_anchor_btn_plan {
		height: 40px;
		margin-right: 0;
		font-size: 1.2rem;
		line-height: 1.2;
	}
}

.c_anchor_btn_4col {
	width: 220px;
}

@media screen and (max-width: 979px) {
	.c_anchor_btn_4col {
		width: 49%;
		margin-bottom: 6px;
	}
}

.c_anchor_btn_4col:nth-child(n+3) {
	margin-bottom: 0;
}

.c_anchor_btn_5col {
	width: 180px;
}

@media screen and (max-width: 979px) {
	.c_anchor_btn_5col {
		width: 32%;
		margin: 0 1% 6px 0;
	}
}

.c_anchor_btn_5col:nth-child(3) {
	margin-right: 0;
}

.c_anchor_btn_5col:nth-child(n+4) {
	margin-bottom: 0;
}

.c_anchor_btn_plan {
	width: 33.333333%;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	border-right: 0;
}

.c_anchor_btn_plan:last-child {
	border-right: 1px solid #216e8f;
}

.c_anchor_btn_4col:hover,
.c_anchor_btn_5col:hover,
.c_anchor_btn_plan:hover,
.c_anchor_btn .current {
	color: #787878;
	background-color: #216e8f;
}

/*fontawesome*/
i {
	padding-right: 10px;
	padding-right: 1.0rem;
}

.c_box {
	position: relative;
}

.c_box_slide {
	width: 1400px;
	height: 571px;
}

@media screen and (max-width: 979px) {
	.c_box_slide {
		width: 100%;
		height: auto;
	}
}

.c_box_slide .inner {
	width: 980px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 979px) {
	.c_box_slide .inner {
		width: 100%;
	}
}

.c_box_slide_img {
	display: block;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center";
}

@media (min-width: 980px) {
	.c_box_slide_img {
		position: absolute;
		top: 0;
	}
}

@media screen and (max-width: 979px) {
	.c_box_slide_img {
		width: calc(100% + 20px);
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.c_box_slide.is_right {
		-ms-flex-item-align: end;
		align-self: flex-end;
		position: relative;
	}
}

@media (min-width: 1020px) and (max-width: 1400px) {
	.c_box_slide.is_right {
		right: calc((100vw - 1400px)/2);
	}
}

.c_box_slide.is_right .c_box_slide_img {
	left: 0;
}

@media (min-width: 980px) {
	.c_box_slide.is_right .c_box_slide_txt {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.c_box_slide.is_left {
		-ms-flex-item-align: start;
		align-self: flex-start;
		position: relative;
	}
}

@media (min-width: 1020px) and (max-width: 1400px) {
	.c_box_slide.is_left {
		left: calc((100vw - 1400px)/2);
	}
}

@media (min-width: 980px) {
	.c_box_slide.is_left .c_box_slide_img {
		right: 0;
	}
}

@media screen and (max-width: 979px) {
	.c_box_slide.is_left .c_box_slide_img {
		left: 0;
	}
}

.c_box_slide .inner .text-box {
	width: 310px;
	line-height: 2;
	padding-top: 50px;
}

.c_box_slide .inner .text-box p {
	width: 270px;
}

.c_box_slide .c_btn_roman {
	font-weight: 500;
	letter-spacing: 0.1em;
}

.c_box_slide .c_btn_default {
	min-width: 192px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 19px;
	margin-top: 30px;
}

@media screen and (max-width: 979px) {
	.c_box_slide .c_btn_default {
		min-width: 140px;
		font-size: 15px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}

.c_box_slide_img {
	box-shadow: 0px 27px 22px -3px rgba(0, 0, 0, 0.17), 0px 30px 52px -14px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 979px) {
	.c_box_slide_img {
		box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.17), 0px 15px 28px -7px rgba(0, 0, 0, 0.12);
		margin-top: 7px;
	}
}

@media (min-width: 980px) {
	.c_box_slide_img {
		width: 836px;
		height: 524px;
	}
}

.c_box_slide_txt {
	width: 310px;
	line-height: 2;
	padding-top: 20px;
}

@media screen and (max-width: 979px) {
	.c_box_slide_txt {
		width: 100%;
		padding-top: 0;
	}
}

.c_box_slide_txt p {
	width: 300px;
	margin-bottom: 10px;
}

@media screen and (max-width: 979px) {
	.c_box_slide_txt p {
		width: 100%;
	}
}

.c_box_offset {
	margin-top: 78px;
}

@media screen and (max-width: 979px) {
	.c_box_offset {
		width: 100%;
		height: auto;
	}
}

.c_box_offset .inner {
	width: 980px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 979px) {
	.c_box_offset .inner {
		width: 100%;
	}
}

.c_box_offset_img {
	display: block;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center";
}

@media (min-width: 980px) {
	.c_box_offset_img {
		position: absolute;
		top: 0;
	}
}

@media screen and (max-width: 979px) {
	.c_box_offset_img {
		width: calc(100% + 20px);
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.c_box_offset.is_right {
		-ms-flex-item-align: end;
		align-self: flex-end;
		position: relative;
	}
}

@media (min-width: 1020px) and (max-width: 1400px) {
	.c_box_offset.is_right {
		right: calc((100vw - 1400px)/2);
	}
}

.c_box_offset.is_right .c_box_offset_img {
	left: 0;
}

@media (min-width: 980px) {
	.c_box_offset.is_right .c_box_offset_txt {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.c_box_offset.is_left {
		-ms-flex-item-align: start;
		align-self: flex-start;
		position: relative;
	}
}

@media (min-width: 1020px) and (max-width: 1400px) {
	.c_box_offset.is_left {
		left: calc((100vw - 1400px)/2);
	}
}

@media (min-width: 980px) {
	.c_box_offset.is_left .c_box_offset_img {
		right: 0;
	}
}

@media screen and (max-width: 979px) {
	.c_box_offset.is_left .c_box_offset_img {
		left: 0;
	}
}

@media (min-width: 980px) {
	.c_box_offset {
		width: 1400px;
		height: 402px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 979px) {
	.c_box_offset {
		margin-top: 47px;
	}
}

@media screen and (max-width: 979px) {
	.c_box_offset .inner {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (min-width: 980px) {
	.c_box_offset_img {
		width: 704px;
		height: 402px;
	}
}

@media screen and (max-width: 979px) {
	.c_box_offset_img {
		width: calc(100% + 20px*2);
		height: auto;
		position: relative;
		left: -20px;
	}
}

.c_box_offset_txt {
	width: 440px;
	line-height: 2.2;
}

@media screen and (max-width: 979px) {
	.c_box_offset_txt {
		width: 100%;
		padding-top: 38px;
	}
}

.c_box_offset_txt_caption {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 3;
}

@media screen and (max-width: 979px) {
	.c_box_offset_txt_caption {
		text-align: left;
		line-height: 3.86 !important;
	}
}

@media screen and (max-width: 979px) {
	.c_box_offset_txt p {
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 2;
	}
}

.c_box_offset_txt p+p {
	margin-top: 28px;
}

@media screen and (max-width: 979px) {

	.c_box_offset.is_right .c_box_offset_img,
	.c_box_offset.is_left .c_box_offset_img {
		left: -20px;
	}
}


/*component*/
/*flex*/
.c_float_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 979px) {
	.c_float_box {
		display: block;
	}
}

.c_float_box_short {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.c_float_box_short>.c_float_item,
.c_float_box_short>.c_float_item_2col,
.c_float_box_short>.c_float_item_3col,
.c_float_box_short>.c_float_item_4col {
	margin-right: 2%;
}

@media screen and (max-width: 979px) {

	.c_float_box_short>.c_float_item,
	.c_float_box_short>.c_float_item_2col,
	.c_float_box_short>.c_float_item_3col,
	.c_float_box_short>.c_float_item_4col {
		margin-right: 0;
	}
}

@media screen and (max-width: 979px) {
	.c_float_box_short>.c_float_item_4col:nth-child(2n+1) {
		margin-right: 4%;
	}
}

.c_float_box_2col,
.c_float_box_3col,
.c_float_box_4col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.c_float_box_2col:last-child,
.c_float_box_3col:last-child,
.c_float_box_4col:last-child {
	margin-bottom: 0;
}

.c_float_item {
	width: 49%;
}

@media screen and (max-width: 979px) {
	.c_float_item {
		width: 100%;
	}
}

.c_float_item_2col {
	width: 48%;
}

@media screen and (max-width: 979px) {
	.c_float_item_2col {
		width: 48%;
	}
}

.c_float_item_3col {
	width: 32%;
}

@media screen and (max-width: 979px) {
	.c_float_item_3col {
		width: 100%;
	}
}

.c_float_item_4col {
	width: 23.5%;
}

@media screen and (max-width: 979px) {
	.c_float_item_4col {
		width: 48%;
	}
}

@media screen and (max-width: 979px) {

	.c_float_item_4col:nth-child(1),
	.c_float_item_4col:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 979px) {
	.c_float_item+.c_float_item {
		margin-top: 30px;
	}
}

.c_float_item img,
.c_float_item_2col img,
.c_float_item_3col img,
.c_float_item_4col img {
	width: 100%;
}

.c_float_text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.c_float_text {
		font-size: 1.1rem;
	}
}

.c_float_text_name {
	margin: 4px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (max-width: 979px) {
	.c_float_text_name {
		font-size: 1.2rem;
	}
}

.c_float_text_note {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}

@media screen and (max-width: 979px) {
	.c_float_text_note {
		font-size: 1.0rem;
	}
}

.c_float_text+.c_float_img {
	margin-top: 20px;
}

@media screen and (max-width: 979px) {
	.c_float_text+.c_float_img {
		margin-top: 30px;
	}
}

.c_float_img {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
	.c_float_img {
		margin-bottom: 30px;
	}
}

.c_float img {
	width: 100%;
}

/*flex cross*/
.c_float_cross {
	margin: 40px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

@media screen and (max-width: 979px) {
	.c_float_cross {
		display: block;
	}
}

.c_float_cross_left,
.c_float_cross_right {
	width: 48%;
}

@media screen and (max-width: 979px) {

	.c_float_cross_left,
	.c_float_cross_right {
		width: 100%;
		clear: both;
	}
}

.c_float_cross_left {
	float: left;
}

.c_float_cross_right {
	float: right;
}

.c_float_cross_text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.c_float_cross_text {
		font-size: 1.1rem;
	}
}

.c_float_cross_img {
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
	.c_float_cross_img {
		margin-bottom: 30px;
	}
}

.c_float_cross img {
	width: 100%;
	box-shadow: 0px 27px 22px -3px rgba(0, 0, 0, 0.17), 0px 30px 52px -14px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 979px) {
	.c_float_cross img {
		box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.17), 0px 15px 28px -7px rgba(0, 0, 0, 0.12);
	}
}

/*definition list*/
.c_detail_box {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #eaf2f2;
}

@media screen and (max-width: 979px) {
	.c_detail_box {
		font-size: 1.2rem;
	}
}

.c_detail_box th,
.c_detail_box td {
	padding: 0 20px 20px;
	border: none;
}

.c_detail_box tr:first-child th,
.c_detail_box tr:first-child td {
	padding-top: 20px;
	border: none;
}

.c_detail_box th {
	width: 20%;
	font-weight: bold;
	text-align: left;
}

@media screen and (max-width: 979px) {
	.c_detail_box th {
		width: 24%;
	}
}

.c_detail_box td {
	padding-left: 0;
}

/*warning list*/
.c_list_warning_text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.c_list_warning_text {
		font-size: 1.1rem;
		font-size: 10px;
	}
}

/*table*/
.c_table {
	width: 940px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	border-collapse: collapse;
	/*セル同士の間に隙間を空けない*/

}

@media screen and (max-width: 979px) {
	.c_table {
		width: 100%;
		font-size: 1.2rem;
	}
}

.c_table th,
.c_table td {
	padding: 14px 20px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 979px) {

	.c_table th,
	.c_table td {
		padding: 14px;
	}
}

.c_table th {
	width: 27%;
	background: #f4f4f4;
	font-weight: bold;
	text-align: left;
}

@media screen and (max-width: 979px) {
	.c_table th {
		width: 34%;
	}
}

.c_table td {
	background: #fff;
}
.c_table td a:hover {
	text-decoration: underline;
}

.c_img_box {
	margin-bottom: 40px;
}

@media screen and (max-width: 979px) {
	.c_img_box {
		margin-bottom: 20px;
	}
}

.c_img_item {
	max-width: 100%;
	padding: 40px 20px;
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_img_item {
		padding: 2rem 1rem;
	}
}

.c_img_item img {
	width: 90%;
}

.c_img_border {
	max-width: 100%;
	margin-bottom: 6px;
	padding: 40px 20px;
	border: 1px solid #ccc;
	text-align: center;
}

@media screen and (max-width: 979px) {
	.c_img_border {
		padding: 2rem 1rem;
	}
}

.c_img_border img {
	width: 90%;
}

/*.modal{
    &_link {
        padding-top: 80px;
        margin-top: -80px;
    }
}*/
.c_fadeIn {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity 500ms;
}

.c_fadeIn.is_scrolled {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c_slideIn_style.left {
	transform: translateX(-80px) scale(1.01);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: transform 800ms cubic-bezier(0.11, 0.01, 0.58, 1.07), opacity 250ms ease-out;
}

@media screen and (max-width: 979px) {
	.c_slideIn_style.left {
		transform: translateX(-20px) scale(1);
	}
}

.c_slideIn_style.left.is_scrolled {
	transform: translateX(0) scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c_slideIn_style.right {
	transform: translateX(80px) scale(1.01);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: transform 800ms cubic-bezier(0.11, 0.01, 0.58, 1.07), opacity 250ms ease-out;
}

@media screen and (max-width: 979px) {
	.c_slideIn_style.right {
		transform: translateX(20px) scale(1);
	}
}

.c_slideIn_style.right.is_scrolled {
	transform: translateX(0) scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c_slideIn_feature {
	transition: transform 1s cubic-bezier(0.11, 0.01, 0.58, 1.07), opacity 350ms ease-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.c_slideIn_feature.is_scrolled {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c_slideIn_feature.is_left {
	transform: translateX(50px) scale(1.01);
}

@media screen and (max-width: 979px) {
	.c_slideIn_feature.is_left {
		transform: translateY(10px);
	}
}

.c_slideIn_feature.is_left.is_scrolled {
	transform: translateX(0) scale(1);
}

@media screen and (max-width: 979px) {
	.c_slideIn_feature.is_left.is_scrolled {
		transform: translateY(0);
	}
}

.c_slideIn_feature.is_right {
	transform: translateX(-50px) scale(1.01);
}

@media screen and (max-width: 979px) {
	.c_slideIn_feature.is_right {
		transform: translateY(10px);
	}
}

.c_slideIn_feature.is_right.is_scrolled {
	transform: translateX(0) scale(1);
}

@media screen and (max-width: 979px) {
	.c_slideIn_feature.is_right.is_scrolled {
		transform: translateY(0);
	}
}

@media (min-width: 980px) {
	.c_slideIn_feature .c_box_slide_txt {
		transform: translateY(-30px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		transition: transform 0.9s ease-out 300ms, opacity 300ms ease-out 300ms;
	}

	.c_slideIn_feature .c_title_box_slide_sub {
		transform: translateY(-20px);
		transition: transform 1s ease-out 400ms, opacity 700ms ease-out 400ms;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	.c_slideIn_feature p {
		transform: translateY(-20px);
		transition: transform 1s ease-out 400ms, opacity 700ms ease-out 400ms;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	.c_slideIn_feature .c_btn {
		transform: translateY(-10px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		transition: transform 800ms ease-out 900ms, opacity 500ms ease-out 900ms;
	}
}

@media (min-width: 980px) {
	.c_slideIn_feature.is_scrolled .c_box_slide_txt {
		transform: translateY(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.c_slideIn_feature.is_scrolled .c_title_box_slide_sub {
		transform: translateY(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.c_slideIn_feature.is_scrolled p {
		transform: translateY(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.c_slideIn_feature.is_scrolled .c_btn {
		transform: translateY(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

/*プレシスとは*/
.about_mv {
	width: 100%;
	height: 700px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 979px) {
	.about_mv {
		width: 100%;
		height: 327px;
	}
}

.about_mv img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

@media (min-width: 980px) {
	.about_mv_first {
		height: 475px;
	}
}

.about_mv_tree {
	background: url(../images/about/bg_saftyTree.jpg) no-repeat center/cover;
}

.about_mv_tree img {
	position: static;
	width: 467px;
	height: 567px;
	margin: 0 auto;
}

@media screen and (max-width: 979px) {
	.about_mv_tree img {
		width: 100%;
		height: auto;
		max-width: 300px;
	}
}

.about_mv_power {
	background: url(../images/about/mv01.jpg) no-repeat center/cover;
	height: 600px;
}

@media screen and (max-width: 979px) {
	.about_mv_power {
		height: 200px;
	}
}

.about_mv_power img {
	position: static;
	width: 750px;
	height: 167px;
}

@media screen and (max-width: 979px) {
	.about_mv_power img {
		width: 100%;
		height: auto;
		max-width: 340px;
	}
}

.about_content .l_container_fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.about_power_graph01 {
	width: 640px;
	height: auto;
	display: block;
	margin: 92px auto 110px;
}

@media screen and (max-width: 979px) {
	.about_power_graph01 {
		width: 100%;
		max-width: 640px;
		margin: 44px auto 46px;
	}
}

.about_power_graph02 {
	width: 884px;
	height: auto;
	display: block;
	margin: 69px auto 0;
}

@media screen and (max-width: 979px) {
	.about_power_graph02 {
		width: 100%;
		max-width: 640px;
		margin-top: 45px;
	}
}

.about_title_main {
	color: #1b1c80;
	margin-bottom: 58px;
}

@media screen and (max-width: 979px) {
	.about_title_main {
		margin-bottom: 18px;
	}
}

.about_txt {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 2.3;
}

@media screen and (max-width: 979px) {
	.about_txt {
		font-size: 0.9em;
		letter-spacing: .08em;
	}
}

.about_txt small {
	font-size: 0.75em;
}

@media screen and (max-width: 979px) {
	.about_txt small {
		font-size: 0.82em;
	}
}

.about_moveRight {
	display: block;
	text-align: right;
	margin-top: 10px;
}

@media screen and (max-width: 979px) {
	.about_moveRight {
		text-align: left;
	}
}

.about_menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 84px;
}

@media screen and (max-width: 979px) {
	.about_menu {
		margin-top: 45px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.about_menu a {
	color: #1b1c80;
	border: 1px solid #1b1c80;
	padding-top: 10px;
	text-align: center;
	font-size: 22.5px;
	transition: color 250ms ease;
	letter-spacing: 0.09em;
	display: block;
	position: relative;
	font-family: inherit;
}

@media (min-width: 980px) {
	.about_menu a {
		width: 280px;
		height: 120px;
	}
}

@media screen and (max-width: 979px) {
	.about_menu a {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 979px) {
	.about_menu a {
		font-size: 17px;
		padding-bottom: 30px;
	}
}

.about_menu a+a {
	margin-left: 30px;
}

@media screen and (max-width: 979px) {
	.about_menu a+a {
		margin-left: 0;
		margin-top: 12px;
	}
}

.about_menu a span {
	margin-top: 5px;
	display: block;
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: 0.05em;
}

@media print {
	.about_menu a span {
	}
}

@media screen and (max-width: 979px) {
	.about_menu a span {
		font-size: 11px;
	}
}

@media (min-width: 980px) {
	.about_menu a:nth-child(2) span {
		margin-top: 20px;
	}
}

.about_menu a:after,
.about_menu a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 1);
	background-color: #1b1c80;
	transform-origin: left center;
	z-index: -1;
}

.about_menu a:after {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	transition: all 250ms ease;
}

.about_menu a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transition: all 250ms ease 100ms;
}

.about_menu a:hover {
	color: #fff;
}

.about_menu a:hover:after,
.about_menu a:hover:before {
	transform: scale(1, 1);
}

.about_menu i {
	font-size: 20px;
	position: absolute;
	bottom: 3px;
	left: 50%;
	line-height: 1;
	transform: translateX(-50%);
}

.about_figure {
	margin-top: 100px;
}

@media screen and (max-width: 979px) {
	.about_figure {
		margin-top: 40px;
	}
}

.about_figure img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.about_figure figcaption {
	color: #333;
	font-size: 15px;
	margin-top: 20px;
	line-height: 2;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 979px) {
	.about_figure figcaption {
		font-size: 13px;
		line-height: 2.2;
		letter-spacing: 0.05em;
		margin-top: 13px;
	}
}

.about_tree_subTitle {
	color: #333;
	line-height: 1.8;
	font-size: 22px;
	padding-left: 115px;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: 400;
	margin-top: 77px;
}

@media screen and (max-width: 979px) {
	.about_tree_subTitle {
		line-height: 1.6;
		font-size: 15px;
		padding-left: 50px;
		background-size: 35px auto;
		margin-top: 33px;
	}
}

.about_tree_subTitle__green {
	background-image: url(../images/about/bg_treeTitleGreen.png);
}

.about_tree_subTitle__blue {
	background-image: url(../images/about/bg_treeTitleBlue.png);
}

.about_tree_subTitle__black {
	background-image: url(../images/about/bg_treeTitleBlack.png);
}

.about_tree_section .c_box_offset {
	margin-top: 50px;
}

@media screen and (max-width: 979px) {
	.about_tree_section .c_box_offset {
		margin-top: 30px;
	}
}

#about_manifesto {
	padding-top: 1px;
	margin-top: 79px;
}

#js_anchorSecurityFort,
#js_anchorDailySupports {
	margin-top: 135px;
}

@media screen and (max-width: 979px) {

	#js_anchorSecurityFort,
	#js_anchorDailySupports {
		margin-top: 55px;
	}
}

.presis_about section section {
	font-family: "Open Sans", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	;
}

.presis_about section p {
	color: #333;
	font-size: 14px
}

.presis_about section img {
	max-width: unset;
}

@media screen and (max-width: 979px) {
	.presis_about section .l_container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

section.about .c_tab_details .c_btn {
    background-color: #fff;
}
section.about .c_tab_details .current {
    color: #fff;
    background: #222;
}




/*access*/
.access_img_map {
	margin-bottom: 80px;
}

@media screen and (max-width: 979px) {
	.access_img_map {
		margin-bottom: 40px;
	}
}

.access_float_box {
	margin-bottom: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 979px) {
	.access_float_box {
		margin-bottom: 14px;
	}
}

.access_float_box_item {
	margin-bottom: 30px;
	width: 32%;
	font-family: Ryumin Medium KL, "リュウミン M-KL", HiraMinProN-W3, HiraMinPro-W3, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", serif;
	color: #521700;
}

@media screen and (max-width: 979px) {
	.access_float_box_item {
		margin-bottom: 26px;
		width: 48%;
	}
}

.access_note {
	margin-bottom: 6px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: -0.8px;
	letter-spacing: -0.08rem;
	background: url("../images/access/station-line.png") repeat-x;
	background-position: 10% 70%;
}

@media screen and (max-width: 979px) {
	.access_note {
		margin-bottom: 2px;
	}
}

.access_note_station {
	padding-right: 5px;
	padding-right: 0.5rem;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 60px;
	line-height: 6.0rem;
	display: inline;
}

@media screen and (max-width: 979px) {
	.access_note_station {
		font-size: 1.6rem;
		line-height: 3.0rem;
	}
}

.access_note_station>.access_text_s {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 979px) {
	.access_note_station>.access_text_s {
		font-size: 1.2rem;
	}
}

.access_note_station:before {
	border-top: 1px doted #f2f2f2;
}

.access_note_time {
	padding-left: 5px;
	padding-left: 0.5rem;
	font-size: 20px;
	font-size: 2.0rem;
	display: inline;
}

@media screen and (max-width: 979px) {
	.access_note_time {
		font-size: 1.2rem;
	}
}

.access_note_time>.access_text_l {
	font-size: 40px;
	font-size: 4.0rem;
	color: #ac0e16;
}

@media screen and (max-width: 979px) {
	.access_note_time>.access_text_l {
		font-size: 2.0rem;
	}
}

.access_note_icon {
	margin-right: 4px;
	padding: 2px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #787878;
	vertical-align: 10%;
	background-color: #521700;
}

@media screen and (max-width: 979px) {
	.access_note_icon {
		font-size: 0.8rem;
	}
}

.access_note_station,
.access_note_time {
	background-color: #787878;
}

.access_note_memo {
	margin-top: -10px;
	margin-top: -1.0rem;
	padding-left: 10px;
	padding-left: 1rem;
	text-indent: -10px;
	text-indent: -1rem;
	font-size: 14px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1;
}

@media screen and (max-width: 979px) {
	.access_note_memo {
		margin-top: 0;
		font-size: 9px;
		font-size: 0.9rem;
	}
}


/*design*/
.design_img {
	box-shadow: 0px 27px 22px -3px rgba(0, 0, 0, 0.17), 0px 30px 52px -14px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 979px) {
	.design_img {
		box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.17), 0px 15px 28px -7px rgba(0, 0, 0, 0.12);
	}
}


/*location*/
.location_title {
	margin-bottom: 10px;
	font-size: 24px;
	font-size: 2.4rem;
}

.location_title_main {
	margin-bottom: 80px;
}

.location_title_point {
	margin-bottom: 4px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

.location_title_point>span {
	padding-left: 10px;
	padding-left: 1.0rem;
	font-size: 16px;
	font-size: 1.6rem;
}

.location_title_band {
	font-size: 15px;
	font-size: 1.5rem;
}

.location_musashino {
	width: 98%;
	max-width: 980px;
	margin: 0 auto 10px;
}

.location_sub_catch3 {
	margin: 0 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #253502;
	text-align: center;
}

.location_sub_text3 {
	margin: 0 0 30px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #253502;
	line-height: 2.4rem;
	text-align: center;
}

.location .c_float_box_2col,
.location .c_float_box_3col,
.location .c_float_box_4col {
	margin-bottom: 35px;
}

.location .c_title_small {
	margin-bottom: 64px;
}

.location .c_float_text_name {
	margin-top: 13px;
	border-bottom: solid 1px #777;
}

.location .c_float_text_note {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: .1em;
	line-height: 1.92;
}

.location .c_float_box_2col,
.location .c_float_box_3col,
.location .c_float_box_4col {
	margin-bottom: 35px;
}

.location .c_float_text_name span {
	color: #CC0000;
	font-size: 125%;
}

.location_text_note {
	font-size: 11px;
	font-size: 1.1rem;
}

.location_tab_box {
	padding: 0 !important;
}

.location_tab_box_cont {
	padding: 80px 0;
}

.location_img_about {
	margin-bottom: 40px;
}

.location_img_map {
	margin-bottom: 80px;
}

.location_cont_about {
	background: url("../images/location/bg01.png") no-repeat top center;
	background-size: cover;
}

.location_table {
	width: 100%;
	margin-bottom: 20px;
	font-size: 10px;
	font-size: 1.0rem;
}

.location_table thead th {
	padding: 3px 6px;
	background-color: #e6e6e6;
	text-align: left;
	color: #fff;
}

.location_table tbody th {
	width: 56%;
	font-weight: normal;
}

.location_table tbody td {
	width: 22%;
	text-align: right;
}

.location_table tbody th,
.location_table tbody td {
	text-align: left;
	padding: 2px 0;
}

.location_table:last-child {
	margin-bottom: 0;
}

.location_bg_area .c_float_item_3col {
	position: relative;
	width: 31%;
}

.location_bg_area .c_float_item_3col:nth-child(1),
.location_bg_area .c_float_item_3col:nth-child(2),
.location_bg_area .c_float_item_3col:nth-child(3),
.location_bg_area .c_float_item_3col:nth-child(4),
.location_bg_area .c_float_item_3col:nth-child(5),
.location_bg_area .c_float_item_3col:nth-child(6) {
	min-height: 200px;
}

.location_bg_area .c_float_item_3col:nth-child(7),
.location_bg_area .c_float_item_3col:nth-child(8),
.location_bg_area .c_float_item_3col:nth-child(9) {
	min-height: 270px;
}

.location_bg_area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/location/lacation_image_bg.jpg);
	padding: 2.5%;
	box-sizing: border-box;
}

.location_bg {
	padding: 5px 2%;
	background-color: #f08300;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
}

@media screen and (max-width: 979px) {
	.location_title {
		font-size: 1.8rem;
	}

	.location_title_main {
		margin-bottom: 40px;
	}

	.location_title_point {
		font-size: 1.2rem;
	}

	.location_title_point>span {
		font-size: 0.9rem;
	}

	.location_title_band {
		font-size: 1.1rem;
	}

	.location_tab_box_cont {
		padding: 30px 0;
		border: none;
	}

	.location_img_about {
		margin-bottom: 20px;
	}

	.location_img_map {
		margin-bottom: 20px;
	}

	.location_cont_about {
		margin-bottom: 30px;
	}

	.location_table:last-child {
		margin-bottom: 20px;
	}

	.location .c_title_small {
		margin-bottom: 50px;
	}

	.location .c_float_text_name {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.location .c_float_text_size {
		font-size: 1.12rem
	}

	.location .c_float_box_2col,
	.location .c_float_box_3col,
	.location .c_float_box_4col {
		margin-bottom: 0;
	}

	.location .c_float_item_3col,
	.location .c_float_item_4col {
		width: 48%;
		margin-bottom: 34px;
	}

	.location_bg_area .c_float_item_3col {
		min-height: auto !important;
	}

	.location_bg {
		position: static;
	}
}

@media(max-width:640px) {

	.location .c_float_item_2col,
	.location .c_float_item_3col,
	.location .c_float_item_4col {
		width: 100%;
		margin-bottom: 20px;
	}

	.location .c_float_item_2col,
	.location .c_float_item_3col,
	.location .c_float_item_4col {
		width: 100%;
		margin-bottom: 20px;
	}
}

.Lifeinfo {
	margin: 5px auto 25px auto;
	overflow: hidden;
}

.Lifeinfo h3 {
	width: 100%;
	margin: 20px auto 30px;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1.2rem;
	text-align: center;
}

.Lifeinfo div {
	width: 48%;
}

.Lifeinfo div.l {
	float: left;
}

.Lifeinfo div.r {
	float: right;
}

.Lifeinfo div ul {
	margin-bottom: 30px;
}

.Lifeinfo div ul li {
	margin: 8px auto;
	border-bottom: dotted 1px #333;
	font-size: 12px;
	overflow: hidden;
}

.Lifeinfo div ul li span {
	float: right;
}

@media(max-width:640px) {
	.Lifeinfo h3 {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 1.0rem;
	}

	.Lifeinfo div {
		width: 96%;
		float: none !important;
	}
}


/*modelroom*/
.model {
	padding-bottom: 50px;
}

.model h2 {
	font-size: 48px;
	font-size: 4.8rem;
	padding: 175px 0 75px;
	line-height: 1.2;
	color: #666;
	background: #ccc;
}

.model h2 span {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}

.model .slide {
	width: 960px;
	margin: 50px auto 0;
}

.model .slide-nav {
	width: 960px;
	margin: 0 auto 20px;
}

.model .slide-nav li {
	background: #000;
	cursor: pointer;
}

.model .slide-nav li img {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.model .slide-nav li.slick-current img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model .caution {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
}

.model .prev-arrow {
	position: absolute;
	left: -50px;
	top: 50%;
	cursor: pointer;
}

.model .next-arrow {
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: 0;
	cursor: pointer;
}

.model .tate-btn li {
	margin: 10px 0;
}


/*interior*/
.interior_slide_box {
	width: 100%;
	margin-bottom: 4px;
	height: auto;
}

@media screen and (max-width: 979px) {
	.interior_slide_box {
		margin-bottom: 50px;
	}

	.interior_slide_box img {
		max-width: 970px;
	}
}

.interior_slide_nav {
	margin-bottom: 40px;
}

.interior_slide_nav img {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.interior_slide_nav img:hover,
.interior_slide_nav .slick-current img {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.interior_slide_nav li {
	background-color: #000;
}

.interior_slide_nav>li>img {
	width: 100%;
}


/*structure*/


/*plan*/
.plan_anchor_box {
	margin-bottom: 40px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 979px) {
	.plan_anchor_box {
		margin-bottom: 20px;
	}
}

.plan_modal_wrapper {
	width: 100%;
	min-width: 1020px;
}

@media (max-width: 979px) {
	.plan_modal_wrapper {
		min-width: 320px;
	}
}

.plan_modal_cont {
	display: none;
}

.plan_modal_box {
	max-width: 660px;
	margin: 0 auto;
	padding: 5px 40px 40px;
	overflow: hidden;
}

@media screen and (max-width: 979px) {
	.plan_modal_box {
		max-width: 90%;
		padding: 5px 20px 20px;
		margin-top: 14vw;
	}
}

@media screen and (max-width: 800px) {
	.plan_modal_box {
		margin-top: 18vw;
	}
}

.plan_modal_box img {
	margin-bottom: 20px;
	max-width: 100%;
}

.plan_modal_text {
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.plan_modal_text {
		font-size: 1.1rem;
	}
}

.plan_tab {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
}

.plan_tab_btn {
	width: 50%;
	height: 60px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #4b4b4b;
	background-color: #787878;
	border: 1px solid #4b4b4b;
}

@media screen and (max-width: 979px) {
	.plan_tab_btn {
		height: 40px;
		font-size: 1.2rem;
	}
}

.plan_tab_btn:hover,
.plan_tab .current {
	color: #787878;
	background-color: #4b4b4b;
}

@media screen and (max-width: 979px) {
	.plan_tab_btn+.plan_tab_btn {
		border-left: none;
	}
}

.plan_tab_btn:last-child {
	margin-right: 0;
}

.plan_tab_box {
	padding: 20px 0;
}

@media screen and (max-width: 979px) {
	.plan_tab_box {
		padding: 40px 0;
		border: none;
	}
}

.plan_tab_box_anchor,
.plan_tab_box_nomal {
	padding: 40px 0 !important;
}

@media screen and (max-width: 979px) {

	.plan_tab_box_anchor,
	.plan_tab_box_nomal {
		padding: 20px 0 !important;
	}
}

.plan_tab_box_cont {
	display: none;
}

.plan .catch-text {
	width: 750px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	color: #717171;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (max-width: 979px) {
	.plan .catch-text {
		width: 94%;
		padding: 25px 0 10px;
	}
}

.plan .slide-area {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 979px) {
	.plan .slide-area {
		width: 96%;
	}
}

.plan .slide {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 979px) {
	.plan .slide {
		width: 100%;
	}
}

.plan .slide li {
	width: 100%;
	margin: 0 auto;
}

.plan_nav {
	width: 980px;
	margin: 0 auto 20px;
}

@media screen and (max-width: 979px) {
	.plan_nav {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 979px) {
	.plan_nav li {
		background: #000;
		cursor: pointer;
		margin: 10px 0;
		width: 31%;
	}
}

@media screen and (max-width: 979px) {
	.plan_nav li img {
		width: 100%;
		height: auto;
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
}

.plan_nav li a {
	display: block;
	background: #000;
	margin: 10px 15px;
	line-height: 0;
}

@media screen and (max-width: 979px) {
	.plan_nav li a {
		margin: 0 auto;
	}
}

.plan_nav li a img {
	width: 100%;
	height: auto;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.plan_nav li a.active img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.plan_nav li.slick-current img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.plan .prev-arrow {
	position: absolute;
	left: -50px;
	top: 50%;
	cursor: pointer;
}

@media screen and (max-width: 979px) {
	.plan .prev-arrow {
		left: 5px;
		top: auto;
		bottom: -35px;
	}
}

.plan .next-arrow {
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: 0;
	cursor: pointer;
}

@media screen and (max-width: 979px) {
	.plan .next-arrow {
		right: 5px;
		top: auto;
		bottom: -35px;
	}
}


/*outline*/
.outline_title {
	margin-bottom: 10px;
}

.outline_text {
	margin-bottom: 30px;
}
.outline_update{
	text-align: center;
	margin-bottom: 40px;
	padding:0 15px;
	font-size: 12px;
}
.outline_update:nth-of-type(2){
	display: none !important;
}

@media screen and (max-width: 979px) {
	.outline_img_main {
		margin-bottom: 40px;
	}
}


/*map*/
.map .map_img{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.map .map_img2 {
	position: relative;
	width: 99%;
	max-width: 900px;
	overflow: hidden;
	white-space: nowrap;
	border: solid 1px #333;
	margin: 0 auto;
}
.map .map_img2 .zoomMap {
	width: 200%!important;
}
.map .root {
	position: absolute;
	left: 1%;
	bottom: 1%;
	width: 12%;
	z-index: 999;
}
.map .add_txt {
	width: 100%;
	max-width: 900px;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #111;
	margin: 10px auto 40px;
}
/* 2025.07.02 */
.map .map-address {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-inline: auto;
	width: 80%;
}
@media screen and (min-width: 641px),print {
	.map .print-page .map-address {
		flex-direction: unset;
		margin: 0 0 0 -3.5em;
		width: 100%;
	}
}
.map .print-page .map-address dt {
	font-size: min(3.2svw,16px);
}
.map .print-page .map-address dd {
	font-size: min(3.2svw,16px);
	margin-inline: auto;
	width: -moz-max-content;
	width: max-content;
}
@media screen and (min-width: 641px),print{
	.map .print-page .map-address dd {
		margin: unset
	}
}

.map .btn_txt {
	width: 100%;
	max-width: 900px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #111;
	margin: 5px auto 0;
}
.map .map_btn_link{
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	background-color: #111;
	border: 1px solid #111;
	padding: 5px;
}
.map .map_btn_link a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
}
.map .map_btn_link:hover{
	background-color: #fff;
	border-color: #111;
}
.map .map_btn_link:hover a {
	color: #444;
}
.map .map_btn_print {
	max-width: 400px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #0C1E35;
	border: 1px solid #0C1E35;
	color: #dedede;
	text-align: center;
}
.map .map_btn_print a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
}
.map .map_btn_print:hover {
	background-color: #dedede;
	border: 1px solid #0C1E35;
	cursor: pointer;
}
.map .map_btn_print:hover a {
	color: #0C1E35;
}
@media screen and (max-width: 640px) {
	.map .add_txt {
		font-size: 14px;
		margin: 5px auto 30px;
	}
	.map .btn_txt {
		font-size: 12px;
	}
}



/*for print*/
@media print {
	.print-page .l_container {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.c_mv {
		display: none;
	}
	.map_img{
		max-width: 100%;
		max-width: 90%;
		margin: 0 auto;
	}
	.map_btn_print {
		display: none !important;
	}
	section.map{
		min-width: 100%;
	}

	#cboxOverlay {
		opacity: 0 !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	.plan_modal_box {
		padding: 0;
	}

	.l_cont_detail {
		margin: 0 auto;
	}

	.print-btn {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.more-area .inner {
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}

	.more-area .inner .text-box {
		width: 87.8666%;
		margin: 0 auto 10px;
		line-height: 1.6;
	}

	.more-area .inner .text-box.left,
	.more-area .inner .text-box.right {
		float: none;
	}

	.more-img {
		text-align: right;
	}

	.more-img img {
		width: 95.6%;
	}

	.more-area .inner .text-box p {
		width: 270px;
	}

	.more-area h2 {
		padding-bottom: 5px;
	}

	h2.t-left {
		text-align: left;
	}

	.more-btn {
		width: 38.4%;
		margin: 0 auto;
	}

	.map {
		padding: 0 0 ;
	}

	.map-area {
		width: 100%;
		margin: 0 auto;
	}
	.print-page .l_container {
		margin-bottom: 0;
	}

	.map-area .left,
	.map-area .right {
		float: none;
	}

	.map-area h2 {
		width: 46.9333%;
		margin: 0 auto;
		padding: 25px 0;
	}

	.map-area p {
		width: 87.8666%;
		margin: 0 auto;
		padding: 15px 0;
		text-align: center;
		font-size: 1.3rem;
	}

	.map-area .map-btn {
		width: 45.6%;
		padding: 5px 0;
	}

	.map-btn img {
		margin: 0 auto;
	}

	/*modelroom*/
	.model {
		padding-bottom: 50px;
	}

	.model h2 {
		font-size: 2.4rem;
		padding: 75px 0 30px;
		line-height: 1.2;
		color: #666666;
		background: #cccccc;
	}

	.model h2 span {
		font-size: 1.8rem;
		font-weight: normal;
	}

	.model .slide {
		width: 100%;
		margin: 20px auto 70px;
		padding-bottom: 20px;
	}

	.model .slide-nav {
		display: none;
		width: 100%;
		margin: 0 auto 30px;
	}

	.model .slide-nav li {
		background: #000;
		cursor: pointer;
	}

	.model .slide-nav li img {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

	.model .slide-nav li.slick-current img {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.model .slick-dots li button:before {
		font-size: 14px;
	}

	.model .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 8px;
	}

	.model .caution {
		width: 90%;
		margin: 0 auto;
		font-size: 1.2rem;
	}

	.model .prev-arrow {
		width: 10%;
		position: absolute;
		left: 5px;
		top: auto;
		bottom: -35px;
		cursor: pointer;
	}

	.model .next-arrow {
		width: 10%;
		position: absolute;
		right: 5px;
		top: auto;
		bottom: -35px;
		margin-top: 0;
		cursor: pointer;
	}
}







.main_copy {
	font-size: 24px;
	margin-bottom: 20px;
}

.area_ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	color: #007bc7;
}

.area_ttl span {
	color: #c30d23;
}

.area_ttl.en {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ccc;
	font-family: Georgia, 'Times New Roman', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGP明朝E", "serif";
}

.area_ttl.en span {
	color: #c30d23;
	font-size: 1.2em;
}

/* .designer {
	padding: 20px;
	background: #352f2d;
	overflow: hidden;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
} */
.in_l {
	float: left;
	width: 65%;
}

.in_l .text {
	color: #fff;
	line-height: 28px;
	line-height: 2.8rem;
	margin-bottom: 50px;
}

.in_r {
	float: right;
	width: 30%;
}

@media screen and (max-width: 640px) {
	.in_l {
		line-height: 22px;
		line-height: 2.2rem;
	}

	.in_l .text {
		line-height: 22px;
		line-height: 2.2rem;
		margin-bottom: 20px;
	}
}


.flexbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.flexbox.fb_center {
	align-items: center;
}

.flexbox.fb_top {
	align-items: flex-start;
}

.flexbox.fb_end {
	align-items: flex-end;
}

.flexbox .box2 {
	width: 48%;
}

.flexbox .box3 {
	width: 32%;
}

.access_time {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
}

.access_time li {
	width: 30.3%;
	margin: 0px 1.5% 30px;
	float: left;
}

.access_time li:nth-child(4),
.access_time li:nth-child(7) {
	clear: both;
}

.access_time li p {
	font-size: 18px;
	letter-spacing: .01rem;
	border-bottom: solid 1px #CACACA;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.access_time li p b {
	font-size: 150%;
	font-weight: normal;
}

.access_time li p i {
	font-style: normal;
	font-size: 220%;
	color: #007bc7;
	font-weight: bold;
	padding-left: 8px;
	letter-spacing: .003rem;
}

.access_time li span {
	font-size: 11px;
	display: block;
	line-height: 135%;
}

.sc_img {}

.sc_img img {}

.life_section {
	margin-bottom: 30px;
}

.life_ttl {
	font-size: 18px;
	color: #007bc7;
	font-weight: bold;
}

.life_section p {
	overflow: hidden;
	margin-top: 6px;
	border-bottom: 1px dotted #ddd;
	padding: 4px 0;
}

.life_section p .l {
	float: left;
}

.life_section p .r {
	float: right;
}

@media screen and (max-width: 979px) {
	.main_copy {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.area_ttl {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.area_ttl span {
		color: #c30d23;
	}

	.area_ttl.en {
		font-size: 22px;
	}

	.area_ttl.en span {}

	.flexbox {
		display: block;
		margin-bottom: 40px;
	}

	.flexbox .box2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.flexbox .box3 {
		width: 100%;
		margin-bottom: 30px;
	}

	.access_time li {
		width: 100%;
		margin: 0px 1.5% 20px;
		float: none;
	}

	.access_time li p {
		font-size: 18px;
		letter-spacing: .1em;
		border-bottom: solid 1px #ddd;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}

	.access_time li p b {}

	.access_time li p i {}

	.access_time li span {
		font-size: 14px;
		display: block;
		line-height: 1.5;
	}

	.sc_img {
		height: 350px;
		overflow-y: hidden;
		overflow-x: scroll;
	}

	.sc_img img {
		height: 350px;
		width: auto;
	}
}

.rela_img {
	position: relative;
}

.rela_img img {
	display: block;
}

.abu_p {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.5em;
	font-size: 10px;
	color: #fff;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.safety_img {
	font-size: 0;
	text-align: center;
	margin: 20px 0 0 0;
}

.c_img_border>.safety_img:nth-child(2) {
	border-left: solid 10px #0ba29a;
}

.c_img_border>.safety_img:nth-child(3) {
	border-left: solid 10px #122a88;
}

.c_img_border>.safety_img:last-child {
	border-left: solid 10px #231815;
}

.safety_img>div {
	display: inline-block;
	width: 57%;
	line-height: 2.4rem;
	margin: 0 0% 30px 1%;
}

.safety_img>div:nth-child(odd) {
	display: inline-block;
	width: 29%;
	margin: 0 1% 30px 0;
}

@media(max-width:640px) {

	.c_img_border>.safety_img:nth-child(2),
	.c_img_border>.safety_img:nth-child(3),
	.c_img_border>.safety_img:last-child {
		border-left: none;
		padding-top: 20px;
	}

	.c_img_border>.safety_img:nth-child(2) {
		border-top: solid 10px #0ba29a;
	}

	.c_img_border>.safety_img:nth-child(3) {
		border-top: solid 10px #122a88;
	}

	.c_img_border>.safety_img:last-child {
		border-top: solid 10px #231815;
	}

	.safety_img>div,
	.safety_img>div:nth-child(odd) {
		display: block;
		width: 100%;
		margin: 0 auto 10px auto;
	}
}

.str_box1_item,
.str_box2_item,
.str_box3_item {
	width: 100%;
	margin-bottom: 20px;
}

.str_box1_item .name,
.str_box2_item .name {
	margin: 4px 0 8px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1;
}

.str_box1_item .text {
	float: left;
	width: 38%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7;
	padding-right: 2%;
}

.str_box1_item .text span {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2rem;
}

.str_box1_item .text img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.str_box1_item .img {
	float: right;
	width: 60%;
	max-width: 560px;
}

.str_box1_item .img img {
	width: auto;
	max-width: 100%;
	text-align: center;
}

.str_box2_item .text {
	float: right;
	width: 58%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7;
	padding-left: 2%;
}

.str_box2_item .text span {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2rem;
}

.str_box2_item .img {
	float: left;
	width: 40%;
	max-width: 375px;
}

.str_box2_item .img img {
	width: 100%;
	max-width: 375px;
}

.str_box3_item .name {
	margin-bottom: 5px;
	font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", Hiragino Mincho Pro, "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 2px;
	letter-spacing: .2rem;
}

.str_box3_item .text {
	font-family: Sawarabi Mincho, "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", Hiragino Mincho Pro, "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	letter-spacing: .1rem;
}

.str_box3_item .img {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.str_box3_item .img img {
	width: 100%;
	max-width: 900px;
}

.sucu_float_item {
	width: 67%;
	margin-top: 10%;
}

.sucu_float_item p {
	width: 94%;
	max-width: 575px;
	margin: 0 auto;
}

.sucu_float_item p img {
	width: 100%;
	max-width: 575px;
}

@media(max-width:979px) {

	.str_box1_item .name,
	.str_box2_item .name {
		margin: 4px auto 8px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.str_box1_item .text,
	.str_box2_item .text {
		float: none;
		width: 99%;
		font-size: 10px;
		font-size: 1.0rem;
		padding-right: 0;
	}

	.str_box1_item .text span,
	.str_box2_item .text span {
		font-size: 10px;
		font-size: 1.0rem;
	}

	.str_box1_item .img {
		float: none;
		width: 90%;
		margin: 15px auto;
	}

	.str_box2_item .img {
		float: none;
		width: 80%;
		margin: 15px auto;
	}

	.str_box3_item .name {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.str_box3_item .text {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.sucu_float_item {
		width: 94%;
		margin: 20px auto;
	}

	.sucu_float_item p,
	.sucu_float_item p img {
		width: 100%;
		max-width: 800px;
	}
}


.struct_area .c_float_box_3col {
	color: #fff;
	width: 29%;
}

@media(max-width:980px) {

	.structure .c_float_item_3col,
	.structure .c_float_item_4col {
		width: 48% !important;
		margin-bottom: 20px;
	}
}

@media(max-width:980px) {
	.structure .c_float_item_5col {
		width: 29% !important;
		margin-bottom: 20px;
	}
}

@media(max-width:640px) {

	.structure .c_float_item_2col,
	.structure .c_float_item_3col,
	.structure .c_float_item_4col,
	.structure .c_float_item_5col {
		width: 100% !important;
		margin-bottom: 20px;
	}
}


@media(min-width:980px) {
	.structure .c_float_box_3col {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 75px;
	}
}

@media(max-width:979px) {
	.structure .c_float_item_3col {
		margin-bottom: 40px;
	}
}

@media(max-width:979px) {
	.structure .c_float_text_name {
		margin-top: 15px;
	}
}


.security_name {
	font-size: 120%;
	padding: 20px 0 10px 0;
	font-weight: 700;
	border-bottom: 1px solid #333;
	margin: 0 0 10px 0;
}

/*# sourceMappingURL=style.css.map */



/* ------------------
     colorbox、cbox
   ------------------ */

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background: #787878;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #000;
}

.cboxIframe {
	background: #787878;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: #000;
	padding: 1px;
}

#cboxLoadingGraphic {
	background: url(../images/common/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
	background: #000;
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url(../images/common/colorbox/controls.png) no-repeat 0 0;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}

#cboxPrevious:hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: -50px 0px;
	right: 0;
}

#cboxClose:hover {
	background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

#cboxOverlay {
	background: #000;
}

#cboxLoadedContent {
	background: #787878;
}

#cboxLoadedContent {
	padding: 0;
	overflow: auto;
	box-shadow: 0px 1px 10px #000000;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
	top: -30px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible;
}

#cboxTitle {
	color: #787878;
}

#inline-content {
	margin: 20px;
}

#ajax-wrap {
	margin: 20px;
}

#cboxPrevious,
#cboxNext {
	top: 50%;
	background: none;
	width: 40px;
	height: 40px;
	z-index: 5;
	text-indent: 0;
}

#cboxPrevious {
	left: 10px;
	left: 1rem;
}

@media screen and (max-width: 979px) {
	#cboxPrevious {
		left: 0;
	}
}

#cboxNext {
	right: 25px;
	right: 2.5rem;
}

@media screen and (max-width: 979px) {
	#cboxNext {
		right: 0;
	}
}

#cboxPrevious:before,
#cboxNext:before {
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 50px;
	font-size: 5rem;
	color: #333;
}

@media screen and (max-width: 979px) {

	#cboxPrevious:before,
	#cboxNext:before {
		font-size: 3rem;
	}
}

#cboxNext:before {
	content: "\f105";
}

#cboxSlideshow {
	display: none !important;
}

#cboxClose {
	top: 10px;
	top: 1rem;
	right: 30px;
	right: 3rem;
	background: none;
	width: 40px;
	height: 40px;
	z-index: 5;
	text-indent: 0;
}

@media screen and (max-width: 979px) {
	#cboxClose {
		top: 0;
		right: 0;
	}
}

#cboxClose:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 40px;
	font-size: 4rem;
	color: #333;
}

@media screen and (max-width: 979px) {
	#cboxClose:before {
		font-size: 2.5rem;
	}
}

#cboxContent {
	margin-top: 0 !important;
}

#colorbox {
	top: 76px !important;
}

@media (max-width: 979px) {
	#colorbox {
		top: 20px !important;
	}
}

/* ------------------------
   Custom Slick slider css
   ------------------------ */

.slick-slide img {
	width: 100%;
}

@media screen and (max-width: 979px) {
	.slick-slider.has_few_banners .slick-slide {
		width: 100% !important;
		margin: 0;
	}

	.slick-slider.has_few_banners .slick-slide+.slick-slide {
		margin-top: 10px;
	}
}

.slick-prev {
	left: -50px;
}

@media screen and (max-width: 979px) {
	.slick-prev {
		left: 0;
	}
}

.slick-next {
	right: -50px;
}

@media screen and (max-width: 979px) {
	.slick-next {
		right: 0;
	}
}

.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	z-index: 5;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.4);
}

.slick-prev:before,
.slick-next:before {
	position: relative;
	content: "\f104" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	padding: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 30px;
	font-size: 3rem;
	color: #333;
}

.slick-next:before {
	content: "\f105" !important;
}

.slick-dots {
	bottom: -29px;
	text-align: center;
}

.slick-dots li {
	margin: 0 5px;
	width: 15px;
	height: 15px;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
}

.slick-dots li button:before {
	width: 15px;
	height: 15px;
	font-size: 15px;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}



/* Utility  -------------------------------*/
/* SP専用クラアス */
@media screen and (max-width: 979px) {
	.u_mt0sp {
		margin-top: 0px !important;
	}

	.u_mr0sp {
		margin-right: 0px !important;
	}

	.u_mb0sp {
		margin-bottom: 0px !important;
	}

	.u_ml0sp {
		margin-left: 0px !important;
	}

	.u_pt0sp {
		padding-top: 0px !important;
	}

	.u_pr0sp {
		padding-right: 0px !important;
	}

	.u_pb0sp {
		padding-bottom: 0px !important;
	}

	.u_pl0sp {
		padding-left: 0px !important;
	}

	.u_mt5sp {
		margin-top: 5px !important;
	}

	.u_mr5sp {
		margin-right: 5px !important;
	}

	.u_mb5sp {
		margin-bottom: 5px !important;
	}

	.u_ml5sp {
		margin-left: 5px !important;
	}

	.u_pt5sp {
		padding-top: 5px !important;
	}

	.u_pr5sp {
		padding-right: 5px !important;
	}

	.u_pb5sp {
		padding-bottom: 5px !important;
	}

	.u_pl5sp {
		padding-left: 5px !important;
	}

	.u_mt10sp {
		margin-top: 10px !important;
	}

	.u_mr10sp {
		margin-right: 10px !important;
	}

	.u_mb10sp {
		margin-bottom: 10px !important;
	}

	.u_ml10sp {
		margin-left: 10px !important;
	}

	.u_pt10sp {
		padding-top: 10px !important;
	}

	.u_pr10sp {
		padding-right: 10px !important;
	}

	.u_pb10sp {
		padding-bottom: 10px !important;
	}

	.u_pl10sp {
		padding-left: 10px !important;
	}

	.u_mt15sp {
		margin-top: 15px !important;
	}

	.u_mr15sp {
		margin-right: 15px !important;
	}

	.u_mb15sp {
		margin-bottom: 15px !important;
	}

	.u_ml15sp {
		margin-left: 15px !important;
	}

	.u_pt15sp {
		padding-top: 15px !important;
	}

	.u_pr15sp {
		padding-right: 15px !important;
	}

	.u_pb15sp {
		padding-bottom: 15px !important;
	}

	.u_pl15sp {
		padding-left: 15px !important;
	}

	.u_mt20sp {
		margin-top: 20px !important;
	}

	.u_mr20sp {
		margin-right: 20px !important;
	}

	.u_mb20sp {
		margin-bottom: 20px !important;
	}

	.u_ml20sp {
		margin-left: 20px !important;
	}

	.u_pt20sp {
		padding-top: 20px !important;
	}

	.u_pr20sp {
		padding-right: 20px !important;
	}

	.u_pb20sp {
		padding-bottom: 20px !important;
	}

	.u_pl20sp {
		padding-left: 20px !important;
	}

	.u_mt25sp {
		margin-top: 25px !important;
	}

	.u_mr25sp {
		margin-right: 25px !important;
	}

	.u_mb25sp {
		margin-bottom: 25px !important;
	}

	.u_ml25sp {
		margin-left: 25px !important;
	}

	.u_pt25sp {
		padding-top: 25px !important;
	}

	.u_pr25sp {
		padding-right: 25px !important;
	}

	.u_pb25sp {
		padding-bottom: 25px !important;
	}

	.u_pl25sp {
		padding-left: 25px !important;
	}

	.u_mt30sp {
		margin-top: 30px !important;
	}

	.u_mr30sp {
		margin-right: 30px !important;
	}

	.u_mb30sp {
		margin-bottom: 30px !important;
	}

	.u_ml30sp {
		margin-left: 30px !important;
	}

	.u_pt30sp {
		padding-top: 30px !important;
	}

	.u_pr30sp {
		padding-right: 30px !important;
	}

	.u_pb30sp {
		padding-bottom: 30px !important;
	}

	.u_pl30sp {
		padding-left: 30px !important;
	}

	.u_mt35sp {
		margin-top: 35px !important;
	}

	.u_mr35sp {
		margin-right: 35px !important;
	}

	.u_mb35sp {
		margin-bottom: 35px !important;
	}

	.u_ml35sp {
		margin-left: 35px !important;
	}

	.u_pt35sp {
		padding-top: 35px !important;
	}

	.u_pr35sp {
		padding-right: 35px !important;
	}

	.u_pb35sp {
		padding-bottom: 35px !important;
	}

	.u_pl35sp {
		padding-left: 35px !important;
	}

	.u_mt40sp {
		margin-top: 40px !important;
	}

	.u_mr40sp {
		margin-right: 40px !important;
	}

	.u_mb40sp {
		margin-bottom: 40px !important;
	}

	.u_ml40sp {
		margin-left: 40px !important;
	}

	.u_pt40sp {
		padding-top: 40px !important;
	}

	.u_pr40sp {
		padding-right: 40px !important;
	}

	.u_pb40sp {
		padding-bottom: 40px !important;
	}

	.u_pl40sp {
		padding-left: 40px !important;
	}

	.u_mt45sp {
		margin-top: 45px !important;
	}

	.u_mr45sp {
		margin-right: 45px !important;
	}

	.u_mb45sp {
		margin-bottom: 45px !important;
	}

	.u_ml45sp {
		margin-left: 45px !important;
	}

	.u_pt45sp {
		padding-top: 45px !important;
	}

	.u_pr45sp {
		padding-right: 45px !important;
	}

	.u_pb45sp {
		padding-bottom: 45px !important;
	}

	.u_pl45sp {
		padding-left: 45px !important;
	}

	.u_mt50sp {
		margin-top: 50px !important;
	}

	.u_mr50sp {
		margin-right: 50px !important;
	}

	.u_mb50sp {
		margin-bottom: 50px !important;
	}

	.u_ml50sp {
		margin-left: 50px !important;
	}

	.u_pt50sp {
		padding-top: 50px !important;
	}

	.u_pr50sp {
		padding-right: 50px !important;
	}

	.u_pb50sp {
		padding-bottom: 50px !important;
	}

	.u_pl50sp {
		padding-left: 50px !important;
	}

	.u_mt60sp {
		margin-top: 60px !important;
	}

	.u_mb60sp {
		margin-bottom: 60px !important;
	}

	.u_mt70sp {
		margin-top: 70px !important;
	}

	.u_mb70sp {
		margin-bottom: 70px !important;
	}

	.u_mt80sp {
		margin-top: 80px !important;
	}

	.u_mb80sp {
		margin-bottom: 80px !important;
	}

	.u_spHide {
		display: none !important;
	}
}

@media screen and (max-width: 375px) {
	.u_spSmDisplay {
		display: block !important;
	}
}

/* PC専用クラアス */
@media (min-width: 980px) {
	.u_mt0pc {
		margin-top: 0px !important;
	}

	.u_mr0pc {
		margin-right: 0px !important;
	}

	.u_mb0pc {
		margin-bottom: 0px !important;
	}

	.u_ml0pc {
		margin-left: 0px !important;
	}

	.u_pt0pc {
		padding-top: 0px !important;
	}

	.u_pr0pc {
		padding-right: 0px !important;
	}

	.u_pb0pc {
		padding-bottom: 0px !important;
	}

	.u_pl0pc {
		padding-left: 0px !important;
	}

	.u_mt5pc {
		margin-top: 5px !important;
	}

	.u_mr5pc {
		margin-right: 5px !important;
	}

	.u_mb5pc {
		margin-bottom: 5px !important;
	}

	.u_ml5pc {
		margin-left: 5px !important;
	}

	.u_pt5pc {
		padding-top: 5px !important;
	}

	.u_pr5pc {
		padding-right: 5px !important;
	}

	.u_pb5pc {
		padding-bottom: 5px !important;
	}

	.u_pl5pc {
		padding-left: 5px !important;
	}

	.u_mt10pc {
		margin-top: 10px !important;
	}

	.u_mr10pc {
		margin-right: 10px !important;
	}

	.u_mb10pc {
		margin-bottom: 10px !important;
	}

	.u_ml10pc {
		margin-left: 10px !important;
	}

	.u_pt10pc {
		padding-top: 10px !important;
	}

	.u_pr10pc {
		padding-right: 10px !important;
	}

	.u_pb10pc {
		padding-bottom: 10px !important;
	}

	.u_pl10pc {
		padding-left: 10px !important;
	}

	.u_mt15pc {
		margin-top: 15px !important;
	}

	.u_mr15pc {
		margin-right: 15px !important;
	}

	.u_mb15pc {
		margin-bottom: 15px !important;
	}

	.u_ml15pc {
		margin-left: 15px !important;
	}

	.u_pt15pc {
		padding-top: 15px !important;
	}

	.u_pr15pc {
		padding-right: 15px !important;
	}

	.u_pb15pc {
		padding-bottom: 15px !important;
	}

	.u_pl15pc {
		padding-left: 15px !important;
	}

	.u_mt20pc {
		margin-top: 20px !important;
	}

	.u_mr20pc {
		margin-right: 20px !important;
	}

	.u_mb20pc {
		margin-bottom: 20px !important;
	}

	.u_ml20pc {
		margin-left: 20px !important;
	}

	.u_pt20pc {
		padding-top: 20px !important;
	}

	.u_pr20pc {
		padding-right: 20px !important;
	}

	.u_pb20pc {
		padding-bottom: 20px !important;
	}

	.u_pl20pc {
		padding-left: 20px !important;
	}

	.u_mt25pc {
		margin-top: 25px !important;
	}

	.u_mr25pc {
		margin-right: 25px !important;
	}

	.u_mb25pc {
		margin-bottom: 25px !important;
	}

	.u_ml25pc {
		margin-left: 25px !important;
	}

	.u_pt25pc {
		padding-top: 25px !important;
	}

	.u_pr25pc {
		padding-right: 25px !important;
	}

	.u_pb25pc {
		padding-bottom: 25px !important;
	}

	.u_pl25pc {
		padding-left: 25px !important;
	}

	.u_mt30pc {
		margin-top: 30px !important;
	}

	.u_mr30pc {
		margin-right: 30px !important;
	}

	.u_mb30pc {
		margin-bottom: 30px !important;
	}

	.u_ml30pc {
		margin-left: 30px !important;
	}

	.u_pt30pc {
		padding-top: 30px !important;
	}

	.u_pr30pc {
		padding-right: 30px !important;
	}

	.u_pb30pc {
		padding-bottom: 30px !important;
	}

	.u_pl30pc {
		padding-left: 30px !important;
	}

	.u_mt35pc {
		margin-top: 35px !important;
	}

	.u_mr35pc {
		margin-right: 35px !important;
	}

	.u_mb35pc {
		margin-bottom: 35px !important;
	}

	.u_ml35pc {
		margin-left: 35px !important;
	}

	.u_pt35pc {
		padding-top: 35px !important;
	}

	.u_pr35pc {
		padding-right: 35px !important;
	}

	.u_pb35pc {
		padding-bottom: 35px !important;
	}

	.u_pl35pc {
		padding-left: 35px !important;
	}

	.u_mt40pc {
		margin-top: 40px !important;
	}

	.u_mr40pc {
		margin-right: 40px !important;
	}

	.u_mb40pc {
		margin-bottom: 40px !important;
	}

	.u_ml40pc {
		margin-left: 40px !important;
	}

	.u_pt40pc {
		padding-top: 40px !important;
	}

	.u_pr40pc {
		padding-right: 40px !important;
	}

	.u_pb40pc {
		padding-bottom: 40px !important;
	}

	.u_pl40pc {
		padding-left: 40px !important;
	}

	.u_mt45pc {
		margin-top: 45px !important;
	}

	.u_mr45pc {
		margin-right: 45px !important;
	}

	.u_mb45pc {
		margin-bottom: 45px !important;
	}

	.u_ml45pc {
		margin-left: 45px !important;
	}

	.u_pt45pc {
		padding-top: 45px !important;
	}

	.u_pr45pc {
		padding-right: 45px !important;
	}

	.u_pb45pc {
		padding-bottom: 45px !important;
	}

	.u_pl45pc {
		padding-left: 45px !important;
	}

	.u_mt50pc {
		margin-top: 50px !important;
	}

	.u_mr50pc {
		margin-right: 50px !important;
	}

	.u_mb50pc {
		margin-bottom: 50px !important;
	}

	.u_ml50pc {
		margin-left: 50px !important;
	}

	.u_pt50pc {
		padding-top: 50px !important;
	}

	.u_pr50pc {
		padding-right: 50px !important;
	}

	.u_pb50pc {
		padding-bottom: 50px !important;
	}

	.u_pl50pc {
		padding-left: 50px !important;
	}

	.u_mt60pc {
		margin-top: 60px !important;
	}

	.u_mb60pc {
		margin-bottom: 60px !important;
	}

	.u_mt70pc {
		margin-top: 70px !important;
	}

	.u_mb70pc {
		margin-bottom: 70px !important;
	}

	.u_mt80pc {
		margin-top: 80px !important;
	}

	.u_mb80pc {
		margin-bottom: 80px !important;
	}

	.u_pcHide {
		display: none !important;
	}
}

/* 全デバイス共通 */
.u_mt0 {
	margin-top: 0px !important;
}

.u_mr0 {
	margin-right: 0px !important;
}

.u_mb0 {
	margin-bottom: 0px !important;
}

.u_ml0 {
	margin-left: 0px !important;
}

.u_pt0 {
	padding-top: 0px !important;
}

.u_pr0 {
	padding-right: 0px !important;
}

.u_pb0 {
	padding-bottom: 0px !important;
}

.u_pl0 {
	padding-left: 0px !important;
}

.u_mt5 {
	margin-top: 5px !important;
}

.u_mr5 {
	margin-right: 5px !important;
}

.u_mb5 {
	margin-bottom: 5px !important;
}

.u_ml5 {
	margin-left: 5px !important;
}

.u_pt5 {
	padding-top: 5px !important;
}

.u_pr5 {
	padding-right: 5px !important;
}

.u_pb5 {
	padding-bottom: 5px !important;
}

.u_pl5 {
	padding-left: 5px !important;
}

.u_mt10 {
	margin-top: 10px !important;
}

.u_mr10 {
	margin-right: 10px !important;
}

.u_mb10 {
	margin-bottom: 10px !important;
}

.u_ml10 {
	margin-left: 10px !important;
}

.u_pt10 {
	padding-top: 10px !important;
}

.u_pr10 {
	padding-right: 10px !important;
}

.u_pb10 {
	padding-bottom: 10px !important;
}

.u_pl10 {
	padding-left: 10px !important;
}

.u_mt15 {
	margin-top: 15px !important;
}

.u_mr15 {
	margin-right: 15px !important;
}

.u_mb15 {
	margin-bottom: 15px !important;
}

.u_ml15 {
	margin-left: 15px !important;
}

.u_pt15 {
	padding-top: 15px !important;
}

.u_pr15 {
	padding-right: 15px !important;
}

.u_pb15 {
	padding-bottom: 15px !important;
}

.u_pl15 {
	padding-left: 15px !important;
}

.u_mt20 {
	margin-top: 20px !important;
}

.u_mr20 {
	margin-right: 20px !important;
}

.u_mb20 {
	margin-bottom: 20px !important;
}

.u_ml20 {
	margin-left: 20px !important;
}

.u_pt20 {
	padding-top: 20px !important;
}

.u_pr20 {
	padding-right: 20px !important;
}

.u_pb20 {
	padding-bottom: 20px !important;
}

.u_pl20 {
	padding-left: 20px !important;
}

.u_mt25 {
	margin-top: 25px !important;
}

.u_mr25 {
	margin-right: 25px !important;
}

.u_mb25 {
	margin-bottom: 25px !important;
}

.u_ml25 {
	margin-left: 25px !important;
}

.u_pt25 {
	padding-top: 25px !important;
}

.u_pr25 {
	padding-right: 25px !important;
}

.u_pb25 {
	padding-bottom: 25px !important;
}

.u_pl25 {
	padding-left: 25px !important;
}

.u_mt30 {
	margin-top: 30px !important;
}

.u_mr30 {
	margin-right: 30px !important;
}

.u_mb30 {
	margin-bottom: 30px !important;
}

.u_ml30 {
	margin-left: 30px !important;
}

.u_pt30 {
	padding-top: 30px !important;
}

.u_pr30 {
	padding-right: 30px !important;
}

.u_pb30 {
	padding-bottom: 30px !important;
}

.u_pl30 {
	padding-left: 30px !important;
}

.u_mt35 {
	margin-top: 35px !important;
}

.u_mr35 {
	margin-right: 35px !important;
}

.u_mb35 {
	margin-bottom: 35px !important;
}

.u_ml35 {
	margin-left: 35px !important;
}

.u_pt35 {
	padding-top: 35px !important;
}

.u_pr35 {
	padding-right: 35px !important;
}

.u_pb35 {
	padding-bottom: 35px !important;
}

.u_pl35 {
	padding-left: 35px !important;
}

.u_mt40 {
	margin-top: 40px !important;
}

.u_mr40 {
	margin-right: 40px !important;
}

.u_mb40 {
	margin-bottom: 40px !important;
}

.u_ml40 {
	margin-left: 40px !important;
}

.u_pt40 {
	padding-top: 40px !important;
}

.u_pr40 {
	padding-right: 40px !important;
}

.u_pb40 {
	padding-bottom: 40px !important;
}

.u_pl40 {
	padding-left: 40px !important;
}

.u_mt45 {
	margin-top: 45px !important;
}

.u_mr45 {
	margin-right: 45px !important;
}

.u_mb45 {
	margin-bottom: 45px !important;
}

.u_ml45 {
	margin-left: 45px !important;
}

.u_pt45 {
	padding-top: 45px !important;
}

.u_pr45 {
	padding-right: 45px !important;
}

.u_pb45 {
	padding-bottom: 45px !important;
}

.u_pl45 {
	padding-left: 45px !important;
}

.u_mt50 {
	margin-top: 50px !important;
}

.u_mr50 {
	margin-right: 50px !important;
}

.u_mb50 {
	margin-bottom: 50px !important;
}

.u_ml50 {
	margin-left: 50px !important;
}

.u_pt50 {
	padding-top: 50px !important;
}

.u_pr50 {
	padding-right: 50px !important;
}

.u_pb50 {
	padding-bottom: 50px !important;
}

.u_pl50 {
	padding-left: 50px !important;
}

.u_mt60 {
	margin-top: 60px !important;
}

.u_mb60 {
	margin-bottom: 60px !important;
}

.u_mt70 {
	margin-top: 70px !important;
}

.u_mb70 {
	margin-bottom: 70px !important;
}

.u_mt80 {
	margin-top: 80px !important;
}

.u_mb80 {
	margin-bottom: 80px !important;
}

.u_fz10 {
	font-size: 10px !important;
}

.u_fz11 {
	font-size: 11px !important;
}

.u_fz12 {
	font-size: 12px !important;
}

.u_fz13 {
	font-size: 13px !important;
}

.u_fz14 {
	font-size: 14px !important;
}

.u_fz15 {
	font-size: 15px !important;
}

.u_fz16 {
	font-size: 16px !important;
}

.u_fz17 {
	font-size: 17px !important;
}

.u_fz18 {
	font-size: 18px !important;
}

.u_fz19 {
	font-size: 19px !important;
}

.u_fz20 {
	font-size: 20px !important;
}

.u_fz21 {
	font-size: 21px !important;
}

.u_fz22 {
	font-size: 22px !important;
}

.u_fz23 {
	font-size: 23px !important;
}

.u_fz24 {
	font-size: 24px !important;
}

.u_fz25 {
	font-size: 25px !important;
}

.u_fz26 {
	font-size: 26px !important;
}

.u_fz27 {
	font-size: 27px !important;
}

.u_fz28 {
	font-size: 28px !important;
}

.u_fz29 {
	font-size: 29px !important;
}

.u_fz30 {
	font-size: 30px !important;
}

.u_fz31 {
	font-size: 31px !important;
}

.u_fz32 {
	font-size: 32px !important;
}

.u_fz33 {
	font-size: 33px !important;
}

.u_fz34 {
	font-size: 34px !important;
}

.u_fz35 {
	font-size: 35px !important;
}

.u_fz36 {
	font-size: 36px !important;
}

.u_fz37 {
	font-size: 37px !important;
}

.u_fz38 {
	font-size: 38px !important;
}

.u_fz39 {
	font-size: 39px !important;
}

.u_fz40 {
	font-size: 40px !important;
}

.u_fz41 {
	font-size: 41px !important;
}

.u_fz42 {
	font-size: 42px !important;
}

.u_fz43 {
	font-size: 43px !important;
}

.u_fz44 {
	font-size: 44px !important;
}

.u_fz45 {
	font-size: 45px !important;
}

.u_fz46 {
	font-size: 46px !important;
}

.u_fz47 {
	font-size: 47px !important;
}

.u_fz48 {
	font-size: 48px !important;
}

.u_fz49 {
	font-size: 49px !important;
}

.u_fz50 {
	font-size: 50px !important;
}

.u_textRight {
	text-align: right !important;
}

.u_textCenter {
	text-align: center !important;
}

.u_textLeft {
	text-align: left !important;
}

.u_vaBase {
	vertical-align: baseline !important;
}

.u_vaTop {
	vertical-align: top !important;
}

.u_vaMiddle {
	vertical-align: middle !important;
}

.u_vaBottom {
	vertical-align: bottom !important;
}

.u_vaTextTop {
	vertical-align: text-top !important;
}

.u_vaTextBottom {
	vertical-align: text-bottom !important;
}

.u_vaSuper {
	vertical-align: super !important;
}

.u_vaSub {
	vertical-align: sub !important;
}

.u_floatLeft {
	float: left !important;
}

.u_floatRight {
	float: right !important;
}

.u_static {
	position: static !important;
}

.u_relative {
	position: relative !important;
}

.u_absolute {
	position: absolute !important;
}

.u_block {
	display: block !important;
}

.u_inline {
	display: inline !important;
}

.u_inlineBlock {
	display: inline-block !important;
}

.u_bgNone {
	background: none !important;
}

.u_fwBold {
	font-weight: bold !important;
}

.u_fwNormal {
	font-weight: normal !important;
}

.u_img_border {
	border: 1px solid #ccc;
}

.u_color_black {
	color: #000;
}

.u_color_gray {
	color: #707070;
}

.u_color_green {
	color: #31704d;
}

.u_color_blue {
	color: #00264c;
}

.u_flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.u_fxdRow {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.u_fxdRowRev {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.u_fxdCol {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.u_fxdColRev {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.u_fxwNo {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.u_fxwWrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.u_fxwWrapRev {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.u_jcFlexStart {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.u_jcFlexEnd {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.u_jcCenter {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.u_jcSpaceBetween {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.u_jcSpaceAround {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.u_aiFlexStart {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.u_aiFlexEnd {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.u_aiCenter {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.u_aiBase {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.u_aiStretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.u_acFlexStart {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.u_acFlexEnd {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.u_acCenter {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.u_acSpaceBetween {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.u_acSpaceAround {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.u_acStretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.u_asAuto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.u_asFlexStart {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.u_asFlexEnd {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.u_asCenter {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.u_asBase {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.u_asStretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.u_textKerning {
	font-feature-settings: "palt" !important;
}

.u_textUnderline {
	text-decoration: underline !important;
}

.u_clearfix:after {
	content: "" !important;
	display: block !important;
	clear: both !important;
}

.u_wh100p {
	width: 100% !important;
	height: auto !important;
}

.u_wh100p_sp {
	width: auto !important;
}

@media screen and (max-width: 979px) {
	.u_wh100p_sp {
		width: 100% !important;
		height: auto !important;
	}
}

.u_marginSideAuto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u_hover:hover {
	opacity: .7 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	transition: opacity 250ms !important;
}

@media screen and (max-width: 979px) {
	.u_hover:hover {
		opacity: 1 !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

.u_textCenter_pc {
	text-align: center;
}

@media screen and (max-width: 979px) {
	.u_textCenter_pc {
		text-align: left;
	}
}

/* Print -------------------------------*/
@media print {

	header,
	.l_footer {
		display: none;
	}

	body {
		padding-top: 0mm !important;
	}

	.c_mv {
		margin-bottom: 10mm;
	}

	.c_tab_btn {
		width: 250px;
	}

	.c_box_slide {
		width: 100%;
		clear: both;
	}

	.c_box_slide_txt {
		padding-top: 0;
		display: inline-block;
	}

	.c_box_slide_img {
		width: 45%;
		height: auto;
		box-shadow: none;
		position: static;
		display: inline-block;
	}

	.c_box_slide .inner {
		width: 100%;
		display: block;
	}

	.c_box .u_pcHide {
		display: none;
	}

	.top_style_box {
		width: 100%;
	}

	.top_style_box img {
		max-width: 75%;
	}

	.top_information,
	.top_style {
		background: none;
	}

	.location_cont_about {
		background: none;
	}

	.l_cont_detail {
		page-break-inside: avoid;
	}

	.print-off {
		display: none;
	}

	.map_btn_link {
		display: none;
	}
}