@charset "utf-8";
/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
}
body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", Meiryo, serif;
  width: 100%;
  height: 100%;
  font-size: 0.938em;
  line-height: 20px;
  color: #333;
}
* {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:link, a:visited {
  text-decoration: none;
  color: #741705;
}
#wrap {
  width: 100%;
}
#wrap__inner {
  width: 100%;/*display:none;*/
}
#wrap__contents {
/*display:none;*/
}
#header {
  width: 100%;
  background-color: rgba(255,255,255,0.90);
  position: fixed;
  top: 0;
  z-index: 999;
}
.header__inner {
  width: 100%;
}
.h__id {
  padding: 20px 0 20px;
  text-align: center;
}
.h__copy {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 30px;
  color: #6e5220;
}
.h__btn__top {
  position: absolute;
  top: 29px;
  right: 365px;
}
.h__btn__map {
  position: absolute;
  top: 30px;
  right: 260px;
}
.h__btn__outline {
  position: absolute;
  top: 30px;
  right: 174px;
}
.h__btn__map a, .h__btn__outline a {
  padding: 11px 0;
}
.h__btn__request {
  position: absolute;
  top: 20px;
  right: 20px;
}
/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
#first_view {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#first_view img {
  width: 100%;
}
.sec_ttl {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 60px;
}
/* concept
--------------------------------------------------*/
.sec_ttl.baby_ttl{
  margin-bottom: 235px;
}
.sec__block {
  text-align: center;
}
#concept {
  background: url(../../img/babyring_bg.png) no-repeat center 30px;
}
.concept__mess01 {
  margin-bottom: 50px;
}
.concept__mess02 {
  width: 100%;
  height: 400px;
  background: url(../../img/concept_img01.jpg) top center no-repeat;
  margin-bottom: 50px;
}
.mess021 {
  padding-top: 70px;
}
.mess031 {
  line-height: 2.2em;
  letter-spacing: .1em;
  margin-bottom: 60px;
}
.mess032 {
  margin-bottom: 50px;
}
/* Collection 
--------------------------------------------------*/
.colle__btn {
  text-align: center;
}
ul.btn_more {
}
ul.btn_more li {
  display: inline-block;
}
ul.btn_more li.last {
  margin-right: 0;
}
/* flow 
--------------------------------------------------*/
.flow__ttl {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  font-style: italic;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.midashi01 {
  font-size: 16px;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.midashi02 {
  font-size: 16px;
  letter-spacing: .1em;
  margin-bottom: 30px;
  line-height: 2;
}
.flow__set {
  width: 740px;
  padding-bottom: 58px;
  background: url(../../img/flow_arrow.png) no-repeat bottom center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.flow__set__l {
  float: left;
}
.flow__set__r {
  margin-left: 280px;
}
.flow__set__r p {
  line-height: 1.6;
  letter-spacing: .1em;
}
.flow__set.end {
  background: none;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.flow__colm {
  background: #f9f3eb;
  border: 1px solid #dfd0be;
  padding: 25px 30px;
  margin-top: 30px;
}
.flow__colm__ttl {
  margin-bottom: 25px;
  text-align: center;
}
.flow__colm p {
  font-size: 13px;
  line-height: 1.8;
}
/* tab */
#tabMenu {
  width: 740px;
  margin: 0 auto 40px;
}
#tabMenu li {
  float: left;
  font-size: 18px;
  position: relative;
}
#tabMenu li:first-child {
  margin-right: 20px;
}
#tabMenu li a{
  display:block;
  width:360px;
  height:54px;
  padding-left: 45px;
  line-height:56px;
  background: #ffbda8;
  color: #666;
  text-align: left;
}
#tabMenu li a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	content: '';
	width: 12px;
	height:12px;
	margin-top: -8px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#tabMenu li a:hover,
#tabMenu li a.active {
  color: #fff;
  background: #e9410c;
}
#tabMenu li a.active::before {
  border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#tabBoxes{
  margin-bottom: 0;
}
#tabBox2{
  display: none;
}
.btn_org a {
  display: inline-block;
  background: #e9410c;
  color: #fff;
  padding: 10px 20px;
  line-height: 1;
  font-size: 14px;
}
.btn_org a:hover {
  background: #ea6e47;
}
.r_flow_mess {
  width: 740px;
  margin: 25px auto 0;
  border: 1px solid #dfd0be;
  padding: 20px;
  background: #f9f3eb;
  text-align: center;
}
/* special 
--------------------------------------------------*/
.special .sec_ttl {
  margin-bottom: 40px;
}
.special .midashi01 {
  margin-bottom: 1.5em;
}
.special .special_text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.sec__block.special {
  background: #fff;
  padding: 0 0 40px;
}
.special__list {
  text-align: center;
  margin-bottom: 40px;
}
.special__list li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.special__list li.last {
  margin-right: 0;
}
/* option 
--------------------------------------------------*/
.option__list {
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 13px;
  letter-spacing: .1em;
  text-align: center;
}
.option__list li {
  display: inline-block;
  width: 226px;
  height: 310px;
  margin-right: 33px;
  margin-bottom: 30px;
}
.option__list li.last {
  margin-right: 0;
}
.option_ttl {
  font-size: 18px;
  margin: 20px 0;
}
option_text {
}
/* special_Kit
--------------------------------------------------*/
.special_Kit_in {
  width: 740px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  text-align: left;
}
.kit_flow:after {
	content: "";
	display: block;
	clear: both;
}
.kit_flow li {
  float: left;
  margin-bottom: 20px;
}
.kit_flow li:nth-child(even) {
  margin-left: 20px;
}
.kit_arrow {
  text-align: center;
  margin-bottom: 20px;
}
.kit_atte {
  border: 1px solid #f9cec0;
  padding: 30px 30px 30px 115px;
  background: url(../../img/s_kit03_icon1.png) no-repeat 30px 50%;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif"
}
/* guide
--------------------------------------------------*/
table.guide__tbl {
  width: 820px;
  border-collapse: collapse;
  margin: 0 auto;
}
.guide__tbl th {
  border-top: 2px solid #000;
  border-right: 20px solid #feefe5;
  padding: 10px 0 30px 15px;
  width: 165px;
  vertical-align: top;
  background: url(../../img/icon_red_maru.png) no-repeat 0 1.1em;
  font-size: 16px;
}
.guide__tbl td {
  border-top: 2px solid #000;
  padding: 10px 0 30px 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
/* Customer Voice 
--------------------------------------------------*/
.voice__set {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 50px;
}
.img__l {
  float: left;
}
.voice__r {
  padding-left: 324px;
}
.voice__ttl {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
  background: #c99530;
  padding: 8px 10px;
  line-height: 1;
}
.voice__ttl span {
}
dl.interview {
  font-size: 14px;
}
.interview dt {
  color: #c99530;
  margin-bottom: .5em;
}
.interview dd {
  margin-bottom: 1.5em;
  background: url(../../img/icon_bull_4.gif) no-repeat 0 .6em;
  padding-left: .8em;
  line-height: 1.7;
}
/* followus
--------------------------------------------------*/
.sec__block.followus {
  margin-bottom: 50px;
}
.sec_ttl.followus {
  margin-bottom: 20px;
  padding-top: 0;
}
.followus_sns {
  text-align: center;
}
.followus_sns li {
  display: inline-block;
  margin-right: 30px;
}
.followus_sns li.last {
  margin-right: 0;
}
.followus_sns li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.sec__block__contact {
  width: 760px;
  height: 177px;
  margin: 30px auto 50px;
  padding: 30px 40px;
  text-align: center;
  background: url(../../img/btn_contact_bg.png) no-repeat;
}
.contact__ttl {
  margin-bottom: 20px;
}
.contact__tel {
  margin-bottom: 20px;
}
.tel_no {
  margin-right: 20px;
}
/* Shop
--------------------------------------------------*/
#shopinfo {
  width: 100%;
  background: #fff;
  padding: 0 0 50px 0;
}
.sec_ttl.shop {
  margin-bottom: 40px;
}
.shop_inner {
  width: 1000px;
  margin: 0 auto;
}
#map_canvas {
  border: solid 2px #a0a0a0;
}
.midashi-shop01 {
  margin-bottom: 10px;
}
.shop_col_l {
  width: 360px;
  float: left;
  margin-right: 20px;
}
.shop_col_r {
  width: 380px;
  float: left;
}
.shop_col_l p, .shop_col_r p {
  font-size: 13px;
  color: #362e2b;
}
ul.shop_bana {
  float: right;
  width: 199px;
}
ul.shop_bana a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
ul.shop_bana li {
  margin-bottom: 30px;
}
ul.shop_bana li a {
  display: block;
  height: 45px;
}
.mapt {
  margin-top: 10px;
}
.mapt a {
  background: #741705;
  color: #fff;
  padding: 4px 10px;
}
.mapt a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*----------------------------------------------------------------------------------------------
	footer area
----------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  padding: 25px 0px 50px 0px;
  background-color: #a28208;
}
#footer a {
  color: #eee;
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
}
#footer address {
  text-align: center;
  font-size: 10px;
  color: #eee;
  letter-spacing: .1em;
}

/*----------------------------------------------------------------------------------------------
	page area
----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 950px) {
}
/*----------------------------------------------------------------------------------------------
	COMMON
----------------------------------------------------------------------------------------------*/
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt10 {
  margin-top: 10px;
}
a.hover:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#nav-dock {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
}
#nav-dock a {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#nav-dock a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#btn_info {
  width: 79px;
  height: 82px;
  position: fixed;
  bottom: 22px;
  left: 10px;
}
.page_sec_ttl {
  text-align: center;
  margin-bottom: 20px;
}
.t_small {
  font-size: .9em;
}
.gentei_bana {
  float: left;
  margin-bottom: 20px;
}
