@charset "UTF-8";

/* CLEARFIX */
nav,
section.item,
.mobileOnly {zoom: 1;}
nav:after,
section.item:after,
.mobileOnly:after {content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0;}

body #main, body #main h1.category {width: 100%;}
body #main #service, body #main #intro p, body #main #intro ul {padding: 0 10px;}
body #main #service .wrapper {margin-right: 0;}
body #main #service h1 {padding: 5px 0;}
body #main .item {margin-right: 0;}

/*body #main nav .menu a li {float: left; width: 90%; min-height: 40px ;margin-bottom: 0; border: 0; border-top: 1px solid #dfdfdf; border-radius: 0; margin-right: 0;}*/
body #main {margin-top: 51px;}

body #main nav {display: none;}

body #main section.item {-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2),0 -1px 1px rgba(0,0,0,0.2); box-shadow: 0 2px 3px rgba(0,0,0,0.2),0 -1px 1px rgba(0,0,0,0.2); margin: 10px 10px 20px; border-radius: 5px;}

body#top #main section.item {padding-bottom: 10px; height: 300px; overflow: hidden;}
body #main section.item .more {position: absolute; bottom: 0; padding: 30px 0 10px; width: 220px; text-align: center; background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.5)),color-stop(0.3, #fff), to(#fff)); font-size: 13px;}
body #main section.item .more.open {position: static; padding: 10px 0 0; background: #fff; border-top: 1px solid #e6e6e6;}
body .annotation.asterisk {padding-left: 0; text-indent: 0; display: inline-block; margin-bottom: 10px;}

/* flick */
.service {position: relative;}  
.service .viewport {width: 100%; overflow: scroll;}
.service .flipsnap {width: 3000px; padding-left: -30px;}
.service .flipsnap:after {content: ''; display: block; clear: both; height: 0;}
.service .item {width: 220px; float: left; position: relative; padding: 0 10px 0;}
.service .item img {width: 220px; height: auto;}

/* gift */
body#gift h1#title {font-size: 20px;}
body#gift #main #service h1.category {font-size: 16px; margin: 10px 0; padding-top: 20px;}
body#gift #service .item {width: auto; padding: 10px;}
body#gift #service #payBox .item {margin-bottom: 10px;}
body#gift #service .item img {width: 100%; margin-bottom: 4px;}
body#gift #service li {width: 260px;}
#gift section#free,
#gift section#payBag {width: 100%; margin-right: 0;}
#gift #service .wrapper .item ul {margin-right: 0; text-align: left;}

/* embroidery */
body#embroidery .item {width: auto; padding: 10px;}
body#embroidery .item.font img {width: 130px; margin-bottom: 4px;}
/*body#embroidery .item.sample img {width: 125px; margin-bottom: 4px;}*/
body#embroidery .item.sample img {width: 130px; margin-bottom: 4px;}/*161208修正*/
/*body#embroidery .item.color img {width: 250px; margin-bottom: 4px;}*/
body#embroidery .item.color img {width: 100%; margin-bottom: 4px;}/*161208修正*/
/*body#embroidery .font li {width: 140px; height: 170px;}*/
body#embroidery .font li {width: 50%; height:auto;}/*161208修正*/
/*body#embroidery .item.sample li {width: 130px; margin-right: 0;}*/
body#embroidery .item.sample li {width: 50%; margin-right: 0; text-align: center; margin-bottom: 4px;}/*161208修正*/
/*body#embroidery .color li {width: 250px;}*/
body#embroidery .color li {width: 100%;}/*161208修正*/
/*body#embroidery .item.illustration li img {width: 260px;}*/
body#embroidery .item.illustration li {margin-right: 0;}/*161208修正*/
body#embroidery .item.illustration li img {width: 100%;}/*161208修正*/

/* print */
body#print #service .item {width: auto; padding: 10px;}
body#print #service .item.printItem img {width: 200px; margin-bottom: 4px;}
body#print #service .item.printItem li {width: 250px; text-align: center;}
body#print #service .item.printItem span {display: block; text-align: left; margin-bottom: 10px;}
body#print #service .item.printItem li {margin-right: 0;}
body#print .color li img {width: 85px;}
body#print .color li img {width: 100%;}
body#print .item.sample li {width: 140px; display: inline-block; text-align: center;}
body#print .item.sample img {width: 130px;}
body#print .item.position li {width: 130px; margin-right: 0;}
body#print .item.position li img {width: 130px;}
body#print .item.position span img {width: 260px;}

/* wall */
body#wall #service .item {width: auto; padding: 10px;}
body#wall #service .item.module img {width: 260px; margin-bottom: 4px;}
body#wall #service .item.option img {width: 125px; margin-bottom: 4px;}
body#wall #service .item.module li {width: 260px;}
body#wall #service .item.option li {width: 125px; margin-right: 0;}

/* stamp, bicycleRepair */
body#stamp #intro img,
body#bicycleRepair #intro img {width: 300px; margin: 20px 10px;}
body#stamp #main section.item,
body#bicycleRepair #main section.item {-webkit-box-shadow: none; box-shadow: none; margin: 0; border-radius: none; width: auto; height: auto;}

/* construct */
body#construct #service .item {width: auto; padding: 10px;}
body#construct #service .item.printItem img {width: 200px; margin-bottom: 4px;}
body#construct .process li {float: none; margin-bottom: 50px;}
body#construct .process li:after {
	-moz-transform:    rotate( 90deg );  /* Firefox */
	-webkit-transform: rotate( 90deg );  /* Chrome,Safari */
	-o-transform:      rotate( 90deg );  /* Opera */
	-ms-transform:     rotate( 90deg );  /* IE */
	transform:         rotate( 90deg );  /* CSS3 */
}
body#construct .process li:nth-child(1):after {right: 100px; top: 270px;}
body#construct .process li:nth-child(2):after {right: 100px; top: 274px;}
body#construct .process li:last-child {margin-bottom: 0;}
body#construct .process li img {width: 260px;}
body#construct .item.targetItem img {width: 120px; margin-bottom: 4px;}
body#construct .item.targetItem li {width: 120px; margin-right: 8px; display: inline-block; float: none; vertical-align: top;}
body#construct .item.targetItem .annotation li {margin-right: 0;}

body#construct ul.annotation.asterisk {margin-bottom: 0;}

/* woodroom */
body#woodroom #service .item {width: auto; padding: 10px;}
body#woodroom #service .item img {width: 260px; margin-bottom: 4px;}
body#woodroom .woodProgram .babyText {width: auto;}
body#woodroom .empty iframe {width: 260px;}
body#woodroom .item h1, body#woodroom .woodProgram h1, body#woodroom .woodProgram h2 {font-size: 14px;}
body#woodroom .item.roomStaff img {float: none;}
body#woodroom aside#woodroomInfo {padding: 20px; margin: 10px; width: auto;}
body#woodroom aside#woodroomInfo figure {margin: 0 0 20px; width: 100%;}
body#woodroom aside#woodroomInfo div {width: 100%;}
body#woodroom #headerWrap {min-width: auto;}

/* originalshirt */
body#customshirt #service .item {width: auto; padding: 10px;}
body#customshirt #service .item img {width: 260px; margin-bottom: 4px;}
body#originalshirt #intro img {width: 320px;}
#customshirt .pocket h1,
#customshirt .button h1 {margin: 0 0 10px; font-size: 16px; border-bottom: 1px solid #333;}
#customshirt .pocket li,
#customshirt .button li {margin-bottom: 20px;}
#customshirt .limited {padding-left: 0; margin-top: 0;}
#customshirt .limited .period {display: block; font-size: 14px;}

/* bicycleRental */
#bicycleRental .shop h3	{margin-top: 10px; margin-bottom: 12px;}
body#bicycleRental #main section.item {-webkit-box-shadow: none; box-shadow: none; margin: 0; border-radius: none; width: 100%; height: auto;}




.pcOnly {display: none;}
.mobileOnly {display: block;}

/* header */
.btn, .bdr-btn {
  padding: 5px 7px;
  line-height: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}

.bdr-btn {
  display: inline-block;
  border: 1px #bbbbbb solid;
  font-size: 13px;
  font-family: Helvetica, Sans-Serif;
}

/* header */
header #headerbar {
  position: fixed;
  z-index: 400;
  top: 0;
  width: 100%;
  background: #7f0019;
  color: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
header #headerbar #logo{
	font-size: 0;
	margin: 0;
}
header #headerbar #logo img {
  margin: 11px 0px 12px 10px;
}
header #headerbar ul.R {
  overflow: hidden;
  height: 33px;
  border-left: 1px rgba(255, 255, 255, 0.4) solid;
  margin-right: 15px;
  margin-top: 4px;
}
header #headerbar ul.R li {
  float: left;
  border-right: 1px rgba(255, 255, 255, 0.4) solid;
}
header #headerbar ul.R li a {
  display: block;
}
header #headerbar ul.R li a#header_search_btn.active{
	background: url("/shop/images/sp/header_search_on.png") no-repeat 0 0;
	background-size: 49px 33px;
}
header #headerbar ul.R li a#header_menu_btn.active{
	background: url("/shop/images/sp/header_setting_on.png") no-repeat 0 0;
	background-size: 49px 33px;
}

header #headerbar ul.R li a img {
  vertical-align: top;
}
header #headerbar ul.R li a.active img {
	visibility: hidden;
}

section#header_menu, section#search_form {
  position: fixed;
  top: 41px;
  width: 100%;
  z-index: 300;
  padding: 2px 0 18px 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  display: none;
}
section#header_menu {
  background: #5b0012;
  color: white;
}
section#header_menu ul li {
  float: left;
  margin: 9px 0px 0 9px;
  padding-right: 11px;
  padding-bottom: 2px;
}
section#header_menu ul li.sep{
  background: url("/shop/images/sp/header_menu_sep.gif") no-repeat right center;
  background-size: 1px 15px;
}
section#header_menu ul li a {
  color: white;
  font-size: 13px;
  text-decoration: none;
}
section#header_menu #global_site_menu {
  margin: 15px 9px 0 9px;
}
section#header_menu #global_site_menu a {
  color: white;
  text-decoration: none;
  font-size: 13px;
}
section#search_form {
  background: rgba(255, 255, 255, 0.95);
  color: black;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 0;
}
section#search_form #search_menu {
  padding-bottom: 9px;
}
section#search_form #search_menu .search_menu_item {
  display: inline-block;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  padding: 0 13px 3px 5px;
  background: url("/shop/images/sp/search_form_sep.gif") no-repeat right center;
  background-size: 1px 6px;
}
section#search_form #search_menu .search_menu_item.active {
  color: black;
}
section#search_form #search_menu .search_menu_item:last-child {
  background: none;
}
section#search_form #search_menu .search_menu_item img {
  vertical-align: baseline;
}
section#search_form #search_by_keyword_form {
  text-align: left;
  position: relative;
  width: 280px;
  height: 35px;
  margin: 0 auto;
}

section#search_form #search_by_keyword_form .inputframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 231px;
  height: 27px;
  padding: 3px 5px;
  border: 1px solid #bbbbbb;
  border-right: none;
  background-color: #FFF;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  float: left;
  overflow: hidden;
}
section#search_form #search_by_keyword_form #search_keyword_input {
  width: 200px;
  outline: none;
  color: #999999;
  border: none;
  font-size: 13px;
}
section#search_form #search_by_keyword_form #search_keyword_input.focused {
  color: #333333;
}
section#search_form #search_by_keyword_form .search_icon {
	float: right;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	overflow: hidden;
}
section#search_form #search_by_prefecture_form {
	width: 280px;
	margin: 0 auto;
	overflow: auto;
}
section#search_form #search_by_prefecture_form .selectform {
  position: relative;
  float: left;
}
section#search_form #search_by_prefecture_form .selectform .selectframe {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #bbbbbb;
  height: 27px;
  background: url("/shop/images/sp/btn_cursor_down.png") no-repeat 7px center #fff;
  background-size: 8px 15px;
  font-size: 13px;
  padding: 6px 5px 0 17px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
section#search_form #search_by_prefecture_form .selectform select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
section#search_form #search_by_prefecture_form #prefectures {
  width: 91px;
}
section#search_form #search_by_prefecture_form #cities {
  width: 142px;
  margin-left: 4px;
}
section#search_form #search_by_prefecture_form .search_icon {
  height: 35px;
  margin-left: 5px;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
section#search_form #search_by_prefecture_form .search_icon img {
}
section#search_form #search_by_gps_form p.btn {
  width: 162px;
  height: 24px;
  padding: 11px 0 0 0;
  font-weight: bold;
}
section#search_form .search_menu li, section#search_form .listset li {
  float: left;
}
section#search_form div {
}
section#search_form button {
  background: #888888;
  color: white;
  width: 162px;
  height: 35px;
  font-size: 13px;
}
section#search_form #filter {
  clear: both;
  padding: 0 12px;
  margin-top: 11px;
}
section#search_form #filter #filter_input{
	margin-bottom: 11px;
}
section#search_form #filter #filter01 > div {
  background: url("/shop/images/sp/btn_cursor_down.png") no-repeat 7px center;
  background-size: 8px 15px;
  font-size: 13px;
  text-align: left;
  padding-left: 18px;
}
section#search_form #filter #filter01 > div.selected {
  background: url("/shop/images/sp/btn_cursor_up.png") no-repeat 7px center;
  background-size: 8px 15px;
}
section#search_form #filter #filter01 > div:hover img {
  visibility: hidden;
}
section#search_form #filter .tagit {
  overflow: auto;
  margin-top: 9px;
  margin-left: 17px;
}
section#search_form #filter .tagit input {
  display: none;
}
section#search_form #filter .tagit li.tagit-choice {
  float: left;
  padding: 4px 5px;
  background-color: #efefef;
  color: black;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
section#search_form #filter .tagit li.tagit-choice .tagit-close {
  color: #888888;
  content: "";
  background: url("/shop/images/sp/tagit_remove.png") no-repeat right center;
  background-size: 6px;
  padding-left: 11px;
  text-decoration: none;
}
section#search_form #filter .tagit li.tagit-choice:hover {
  color: #7f0019;
}
section#search_form #filter .tagit li.tagit-choice:hover .tagit-close {
  color: #7f0019;
  text-decoration: none;
}
section#search_form #filterlist {
  text-align: left;
  margin-top: 11px;
  padding: 5px 0 15px;
  display: none;
  border-top: 1px solid #efefef;
  position: relative;
  background-color: white;
}
section#search_form.overlay {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #f7f7f7;
}
section#search_form #filterlist .front {
  position: relative;
  z-index: 100;
  padding: 0 20px 15px;
  border-bottom: 1px solid #efefef;
}
section#search_form #filterlist .listset {
  overflow: hidden;
  *zoom: 1;
}
section#search_form #filterlist .listset .caption {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 4px;
  float: left;
}
section#search_form #filterlist .listset .related {
  padding-top: 13px;
  padding-right: 1px;
}
section#search_form #filterlist .listset .related a {
  color: black;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  float: right;
}
section#search_form #filterlist .listset ul {
	clear: both;
}
section#search_form #filterlist .listset ul li {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}
section#search_form #filterlist .listset ul li div {
  background: url("/shop/images/sp/filter_uncheck.png") no-repeat 118px center #f3f3f3;
  background-position: -webkit-calc(100% - 6px) center;
  background-position: -ms-calc(100% - 6px) center;
  background-position: -o-calc(100% - 6px) center;
  background-position: calc(100% - 6px) center;
  background-size: 12px;
  margin: 0 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
section#search_form #filterlist .listset ul li:nth-child(2n+1) div {
	margin-left: 0;
}
section#search_form #filterlist .listset ul li:nth-child(2n+0) div {
	margin-right: 0;
}
section#search_form #filterlist .listset ul li div.selected {
  background-image: url("/shop/images/sp/filter_checked.png");
}
section#search_form #filterlist .listset ul li div p {
  font-size: 12px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 18px 0 5px;
  display: table-cell;
  vertical-align: middle;
  height: 35px;
}
section#search_form #filterlist .listset ul li div p .note {
  font-weight: normal;
}

.mobileOnly .clearfix {
  *zoom: 1;
}
.mobileOnly .clearfix:before {
  content: " ";
  display: table;
}
.mobileOnly .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.mobileOnly .clearfix .L {
  float: left;
}
.mobileOnly .clearfix .R {
  float: right;
}




/* footer */
footer ul.mobileOnly {border-top: 1px #d6d6d6 solid; margin-bottom: 20px;}
footer ul.mobileOnly li {float: left; width: 50%; text-align: center;}
footer ul.mobileOnly li a {
display: block;
padding: 10px;
border-right: 1px #d6d6d6 solid;
border-bottom: 1px #d6d6d6 solid;
color: #0b0b0b;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}


body #top .item {height: 330px; overflow: hidden;}
body #top .item .inner {height: 320px; overflow: hidden;}


.pointer {text-align: center; margin-bottom: 10px;}

.pointer span {
    border: 1px solid #cccccc;
    border-radius: 8px 8px 8px 8px;
    background: #cccccc;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-right: 8px;
}

.pointer span.current {
	border: 1px solid #999999;
    background: #999999;
}

.textOverflow {
    overflow: hidden;
    width: 220px;
    height: 155px;
}

/* news */
#news {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  display: none;
  z-index: 500;
}
#news:after {
  content: "";
  display: block;
  clear: both;
}
#news h1 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}
#news h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
#news ul {
  margin-bottom: 30px;
}
#news li {
  font-size: 12px;
  margin-bottom: 10px;
}
#news li .pref {
  margin-right: 1em;
}
#news li .desc {
  display: block;
}
#news .close {
  float: right;
  text-decoration: none;
  color: #333;
  margin-top: 3px;
}
#news a {
  color: #333;
}

#headerWrap {min-width: 100%;}

body #main {
	margin-top: 0;
}

#intro .parent {
	padding: 5px 10px;
	margin-top: 0;
}	

#siteName {
	position: absolute;
	width: 100%;
}

#footerNav {
	display: block;
}

#footerNav li {
	line-height: 1.4;
}

#footerNav li:nth-child(2n+0) {
	margin-right: 0;
	padding-right: 0;
}