@charset "UTF-8";
/* ------------------------------------------------------------ */
/* PC
/* ------------------------------------------------------------ */

@media print, screen and (min-width:1024px){

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

/* entry common */
.entrytitle {
	width: 100%;
	height: 300px;
	position: relative;
}
#mask .entrytitle {
	background: url(/wp-content/themes/minluck/images/mask.jpg) center center no-repeat;
	background-size: cover;
}
#company .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle01.jpg) center center no-repeat;
	background-size: cover;
}
#products .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle02.jpg) center center no-repeat;
	background-size: cover;
}
#access .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle03.jpg) center center no-repeat;
	background-size: cover;
}
#contact .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle05.jpg) center center no-repeat;
	background-size: cover;
}
#privacy .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle06.jpg) center center no-repeat;
	background-size: cover;
}
#news .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle04.jpg) center center no-repeat;
	background-size: cover;
}
.entrytitle .cap  {	
	position: absolute;
	bottom: -50px;
	left: 5%;
	padding: 15px 50px 0;
	background-color: #fff;
}
.entrytitle .cap h1  {
	font-size: 180%;
	line-height: 150%;
	margin-bottom: 0;
	text-align: center;
}
.entrytitle .cap p  {
	color: #0097D9;
}

/* entrybox common */
.entrybox {
	width: 100%;
	clear: both;
	padding: 100px 0 0;
}
.entrybox h1 {
	font-size: 200%;
	line-height: 150%;
	margin-bottom: 20px;
}
.entrybox h2 {
	font-size: 180%;
	line-height: 150%;
	margin-bottom: 20px;
}
.entrybox h3 {
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 10px;
}
.entrybox h4 {
	font-size: 120%;
	line-height: 180%;
	margin-bottom: 10px;
}
.entrybox h5 {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 10px;
}
.entrybox p {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 20px;
}
.entrybox strong {
	font-weight: bold;
}
.entrybox blockquote {
    position: relative;
    margin: 15px 0;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    border: 1px solid #555;
    font-style: italic;
    color: #555;
}
.entrybox blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.entrybox blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.entrybox blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entrybox .under {
	background: linear-gradient(transparent 50%, yellow 50%);
}

/* table */
.entrybox table {
	line-height: 180%;
	margin: 10px 0 12px;
	width: 100%;
}
.entrybox th {
	padding: 8px 12px 8px 18px;
	font-size: 90%;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.entrybox td {
	padding: 8px 5px;
	font-size: 90%;
	/*vertical-align: top;*/
}
.entrybox th p,
.entrybox th li,
.entrybox td p,
.entrybox td li {
	padding-bottom: 0;
	font-size: 100%;
}

/* list */
.entrybox ul,
.entrybox ol {
	margin-bottom: 15px;
}
.entrybox ul li,
.entrybox ol li  {
	line-height: 180%;
}

/* page-mask */
#page-mask {
	width: 100%;
	margin: 0 auto;
}
.main-mask01 {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.main-mask01 .image {
	width: 47.5%;
	margin-top: 120px;
	margin-left: 5%;
}
.main-mask01 .image img {
	width: 100%;
	height: auto;
}
.main-mask01 .cap {
	width: 47.5%;
}
.main-mask01 .cap .head {
	display: flex;
	align-items: center;
}
.main-mask01 .cap .head h3 {
	margin-left: 30px;
}
.main-mask02 {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.main-mask02 .mask-wrap {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
	background: #fff;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.main-mask02 .mask-wrap:nth-child(3n) {
	margin-right: 0 !important;
}
.main-mask02 .mask-text {
	width: 90%;
	padding: 1em 5% 0;
}
.main-mask02 .mask-text h4 {
	text-align: center;
}
.main-mask02 .mask-text p {
	font-size: 75%;
}
.main-mask03 {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.main-mask03 img {
	width: 100%;
	height: auto;
}

/* page-company */
#page-company {
	width: 100%;
	margin: 0 auto;
}
.main-company01 {
	width: 90%;
	max-width: 1080px;
	height: 680px;
	margin: 0 auto;
	position: relative;
}
.main-company01 .cap {
	position: absolute;
	top: 100px;
	left: 0;
	width: 43.5%;
	background-color: #fff;
	z-index: 10;
	padding: 20px 5% 10px;
}
.main-company01 .cap p.sign {
	text-align: right;
}
.main-company01 .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 52.5%;
	height: 400px;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/img-company01.jpg);
	background-size: cover;
}
.main-company02 {
	margin: 0;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.main-company02 .image {
	width: 33.3%;
}
.main-company02 .image:nth-child(3n) {
	margin-right: 0 !important;
}
.main-company02 .image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: cover;
}
.main-company03 {
	width: 60%;
	position: relative;
	margin: 80px auto 0;
}
.main-company03 h3 {
	text-align: center;
	margin: 50px 0 30px;
}
.main-company03 table {
	width: 100%;
	border-spacing: 0;
}
.main-company03 table th {
	border-bottom: solid 2px #0097D9;
	padding: 10px;
}
.main-company03 table td {
	border-bottom: solid 2px #eee;
	padding: 10px 0 10px 30px;
}

/* page-products */
#page-products {
	width: 100%;
	margin: 0 auto;
}
.main-products01 {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	position: relative;
}
.main-products01 .head {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	background-color: #fff;
	z-index: 10;
	padding: 0 0 10px;
	text-align: center;
}
.main-products01 .cap {
	background: url(/wp-content/themes/minluck/images/img-products-bg.jpg) no-repeat center center;
	background-size: cover;
	background-color:rgba(255,255,255,0.9);
	background-blend-mode:lighten;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 450px;
	display: flex;
	display:-webkit-box;
  	display:-ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.main-products01 .cap .intro {
	width: 60%;
	margin: 120px auto 0;
}
.main-products01 .cap .intro p {
	font-weight: bold;
}
.outline {
	display: inline-block;
	text-shadow: 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}
.main-products02 {
	width: 90%;
	max-width: 1080px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
.main-products02 .image {
	width: 47.5%;
	margin-left: 5%;
}
.main-products02 .image img {
	width: 100%;
	height: auto;
}
.main-products02 .cap {
	width: 47.5%;
}
.main-products02 .cap h4 {
	color: #0097D9;
	text-align: center;
	margin-bottom: 20px;
}
.main-products03 {
	width: 90%;
	max-width: 1080px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.main-products03 .image {
	width: 47.5%;
}
.main-products03 .image img {
	width: 100%;
	height: auto;
}
.main-products03 .cap {
	width: 47.5%;
	margin-left: 5%;
}
.main-products03 .cap h4 {
	color: #0097D9;
	text-align: center;
	margin-bottom: 20px;
}

.main-products04 {
	width: 90%;
	max-width: 1080px;
	margin: 80px auto 0;
	justify-content: space-between;
}
	
/* page-access */
#page-access {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.main-access01 {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.access-wrap {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 50px;
	border: 1px solid #eee;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.access-wrap:nth-child(2n) {
	margin-right: 0 !important;
}
.access-wrap:nth-child(3) {
	margin-bottom: 0 !important;
}
.access-map {
	width: 100%;
}
.access-info {
	padding: 10px 20px 0;
}
.access-info p {
	font-size: 80%;
}
.access-info p .btn {
	width: 100%;
	padding: 10px 0;
	text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
}
.access-info p .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;
}
.access-info p .more:hover {
    background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}

/* Page -  News List */
#page-newslist {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.main-newslist01 {
	width: 60%;
	margin: 0 20%;
}
.main-newslist01 .news-wrap {
	width: 100%;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}
.news-text {
	width: 100%;
	margin-bottom: 20px;
}
.news-text p.article-info {
	margin: 0;
	line-height: 100%;
}
.news-text span.time {
	background-color: #0097D9;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
	padding: 5px 10px;
	margin-right: 5px;
}
.news-text h3 {
	margin: 10px 0;
}
.news-text p {
	font-size: 90%;
}

/* Page -  News Single */
#page-news-single {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.main-single01 {
	width: 60%;
	margin: 0 20%;
}
.main-single01 .single-wrap {
}
.main-news-single p.article-info {
	margin: 0;
	line-height: 100%;
}
.main-news-single span.time {
	background-color: #0097D9;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}
.main-news-single h2{
	margin: 15px 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	color: #333;
}
.main-news-single p {
	font-size: 90%;
}
.main-news-single ul,
.main-news-single ol {
	padding: 10px 20px;
	border: 1px solid #333;
}
.main-news-single ul ul {
	border: none;
}
.main-news-single ul li {
	margin-left: 1em;
	list-style-type: disc !important;
}
.main-news-single ol li {
	margin-left: 1em;
	list-style-type: decimal !important;
}
.main-news-single a {
	text-decoration: underline !important;
}
.main-news-single img {
	width : 100%;
	height: 100%;
}

/* page-contact */
#page-contact {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.main-contact01 {
	width: 80%;
	margin: 0 5%;
	padding: 0 5%;
}
.main-contact01 span.phone {
	font-size: 180%;
}
.main-contact01 h4,
.main-contact01 p {
	text-align: center;
}
.main-contact02 {
	width: 80%;
	margin: 0 5%;
	padding: 0 5%;
}
.main-contact02 h4 {
	margin-top: 30px;
}
.main-contact02 h4,
.main-contact02 p {
	text-align: center;
}
.main-contact02 table {
	width: 100%;
	border-spacing: 0;
}
.main-contact02 table th {
	border-bottom: solid 2px #0097D9;
	padding: 20px 10px 10px;
}
.main-contact02 table td {
	border-bottom: solid 2px #eee;
	padding: 20px 0 20px 30px;
}
.haveto {
	font-size: 50%;
	padding: 5px;
	background: #E83828;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	position: relative;
	bottom: 3px;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-com"],
.wpcf7 input[name="your-dep"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-tel"] {
	width: 100% !important;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 200px !important;
}
.main-contact02 .policy {
	text-align: center;
	display: inline;
}
.main-contact02 .policy p {
	margin-bottom: 0;
}
.main-contact02 .policy .policy-link {
	text-decoration: underline;
}
.main-contact02 .policy .note {
	font-size: 80%;
}
.consent {
	text-align: center;
}
.text_btn{
	padding: 2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#formbtn{
	display: block;
	padding: 15px 0;
	width: 100%;
	margin:25px auto 0;
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
	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;
}
#formbtn:hover{
	background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}
.wpcf7-not-valid-tip{
	color:#E83828;
	display:block;
}
.wpcf7-response-output{
	color:#E83828;
	text-align:center;
	padding-top:20px;
}
.wpcf7-validation-errors{
	color:#E83828;
	display:block;
	text-align:center;
	margin-top:20px;
}
.wpcf7-mail-sent-ok{
	display:block;
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	background-color:#fff;
	padding:20px 0;
	color:#000;
}
.screen-reader-response{ display:none;}

/* page-privacy */
#page-privacy {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.main-privacy01 {
	width: 80%;
	margin: 0 5%;
	padding: 0 5%;
}
.main-privacy01 h4 {
	margin-bottom: 10px;
	color: #0097D9;
}

}

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

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

/* entry common */
.entrytitle {
	width: 100%;
	height: 250px;
	position: relative;
}
#mask .entrytitle {
	background: url(/wp-content/themes/minluck/images/mask.jpg) center center no-repeat;
	background-size: cover;
}
#company .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle01.jpg) center center no-repeat;
	background-size: cover;
}
#products .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle02.jpg) center center no-repeat;
	background-size: cover;
}
#access .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle03.jpg) center center no-repeat;
	background-size: cover;
}
#contact .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle05.jpg) center center no-repeat;
	background-size: cover;
}
#privacy .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle06.jpg) center center no-repeat;
	background-size: cover;
}
#news .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle04.jpg) center center no-repeat;
	background-size: cover;
}
.entrytitle .cap  {	
	position: absolute;
	bottom: -40px;
	left: 5%;
	padding: 15px 30px 0;
	background-color: #fff;
}
.entrytitle .cap h1  {
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 0;
	text-align: center;
}
.entrytitle .cap p  {
	color: #0097D9;
}

/* entrybox common */
.entrybox {
	width: 100%;
	clear: both;
	padding: 100px 0 0;
}
.entrybox h1 {
	font-size: 200%;
	line-height: 150%;
	margin-bottom: 20px;
}
.entrybox h2 {
	font-size: 180%;
	line-height: 150%;
	margin-bottom: 20px;
}
.entrybox h3 {
	font-size: 150%;
	line-height: 150%;
	margin-bottom: 10px;
}
.entrybox h4 {
	font-size: 120%;
	line-height: 180%;
	margin-bottom: 10px;
}
.entrybox h5 {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 10px;
}
.entrybox p {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 20px;
}
.entrybox strong {
	font-weight: bold;
}
.entrybox blockquote {
    position: relative;
    margin: 15px 0;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    border: 1px solid #555;
    font-style: italic;
    color: #555;
}
.entrybox blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.entrybox blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.entrybox blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.entrybox .under {
	background: linear-gradient(transparent 50%, yellow 50%);
}

/* table */
.entrybox table {
	line-height: 180%;
	margin: 10px 0 12px;
	width: 100%;
}
.entrybox th {
	padding: 8px 12px 8px 18px;
	font-size: 90%;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.entrybox td {
	padding: 8px 5px;
	font-size: 90%;
	vertical-align: top;
}
.entrybox th p,
.entrybox th li,
.entrybox td p,
.entrybox td li {
	padding-bottom: 0;
	font-size: 100%;
}

/* list */
.entrybox ul,
.entrybox ol {
	margin-bottom: 15px;
}
.entrybox ul li,
.entrybox ol li  {
	line-height: 180%;
}

/* page-mask */
#page-mask {
	width: 90%;
	margin: 0 auto;
}
.main-mask01 {
	width: 100%;
	margin: 0 auto 30px;
}
.main-mask01 .image {
	width: 60%;
	margin: 0 auto;
}
.main-mask01 .image img {
	width: 100%;
	height: auto;
}
.main-mask01 .cap {
	width: 100%;
}
.main-mask01 .cap .head {
	display: flex;
	align-items: center;
}
.main-mask01 .cap .head h3 {
	margin-left: 30px;
}
.main-mask02 {
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.main-mask02 .mask-wrap {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
	background: #fff;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.main-mask02 .mask-wrap:nth-child(3n) {
	margin-right: 0 !important;
}
.main-mask02 .mask-text {
	width: 90%;
	padding: 1em 5% 0;
}
.main-mask02 .mask-text h4 {
	text-align: center;
}
.main-mask02 .mask-text p {
	font-size: 75%;
}
.main-mask03 {
	width: 100%;
	margin: 0 auto;
}
.main-mask03 img {
	width: 100%;
	height: auto;
}

/* page-company */
#page-company {
	width: 100%;
	margin: 0 auto;
}
.main-company01 {
	width: 90%;
	height: 580px;
	margin: 0 auto;
	position: relative;
}
.main-company01 .cap {
	position: absolute;
	top: 100px;
	left: 0;
	width: 42.5%;
	background-color: #fff;
	z-index: 10;
	padding: 20px 5% 10px 0;
}
.main-company01 .cap p.sign {
	text-align: right;
}
.main-company01 .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 62.5%;
	height: 400px;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/img-company01.jpg);
	background-size: cover;
}
.main-company02 {
	margin: 0;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.main-company02 .image {
	width: 33.3%;
}
.main-company02 .image:nth-child(3n) {
	margin-right: 0 !important;
}
.main-company02 .image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: cover;
}
.main-company03 {
	width: 90%;
	position: relative;
	margin: 80px auto 0;
}
.main-company03 h3 {
	text-align: center;
	margin: 50px 0 30px;
}
.main-company03 table {
	width: 100%;
	border-spacing: 0;
}
.main-company03 table th {
	border-bottom: solid 2px #0097D9;
	padding: 10px;
}
.main-company03 table td {
	border-bottom: solid 2px #eee;
	padding: 10px 0 10px 30px;
}

/* page-products */
#page-products {
	width: 100%;
	margin: 0 auto;
}
.main-products01 {
	width: 100%;
	height: 580px;
	margin: 0 auto;
	position: relative;
}
.main-products01 .head {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: #fff;
	z-index: 10;
	padding: 0 0 10px;
	text-align: center;
}
.main-products01 .cap {
	background: url(/wp-content/themes/minluck/images/img-products-bg.jpg) no-repeat center center;
	background-size: cover;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 480px;
	display: flex;
	display:-webkit-box;
  	display:-ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.main-products01 .cap .intro {
	width: 90%;
	margin: 120px auto 0;
}
.main-products01 .cap .intro p {
	font-weight: bold;
}
.outline {
	display: inline-block;
	text-shadow: 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}
.main-products02 {
	width: 90%;
	margin: 50px auto 0;
}
.main-products02 .image {
	width: 80%;
	margin: 0 auto;
}
.main-products02 .image img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.main-products02 .cap {
	width: 100%;
}
.main-products02 .cap h4 {
	color: #0097D9;
	text-align: center;
	margin-bottom: 20px;
}
.main-products03 {
	width: 90%;
	margin: 50px auto 0;
}
.main-products03 .image {
	width: 80%;
	margin: 0 auto;
}
.main-products03 .image img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.main-products03 .cap {
	width: 100%;
}
.main-products03 .cap h4 {
	color: #0097D9;
	text-align: center;
	margin-bottom: 20px;
}

/* page-access */
#page-access {
	width: 90%;
	margin: 0 auto;
}
.main-access01 {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.access-wrap {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 50px;
	border: 1px solid #eee;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.access-wrap:nth-child(2n) {
	margin-right: 0 !important;
}
.access-wrap:nth-child(3) {
	margin-bottom: 0 !important;
}
.access-map {
	width: 100%;
}
.access-info {
	padding: 10px 20px 0;
}
.access-info p {
	font-size: 80%;
}
.access-info p .btn {
	width: 100%;
	padding: 10px 0;
	text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
}
.access-info p .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;
}
.access-info p .more:hover {
    background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}

/* Page -  News List */
#page-newslist {
	width: 90%;
	margin: 0 auto;
}
.main-newslist01 {
	width: 100%;
}
.main-newslist01 .news-wrap {
	width: 100%;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}
.news-text {
	width: 100%;
	margin-bottom: 20px;
}
.news-text p.article-info {
	margin: 0;
	line-height: 100%;
}
.news-text span.time {
	background-color: #0097D9;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
	padding: 5px 10px;
	margin-right: 5px;
}
.news-text h3 {
	margin: 10px 0;
}
.news-text p {
	font-size: 90%;
}

/* Page -  News Single */
#page-news-single {
	width: 90%;
	margin: 0 auto;
}
.main-single01 {
	width: 100%;
}
.main-single01 .single-wrap {
}
.main-news-single p.article-info {
	margin: 0;
	line-height: 100%;
}
.main-news-single span.time {
	background-color: #0097D9;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}
.main-news-single h2{
	margin: 15px 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	color: #333;
}
.main-news-single p {
	font-size: 90%;
}
.main-news-single ul,
.main-news-single ol {
	padding: 10px 20px;
	border: 1px solid #333;
}
.main-news-single ul ul {
	border: none;
}
.main-news-single ul li {
	margin-left: 1em;
	list-style-type: disc !important;
}
.main-news-single ol li {
	margin-left: 1em;
	list-style-type: decimal !important;
}
.main-news-single a {
	text-decoration: underline !important;
}
.main-news-single img {
	width : 100%;
	height: 100%;
}

/* page-contact */
#page-contact {
	width: 90%;
	margin: 0 auto;
}
.main-contact01 {
	width: 100%;
}
.main-contact01 span.phone {
	font-size: 180%;
}
.main-contact01 h4,
.main-contact01 p {
	text-align: center;
}
.main-contact02 {
	width: 100%;
}
.main-contact02 h4 {
	margin-top: 30px;
}
.main-contact02 h4,
.main-contact02 p {
	text-align: center;
}
.main-contact02 table {
	width: 100%;
	border-spacing: 0;
}
.main-contact02 table th {
	border-bottom: solid 2px #0097D9;
	padding: 20px 10px 10px;
}
.main-contact02 table td {
	border-bottom: solid 2px #eee;
	padding: 20px 0 20px 30px;
}
.haveto {
	font-size: 50%;
	padding: 5px;
	background: #E83828;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	position: relative;
	bottom: 3px;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-com"],
.wpcf7 input[name="your-dep"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-tel"] {
	width: 100% !important;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 200px !important;
}
.main-contact02 .policy {
	text-align: center;
	display: inline;
}
.main-contact02 .policy p {
	margin-bottom: 0;
}
.main-contact02 .policy .policy-link {
	text-decoration: underline;
}
.main-contact02 .policy .note {
	font-size: 80%;
}
.consent {
	text-align: center;
}
.text_btn{
	padding: 2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#formbtn{
	display: block;
	padding: 15px 0;
	width: 100%;
	margin:25px auto 0;
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
	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;
}
#formbtn:hover{
	background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}
.wpcf7-not-valid-tip{
	color:#E83828;
	display:block;
}
.wpcf7-response-output{
	color:#E83828;
	text-align:center;
	padding-top:20px;
}
.wpcf7-validation-errors{
	color:#E83828;
	display:block;
	text-align:center;
	margin-top:20px;
}
.wpcf7-mail-sent-ok{
	display:block;
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	background-color:#fff;
	padding:20px 0;
	color:#000;
}
.screen-reader-response{ display:none;}

/* page-privacy */
#page-privacy {
	width: 90%;
	margin: 0 auto;
}
.main-privacy01 {
	width: 100%;
}
.main-privacy01 h4 {
	margin-bottom: 10px;
	color: #0097D9;
}

}

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

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

/* entry common */
.entrytitle {
	width: 100%;
	height: 200px;
	position: relative;
}
#mask .entrytitle {
	background: url(/wp-content/themes/minluck/images/mask.jpg) center center no-repeat;
	background-size: cover;
}
#company .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle01.jpg) center center no-repeat;
	background-size: cover;
}
#products .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle02.jpg) center center no-repeat;
	background-size: cover;
}
#access .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle03.jpg) center center no-repeat;
	background-size: cover;
}
#contact .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle05.jpg) center center no-repeat;
	background-size: cover;
}
#privacy .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle06.jpg) center center no-repeat;
	background-size: cover;
}
#news .entrytitle {
	background: url(/wp-content/themes/minluck/images/entrytitle04.jpg) center center no-repeat;
	background-size: cover;
}
.entrytitle .cap  {	
	position: absolute;
	bottom: -40px;
	left: 5%;
	padding: 15px 30px 0;
	background-color: #fff;
}
.entrytitle .cap h1  {
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 0;
	text-align: center;
}
.entrytitle .cap p  {
	color: #0097D9;
}

/* entrybox common */
.entrybox {
	width: 100%;
	clear: both;
	padding: 60px 0 0;
}
.entrybox h1 {
	font-size: 130%;
	line-height: 150%;
	margin-bottom: 20px;
}
.entrybox h2 {
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 20px;
}
.entrybox h3 {
	font-size: 120%;
	line-height: 150%;
	margin-bottom: 10px;
}
.entrybox h4 {
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 10px;
}
.entrybox h5 {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 10px;
}
.entrybox p {
	font-size: 85%;
	line-height: 180%;
	margin-bottom: 20px;
}
.entrybox strong {
	font-weight: bold;
}
.entrybox blockquote {
    position: relative;
    margin: 15px 0;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    border: 1px solid #555;
    font-style: italic;
    color: #555;
}
.entrybox blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.entrybox blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.entrybox blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 85%;
}
.entrybox .under {
	background: linear-gradient(transparent 50%, yellow 50%);
}

/* table */
.entrybox table {
	line-height: 180%;
	margin: 10px 0 12px;
	width: 100%;
}
.entrybox th {
	padding: 8px 12px 8px 18px;
	font-size: 85%;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.entrybox td {
	padding: 8px 5px;
	font-size: 85%;
	vertical-align: top;
}
.entrybox th p,
.entrybox th li,
.entrybox td p,
.entrybox td li {
	padding-bottom: 0;
	font-size: 100%;
}

/* list */
.entrybox ul,
.entrybox ol {
	margin-bottom: 15px;
}
.entrybox ul li,
.entrybox ol li  {
	line-height: 180%;
}

/* page-mask */
#page-mask {
	width: 90%;
	margin: 0 auto;
}
.main-mask01 {
	width: 100%;
	margin: 0 auto 10px;
}
.main-mask01 .image {
	width: 60%;
	margin: 0 auto;
}
.main-mask01 .image img {
	width: 100%;
	height: auto;
}
.main-mask01 .cap {
	width: 100%;
}
.main-mask01 .cap .head {
	display: flex;
	align-items: center;
}
.main-mask01 .cap .head h3 {
	margin-left: 20px;
}
.main-mask02 {
	width: 100%;
	margin: 0 auto;
	display: block;
    background-color: #fff;
}
.main-mask02 .mask-wrap {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	background: #fff;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.main-mask02 .mask-text {
	width: 90%;
	padding: 1em 5% 5px;
}
.main-mask02 .mask-text h4 {
	text-align: center;
}
.main-mask02 .mask-text p {
	font-size: 75%;
}
.main-mask03 {
	width: 100%;
	margin: 0 auto;
}
.main-mask03 img {
	width: 100%;
	height: auto;
}

/* page-company */
#page-company {
	width: 100%;
	margin: 0 auto;
}
.main-company01 {
	width: 90%;
	height: auto;
	margin: 0 auto 50px;
	position: static;
}
.main-company01 .cap {
	position: static;
	width: 100%;
	background-color: #fff;
	padding: 0 0 10px;
}
.main-company01 .cap h2 {
	text-align: center;
}
.main-company01 .cap p.sign {
	text-align: right;
}
.main-company01 .image {
	position: static;
	width: 100%;
	height: 200px;
	text-indent: -9999px;
	background: url(/wp-content/themes/minluck/images/img-company01.jpg) no-repeat center center;
	background-size: cover;
}
.main-company02 {
	position: static;
	margin: 0;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.main-company02 .image {
	width: 33.3%;
}
.main-company02 .image:nth-child(3n) {
	margin-right: 0 !important;
}
.main-company02 .image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: cover;
}
.main-company03 {
	width: 90%;
	position: relative;
	margin: 50px auto 0;
}
.main-company03 h3 {
	text-align: center;
	margin: 30px 0 20px;
}
.main-company03 table {
	width: 100%;
	border-spacing: 0;
}
.main-company03 table th {
	width: 100%;
	display: block;
	border-bottom: solid 2px #0097D9;
	padding: 10px 0;
}
.main-company03 table td {
	width: 100%;
	display: block;
	border-bottom: solid 2px #eee;
	padding: 10px 0;
}

/* page-products */
#page-products {
	width: 100%;
	margin: 0 auto;
}
.main-products01 {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.main-products01 .head {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -225px;
	width: 450px;
	background-color: #fff;
	z-index: 10;
	padding: 0 0 10px;
	text-align: center;
}
.main-products01 .head h2 {
	font-size: 100%;
}
.main-products01 .cap {
	background: url(/wp-content/themes/minluck/images/img-products-bg.jpg) no-repeat center center;
	background-size: cover;
	background-color:rgba(255,255,255,0.85);
	background-blend-mode:lighten;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 450px;
	display: flex;
	display:-webkit-box;
  	display:-ms-flexbox;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.main-products01 .cap .intro {
	width: 90%;
	margin: 0 auto 0;
}
.main-products01 .cap .intro p {
	font-weight: bold;
}
.main-products02 {
	width: 90%;
	margin: 50px auto 0;
}
.main-products02 .image {
	width: 80%;
	margin: 0 auto;
}
.main-products02 .image img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.main-products02 .cap {
	width: 100%;
}
.main-products02 .cap h4 {
	color: #0097D9;
	text-align: center;
	margin-bottom: 20px;
	font-size: 100%;
}
.main-products03 {
	width: 90%;
	margin: 50px auto 0;
}
.main-products03 .image {
	width: 80%;
	margin: 0 auto;
}
.main-products03 .image img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.main-products03 .cap {
	width: 100%;
}
.main-products03 .cap h4 {
	color: #0097D9;
	text-align: center;
	margin-bottom: 20px;
}

/* page-access */
#page-access {
	width: 90%;
	margin: 0 auto;
}
.main-access01 {
	width: 100%;
	display: block;
}
.access-wrap {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	border: 1px solid #eee;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.access-wrap:nth-child(3) {
	margin-bottom: 0 !important;
}
.access-map {
	width: 100%;
}
.access-info {
	padding: 10px 20px 0;
}
.access-info p {
	font-size: 80%;
}
.access-info p .btn {
	width: 100%;
	padding: 10px 0;
	text-align: center;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 3px;
}
.access-info p .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;
}
.access-info p .more:hover {
    background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}

/* Page -  News List */
#page-newslist {
	width: 90%;
	margin: 0 auto;
}
.main-newslist01 {
	width: 100%;
}
.main-newslist01 .news-wrap {
	width: 100%;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}
.news-text {
	width: 100%;
	margin-bottom: 20px;
}
.news-text p.article-info {
	margin: 0;
	line-height: 100%;
}
.news-text span.time {
	background-color: #0097D9;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
	padding: 5px 10px;
	margin-right: 5px;
}
.news-text h3 {
	margin: 10px 0;
}
.news-text p {
	font-size: 90%;
}

/* Page -  News Single */
#page-news-single {
	width: 90%;
	margin: 0 auto;
}
.main-single01 {
	width: 100%;
}
.main-single01 .single-wrap {
}
.main-news-single p.article-info {
	margin: 0;
	line-height: 100%;
}
.main-news-single span.time {
	background-color: #0097D9;
	font-weight: bold;
	color: #fff;
	font-size: 80%;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}
.main-news-single h2{
	margin: 15px 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	color: #333;
}
.main-news-single p {
	font-size: 90%;
}
.main-news-single ul,
.main-news-single ol {
	padding: 10px 20px;
	border: 1px solid #333;
}
.main-news-single ul ul {
	border: none;
}
.main-news-single ul li {
	margin-left: 1em;
	list-style-type: disc !important;
}
.main-news-single ol li {
	margin-left: 1em;
	list-style-type: decimal !important;
}
.main-news-single a {
	text-decoration: underline !important;
}
.main-news-single img {
	width : 100%;
	height: 100%;
}

/* page-contact */
#page-contact {
	width: 90%;
	margin: 0 auto;
}
.main-contact01 {
	width: 100%;
}
.main-contact01 span.phone {
	font-size: 180%;
}
.main-contact01 h4,
.main-contact01 p {
	text-align: center;
}
.main-contact02 {
	width: 100%;
}
.main-contact02 h4 {
	margin-top: 30px;
}
.main-contact02 h4,
.main-contact02 p {
	text-align: center;
}
.main-contact02 table {
	width: 100%;
	border-spacing: 0;
}
.main-contact02 table th {
	display: block;
	width: 100%;
	border-bottom: solid 2px #0097D9;
	padding: 20px 0 10px;
}
.main-contact02 table td {
	display: block;
	width: 100%;
	border-bottom: solid 2px #eee;
	padding: 20px 0;
}
.haveto {
	font-size: 50%;
	padding: 5px;
	background: #E83828;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
	position: relative;
	bottom: 3px;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-com"],
.wpcf7 input[name="your-dep"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-tel"] {
	width: 100% !important;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 200px !important;
}
.main-contact02 .policy {
	text-align: center;
	display: inline;
}
.main-contact02 .policy p {
	margin-bottom: 0;
}
.main-contact02 .policy .policy-link {
	text-decoration: underline;
}
.main-contact02 .policy .note {
	font-size: 80%;
}
.consent {
	text-align: center;
}
.text_btn{
	padding: 2%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#formbtn{
	display: block;
	padding: 15px 0;
	width: 100%;
	margin:25px auto 0;
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
	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;
}
#formbtn:hover{
	background-color: #fff;
    border: 2px solid #F8779E;
    color: #F8779E !important;
    border-radius: 30px;
}
.wpcf7-not-valid-tip{
	color:#E83828;
	display:block;
}
.wpcf7-response-output{
	color:#E83828;
	text-align:center;
	padding-top:20px;
}
.wpcf7-validation-errors{
	color:#E83828;
	display:block;
	text-align:center;
	margin-top:20px;
}
.wpcf7-mail-sent-ok{
	display:block;
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	background-color:#fff;
	padding:20px 0;
	color:#000;
}
.screen-reader-response{ display:none;}

/* page-privacy */
#page-privacy {
	width: 90%;
	margin: 0 auto;
}
.main-privacy01 {
	width: 100%;
}
.main-privacy01 h4 {
	margin-bottom: 10px;
	color: #0097D9;
}

}

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

/* page-products */
.main-products01 {
	height: 560px;
}
.main-products01 .cap {
	top: 20px;
	height: 550px;
}
.main-products01 .cap .intro {
	margin: 100px auto 0;
}

}