@charset "UTF-8";
/*------------------------------------------------------------
	Default Style
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	height: auto;
	vertical-align: top;
}

a {
	color: #3379FF;
	text-decoration: underline;
}
a:hover,a:active {
	text-decoration: none;
}
a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* その他 */
.red{
	color: #e60078;
}

.btn.drsBnr{
	max-width: 529px;
}


/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/

body {
	color: #000;
	line-height: 1.5;
	text-align: center;
}

#container {
	overflow: hidden;
	background: #fff url(/img/common/body_bg.png) repeat 50% 573px;
}

#header{
	width: 100%;
	height: 118px;
	background: #fff;
	z-index: 10;
	position: relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
#header .inner{
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
	background: url(/img/common/gnav_bg.png) no-repeat 0 0;
	position: relative;
	text-align: center;
}

#main {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
}

.section {
	max-width: 780px;
	margin: 0 auto;
}
.section#faq {
	max-width: 810px;
}

/* PCで表示・スマホで非表示 */
.pc{
	display: block;
}
.pc-inline{
	display: inline;
}
.smp{
	display: none;
}
.smp-inline{
	display: none;
}
.smp640{
	display: none !important;
}


/* -----------------スマホ---------------- */
@media screen and (max-width: 768px) {
	* {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	img{
		width: 100%;
		height: auto;
	}

	
	#header,#header .inner,
	#main,.section,
	#footer,#footer .fBox{
		width: 100% !important;
		height: auto !important;
	}
	#header .inner{
		background: #fff;
	}
	.section{
		padding: 0 15px;
	}
	.section#topics{
		padding: 0;
	}
	
	/* スマホで表示・PCで非表示 */
	.pc{
		display: none;
	}
	.pc640{
		display: block !important;
	}
	.pc-inline{
		display: none;
	}
	.bnr_self-medi.pc{
		display: block;
	}
	
	.smp{
		display: block;
	}
	.smp-inline{
		display: inline;
	}
	.smp640,.smp450{
		display: none !important;
	}

}

@media screen and (max-width: 640px) {
	.pc640,
	.bnr_self-medi.pc{
		display: none;
	}
	.smp640{
		display: block !important;
	}
}

@media screen and (max-width: 450px) {
	.smp450{
		display: block !important;
	}
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#header{
	z-index: 100;
}

#header h1{
	width: 190px;
	height: 118px;
	position: absolute;
	top: 0;
	left: 385px;
}

#gNav{
	width: 960px;
	height: 118px;
	margin: 0 auto;
	text-indent: -9999em;
	overflow: hidden;
}
#gNav li a {
	height: 118px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(/img/common/header.png);
}
#gNav li a:hover,#gNav li a:active {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#gNav .top a {
	width: 143px;
	margin-right: 10px;
	background-position: 0 0;
}
#gNav .about a {
	width: 210px;
	margin-right: 223px;
	background-position: -153px 0;
}
#gNav .product a {
	width: 118px;
	margin-right: 10px;
	background-position: -586px 0;
}
#gNav .faq a {
	width: 84px;
	margin-right: 10px;
	background-position: -714px 0;
}
#gNav .contact a {
	width: 152px;
	background-position: -808px 0;
}

/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {
	#header h1{
		width: auto;
		height: auto;
		text-indent: -9999em;
	}
	#gNav{
		width: 100%;
		height: auto;
		text-indent: 0;
	}
	#gNav li.top{
		display: none;
	}
	#gNav li a{
		height: 4em;
		line-height: 4em;
		margin: 0 !important;
		border-left: 1px solid #ccc;
		background: none;
		color: #591111;
		text-decoration: none;
		font-size: 1.1rem;
		text-align: center;
	}
	#gNav li.about a{
		width: 37%;
	}
	#gNav li.product a{
		width: 20%;
	}
	#gNav li.faq a{
		width: 14%;
	}
	#gNav li.contact a{
		width: 29%;
	}
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/

#mainVisual{
	background: #fff;
	text-align: center;
	z-index: 10;
}
#mainVisual{
	width: 960px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#mainVisual img{
	width: 100%;
	height: auto;
}

.btnLinkImg.visual{
	width: 220px;
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 #fff;
	-moz-box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 5px 0 #fff;
	z-index: 100;
}


/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {

	#mainVisual{
		width: 100%;
		height: auto;
	}
	
	#mainVisual.pc{
		display: block;
	}
	#mainVisual.sp{
		display: none;
	}
	
	.btnLinkImg.visual{
		width: 30%;
	}
}

@media screen and (max-width: 640px) {

	#mainVisual.pc{
		display: none;
	}
	#mainVisual.sp{
		display: block;
	}
	
	#mainVisual img{
		
	}
}

@media screen and (max-width: 480px) {

	.btnLinkImg.visual{
		width: 38%;
		top: 15px;
		right: 15px;
	}
}

@media screen and (max-width: 375px) {

	.btnLinkImg.visual{
		top: 10px;
		right: 10px;
	}
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#footer {
	margin-top: 130px;
	padding-top: 12px;
	background: #fff url(/img/common/f_bg.png) repeat-x 0 0;
}

#footer .copyright {
	padding: 15px 0 30px 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {
	#footer{
		width: 100%;
		margin-top: 50px;
	}
}

/*------------------------------------------------------------
	 Parts
------------------------------------------------------------ */

#main h2{
	width: 382px;
	text-align: center;
	margin: 0 auto;
	color: #591111;
}

h4{
	margin-bottom: 1.25em;
	color: #e61262;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}

.section p{
	margin: 0 0 1.5em 0;
	line-height: 1.6;
}
.section small{
	font-size: 13px;
	font-size: 1.3rem;
}

.section div{
	clear: both;
}

.box{
	clear: both;
	margin: 30px 0 0 0;
	padding: 15px;
	background: #eeefef;
	border-radius: 10px;
}
.box .inner{
	padding: 20px 30px;
	background: #eeefef;
	border-radius: 10px;
	border: 1px solid #fff;
}
.box h4{
	margin-bottom: .75em;
	font-size: 18px;
	font-size: 1.8rem;
}
.box p{
	margin-top: .25em;
	margin-bottom: 0;
	font-size: 15px;
	font-size: 1.5rem;
}

.btn{
	display: block;
	margin: 1.5em auto 0 auto;
	text-align: center;
}

.imgRight{
	float: right;
	margin: 0 0 30px 30px;
}
.imgLeft{
	float: left;
	margin: 0 30px 30px 0;
}
.imgCenter{
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

b{
	color: #591111;
	font-weight: bold;
}

.center{
	text-align: center;
}

table{
	border-collapse: collapse;
	width: 100%;
	margin: .4em 0 1.5em 0;
}
th,td{
	padding: .75em .5em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
}

/* pageTop */
.pageTop {
	position: fixed;
	bottom: 80px;
	right: 44px;
	z-index: 20000;
}

/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {
	#main h2,#main h2 img{
		width: 100%;
		max-width: 382px;
	}

	.box{
		margin: 30px 0 0 0;
		padding: 10px;
	}
	.box .inner{
		padding: 10px;
	}

	h4{
		font-size: 1.7rem;
	}
	.pageTop {
		width: 60px;
		height: 54px;
		bottom: 20px;
		right: 15px;
	}

	.homeLink{
		margin: 1.5em auto -1.5em;
		padding: .5em 0;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 20px;
		font-size: 2rem;
	}
}

/* topics
------------------------------------------------------------ */
.section#topics{
	max-width: 960px;
}

#topics h2{
	width: 100%;
	max-width: 960px;
	padding-top: 65px;
	margin-bottom: 35px;
}

#topics .btnLink{
	display: block;
	max-width: 400px;
	margin: 2.5em auto 0 auto;
	padding: .85em 1em;
	border: 3px double #fff;
	border-radius: 12px;
	background: #dd3187;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e76ba9, endcolorstr=#dd3187)"; zoom: 1;/* IE8, 9 */
	background: -moz-linear-gradient(top, #e76ba9, #dd3187);/* FF */
	background: -webkit-linear-gradient(top, #e76ba9, #dd3187);/* Chrome, Safari */
	background: linear-gradient(to bottom, #e76ba9, #dd3187);/* IE10+, W3C */
	filter: none;
}
#topics .btnLink:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#topics .btnLink.shop{
	background: #3f3f8f;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#3f3f8f, endcolorstr=#272753)"; zoom: 1;/* IE8, 9 */
	background: -moz-linear-gradient(top, #3f3f8f, #272753);/* FF */
	background: -webkit-linear-gradient(top, #3f3f8f, #272753);/* Chrome, Safari */
	background: linear-gradient(to bottom, #3f3f8f, #272753);/* IE10+, W3C */
	margin-top: 1em;
}/* #9b6026, #854c18 */

.btnLink_wrap{
	display: table;
	margin: 10px 50px 0;
	width: 90%;
}
.btnLink_wrap>div{
	display: table-cell;
	padding: 0 2%;
}


/* Topics INDEX */
.topicList{
	margin: 0 50px;
	border-top: 1px dashed #aaa;
	overflow: hidden;
	font-size: 1.3rem;
	line-height: 1.6;
}
.topicList li{
	overflow: hidden;
	border-bottom: 1px dashed #aaa;
}
.topicList li a{
	display: block;
	padding: .75em 60px .75em 10px;
	background-image: url(/img/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
	text-decoration: none;
}
.topicList li a:hover,.topicList li a:focus{
	background-image: url(/img/common/arrow_02.png);
/*	background-color: rgba(255,255,204,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33ffffd0', endColorstr='#33ffffd0');*/
}

.topicList dt{
	clear: both;
	margin: 0;
	color: #e60078;
	font-weight: bold;
	float: left;
}
.topicList dd{
	margin: 0 0 0 240px;
}

.topicList dt em,
.topicBody .date em{
	display: inline-block;
	width: 11em;
	margin-left: 1.5em;
	padding: 3px 0;
	background: #f6accb;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}
.topicList dt em.topi,
.topicBody .date em.topi{
	background: #e6337f;
}
.topicList dt em.media,
.topicBody .date em.media{
/*	background: #a1762b;*/
/*	background: #14a2ad;*/
	background: #72b31b;
}

/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {

	.section#topics{
	}
	
	#topics h2{
		padding-top: 30px;
		margin-bottom: 30px;
	}
	#topics h2,#topics h2 img{
		max-width: 100%;
	}
	.topicList{
		width: auto;
		margin: 0 10px;
	}
	.topicList li a{
		padding: .75em 40px .75em 15px;
	}
	.topicList dt{
		width: auto;
		float: none;
	}
	.topicList dd{
		margin: .3em 0 0;
	}

	.btnLink_wrap{
		width: 98%;
		margin: 0 10px;
	}
	#topics .btnLink{
		margin: 1.75em auto 0;
	}
	#topics .btnLink.shop{
		margin-top: -.25em;
	}
}

@media screen and (max-width: 640px) {

	.btnLink_wrap{
		width: 100%;
	}
	.btnLink_wrap>div{
		display: block;
		padding: 0 0 1.5em;
	}
	#topics .btnLink{
		max-width: 80%;
		padding: 1em 0;
	}
}

@media screen and (max-width: 414px) {

	#topics .btnLink{
		max-width: 86%;
	}
}

@media screen and (max-width: 375px) {

	.btnLink_wrap{
		margin: 10px auto -25px;
	}
	#topics .btnLink{
		font-size: 15px;
	}
	.topicList{
		margin: 0;
	}
}

/* bnr
------------------------------------------------------------ */
.bnr_cobara{
	margin: 50px auto 0;
	width: 100%;
	max-width: 640px;
}

.bnr_self-medi{
	margin: 90px auto 0;
	width: 100%;
	max-width: 1080px;
}
.bnr_self-medi .ttl{
	margin: 0 auto;
}
.bnr_self-medi .list{
	margin: 0 auto 18px;
}

.bnr_cobara img,
.bnr_self-medi img{
	width: 100%;
	height: auto;
}

/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {

	.bnr_cobara{
		margin: 50px auto;
	}
}

@media screen and (max-width: 640px) {

	.bnr_cobara{
		margin: 35px auto 35px;
		padding: 0 15px;
	}
	
	.bnr_self-medi{
		margin: 50px auto 30px !important;
	}
}

@media screen and (max-width: 375px) {

	.bnr_cobara{
		margin: 50px auto 35px;
	}
}


/* product
------------------------------------------------------------ */
#product{
}
#product h2{
	padding-top: 90px;
	margin-bottom: 67px;
}

#product .gallery_pro{
	width: 704px;
	margin: 0 auto 75px auto;
	text-align: center;
	overflow: hidden;
}
#product .gallery_pro span{
	margin: 0 32px;
	display: block;
	float: left;
}
#product .gallery_pro .btn{
	margin: 32px 27px 0 27px;
	display: block;
	float: left;
}

/* magnific-popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 588px;
  max-height: 100%;
  margin: 20px auto;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

#product .table_pro1 caption{
	margin-bottom: .75em;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333;
}
#product th,#product td{
	padding: 1em .5em;
	border: 2px solid #fff;
}
#product thead th{
	background: #9f9f9f;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}
#product tbody th, #product tbody td{
	background: #ededed;
	text-align: center;
}
#product .t1 td{
	line-height: 1.5;
}
#product thead th{
	background: #9f9f9f;
	color: #fff;
}
#product tbody th, #product tbody td{
	background: #ededed;
	text-align: center;
}
#product tbody th{
	width: 24%;
}
#product tbody td{
	width: 38%;
}

/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {
	#product h2{
		padding-top: 50px;
		margin-bottom: 35px;
	}
	
	#product .gallery_pro{
		width: 100%;
		margin: 0 auto 50px auto;
	}
	#product .gallery_pro span{
		width: 50%;
		margin: 0;
		padding: 0 7px;
		
	}
	#product .gallery_pro .btn{
		width: 50%;
		margin: 15px 0 0 0;
		padding: 0 7px;
	}
	
	#product .table_pro1 caption{
		font-size: 1.8rem;
	}
	#product .table_pro1 tbody td br{
		display: none;
	}
	#product th,#product td{
		padding: .8em .4em;
	}
	#product thead th{
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#product tbody th, #product tbody td{
		line-height: 1.4;
	}
}

/* CONTACT
------------------------------------------------------------ */
#contact{
	text-align: center;
}
#contact h2{
	padding-top: 90px;
	margin-bottom: 48px;
}

#contact .tel a{
	margin-bottom: 10px;
	display: block;
}
#contact .tel small span{
	padding: 0 1.5em;
}

	/* Tel受付に関する緊急のお知らせ表示 */
	#contact .note{
		display: block;
		color: #f90066;
		font-size: 14px;
		line-height: 1.7;
	}

#contact .mail{
	margin: 1.5em 0 0 0;
	line-height: 1.8;
}
#contact .mailform{
	margin: .75em 0 3em 0;
}

/* ----------------スマホ---------------- */
@media screen and (max-width: 768px) {
	#contact h2{
		padding-top: 50px;
		margin-bottom: 40px;
	}
	#contact .tel a{
		width: 100%;
		max-width: 575px;
		margin: 0 auto 10px auto;
	}
	#contact .tel small span{
		display: block;
	}
	#contact .mail a{
		display: block;
	}
	#contact .btn{
		max-width: 529px;
	}
}

/* ----------------class---------------- */
.copyright a{
	color: #000;
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;
}
.copy {
	margin-right: 40px;
}
@media screen and (max-width: 768px) {
	.copyright{
		margin: 0 20px;
		text-align: center;
	}
	.copy {
		display: block;
		margin-right: 0;
	}
}

