@charset "utf-8";

/* 説明分飾り */	
.eye-txt p:before, .eye-txt p:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.eye-txt p:before {
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
  top:0;
  left: 0;
}
.eye-txt p:after {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  bottom:0;
right: 0;
}



/* ########### 413px以下 (375まで)########### */
@media screen and (max-width: 413px) {
/* ロゴ設定 */
h1.sp{width: 150px;
	margin-top: 20px;
	margin-left: 25px;
	z-index: 500;
	position: absolute;}
/* eyeキャッチ部分
------------------------------- */
.eye {
	width: 100%;
	height: 580px;
	background-image: linear-gradient(#00BFFF, #FFFFBF);
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 100
	}
.eye_wrapper {
	position: relative;
	max-width: 95%;
	height: 580px;
	display: block;
    margin: 0 auto; 
	background-image: url(../img/pro-backimg.png);
	background-repeat: no-repeat;
    background-position: 0 0px;
    background-size:auto 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
z-index: 101;
	
}
.eye-txt {
	font-family: "M PLUS 1p";
	position: absolute;
	z-index: 200;
	top: 295px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 95%;text-align: center;
	}
h3 {display: inline-block;
	align-items: center;
	color: #000;
	font-weight:700;
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.00em;
	line-height: 1.8;
	margin: 0 auto;
	}
h3 img{
	width: 46px;
	height: auto;
	margin-right: 5px;
	margin-bottom: 17px;
	}
h4 {
	color: #000;
	font-weight:600;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 0.5;

	}
.eye-txt p{
	position: relative;

	color: #000;
	text-align: left;
	font-size: 16px;
	font-weight:500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	display: inline-block;
	margin-top: 15px;
	padding: 10px 10px 10px 15px
}
.eye-img {
	position: absolute;
	top:70px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 102
	}
.eye-img img{
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
.eye-catch {
	position: absolute;
	top:550px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 103
	}
.eye-catch img{
	max-width: 100%;
	height: auto;
	}
/* パンくず */	
.breadcrumb {
	display: flex;
	justify-content: center;
	list-style: none;
	max-width: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.breadcrumb li:not(:last-of-type)::after {
	content: "/";
	margin: 0 .6em; /* 記号の左右の余白 */
	color: #777; /* 記号の色 */
}
.breadcrumb li{
	font-family: "M PLUS 1p";
	font-size: 14px;
	letter-spacing: 0.15em;}
.breadcrumb li a{
	color: #4C4948;
}
.breadcrumb li a:hover{
	transition: all .3s; 
	color: crimson
}
}
/* ########### 414pxから514pxまで ########### */
@media screen and (min-width: 414px) and (max-width: 514px) {	
.eye-img {
	position: absolute;
	top:9%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 102
	}
.eye-img img{
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}	
}
/* ########### 515pxから666pxまで ########### */
@media screen and (min-width: 515px) and (max-width: 666px) {	
.eye-img {
	position: absolute;
	top:6%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 102
	}
.eye-img img{
	width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}	
}
/* ########### 414pxから666pxまで ########### */
@media screen and (min-width: 414px) and (max-width: 666px) {	
/* ロゴ設定 */
h1.sp{width: 150px;
	margin-top: 25px;
	margin-left: 40px;
	z-index: 500;
	position: absolute;}
/* eyeキャッチ部分
------------------------------- */
.eye {
	width: 100%;
	height: 640px;
	background-image: linear-gradient(#00BFFF, #FFFFBF);
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 100
	}
.eye_wrapper {
	position: relative;
	max-width: 95%;
	height: 640px;
	display: block;
    margin: 0 auto; 
	background-image: url(../img/pro-backimg.png);
	background-repeat: no-repeat;
    background-position: 0 0px;
    background-size:auto 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    z-index: 101;
}
.eye-txt {
	font-family: "M PLUS 1p";
	position: absolute;
	z-index: 200;
	top: 340px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 95%;text-align: center;
	}
h3 {display: inline-block;
	align-items: center;
	color: #000;
	font-weight:700;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.00em;
	line-height: 1.8;
	margin: 0 auto;
	}
h3 img{
	width: 50px;
	height: auto;
	margin-right: 5px;
	margin-bottom: 10px
	}
h4 {
	color: #000;
	font-weight:600;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.2;
	}
.eye-txt p{
	position: relative;
	color: #000;
	text-align: left;
	font-size: 17px;
	font-weight:500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	display: inline-block;
	margin-top: 15px;
	padding: 10px 5px 10px 15px
}

.eye-catch {
	position: absolute;
	top:580px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 103
	}
.eye-catch img{
	max-width: 100%;
	height: auto;
	}
}
/* ########### 667pxから833pxまで ########### */
@media screen and (min-width: 667px) and (max-width: 833px) {
/* ロゴ設定 */
h1.sp{width: 150px;
	margin-top: 25px;
	margin-left: 50px;
	z-index: 500;
	position: absolute;}
/* eyeキャッチ部分
------------------------------- */
.eye {
	width: 100%;
	height: 700px;
	background-image: linear-gradient(#00BFFF, #FFFFBF);
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 100
	}
.eye_wrapper {
	position: relative;
	max-width: 95%;
	height: 700px;
	display: block;
    margin: 0 auto; 
	background-image: url(../img/pro-backimg.png);
	background-repeat: no-repeat;
    background-position: 0 0px;
    background-size:auto 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
z-index: 101;
}
.eye-txt {
	font-family: "M PLUS 1p";
	position: absolute;
	z-index: 200;
	top: 370px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 80%;
	text-align: center;
	}
h3 {display: inline-block;
	align-items: center;
	color: #000;
	font-weight:700;
	text-align: center;
	font-size: 38px;
	letter-spacing: 0.00em;
	line-height: 1.0;
	margin: 0 auto;
	}
h3 img{
	width: 60px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 20px
	}
h4 {
	color: #000;
	font-weight:600;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.15em;
	line-height: 0.5;
	}
.eye-txt p{
	position: relative;
	color: #000;
	text-align: left;
	font-size: 18px;
	font-weight:500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 20px;
	display: inline-block;
	padding: 10px 10px 10px 20px
}
.eye-img {
	position: absolute;
	top:50px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 102
	}
.eye-img img{
	width: 35%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
.eye-catch {
	position: absolute;
	top:640px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 103
	}
.eye-catch img{
	max-width: 90%;
	height: auto;
	}
}
/* ########### 833px 以下########### */
@media screen and (max-width:834px) {
/* 価格設定 */
.pri img{
	max-width: 70%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}}
/* ########### 834px 以上 ########### */
@media (min-width:834px) {
/* ロゴ設定 */
h1.sp{display: none}
/* eyeキャッチ部分
------------------------------- */
.eye {
	width: 100%;
	height: 550px;

	background-image: linear-gradient(#00BFFF, #FFFFBF);
	margin-bottom: 0px;
	}
.eye_wrapper {
	position: relative;
	max-width: 1100px;
	height: 550px;
	display: flex;
    justify-content: space-between;
    margin: 0 auto; 
	background-repeat: no-repeat;
    background-position: 0 100px;
    background-size:700px auto;
	margin-top: -100px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../img/pro-backimg.png);
}
	
.eye-txt {
	font-family: "M PLUS 1p";
	
	width: 62%;
	margin-left: 1%
	}
h3 {display: flex;
align-items: center;
color: #000;
font-weight:700;
text-align: left;
font-size: 43px;
letter-spacing: 0.00em;
line-height: 1.8;
margin-top: 150px
	}
h3 img{
	width: 70px;
	height: auto
	}
h4 {color: #000;
font-weight:600;
text-align: left;
font-size: 20px;
letter-spacing: 0.15em;
line-height: 1.8;
	margin-left: 72px
	}
.eye-txt p{
	position: relative;
	color: #000;
	text-align: left;
	font-size: 20px;
	font-weight:500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 30px;
	margin-left: 15px;
	padding: 10px 20px 10px 20px
	}
.eye-img {
	width: 38%;}
	
.eye-img img{
	width: 75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px
	}
.eye-catch {
	position: absolute;
	top:480px;
	left:-80px;
	}
.eye-catch img{
	max-width: 80%;
	height: auto;
	}

.pri img{
	max-width: 75%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 15px
	}}
/*==================================================
パンくず
===================================*/
.breadcrumb {
	display: flex;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.breadcrumb li{
	font-family: "M PLUS 1p";
	font-size: 14px;}

.breadcrumb li a{
}
.breadcrumb li a.checkno{
color: #777;
}
.breadcrumb li a.check{
color: #06B4EA;
}
.breadcrumb li a:hover{
transition: all .3s; 
color: crimson
}

/* ########### 514px以下 (375まで)########### */
@media screen and (max-width: 514px) {
.breadcrumb {
	justify-content: center;
	max-width: 95%;
	margin-top: 50px;
	margin-bottom: 20px;
}
.breadcrumb li{
	font-family: "M PLUS 1p";
	font-size: 14px;
	letter-spacing: 0.0em;}
}

/* ########### 515pxから666pxまで ########### */
@media screen and (min-width: 515px) and (max-width: 666px) {
	/* パンくず */	
.breadcrumb {
	justify-content: flex-end;
	max-width: 95%;
	margin-top: 70px;
	margin-bottom: 20px;
}
.breadcrumb li{
	font-family: "M PLUS 1p";
	font-size: 14px;
	letter-spacing: 0.15em;}
}
/* ########### 667pxから833pxまで ########### */
@media screen and (min-width: 667px) and (max-width: 833px) {
/* パンくず */	
.breadcrumb {
	justify-content: flex-end;
	max-width: 95%;
	margin-top: 80px;
	margin-bottom: 20px;
}
.breadcrumb li{
	font-family: "M PLUS 1p";
	font-size: 14px;
	letter-spacing: 0.15em;}
}

/* ########### 834pxから1059pxまで ########### */
@media screen and (min-width: 834px) and (max-width: 1059px) {
/* パンくず */	
.breadcrumb {
	justify-content: flex-end;
	max-width: 1100px;
	margin-top: 60px;
	margin-bottom: 15px;
	padding-right: 5%
}
.breadcrumb li{
	font-family: "M PLUS 1p";
	font-size: 14px;
	letter-spacing: 0.15em;}
}
/* ########### 1060px 以上 ########### */
@media (min-width:1060px) {
	/* パンくず */	
.breadcrumb {
	justify-content: flex-end;
	max-width: 1100px;
	margin-top: 10px;
	margin-bottom: 60px;
	padding-right: 3%
}
.breadcrumb li{
	font-family: "M PLUS 1p";
	font-size: 14px;
	letter-spacing: 0.15em;}
}