@charset "shift-jis"

html, h1, h2, h3, h4, h5, dl, dt, dd, li, ul, ol, form, div, img, table, td, th, tr, {
	margin: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#wrapper a:link { color: #000000; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
    width:100%;
    max-width: 1080px;
	position: relative;
	text-align: center;
	font-family: 'Noto Serif SC', serif;
	background-color:white;

}
#wrapper img {
	border: 0;
    width: 100%;
}

#wrapper p {
	text-align:center; 
	font-size:15px;
	line-height:1.8em;
    word-break: break-all;
    margin-bottom: 10px;
}
#wrapper p b{
	font-size:26px;
	line-height:2em;
    border-bottom: double;
    display: inline-block;
    margin-top:20px;
}

#wrapper h1 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing: 0.025em;
	margin: 0 auto 15px;
}


/*styling*/
.box_2 {
	margin: 10px auto;
    width: 100%;
    max-width: 1080px;
	height: auto;
	/*padding: 20px 0;*/
	/*background-color: #FFFFFF;*/
}

.mov{
  margin-top: 0;
  padding-top: 0;
}
.mov img {
  width: 100%;
  max-width: 375px;
}

.box_img {
	/*width: 530px;*/
	padding: 0;
	float: left;
	text-align: left;
	
}
.box_img_r {
  	/*width: 530px;*/
	padding: 0;
	float:right;
	text-align: right;
	
}

.box_txt {
    width: 100%;
	max-width: 470px;
	padding:0;
	float: left;
	text-align: center;
    margin-top: 20px;
}

.txt_color {
    font-family: 'Dancing Script', cursive;
	font-size: 40px;
	font-weight: 400;
    color: brown;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	text-align: left;
	position: relative;
    top: -20px; left: 20px;
}

.sub_title{
    font-family: 'Merriweather', serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 0.6em;
	text-align: center;
	color: #000000;
	letter-spacing: 0.05em;
	margin: 30px auto 30px;

}


.txt_lead {
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	font-weight: 600;
	margin: 40px auto 8px;
	text-align: center;
	color: #000000;
}

.clear {
	clear: both;
}


/*drop shadow*/

.drop-shadow {
    position:relative;
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
 
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
}
 
.drop-shadow:after{
    right:10px;
    left:auto;
}


/*styling*/

.box_styling {
	width: 400px;
	text-align: left;
	margin: 20px auto 0;
	padding: 10px 10px 20px;
	border-top: solid 1px #000000;
}
@media screen and (max-width:600px){
.box_styling {
	width: 98%;
	text-align: left;
	margin: 20px auto 0;
	padding: 10px 0 20px;
	border-top: none;
    word-break:keep-all;
}

  }

.btn_detail {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: rgba(185, 169, 84, 0.65);/*ボタン色*/
    color: #FFFFFF;
    border-bottom: solid 4px rgba(92, 83, 38, 0.65);
    border-radius: 3px;
    float: right;
    margin: -8px 0 0 0 ;
}


 .btn_detail:hover {
	background-color: #ffffff;
	border: solid 2px #ffffff;
	color: rgba(92, 83, 38, 0.65);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.p_item {
	font-size:14px;
	line-height:1em;
	margin: 30px auto 0;
}

.bdrTOP {
	border-top: solid 2px #000;
	margin-top: 40px;
}


/*btn*/
.container {
	position: relative;
	margin: 15px 0 0;
	padding: 0;
}

.container section {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.container section p {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.container section p.text {
	font-size: 1.8em;
}


/* button */
.btn-ichiran {
	background-color: #000000;
	border: solid 1px #000000;
	color: #ffffff;
	font-size: 18px;
	padding: 20px;
  	font-family: 'Noto Serif SC', serif;
  
}


.btn-ichiran:hover {
	color: #000000;
	background-color: #ffffff;
	/*border: solid 3px #000000;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*fade*/
.list{
	margin: 0;
	padding:0;
	list-style-type: none;
	overflow: hidden;
}

.list li{
	margin: 0 auto 50px;
	transition: .7s;
	/*width: 1080px;*/
    width:100%;
    max-width: 1080px;
	text-align: center;
}

.list-mv05{
/*	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); */
	opacity: 0;
}
.mv05{
/*	transform: translate(0,0);
	-webkit-transform: translate(0,0);*/
	opacity: 1.0;
}

 #contentsWrap {
	 background: #ffffff;
	 padding-bottom: 30px;
 }


	
	 #contentsWrap {
		 background: #ffffff;
		 padding-bottom: 30px;
	 }
	 



/*nav*/
header #header_nav {
    width: 100%;
    position: fixed;
    background: #ffffff;
    z-index: 50;
    top: 0;
    left: 0;
}

nav.item_nav_ {
    border-bottom: #cdcdcd 1px solid;
    clear: both;
}

nav.item_nav_ ul li#globalnav_logo {
    width: 100%;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
    list-style-type: none;
}




/*snssection*/
.sns-title {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
      font-family: 'Merriweather', serif;
}

.wi1000 {
    width: 100%;
    margin: 0 auto;
}


.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  max-width: 375px;
  padding: 0;
  margin: auto;
}
.table-ul img{
  width: 90%;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
}
 .table-ul li:hover {
	background-color: #ffffff;
	border: solid 2px #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#page_top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

footer {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}
#page_top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

#page_top a {
    width: 30px;
    height: 30px;
    background: url(https://www.img-honeys-onlineshop.com/img/usr/sb/go_page_top.png) center top no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    text-indent: -9999px;
    display: block;
}

#pagetop{
    padding-top: 400px;
  margin-top:-400px; 
}

@media screen and (max-width:600px){
  .sp_none{
    display: none;
   
  }
}

.mb20{
    margin-bottom: 20px;
}
.mtb20{
    margin: 20px auto;
}
.mb40{
    margin-bottom: 40px;
}
</style>



