@charset "utf-8";
img {
    width: 100%;
    height: auto;
}
.main {
    height: 400px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main_img02{
	background-image: none;
	height: auto;
	max-height: 410px;
}
.main_img02 img {
    max-width: 200%;
}

.main img {
    max-width: 700px;
    z-index: 1;
}
.main h2{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
 	 margin: auto;
	z-index: 10;
	color: #fff;
	font-size: 25px;
	width: 100%;
	max-width: 700px;
	padding: 20px 50px;
	text-shadow: 1px 1px 5px black, 0 0 1em black, 0 0 0.2em black;
/*
	-webkit-mask-image: url(../images/mask02.png);
	mask-image: url(../images/mask02.png);
	mask-size: auto auto;
	-webkit-mask-size: 100px auto;
*/
	font-family: 'Cinzel', serif;
	text-align: center;
/*	background: rgba(255,255,255,.4);*/
}
.main img{
	max-width: 700px;
	z-index: 1;
}

.main_img02 img{
	max-width: 200%;
	
}
.main::after {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: inherit;
      filter: blur(5px);
      height: 280px;
      width: 100%;
      z-index: 0;
  }
  .main h2 span{
	font-size: 15px;
	display: block;
	margin-top: 15px;
}

.bread {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    font-size: 11px;
}
#product02 {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    overflow: hidden;
    text-align: center;
}
.head02{
	margin: 50px 20px;
	font-size: 	28px;
	font-family: 'Cinzel', serif;
	text-align: center;
	letter-spacing: 4px;
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding: 0 30px;
	box-sizing: border-box;
}

.head02:before{
	content: "＼";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -14px;
		
}

.head02:after{
	content: "／";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -14px;
		
}

.head02 span{
	font-size: 12px;
	color: #999;
	padding-top: 7px;
	display: block;
}

.head03{
	margin: 50px 0;
	font-size: 	20px;
	font-family: 'Cinzel', serif;
	padding: 30px;
	text-align: center;
	letter-spacing: 4px;
	
}

.head03 span{
	font-size: 12px;
	color: #999;
	padding-top: 7px;
	display: block;
}

#product02{
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	overflow: hidden;
	text-align: center;
}

.product02-mt50 {
	margin-top: 140px !important;
}
#contact{
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	text-align:center;
	overflow: hidden;
}

.bread{
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	font-size: 11px;
}

.bread a{
	color: #111;
	margin-left: 10px;
}

.box01{
	width: 98%;
	margin: 0 auto;
	background-color: #f5f6f6;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	
	
}
.head_product{
	height: 110px;
	position: relative;
}

.point{
	color: #111;
	font-size: 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 3px solid #0d8561;
	box-sizing: border-box;
	padding-top: 23px;
	font-family: 'Cinzel', serif;
	-webkit-mask-image: url(../images/mask02.png);
	mask-image: url(../images/mask02.png);
	mask-size: auto auto;
	-webkit-mask-size: 100px auto;
	transform: rotate(-10deg);
	margin-bottom: 30px;
	text-align: center;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}

.add_point{
	padding-top: 25px;
	line-height: 1.5;
}
.point span{
	font-size: 12px;
}

.box01 h3{
	position: absolute;
	top: 30px;
	left: 130px;
	text-align: left;
	width: calc(100% - 130px);
	font-size: 	24px;
	font-family: 'Cinzel', serif;
	line-height: 1.5;
	

}
.box01 h3.add_h3{
	left: 0;
	width: 100%;
}

.box01 h3:after{
	content: "";
    display: block;
    border-top: solid 3px #ccc;
    width: 100%;
    position: absolute;
    top: 7px;
    z-index: 1;
	-webkit-mask-image: url(../images/mask02.png);
	mask-image: url(../images/mask02.png);
	mask-size: auto auto;
	-webkit-mask-size: 100px auto;
}



.box01 h3 span{
	position: absolute;
	background-color: #f5f6f6;
	z-index: 5;
	padding: 0 20px 0 0;
}



.box02{
	width: 100%;
	background-color: #fff;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.box02 p{
	
	line-height: 2;
	
}

.ph_pro{
	width: 400px;
	height: 250px ;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	
}

.ph_pro02{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.ph_pro-2 {
	height: 390px
}
.ayu-img img {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.ph_pro img{
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	
}

.discri{
	font-size: 14px;
	display: inline;
	line-height: 2;
	font-family: "Noto Sans JP";
	vertical-align: top;
}
.discri .discri-span {
	font-size: 18px;
}
.discri a {
	font-size: 16px;
	color: #0d8561;
	word-break: break-all;

}
.box02 .discriTt {
	display: block;
	
} 
.head_h4 {
	font-size: 	20px;
	font-family: 'Cinzel', serif;
	
	display: block;
	padding: 8px 0;
	border: 1px solid #ddd;
	margin: 15px 0 10px 0;
	text-align: center;
	
	
}

.head_h5 {
	font-size: 	18px;
	font-family: 'Cinzel', serif;
	
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	margin: 15px 0 10px 0;
	text-align: center;
	
	
}

ol.use{
	
	margin: 20px 0 ;
	background-color: #f6f6f6;
	padding: 20px 30px 20px 40px;
	font-family: 'Cinzel', serif;
	font-size: 15px;
	line-height: 2;
	box-sizing: border-box;
	
}
ol.use li{
    list-style-type: decimal;
	list-style-position: outside;
}
ol.list_style02 li{
	list-style-type: circle;
}

.ml{
	display: block;
	margin-left: 20px;
	float: left;
	width: calc(100% - 500px);
	
}


.btn02 a{
	color: #111;
	transition: .4s;
	border: 1px solid #111;	
	font-size: 18px;
	padding: 18px 60px;
	display: inline-block;
	text-align: center;
	
	margin: 40px 0 20px;

	
}

.btn02 a:hover{
	background-color: #111;
	color: #fff;
	border: 1px solid #111;
}
.btn02 {
    line-height: 160%;
}
.head_h4 {
    line-height: 40px;
}
/* table */
.discri {
    font-size: 14px;
    display: inline;
    line-height: 2;
    font-family: "Noto Sans JP";
    vertical-align: top;
}
.low {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    width: 100%;
    border-top: none;
    font-size: 14px;
}
.low dt {
    font-weight: bold;
    width: 30%;
    line-height: 2.5;
    padding: 10px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    color: #0d8561;
}
.low dd {
    padding: 10px;
    width: 70%;
    box-sizing: border-box;
    line-height: 2.5;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.pp {
    font-size: 14px;
    display: inline;
    line-height: 2;
    font-family: "Noto Sans JP";
    vertical-align: top;
}
.pp p {
    padding: 0 30px;
}
.head_h4_privacy {
    font-size: 17px;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    margin: 15px 0 10px 0;
    border-bottom: 1px solid #ccc;
    color: #0d8561;
}
ol.privacy {
    margin: 20px 0;
    padding: 0 30px 20px 40px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 2;
    box-sizing: border-box;
}
ol.privacy li{
    list-style-type: decimal;
    list-style-position: outside;
}
.head_h4_privacy {
	line-height: 180%;
}
@media only screen and (max-width: 798px) {
	header {
		height: 70px;
		position: fixed;
	}
	.ph_pro{
	width: 100%;
	max-width: 300px;
	height: 200px ;
	display: block;
	overflow: hidden;
	position: relative;
	float: none;
	margin: 0 auto 20px;
	
}
	.ml{
	display: block;
	margin-left: 0px;
	float: left;
	width:100%;
	
}
.pp{
	
	font-size: 14px;
	display: inline;
	line-height: 2;
	font-family: "Noto Sans JP";
	vertical-align: top;
	
	
}

.pp p{
	padding: 0 30px;
}

.low{
	display:flex;
  flex-wrap: wrap;
	border: 1px solid #ccc;
	width: 100%;
	border-top: none;
	font-size: 14px;
	
}

.low dt{
	font-weight: bold;
	width: 30%;	
	line-height: 2.5;
	padding: 10px;
	border-top: 1px solid #ccc; 
	box-sizing: border-box;
	color: #0d8561;
}

.low dd{
	padding: 10px;
	width: 70%;
	box-sizing: border-box;
	line-height: 2.5;
	border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
	
}

.head_h4_privacy {
	font-size: 	17px;
	font-family: 'Cinzel', serif;
	font-weight: bold;	
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #ccc;
	color: #0d8561;
	
	
}

ol.privacy{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 20px 0 ;
	padding: 0 30px 20px 40px;
	font-family: "Noto Sans JP";
	font-size: 14px;
	line-height: 2;
	box-sizing: border-box;
	
}
.main h2 {
    padding: 20px 0px;);
}
.head02 {
    font-size: 22.4px;
}
.box01 h3 {
    font-size: 19.2px;
}
.form-control02 {
    line-height: 160%;
}
ol.list_style02 li,ol.use li{
	line-height: 30px;
}
    
    
@media only screen and (max-width: 767px) {
     .box01 h3:after{
        content: "";
        display: block;
        border-top: none!important;
    }
    
}
@media screen and (max-width: 580px) {
 
	
	.low dt{
	
	width: 100%;	
	
}

.low dd{
	padding: 10px;
	width: 100%;
	border-left: none;
	
}

	
}
