@charset "UTF-8";

/*-----------------------------------------------------
スタイルシート
SiteName: lingerie-shop.biz
FileName:	css/sitestyle.css
Version:	07.11.02
-----------------------------------------------------*/

*{ margin: 0; padding: 0; }

#main .number {
  width: 4em;
  height: 2em;
}
#menu .number {
  width: 4em;
  height: 2em;
}
body { font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Helvetica Neue" , "Arial" , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" , "Meiryo" , "sans-serif";
		background-color:#ffffff;
		text-align:center;
		line-height: 1.5;
		color: #333;
		font-size: 18px; 
		padding-top: 60px;
		-webkit-appearance: none;
		 -webkit-text-size-adjust: 100%;
		}


h1{ font-weight: normal; font-size: 22px; color: #000; margin-bottom: 30px;}
h1::first-letter {
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  line-height: normal;
}


/*
h2 { font-size:20px; color: #000;
width:auto; 
border-left:10px solid #ff6347;
border-bottom: 1px dotted #808080;
padding-left:10px;
font-weight: bold;
line-height: normal;
margin-top: 10px;
margin-bottom: 20px;
}
*/

h2 {
  position: relative;
  padding: 0.25em 0;
  font-size: 19px;
}
h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}


h3{ font-weight:  bold; font-size: 18px; color: #000000; border-bottom: 3px dotted #000000;  line-height: normal; margin-top: 25px; margin-bottom: 20px;}

h3.title{font-weight: normal; font-size:18px; color: #000;  margin-top: 10px; border: none;}

h4{ font-weight: bold; font-size: 18px; border-bottom: 1px dotted #808080; line-height: normal; margin-bottom: 20px;}

h4.title{ font-weight: normal; font-size: 16px; }

h5 {
line-height: normal;
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h5::after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}


h6{
	line-height: normal;
	position: relative;
	color: black;
/*  background: #d0ecff;*/
	background: #ffda99;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;
}

h6::after {
  /*タブ*/
		position: absolute;
		font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
/*  font-weight: 900;*/
		content: '\f00c Check';
/*  background: #2196F3;*/
		background: #ff6347;
		color: #fff;
		left: 0px;
		bottom: 100%;
		border-radius: 5px 5px 0 0;
		padding: 3px 7px 1px;
		font-size: 1.2em;
		line-height: 1;
		letter-spacing: 0.05em;
}


a:link   {color: #4169e1; text-decoration: none;}
a:active {color: #0000ff; text-decoration: none;}
a:hover  {color: #0000ff; text-decoration: none;}
a:visited{color: #4169e1; text-decoration: none;}


img{border: 0px;}
dt{ font-weight: bold; color:"#000080" }
dd{ padding-left:10px; }



#container {position:relative;
		margin:0;
		padding-left: 5px;
		width: 96%;
/*		border-left :1px solid #000000;*/
/*		border-right:1px solid #000000;*/
		text-align: left; }

#head{width: 100%;
             height: 50px;
/*		background-size   : cover;
		background-image: url("https://www.lingerica.jp/images/bg.jpg");		background-repeat: no-repeat;
		border-bottom:1px solid #000000;*/
		margin-bottom: 10px;
		text-align: center;
		z-index: 70;
		position: fixed;
		left:0;
		top:0;
		}

header{ width: 100%; }

#menu{float:right;
		width:100%;
		padding:0;
		font-size: 18px; 
		}

#main{float:left;
		width:100%;
		padding: 5px;
		margin: 0;
		font-size: 18px; 
		line-height: 180%;
		word-break: break-all;
		  }

#navi{width:100%;
		font-size: 20px; 
		clear:both; 
		text-align:center;
		/*border-bottom:1px solid #000000;*/}

#navi li {
float: left;
height: 30px;
width: 50%;
vertical-align: text-bottom;
border-bottom: 1px solid #000000;
background: #ffffff; }

#navi a {background-color: #ffffff;
		color: #333; }

#navi a:hover {	background-color: #ffbc7a;
		color: #ffffff}


#info{width:100%;
		clear:both; 
		font-size:16px;
		text-align:right;
		padding-right:10px;}


#foot{width:100%;
		clear:both; 
		padding:2px;
		font-size:16px;
		text-align:center;
		border-top:1px solid #c0c0c0;}
#foot a{ color:#333; text-decoration:none; }


.logo{  }

.ads{ clear: both;
		width: 98%;
		float:left; }

.google{width: 90%;
		text-align:right;
		float: left; }

.image{ clear: both; margin: 20px; text-align: center; }


ul li.topic{   line-height: 1.5;
  padding-left:1.5em;
  padding-top:0.5em;
  min-height: 60px;
  list-style-type: none!important;/*ポチ消す*/
  border-bottom: 1px dotted #808080;
}

ul li.topic::before{
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  position: absolute;
  left : 10px; /*左端からのアイコンまで*/
  color: #696969; /*アイコン色*/
}



  
.left{ float: left; }
.right{ float: right; }

.waku{border:1px solid #c0c0c0;}

.SearchBox{ border:1px solid #c0c0c0;
		margin-top: 20px;
		margin-bottom: 30px;
		padding-top:10px;
		padding-bottom:2px;
}

.SearchBox hr { color: #c0c0c0; height: 1px; width: 98%;}

	.pcview { display: none; }
	.spview { display: block; }

.banner {
		 margin-top: 10px;
	 	background-size   : cover;
		background-image: url("https://www.lingerica.jp/images/bg.jpg");		background-repeat: no-repeat;
		height: 80px;
		line-height: normal;
	 }

.banner1 {
		 margin-top: 10px;
		 padding-left: 5px;
	 	background-size   : cover;
		background-image: url("https://www.lingerica.jp/images/bg1.jpg");
		background-repeat: no-repeat;
		height: 100px;
	 }


.banner2 {
		 margin-top: 10px;
	 	background-size   : cover;
		background-image: url("https://www.lingerica.jp/images/home3-6-585x433-1.jpg");
		background-repeat: no-repeat;
		height: 110px;
	 }

.banner_blog1 {
		 margin-top: 10px;
	 	background-size   : 234px 123px;
		background-image: url("https://www.lingerica.jp/images/banner_blog_234.png");		background-repeat: no-repeat;
		width: 234px;
		height: 123px;
		line-height: normal;
	 }

.banner_blog2 {
		 margin-top: 10px;
	 	background-size   : 234px 123px;
		background-image: url("https://www.lingerica.jp/images/banner_blog_234_2.jpg");		background-repeat: no-repeat;
		width: 234px;
		height: 123px;
		line-height: normal;
	 }

.box1 {
width: 80%;
    padding: 0;
    margin: 0;
    font-weight: none;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}


.box2 {
width: 96%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}


.box3 {
/*width: 90%;*/
    padding: 20px;
    margin: 5px;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 1px #c0c0c0;/*線*/
}

.box_notice
 {
    padding: 20px;
    margin: 20px;
    color: #000;/*文字色*/
    font-size: 0.7em;
    background: #ffe4e1;
    border: solid 1px #ff6347;/*線*/
}


//掲示板用
.topic{background-color: #f2f2f2;
word-break: break-all;
}
.res{padding:10px;
word-break: break-all;
		line-height: 1.3;}
.list{ padding:10px;}
.list a:hover  {color: #FF0000;}



//ページングボタン用
#container #main ul.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #eee;
	text-align: center;
}

#container #main ul.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

#container #main ul.pageNav01 li span,
#container #main ul.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}

#container #main ul.pageNav01 li a:hover {
	background: #eeeff7;
	border-color: #00f;
}

ul { list-style-position: inside; }
/*li{ text-decoration: bold; }*/

p.afimage img{ width:98%; }
p.text{ line-height: normal; }


::placeholder{ font-size:0.75em; color: #aaa; }


ul.menu{list-style-type:none;}
ul.menu li{ height: 50px; }

ol { list-style-position: inside; }


.effect {
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
    margin-right: 15px;
    margin-bottom: 2px;
}


#container #menu ul li{ line-height: 180%; }

.size select{ width: width: 70px; color: #0000ff; font-size: 18px; }


/*ハンバーガーメニュー*/

.menu-btn {
    position: fixed;
    top: 5px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
 border: 2px solid #fff;
 border-radius: 10px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #696969;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    overflow: scroll;
/*    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; */
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #000;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
/*ハンバーガーメニュー終了*/



 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px){

body { padding-top: 0; }

#container {
	position:relative;
	margin:0 auto;
	border-top: 2px solid #ffffff;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:5px;
	padding-right:5px;
	width: 820px;
	background:#ffffff;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-size: 16px;

	}

#contents{ float: right; }

#head{width: 100%;
		text-align: center;
		/*border-bottom:1px solid #000000;*/
		z-index: 0;
		position: static;
		background-color: #fff;
		}


#menu{
	float: left;
	left: 0px;
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	}

#main{
	float: left;
	padding-left:10px;
	padding-right: 5px;
/*	width: 400px; */
	width: 560px;
/*	min-height:400px;*/
	line-height: 1.5;
//	border-left: 1px solid #808080;
//	border-right: 1px solid #808080;
	}


	.pcview { display: block; }
	.spview { display: none; }


  #nav-open { display:none; }


#navi { vertical-align: bottom; font-size: 18px; }
#navi li { padding-left: 20px; padding-right: 16px; width : auto; display: inline; border-bottom:1px solid #000000;}

#navi li { height: 30px; }

.image{float:left; margin: 20px;}

p.afimage img{ width:50%; height:auto; }

ul.menu{
padding:0;
list-style-type:none;
overflow:hidden;
}
ul.menu li{
width:45%;
padding:5px 10px;
}
ul.menu li:nth-child(even){
float:left;
}
ul.menu li:nth-child(odd){
float:left;
clear:left;
}

ul.menu li{ height: 25px; }

.logo{  }

div.note{ margin-left: 10px; padding-left: 10px; border-left: solid 5px #f00; }


.image{ float: left; margin;5px; }

}

 @media only screen and (min-device-width: 1025px){

body { padding-top: 0; }


#container {
	position:relative;
	margin:0 auto;
	border-top: 2px solid #ffffff;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:5px;
	padding-right:5px;
/*	width: 820px;*/
/*	width: 920px;*/
	width: 1024px;
	background:#ffffff;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-size: 16px;

	}

#contents{ float: right; }

#head{width: 100%;
		text-align: center;
		/*border-bottom:1px solid #000000;*/
		z-index: 0;
		position: static;
		background-color: #fff;
		}


#menu{
	float: left;
	left: 0px;
/*	width: 250px;*/
	width: 320px;
	padding-left: 5px;
	font-size: 16px;
	}

#main{
	float: left;
	padding:10px;
/*	width: 570px; */
/*	width: 620px;*/
	width: 654px;
	line-height: 1.5;
	}


	.pcview { display: block; }
	.spview { display: none; }


  #nav-open { display:none; }


#navi{ width: 100%; text-align: center; vertical-align: bottom; font-size: 18px; }

/*
#navi li { padding-left: 37px; padding-right: 16px; width : auto; display: inline; border-bottom:1px solid #000000;}
*/
#navi li { padding-left: 45px; padding-right: 26px; width : auto; display: inline; border-bottom:1px solid #000000;}

.image{float:left; margin: 20px;}


#navi li { height: 26px; }

p.afimage img{ width:50%; height:auto; }


.banner {
		 margin-top: 10px;
	 	background-size   : cover;
		background-image: url("https://www.lingerica.jp/images/bg.jpg");		background-repeat: no-repeat;
		height: 80px;
/*		width: 480px;*/
		width: 90%;
		line-height: normal;
	 }

.logo{  }

div.note{ margin-left: 10px; padding-left: 10px; border-left: solid 5px #f00; }

ul.menu{
padding:0;
list-style-type:none;
overflow:hidden;
}
ul.menu li{
width:45%;
padding:5px 10px;
}
ul.menu li:nth-child(even){
float:left;
}
ul.menu li:nth-child(odd){
float:left;
clear:left;
}

ul.menu li{ height: 25px; }


}


