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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
@font-face {
	font-family: Noto Serif JP;
	src: url("../font/NotoSerifMedium.woff") format("woff"), url("../font/NotoSerifMedium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Cinzel;
	src: url("../font/Cinzel-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Montserrat;
	src: url("../font/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
	font-family: Tenali Ramakrishna;
	src: url("../font/TenaliRamakrishna-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Questrial;
	src: url("../font/Questrial-Regular.ttf") format("truetype");
}

@font-face {
	font-family: Cormorant Infant;
	src: url("../font/CormorantInfant-Regular.ttf") format("truetype");
}

@font-face {
	font-family: FontAwesome;
	src: url("../font/fontawesome-webfont.ttf") format("truetype");
}

@font-face {
	font-family: 'ic';
	src: url("../fonts/ic.ttf?h6h1x") format("truetype"), url("../fonts/ic.woff?h6h1x") format("woff"), url("../fonts/ic.svg?h6h1x#ic") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.temp_hov {
	display: block;
	text-decoration: none;
	font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	position: relative;
}

.temp_hov:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #ecf4fa;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: width 1200ms ease, right 1200ms, opacity 400ms;
	-moz-transition: width 1200ms ease, right 1200ms, opacity 400ms;
	-o-transition: width 1200ms ease, right 1200ms, opacity 400ms;
	transition: width 1200ms ease, right 1200ms, opacity 400ms;
}

@media only screen and (min-width: 1px) {
	.temp_hov:hover:before {
		right: inherit;
		left: 0;
		width: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

@media print {
	.temp_hov:hover:before {
		right: inherit;
		left: 0;
		width: 100%;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}
}

.ie8 .temp_hov:hover:before {
	right: inherit;
	left: 0;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	background: url("../images/header/bg_header.jpg") no-repeat center top 140px;
	margin: 0;
}

/* -----------------------------------------------------------
	楽天サイトバー調整（各デザインごとに要調整）
----------------------------------------------------------- */
#htlSide-A {
	top: 990px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header:before {
	content: '';
	display: block;
	width: 100%;
	height: 200px;
	background: -owg-linear-gradient(#000, transparent);
	background: -webkit-linear-gradient(#000, transparent);
	background: -moz-linear-gradient(#000, transparent);
	background: -o-linear-gradient(#000, transparent);
	background: linear-gradient(#000, transparent);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#00000000');
	position: absolute;
	top: 0;
	left: 0;
}

/* -----------------------------------------------------------
	.mainimg
----------------------------------------------------------- */
.con_mainimg {
	position: relative;
	height: 600px;
}

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

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

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

.con_mainimg #obj_mainimg .slick-track {
	transform: none;
}

.con_mainimg #obj_mainimg .slide {
	height: 600px;
}

.con_mainimg #obj_mainimg .slide1 {
	background: url(../images/header/summer/img_main1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_mainimg #obj_mainimg .slide2 {
	background: url(../images/header/summer/img_main2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_mainimg #obj_mainimg .slide3 {
	background: url(../images/header/summer/img_main3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_mainimg #obj_mainimg .slide4 {
	background: url(../images/header/summer/img_main4.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_mainimg #obj_mainimg .slide5 {
	background: url(../images/header/summer/img_main5.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_mainimg #obj_mainimg .slide6 {
	background: url(../images/header/img_main6.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_mainimg .txt_main {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1111;
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.lay1
----------------------------------------------------------- */
.lay1 ul {
	margin-top: 45px;
}

.lay1 ul li {
	min-height: 300px;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.lay1 ul li + li {
	margin-top: 30px;
}

.lay1 ul li:nth-child(odd) {
	-webkit-justify-content: start;
	justify-content: start;
	justify-content: flex-start;
}

.lay1 ul li:nth-child(odd) .img {
	position: absolute;
	right: 0;
}

.lay1 ul li:nth-child(even) {
	-webkit-justify-content: end;
	justify-content: end;
	justify-content: flex-end;
}

.lay1 ul li:nth-child(even) .txt a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: end;
	justify-content: end;
	justify-content: flex-end;
}

.lay1 ul li:nth-child(even) .img {
	position: absolute;
	left: 0;
}

.lay1 ul li .txt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.lay1 ul li .txt a {
	display: block;
	padding: 30px 0;
	width: 710px;
	min-height: 275px;
}

/* -----------------------------------------------------------
	.con_roo
----------------------------------------------------------- */
.con_roo {
	margin-top: 70px;
	position: relative;
}

.con_roo:after {
	content: '';
	display: block;
	position: absolute;
	top: -170px;
	left: 0;
	height: 240px;
	width: 100%;
	background: url(../images/common/bg_wave.png) top center no-repeat;
	background-size: contain;
	z-index: -1;
}

/* -----------------------------------------------------------
	.con_fac
----------------------------------------------------------- */
.con_fac {
	margin-top: 30px;
}

/* -----------------------------------------------------------
	.con_cui,.con_hot
----------------------------------------------------------- */
.con_cui, .con_hot {
	margin-top: 60px;
}

/* -----------------------------------------------------------
	.con_plan
----------------------------------------------------------- */
.con_plan {
	margin-top: 60px;
	padding: 30px;
	box-sizing: border-box;
	background: #f3f7f8;
}

.con_plan ul {
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
}

.con_plan ul li {
	-webkit-flex: 1;
	flex: 1;
}

.con_plan ul li a {
	display: block;
	text-align: center;
	padding: 25px;
	text-decoration: none !important;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

.con_plan ul li a:hover {
	background: #fff;
}

.con_plan ul li a .img {
	position: relative;
	height: 166px;
	overflow: hidden;
}

.con_plan ul li a .img img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	transform: translateX(-50%);
	height: 100%;
	max-width: inherit !important;
}

.con_plan ul li a .txt {
	margin-top: 20px;
	font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1.8;
	font-size: 108%;
}

/* -----------------------------------------------------------
	.con_pic
----------------------------------------------------------- */
.con_pic {
	margin-top: 100px;
}

.con_pic h3 {
	text-align: center;
	font-size: 100%;
	font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

.con_pic h3 em {
	font-weight: normal;
	letter-spacing: .15em;
	font-size: 147%;
}

.con_pic ul {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.con_pic ul li + li {
	margin-left: 60px;
}

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