@charset "UTF-8";
/* ------------------------------------------------------------ */
/* PC
/* ------------------------------------------------------------ */
@media print, screen and (min-width:1024px){

/* Header */
header {
	height: 100vh;
}

/* top-main */
#top-main {
	position: relative;
	width: 100%;
	height: 100%;
}
.top-slider {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: calc( 100vh - 160px );
	z-index: 1;
}
#main-img.slide li {
	width: 100vw;
	height: calc( 100vh - 160px );
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#main-img.slide li img {
	display: none;
}
.top-catch {
	position: absolute;
	top: calc(50% - 80px);
	left: 5%;
	z-index: 10;
	width: 401px;
	height: 125px;
}
.top-catch p {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 125px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/main-catch.png) no-repeat 0 0;
	background-size: 401px 125px;
}
.top-news {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	background-color: #0097D9;
	border-radius: 3px;
}
.top-news ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 15px 0 0 5%;
}
.top-news li {
	display: block;
	color: #fff;
}
.top-news li a {
	color: #fff;
}
.top-news li:nth-child(-n + 3) {
	margin-right: 30px;
}
.top-news li:nth-child(1) {
	font-size: 90%;
	font-weight: 800;
}
.top-news li:nth-child(3) {
	flex-basis: auto;
}

/* index about */
#index-about {
	width: 100%;
	max-width: 1080px;
	height: 150px;
	clear: both;
	margin: 0 auto;
}
#index-about .main-about01 {
	position: relative;
	margin-top: 80px;
}
#index-about .main-about01 .catch {
	position: absolute;
	top: 0;
	left: 15%;
	display: flex;
	align-items: center;
}
#index-about .main-about01 .catch h2 {
	margin-left: 30px;
	font-size: 180%;
	line-height: 150%;
}
#index-about .main-about01 .catch h2 span.blue {
	color: #0097D9;
}
#index-about .main-about01 .cap {
	position: absolute;
	top: 180px;
	left: 5%;
	width: 55%;
	background-color: #fff;
	z-index: 10;
	padding: 20px 2.5% 10px 0;
}
#index-about .main-about01 .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 47.5%;
	height: 500px;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/index-about02.jpg);
	background-size: cover;
}

/* index menu */
#index-menu {
	width: 90%;
	max-width: 1080px;
	clear: both;
	margin: 50px auto 0;
}
.menu-box {
	display: flex;
	justify-content: space-between;
}
.menu-box .menu-item {
	position: relative;
	width: 47.5%;
	height: 380px;
	margin-right: 5%;
}
.menu-box .menu-item:nth-child(2) {
	margin-right: 0;
}
.menu-box .menu-item .image {
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.menu-box .menu-item img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	transition: 0.5s;
}
.menu-box .menu-item img:hover {
	transform: scale(1.2, 1.2);
}
.menu-box .menu-item h4 .btn {
	position: absolute;
	width: 300px;
	left: 50%;
	bottom: 20px;
	margin-left: -150px;
	padding: 10px 0;
	text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
}
.menu-box .menu-item h4 .more {
    background-color: #F8779E;
    border: 2px solid #F8779E;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-box .menu-item h4 .more:hover {
    background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}

}

/* ------------------------------------------------------------ */
/* TAB
/* ------------------------------------------------------------ */
@media screen and (max-width: 1023px){

/* Header */
header {
	height: 100vh;
}

/* top-main */
#top-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top-slider {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: calc( 100vh - 80px );
	z-index: 1;
}
#main-img.slide li {
	width: 100vw;
	height: calc( 100vh - 80px );
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#main-img.slide li img {
	display: none;
}
.top-catch {
	position: absolute;
	top: calc(50% - 62px);
	left: 5%;
	z-index: 10;
	width: 401px;
	height: 125px;
}
.top-catch p {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 125px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/main-catch.png) no-repeat 0 0;
	background-size: 401px 125px;
}
.top-news {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 90px;
	background-color: #0097D9;
	border-radius: 3px;
}
.top-news ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 15px 0 0 5%;
}
.top-news li {
	display: block;
	color: #fff;
	font-size: 90%;
}
.top-news li a {
	color: #fff;
}
.top-news li:nth-child(-n + 3) {
	margin-right: 20px;
}
.top-news li:nth-child(1) {
	font-weight: 800;
	width: 100%;
}
.top-news li:nth-child(3) {
	flex-basis: auto;
}

/* index about */
#index-about {
	width: 100%;
	/*height: 550px;*/
	clear: both;
	margin: 0 auto;
}
#index-about .main-about01 {
	position: relative;
	margin-top: 80px;
}
#index-about .main-about01 .catch {
	position: absolute;
	top: 0;
	left: 15%;
	display: flex;
	align-items: center;
}
#index-about .main-about01 .catch h2 {
	margin-left: 30px;
	font-size: 170%;
	line-height: 150%;
}
#index-about .main-about01 .catch h2 span.blue {
	color: #0097D9;
}
#index-about .main-about01 .cap {
	position: absolute;
	top: 200px;
	left: 15%;
	width: 50%;
	background-color: #fff;
	z-index: 10;
	padding: 20px 10px 10px;
}
#index-about .main-about01 .image {
	position: absolute;
	top: 150px;
	right: 0;
	width: 52.5%;
	height: 350px;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/index-about02.jpg);
	background-size: cover;
}

/* index menu */
#index-menu {
	width: 90%;
	clear: both;
	margin: 50px auto 0;
}
.menu-box {
	display: flex;
	justify-content: space-between;
}
.menu-box .menu-item {
	position: relative;
	width: 47.5%;
	height: 300px;
	margin-right: 5%;
}
.menu-box .menu-item:nth-child(2) {
	margin-right: 0;
}
.menu-box .menu-item .image {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.menu-box .menu-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: 0.5s;
}
.menu-box .menu-item img:hover {
	transform: scale(1.2, 1.2);
}
.menu-box .menu-item h4 .btn {
	position: absolute;
	width: 300px;
	left: 50%;
	bottom: 20px;
	margin-left: -150px;
	padding: 10px 0;
	text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
}
.menu-box .menu-item h4 .more {
    background-color: #F8779E;
    border: 2px solid #F8779E;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-box .menu-item h4 .more:hover {
    background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}

}

/* ------------------------------------------------------------ */
/* SP（横）
/* ------------------------------------------------------------ */
@media screen and (max-width: 896px){

/* Header */
header {
	height: 600px;
}

/* top-main */
#top-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top-slider {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 500px;
	z-index: 1;
}
#main-img.slide li {
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#main-img.slide li img {
	display: none;
}
.top-catch {
	position: absolute;
	top: calc(50% - 90px);
	left: 50%;
	margin-left: -150px;
	z-index: 10;
	width: 300px;
	height: 93px;
}
.top-catch p {
	display: block;
	overflow: hidden;
	width: 300px;
	height: 93px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/main-catch.png) no-repeat 0 0;
	background-size: 300px 93px;
}
.top-news {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 90px;
	background-color: #0097D9;
	border-radius: 3px;
}
.top-news ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 15px 0 0 5%;
}
.top-news li {
	display: block;
	color: #fff;
	font-size: 90%;
}
.top-news li a {
	color: #fff;
}
.top-news li:nth-child(1) {
	font-weight: 800;
}
.top-news li:nth-child(2) {
	display: none;
}
.top-news li:nth-child(3) {
	flex-basis: auto;
	font-size: 90%;
}

/* index about */
#index-about {
	width: 90%;
	clear: both;
	margin: 0 auto;
}
#index-about .main-about01 {
	position: static;
	margin-top: 50px;
}
#index-about .main-about01 .catch {
	position: static;
	width: 100%;
	display: flex;
	align-items: center;
}
#index-about .main-about01 .catch h2 {
	margin-left: 30px;
	font-size: 160%;
	line-height: 150%;
}
#index-about .main-about01 .catch h2 span.blue {
	color: #0097D9;
}
#index-about .main-about01 .image {
	position: static;
	margin-top: 10px;
	width: 100%;
	height: 240px;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/index-about02.jpg);
	background-size: cover;
}
#index-about .main-about01 .cap {
	position: static;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	padding: 20px 0 10px;
}

/* index menu */
#index-menu {
	width: 90%;
	clear: both;
	margin: 50px auto 0;
}
.menu-box {
	display: flex;
	justify-content: space-between;
}
.menu-box .menu-item {
	position: relative;
	width: 47.5%;
	height: 250px;
	margin-right: 5%;
}
.menu-box .menu-item:nth-child(2) {
	margin-right: 0;
}
.menu-box .menu-item .image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.menu-box .menu-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: 0.5s;
}
.menu-box .menu-item img:hover {
	transform: scale(1.2, 1.2);
}
.menu-box .menu-item h4 .btn {
	position: absolute;
	width: 150px;
	left: 50%;
	bottom: 20px;
	margin-left: -75px;
	padding: 10px 0;
	text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
}
.menu-box .menu-item h4 .more {
    background-color: #F8779E;
    border: 2px solid #F8779E;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-box .menu-item h4 .more:hover {
    background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}

}

/* ------------------------------------------------------------ */
/* SP（縦）
/* ------------------------------------------------------------ */
@media screen and (max-width: 480px){

/* Header */
header {
	height: 450px;
}

/* top-main */
#top-main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top-slider {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 350px;
	z-index: 1;
}
#main-img.slide li {
	width: 100%;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
#main-img.slide li img {
	display: none;
}
.top-catch {
	position: absolute;
	top: calc(50% - 70px);
	left: 50%;
	margin-left: -100px;
	z-index: 10;
	width: 200px;
	height: 62px;
}
.top-catch p {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 62px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/main-catch.png) no-repeat 0 0;
	background-size: 200px 62px;
}
.top-news {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 85px;
	background-color: #0097D9;
	border-radius: 3px;
}
.top-news ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 15px 0 0 5%;
}
.top-news li {
	display: block;
	color: #fff;
	font-size: 90%;
}
.top-news li a {
	color: #fff;
}
.top-news li:nth-child(1) {
	font-weight: 800;
}
.top-news li:nth-child(2) {
	display: none;
}
.top-news li:nth-child(3) {
	flex-basis: auto;
	font-size: 80%;
}

/* index about */
#index-about {
	width: 90%;
	height: auto;
	clear: both;
	margin: 0 auto;
}
#index-about .main-about01 {
	position: static;
	margin-top: 50px;
}
#index-about .main-about01 .catch {
	position: static;
	width: 100%;
	display: flex;
	align-items: center;
}
#index-about .main-about01 .catch h2 {
	margin-left: 20px;
	font-size: 120%;
	line-height: 120%;
	font-feature-settings: "palt" 1;
}
#index-about .main-about01 .catch h2 span.blue {
	color: #0097D9;
}
#index-about .main-about01 .image {
	position: static;
	width: 100%;
	height: 200px;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/index-about02.jpg);
	background-size: cover;
}
#index-about .main-about01 .cap {
	position: static;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	padding: 20px 0 0;
}

/* index menu */
#index-menu {
	width: 90%;
	clear: both;
	margin: 50px auto 0;
}
.menu-box {
	display: block;
}
.menu-box .menu-item {
	position: relative;
	width: 100%;
	height: 245px;
	margin-right: 0;
}
.menu-box .menu-item:nth-child(2) {
	margin-right: 0;
	margin-top: 30px;
}
.menu-box .menu-item .image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.menu-box .menu-item img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.menu-box .menu-item img:hover {
	transform: scale(1.2, 1.2);
}
.menu-box .menu-item h4 .btn {
	position: absolute;
	font-size: 16px;
	width: 240px;
	left: 50%;
	bottom: 5%;
	margin-left: -120px;
	padding: 10px 0;
	text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
}
.menu-box .menu-item h4 .more {
    background-color: #F8779E;
    border: 2px solid #F8779E;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.menu-box .menu-item h4 .more:hover {
    background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}

}
