@charset "utf-8";

/* CSS リセットCSS*/
/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* CSS リセットCSSここまで 

-----------------------------*/
/* CSS Document */

/*SPベースここから*/

html{
-webkit-text-size-adjust:none;

}

/*商品カテゴリーTOP画像*/
iframe{
	overflow:hidden;
	width:100%;
	max-width: 100%;
	margin:0;
}

/*インラインフレーム設定*/
.iframe1{
	height:160px;
	max-height: 100%;
}
.iframe2{
	height:140px;
}
.iframe3{
	height:845px;/*通常サイズ*/

}

.iframe-undermenu{
	width:100%;
	position:fixed;
	bottom: 0; /* 上部から配置の基準位置を決める */
	left: 0; /* 左から配置の基準位置を決める */
	height: 200px;
	z-index: 99999;
}

.if-kyotsu-shukkabi{
	width: 40%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(2.5,2.5);
    padding: 50px 0;
    margin-bottom: 30px;
}

/*フッターメニューで最後の掲載商品が隠れてしまう場合に使用*/
	.dummy{
		width: 100%;
		height: 250px;
	}	

/*SPベースここまで*/





/*共通ここから*/


a{
	text-decoration: none;
	color:#666666;
}

a:visited{
	color:#666666;
}

.calendar a{
	border-bottom: 1px dashed #666666;
}

.calendar,
.b-points{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 245%;
}

.ZM_SP-category-page{
	width:100%;
	max-width:100%;
	margin: 0 auto 0 auto;
}

section{
	width:95%;
	margin:50px auto 120px auto;
	max-width: 100%;
}


section p{
	font-size:250%;
	color: #666666;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

section:nth-child(1){
	margin-top: 60px;
	margin-bottom: 60px;
	width: 98%;
}

section:nth-child(2){
	margin-top: 0;
}


.ZM_c-title-SP {
    padding: 15px;
    background: #7a587a;
    /*font-size: 65px;*/
    font-weight: bold;
    color: white;
    font-family: serif;
	max-width:100%;
	margin-bottom: 10px;
	font-size: 5rem;

}

.ZM_c-subtitle{
	padding: 10px 10px 0 10px;
	margin-bottom: 70px;
    font-size: 4rem;
    /*border-bottom: 1px solid #cccccc;*/
    font-weight: bold;
    font-family: serif;
	text-align: start;
	color: #7a587a;
}

.ZM_c-subtitle h2{
	padding-left:20px;
}

.order-text{
	/*text-align: justify;*/
	padding-left: 1em;
	text-indent: -1em;
}

.order-info{
	text-align: center;
	line-height: 2.3em;
}

.ZM_SP-category-page ul{
    background: #fcfcfc;
    /*margin: 10px;*/
    padding: 10px 50px;
    border: solid 2px #cccccc;
	width: 80%;
    margin: 0 auto 0 auto;
}

.ZM_SP-category-page ul li{
    padding: 5px;
    margin: 0 0 0 20px;
    list-style: square !important;
	font-size: 250%;
}

table{
	width:95%;
	margin-left: auto;
	margin-right: auto;
	color:#666666;
}



th{
	width:40%;
}
.ZM_SP-category-page table th {
    padding: 5px;
    border: 1px #ffffff solid;
    background: #eeeeee;
    text-align: center;
	font-size: 260%;
	margin: 30px 0;
	padding:30px 0;
}

.ZM_SP-category-page table td{
	font-size: 230%;
	line-height: 1.8em;
	/*padding: 20px 0 20px 20px;*/
}


.tbody2{
	line-height: 1.7em;
}

.tbody2 th,
.tbody2 td{
	display: block;
	width:100%;
}

.tbody2 td{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.tbody2 tr,
.tbody1 tr{
    height: 140px;
}



/*見出し*/

h2 {
  position: relative;
  padding: 1.5rem 1rem;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #7a187a, #7a187a 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #7a187a, #7a187a 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h3{
	font-weight: bold;
	font-size:260%;
	color: #666666;
	margin-left:1em;
}



/*ページトップへ戻るボタン*/
.pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 calc(50% - 50vw) 30px;
font-size: 69px;
 width: 100%;
font-style: italic;
font-family: serif;
	text-align: center;

}

.pagetop::before,
.pagetop::after {
  content: "";
  width: 100%;
  height: 65px;
  background-image: repeating-linear-gradient(-45deg, #7a187a 0, #7a187a 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

.pagetop::before {
  margin-right: 30px;
}

.pagetop::after {
  margin-left: 30px;
}

.pagetop a{
	color: #7a187a;
	display: block;
	width:100%;

}

.pagetop a:visited{
	color: #7a187a;
}


/*共通ここまで*/


/*h-sp-zeemax_info.html*/
.inv{
    font-size: 220%;
    margin: 40px;
    background-color: lightgray;
    letter-spacing: 0.3em;
    padding: 10px 0 10px 20px;
	width:85%;
}


/*h-sp-group.html*/
.group-h1{
	font-size:3.1rem;
	padding:30px 20px;
}

.g-contents{
	width:95%;
	margin:0 auto 0 auto;
}


.h-group-image tr{
	display: flex;
	flex-direction: column;
}

.group-03 img{
	width:95%;
	height:auto;
}

.group-03 p{
	margin-top:0;
	text-align: center;
	letter-spacing: 0.3em;
    font-size: 30px;
}

.group-04-table{
	font-size: 0.9rem;
}

.g-font{
	margin-top: 20px;
}


/*h-sp-priceup.html/価格改定のお知らせ*/
.pu-fontsize{
	font-size:75%; 
}
.pu-address{
	text-align: start;
	line-height: 2.3em;
	font-size: 205%;
	letter-spacing: 0.1rem;
}



