/* CSS Document */

.kvarea{
	width: 100%;
	background: url("https://gigaplus.makeshop.jp/menchoku/shouhin/shampoo/kv-min2.png") center top no-repeat;
	background-size: cover;
	margin: 0 auto;
	margin-bottom: 40px;
	height: 500px;
}


.kvarea img{
	width: 100%;
	height: auto;
}

.contents p img{
	width: 100%;
	height: auto;
	margin: 25px 0px;
	border-radius: 10px;
}


.wrap{
	position: relative;
    z-index: 0;
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 32px 20px 20px;
    margin: 0 auto;
    text-align: left;
}

.wrap .contents{
	    width: calc(100% - 500px);;
    padding: 0 20px 20px;
	
}


.wrap .menulist{
	  position: absolute;
  top: 40px; /* ナビやヘッダーの高さに応じて調整 */
  right: 20px; /* 右端に表示 */
  overflow: hidden; /* 全体ではスクロールさせない */
  z-index: 10;
	    width: 380px;
    padding: 0;
	padding-right: 30px;
	padding-top: 20px;
}

.wrap .menulist .menulistin{
  height: 100%;
  overflow-y: auto;
  padding-bottom: 24px;}


.mes_bg{
	width: 92%;
	height: auto;
	background-color: #56a4bc;
	color:#fff;
	padding: 4%;
}

.kimuchiname{
	text-align: right;
	width: 100%;
	margin-top: 25px;
}

p{
	font-size:16px;
	line-height: 2;
	margin: 15px 0;
}

h3{
	    margin: 2.5em 0 1em;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
	color: #00a5e7;
	   
}

h4{
	color: rgb(77, 77, 77);
	font-size: 22px;
	font-weight: 700;
	 border-bottom: none;
	border-top: 1px dotted #777777;
	    padding-bottom: 5px;
    margin-bottom: 0px;
	margin-top: 35px;
	    
}

.message{
	border-bottom: 1px dotted #777777;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

ul.shampoolist{
	    list-style-type: disc; /* ●にする */
    padding-left: 1.5em;    /* 左側にスペースを空ける */
}

ul.shampoolist li{
	    list-style-type: disc; /* ●にする */
	padding: 5px 0px;
}


ul.shampoolist2{
	    counter-reset: item;
    padding-left: 2em;    /* 左側にスペースを空ける */
}

ul.shampoolist2 li{
	    counter-increment: item;
	padding: 5px 0px;
}

ul.shampoolist2 li::before {
  content: counter(item) ". ";
  position: absolute;
  left: 45px;
  text-align: left;
}

.dotunder{
	    border-bottom: 1px dotted #777777;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.dotunder span{
color:#e65d65;
}

.uchiwake{
	background-color: #fff;
	padding: 3%;
	margin-top: 30px;
	border-radius: 10px;
}

.uchiwake h4{
	    margin-top: 0px;
	font-size: 18px;
	border-top:none;
}

.menulistin img{
	width:100%;
	height: auto;
}

.menulist.fixed {
  position: fixed;
  top: 0px;
  right: 20px;
  z-index: 100;
}

.kvspimg{
	display: none;
}


@media screen and (max-width: 767px) {
	
	.kvimg{
		display: none;
	}
	
	.kvspimg{
	display: block;
}
	
	.kvarea{

}
			
			.wrap{
				display: block;
				width: 100%;
				padding: 0px;
			}
			
			.wrap .contents {
    width: 90%;
				margin: 0 auto;
				padding: 0px;
}
	
	.wrap .menulist{
		width: 90%;
				margin: 60px auto;
				padding: 0px;
		position: static;
	}
	
	#menulist-placeholder{
		height: auto!important;
	}
		}