@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* やさしい赤ちゃん服 0～1歳 */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#baby {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  #baby {
  }
}

@media print, screen and (min-width: 840px){
  main {
    padding-bottom: 100px;
  }
}


/*header
--------------------------------------------------------------------*/
.baby-header h1 {
	text-align: center;
}


/* Main
--------------------------------------------------------------------*/
#main {
	padding-top: 30px;
}
#main article {
	padding-top: 30px;
	padding-bottom: 30px;
}
#main article.article_end {
	padding-bottom: 0;
}
article h2 {
	text-align: center;
  margin-bottom: 10px;
}
.header-bordered {
  margin-top: 30px;
  text-align: center;
  border-top: 2px solid #d18f2a;
}
article .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 575px) {
	article h2 {
		margin: 0 10px;
	}
}


/* Slider
--------------------------------------------------------------------*/
#page-header {
  
}
.slider {
	display: block;
	margin: 0 auto;
  padding: 0;
	text-align: center;
}
@media (max-width: 767px) {
	.baby-header .slider {
	}
}



/* Item
--------------------------------------------------------------------*/
#item {
}
.comment-iso {
  background: #f9ecee;
  padding: 1em;
}

@media (min-width: 992px) {
  .comment-iso {
    text-align: center;
  }
}

.item-name {
  text-align: center;
  padding: 30px 0 10px;
}
.with-tag {
  position: relative;
}
.with-tag .tag-right {
  position: absolute;
  top: 0px;
  right: 50px;
}
.with-tag .tag-left {
  position: absolute;
  top: 0px;
  left: 50px;
}

@media (max-width: 575px) {
  .with-tag .tag-right {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 50px;
    height: 64px;
  }
  .with-tag .tag-left {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 50px;
    height: 64px;
  }
}


/* Profile
--------------------------------------------------------------------*/
#profile {
}


/* Recommended
--------------------------------------------------------------------*/
#recommended {
}
#recommended dl {
  margin-bottom: 30px;
}
#recommended dt {
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
#recommended dt:before {
  color: rgba(209, 143, 42, 1);
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size: 1.75em;
  margin-right: .5em;
}

#recommended .organic-cotton {
  border: 3px double rgba(126, 169, 74, 1);
  padding: 20px;
}
#recommended .organic-cotton h4 {
  color: rgba(126, 169, 74, 1);
	font-size: 1.4em;
	font-weight: bold;
  margin: 0;
}

#recommended .item-list {
  
}
#recommended .item-list span {
  display: block;
}
#recommended .item-list .item-name {
	border-bottom: 1px solid #999;
  text-align: center;
  margin: 30px 0 10px;
}

@media (min-width: 992px) {
  #recommended .item-list .item-name {
  }
}




/* Content
--------------------------------------------------------------------*/
#content {
}
#content .content_lead {
	font-size: 1.125em;
	text-align: center;
	margin-bottom: 2em;
}
#content .content_txt {
}
#content .content_txt li {
	margin-bottom: 1em;
}
#content .content_txt .another {
	background: rgba(96, 77, 83, .1);
	padding: 0.8em 1em;
}
#content .content_txt .another .btn_another {
	display: block;
	width: 20em;
	border: 1px solid rgba(96, 77, 83, 1);
	background: #fff;
	color: rgba(96, 77, 83, 1);
	font-size: 1.125em;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding: 0.3em 0;
	margin: 1em auto 0;
}
#content .content_txt .another .btn_another:hover {
	background: rgba(96, 77, 83, 1);
	color: #fff;
  text-decoration: none !important;
}
#content .content_txt .another .btn_another::before {
	content: "\f291";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
#content .content_txt .another .btn_another::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}

#content .content_txt .tokuten {
	background: rgba(196, 69, 88, 0.1);
	padding: 0.8em 1em;
}
#content .content_txt .tokuten em {
	display: inline-block;
	background: rgba(196, 69, 88, 0.7);
	color: #fff;
	line-height: 1;
	margin-right: 0.5em;
	padding: 0.2em 0.5em;
}

@media (max-width: 575px) {
	#content .content_lead {
/*		font-size: 14px;
		font-size: 1.4rem; */	}
}

#content .set-list {
  
}
#content .set-list li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.2em;
}
#content .set-list li ul {
  margin-left: 1em;
}
#content .set-list li li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: 0.2em;
}


/* Guide
--------------------------------------------------------------------*/
#guide {
	
}
#guide .guide_detail dt {
	border-left: 10px solid rgba(209, 143, 42, 1);
	border-bottom: 1px solid rgba(209, 143, 42, 1);
	font-size: 1.25em;
	padding: 0.2em 0.5em;
}
#guide .guide_detail dd {
	padding: 0.5em 1em 1.5em;
}
#guide .guide_detail dd h4 {
	margin: 0.5em 0;
}
#guide .guide_detail dd .price {
	display: inline-block;
	border: 1px solid #777;
	font-size: 1.25em;
	padding: 0.3em;
	margin-bottom: 1em;
}
#guide .guide_detail dd .price em {
	display: inline-block;
	background: #777;
	color: #fff;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
}
#guide .guide_detail dd .price strong {
	font-size: 1.75em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0 0.2em;
}
#guide .guide_detail dd li {
	margin-bottom: 0.3em;
}
#guide .guide_detail dd .note {
	border: 1px solid #777;
	padding: 0.5em;
	margin-top: 1em;
}
#guide .guide_contact {
	margin-top: 20px;
	padding-top: 15px;
}
#guide .guide_contact dt {
	text-align: center;
}
#guide .guide_contact dt span,
#guide .guide_contact dt small {
	display: block;
}
#guide .guide_contact dd {
}
#guide .guide_contact dd li {
	line-height: 28px;
	margin-bottom: 0.5em;
}
#guide .guide_contact dd li em {
	display: inline-block;
	width: 10em;
	background: #777;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	margin-right: 0.5em;
	text-align: center;
}
#guide .guide_contact dd li strong {
	font-size: 1.75em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0 0.2em;
}

@media (max-width: 767px) {
	#guide .guide_contact dd li {
		text-align: center;
	}
	#guide .guide_detail dd .price {
		display: block;
		font-size: 1.125em;
	}
	#guide .guide_detail dd .price em {
		display: block;
		margin-right: 0;
	}
	#guide .guide_detail dd .price strong {
		font-size: 1.75em;
		margin: 0;
	}
}

@media screen and (min-width: 768px ) {
	a.tel[href^="tel:"] {
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
}


/* Faq
--------------------------------------------------------------------*/
#faq dl dt {
	border-left: 10px solid rgba(209, 143, 42, 1);
	border-bottom: 1px solid rgba(209, 143, 42, 1);
	font-size: 1.25em;
  font-weight: bold;
	padding: 0.2em 0.5em;
	margin-bottom: 0.2em;
}
#faq dl dd {
	font-size: 1.25em;
	padding: 0.5em;
}


/* Osusume
--------------------------------------------------------------------*/
.osusume {
	padding: 20px;
}


/* Footer
--------------------------------------------------------------------*/
#footer {
	background: #fff;
	text-align: center;
	padding: 40px 0;
}
#footer .logo {
	text-align: center;
	margin: 0 20px;
	padding: 30px 0;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline-block;
	margin: 0 0.5em;
}
#footer li::before {
	content: "\f105";
	color: #999;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}


/* Pagetop
--------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(196, 69, 88, .8);
	background: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: rgba(196, 69, 88, .8);
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	margin-right: 0.3em;
}
#pagetop a:hover {
	background: rgba(196, 69, 88, .8);
	color: #fff;
  text-decoration: none !important;
}


/* Common
--------------------------------------------------------------------*/
.bg-pink {
  background: #f9ecee;
}
.bg-beige {
  background: rgba(166, 134, 112, .1);
}
.bg-gray {
	background: #f0f0f0;
}
.sp-break {
	display: none;
}
.pc-break {
  
}
.txt-red {
	color: rgba(186, 59, 78, 1);
}
.txt-blue {
	color: rgba(96, 77, 83, 1);
}
.txt-bold {
  font-weight: bold;
}
.txt-12 {
	font-size: 0.875em;
}
.txt-16 {
	font-size: 1.125em;
}
.txt-18 {
	font-size: 1.25em;
}
.txt-20 {
	font-size: 1.4em;
}
.txt-24 {
	font-size: 1.75em;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}

@media (max-width: 575px) {
	.sp-break {
		display: inherit;
	}
	.pc-break {
		display: none;
	}
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}


/* Bnt
--------------------------------------------------------------------*/
.btn_area {
  background: rgba(166, 134, 112, .1);
  margin: 20px 0;
}
.btn_area .btn_order {
  margin: 20px 0;
}
.btn_order {
  display: block;
  background: rgba(196, 69, 88, 1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  padding: 1em 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.btn_order:hover {
  background: rgba(196, 69, 88, .8);
  color: #FFFFFF;
  text-decoration: none !important;
}
.btn_order::before {
	content: "\f5ad";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}
.btn_request::after,
.btn_order::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}
.btn_buy {
  display: block;
  background: rgba(196, 69, 88, .8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: bold;
  padding: .7em 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.btn_buy:hover {
  background: rgba(196, 69, 88, .6);
  color: #FFFFFF;
  text-decoration: none !important;
}
.btn_buy::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 0.5em;
}


@media (max-width: 767px) {
	.btn_request,
	.btn_order {
		font-size: 1.25em;
	}
}

