@charset "utf-8";
/* 共通 */
.pc{
	display: none !important;
}
.marugo{
	font-family:"ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.point-title{
	color: #00479d;
	background: #e2f1f2;
	font-size: 18px;	
	text-align: center;
	letter-spacing: 5px;	
	padding: 10px 0;
	border-radius: 50px;
}
.point-title .dots{
	display: flex;
	justify-content: center;
	align-items: center;
}
.point-title .dots:before,
.point-title .dots:after{
	content: "";
	display: inline-block;
	background: url(../images/wetsheet/side-dots.svg) no-repeat;
	background-size: cover;
	width: 60px;
	height: 3px;
}
.point-title .dots:before{
	margin-right: 10px;
}
.point-title .dots:after{
	margin-left: 10px;
}
#mainarea{
	margin-top: 30px;
}
/* sheet-top */
.sheet-top{
	background: url(../images/wetsheet/bg01.jpg) no-repeat;
	background-size: cover;
}
.sheet-top-flex{
	flex-direction: column;
}
.sheet-top-left{
	display: flex;
	flex-direction: column;
}
.sheet-top-left .sheet-text{
	margin-top: 20px;
	font-size: 16px;
	color: #0062a6;
	text-align: center;
}
.sheet-top-left .sheet-name{
	order: -1;
	font-size: 24px;
	color: #0062a6;
	text-align: center;
}
.sheet-top-left .point-list{
	margin: 30px auto 0;
	width: 85%;
	justify-content: space-between;
}
.sheet-top-left .point-list li{
	width: 28%;
}
.sheet-top-left .onlineshop{
	margin: 20px auto 0;
}
.sheet-top-left .onlineshop a:hover span:before{
	background: url(../images/wetsheet/shop-arrow-hov.svg) no-repeat;
	transition: .5s;
}
.sheet-top-right{
	margin: 20px auto 0;
	width: 76%;
	max-width: 443px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sheet-top-right .sheet-img01{
	margin: 0 auto;
}
.sheet-top-right .sheet-img02,
.sheet-top-right .sheet-img03{
	margin-top: 10px;
	width: 49%;
}
.appeal-list{
	margin: 40px auto 0;
	width: 90%;
}
.appeal-list li{
	color: #00479d;
	font-size: 15px;
	font-weight: 900;
	position: relative;
	padding-left: 15px;
}
.appeal-list li:nth-of-type(n+2){
	margin-top: 10px;
}
.appeal-list li:before{
	content: "";
	background: #00479d;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
}
.appeal-list li .yellow-border{
	position: relative;
}
.appeal-list li .yellow-border:after{
	content: "";
	background: #fff278;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 98%;
	height: 5px;
	z-index: -1;	
}
.appeal-list li .mini{
	font-size: 14px;
}
.appeal-list li .atend{
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	right: -20px;
	top: 0;
}
.sheet-top .mini-text{
	margin: 10px auto 0;
	width: 90%;
	color: #00479d;
	font-size: 14px;
}
.sheet-top .sub-text{
	margin: 20px auto 0;
	width: 90%;
	font-size: 15px;
}
.sheet-top .top-arrow{
	margin: 30px auto 0;
	width: 35px;
}
.sheet-top .mid-title{
	margin-top: 30px;
	color: #00629f;
	text-align: center;
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 2.2;
}
.sheet-top .mid-title .bottom-dots{
	padding-bottom: 8px;
	background-position: bottom left -5px;
	background-repeat: repeat-x;
	background-size: 1.3em .3em;
  background-image: radial-gradient(.15em .15em at center center,#00629f,#00629f 100%,transparent);
}
.sheet-top .mid-title .reco-point{
	margin-left: 15px;
	position: relative;
	font-size: 22px;
}
.sheet-top .mid-title .reco-point:before,
.sheet-top .mid-title .reco-point:after{
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -12px;
	width: 18px;
	height: 16px;	
}
.sheet-top .mid-title .reco-point:before{
	background-image: url(../images/wetsheet/left-point.svg);	
	left: -15px;
}
.sheet-top .mid-title .reco-point:after{
	background-image: url(../images/wetsheet/right-point.svg);	
	right: -12px;
}
/* sheet-where */
.sheet-where{
	margin-top: 50px;
	background: url(../images/wetsheet/bg02.jpg) no-repeat;
	background-size: cover;
}
.sheet-where>.inner{
	max-width: 550px;
}
.scene-list{
	margin-top: 30px;
	position: relative;
}
.scene-list li{
	align-items: center;
	flex-direction: column;
}
.scene-list li:nth-of-type(n+2){
	margin-top: 50px;
}
.scene-list li.slash{
	margin: 0;
	width: 50%;
	position: absolute;
	z-index: -1;
}
.scene-list li.slash01{
	right: -5%;
	top: 25%;
}
.scene-list li.slash02{
	left: 5%;
	top: 90%;
}
.scene-text{
	margin-top: 5px;
	color: #0062a6;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1.4;
	width: 100%;
}
.scene-list li:nth-of-type(odd) .scene-text{
	text-align: right;
}
.scene-text .marugo{
	color: rgba(60, 163, 166, 0.60);
	display: block;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 5px;
}
/* sheet-house */
.sheet-house{
	margin-top: 100px;
	background: url(../images/wetsheet/bg03.jpg) no-repeat;
	background-size: cover;
}
.sheet-house>.inner{
	max-width: 550px;
}
.sheet-house .scene-list li.slash01{
	right: -5%;
	top: 20%;
}
.sheet-house .scene-list li:nth-of-type(odd) .scene-text{
	text-align: left;
}
.sheet-house .scene-list li:nth-of-type(even) .scene-text{
	text-align: right;
}
/* sheet-reference */
.sheet-reference{
	margin-top: 80px;
	padding-top: 80px;
	position: relative;
}
.sheet-reference:before{
	content: "";
  background-image: linear-gradient(to right, #00629f, #00629f 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 2px;
}
@media screen and (min-width:550px){
	.sheet-reference .reference-desc{
		padding: 20px;
	}	
}
/* sheet-info */
.sheet-info>.bgarea>.inner{
	max-width: 550px;
}
.sheet-info .attention{
	padding: 40px 10px;
}