@charset "euc-jp";

/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  /*outline: 0;*/
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
address,em,strong,th {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	font-size: 0.1em;
}
.clearfix {
zoom: 1;
}


/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #666666;
  font-size: 0.8em;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 'Yu Gothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  text-decoration: none;
  color: #4c4c4c;
}
a:active {
  /*background: rgba(0, 0, 0, 0);*/
}

img {
  max-width: 100%;
  height: auto;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * layout
 */
/* ---------------------------------------コンテンツ固定*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background-color: #eeeeee;
}


/* ------------------------------------------ヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 61px;
  width: 100%;
  z-index: 1000;
  background-color: #FFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c2c2c2;
}

h1 {
  font-size: 1em;
  margin: 0.67em 0;
}

h1#logo {
  width: 115px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  padding-top: 15px;
}

/* ツールバー */
.toolbar {
  width: 100%;
  background-color: #fff;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar__item a {
  color: #4c4c4c;
  padding: 0 20px;
  height: 60px;
  display: table;
}
.toolbar__item a .u-wrap {
  display: table-cell;
}
.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item--menu {
  float: left;
}
.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--cart .toolbar__item__count--in {
  color: #ff5722;
}

#halfSize {
	height: 425px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 62px;   
}

#slidedisp {
	height: 850px;
	width: 750px;
	transform: scale(0.5,0.5);
	transform-origin: 0 0;
}


/* ------------------------------------------フッター */
.footer {
  margin: 1px 0 0;
  border-top: 1px solid #c2c2c2;
}

.linklist {
  padding: 0;
  margin: 0;
  text-align: center;
}

.linklist__item {
  border-bottom: solid 1px #c2c2c2;
  list-style: none;
}
.line1px {
  border-bottom: none;
  list-style: none;
}
.linklist__item--point:last-child {
  border-bottom: none;
  list-style: none;
}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #4c4c4c;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #666666;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}
/* ------------------------------------------SNS */
.section--sns {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.snslink {
  text-align: center;
  margin: 0 8px 0;
  color: #fff;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--insta {
  background: #4c4c4c;
}

.snslink--facebook {
  background: #4c4c4c;
}

.section--address {
  text-align: center;
}

.copyright {
  padding: 10px 0 10px;
  font-size: 0.7em;
}



/* ------------------------------------------ドロワー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #4c4c4c;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: left;
}
.drawer__item--close a {
  color: #4c4c4c;
}

.drawer__item {
  border-bottom: 1px solid #c2c2c2;
  font-size: 1em;
}

.drawer__item__name {
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666666;
}

.drawer__item__nameGLAY {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #4c4c4c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eaeaea;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer__item--accordion ul {
  margin: 0;
  list-style: none;
}

.drawer__item--accordion ul li {
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c2c2c2;
}
.drawer__item--accordion ul li:last-child {
  margin: 0;
  border-bottom: none;
}
/*
.drawer__item--accordion .linklist__item {
  border: none;
}
*/
.drawer__item--accordion .linklist__item a {
  padding: 20px 20px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none !important;
}
.moreinfo {
  overflow: hidden;
  max-height: 70px;
}
.u-moreinfo--active {
  max-height: none;
}
.section--info .button--more {
  margin: 20px auto 0;
}
.section--info .button--more span {
  margin: 0 5px 0 0;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 5px 20px 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
  margin: 0;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
  display: inline;
  background-color: #fedae3;
  font-weight: bold;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.buy__inner {
  float: left;
  width: 40%;
}

.buy__inner2 {
  float: right;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 40px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 38px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px 20px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  background-color: #FFFFFF;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.7em;
}
.box:nth-child(even) {
  margin-right: 0px;
}
.box .box__inner {
  display: block;
  padding: 7px 7px 6px;
  word-wrap: break-word;
}
.box .box__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
  border-left: 10px solid #e0e0e0;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__name {
  margin: 0 0 0px;
  color: #4c4c4c;
}
.box .box__price {
  margin: 0 0 5px;
  color: #4c4c4c;
}
.box .box-price__soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box__caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd) {
  clear: left;
}

.section--slide h4, .section--main h4 {
  padding: 0 0 8px 0;
  text-align: center
}

.section--together .box {
  width: 33.33%;
}
/*
.slidelist {
  margin: -10px 0 10px !important;
}
*/
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 5px 5px 5px;
  word-wrap: break-word;
  background-color: #FFFFFF;
  margin-right: 5px;
  height: 200px;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
/*
.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}
.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;
}
.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}
*/
.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 0.7em;
  line-height: 1.4em;
  margin: 0 0 5px;
  color: #4c4c4c;
}
.slidelist .slide__price {
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: normal;
  margin: 0 0 5px;
  color: #4c4c4c;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}
/*
.result {
  margin: 10px 0 20px;
}
*/
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
 text-align: center;
}

.rest {
  text-align: center;
  margin: 0px 0 30px;
}

.pager__prev {
  line-height: 1;
  margin: 0 10px 40px 0;
}
.pager__next {
  line-height: 1;
  margin: 0 0 40px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list .boxlist {
  padding: 20px 20px;
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 85.71429%;
}

.freespace02 {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist__title h3 {
  margin: 10px 0 2px;
}

.deflist__body {
  margin: 0 0 15px;
  font-size: 85.71429%;
}

.section--privacy p {
  font-size: 85.71429%;
}

.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 85.71429%;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  background: #666666;
  color: #fff;
}

.button--orange {
  background: #666666;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--more {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
}

.button--sort {
  font-size: 71.42857%;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 71.42857%;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size:1.2em;
  font-weight: bold;
  padding: 15px 0;
  width: 180px;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 14px 10px;
  width: 36%;
  border-width: 1px;
  border-style: solid;
  border-color: #c8c8c8;
  border-radius: 0;
  font-size: 1.4em;
  -webkit-appearance: none;
  text-align: center;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}

/*--------------------- free page css ---------------------*/

/*--------------------- f1 会社概要 ---------------------*/

h3#ttlText1 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 16px;
	padding-top: 30px;
	margin-bottom: 24px;
	text-align: center;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 62px;
}
#whiteBack2 {
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
}

#textBlock {
	width: 335px;
	margin-right: 20px;
	margin-left: 20px;
  	margin-bottom: 40px;
}
#textBlock table {
	width: 315px;
}
#textBlock table tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a2a2a2;
}
#textBlock table tr:last-child {
	border-bottom-style: none;
}
#textBlock table tr td {
	padding-top: 18px;
	padding-bottom: 18px;
}
#textBlock table tr td.ttl {
	width:100px;
}
#textBlock table tr td a {
	text-decoration: underline;
}

/*--------------------- f2 QaudA ---------------------*/

#textBlock {
	width: 335px;
	margin-right: 20px;
	margin-left: 20px;
}
p#introText a {
	text-decoration: underline;
}
h2#ttlText1 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	padding-top: 30px;
  	margin-top: 62px;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
p#introText {
	margin-bottom: 25px;
	text-align: center;
	line-height: 22px;
}
/*--------------------- f2 QaudA アコーディオン用---------------------*/

.demo {
	margin: 0 15px 40px;
	background-color: #FFFFFF;
}
.demo a {
	display: block;
	text-align: center;
}
.demo h3 {
	font-weight: normal;
}
.demo .child {
	display: none;
	margin: 0 0 -1px;
	padding: 0;
	background: #fff;
}
.demo .child .menu {
	background: #dcdcdc;
	color: #5e5e5e;
}
.demo .child .menu:hover {
	background: #d8d8d8;
}
.demo .child > li {
	margin: 0px 0;
	padding: 15px 10px 15px 10px;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	border-bottom: 1px dotted #a2a2a2;
}
.demo .child > li:last-child {
	border-bottom: 0;
}
.switch .menu:after {
	position: absolute;
	top: 43%;
	right: 10px;
	/*margin-top: -1.4rem;*/
  margin-right: 10px;
    font-family: FontAwesome;  
  content: '\f067';
	font-size: 0.8em;
	transform-origin:50% 50%;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.switch .menu.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.child01 {
	border: 0px solid #ffffff;
}
.child02 {
	color: #5e5e5e;
}
.menu {
	font-size: 14px;
	font-weight: normal;
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 30px 0 30px 0;
}
.source {
	margin: 0;
	padding: 0px 0 0;
}

.demo04 .menu {
	background: #d8d8d8;
	color: #4c4c4c;
}
.demo04 .menu:hover {
	background: #d8d8d8;
	text-decoration: none;
}
li.answer p.ttl{
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 20px;
	margin-left: 1em;
	text-indent: -1em;
}
li.answer p.ttl:first-child {
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-left: 1em;
	text-indent: -1em;
}
li.answer p.ttl span{
	font-weight: bold;
}
li.answer p.bodyCopy {
	line-height: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a2a2a2;
	letter-spacing: 0em;
}
li.answer p.bodyCopy2 {
	line-height: 20px;
	padding-bottom: 0px;
	border-bottom-style: none;
	border-bottom-color: #a2a2a2;
	letter-spacing: 0em;
}
li.answer p.bodyCopy span {
	margin-left: 1em;
	text-indent: -1em;
	display: block;
	padding-bottom: 5px;
}
li.answer p.bodyCopy span:last-child {
	padding-bottom: 0px;
}

/*--------------------- f3 ROSEBAY表参道 ---------------------*/

#shopIntro {
  margin-top: 62px;
}

img {
	vertical-align: bottom;
}

p#ttlShop {
	width: 375px;
	margin-top: 24px;
	margin-bottom: 16px;
	text-align: center;
}
#shopIntro h3 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 16px;
	color: #873d43;
	text-align: center;
	width: 375px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.1em;
}
#shopIntro p#text {
	text-align: center;
	width: 375px;
	margin-bottom: 32px;
	line-height: 2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
#shopOnly h4 {
	font-family: 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'YuMincho', 'Yu Mincho', 'Kozuka Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 14px;
	color: #873d43;
	text-align: center;
	width: 375px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	margin-top: 37px;
	line-height: 14px;
}
#shopOnly {
	width: 375px;
	margin-bottom: 20px;
}
#shopOnly ul {
	margin-right: auto;
	margin-left: auto;
	width: 335px;
}
#shopOnly ul li:nth-child(odd) {
	margin-right: 15px;
}
#shopOnly ul li {
	float: left;
	width: 160px;
	margin-bottom: 16px;
}
#shopOnly ul li p {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    line-height: 12px;
}
.shopMaparea {
	width: 375px;
	margin-bottom: 40px;
}
.shopMaparea h5 {
	text-align: center;
	margin-bottom: 15px;
}
p#fromStation {
	text-align: center;
	color: #873d43;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#map_canvas {
	width: 375px;
	height: 238px;
}
p#shopName {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 14px;
}
.shopMaparea p {
	text-align: center;
}
.btnBase2 {
    height: 38px;
    width: 170px;
    background-color: #000;
    font-weight: bold;
    margin: 16px auto 80px;
    border-radius: 2px;
}

.btnBase2 a {
    color: #fff;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnBase2 a:hover {
    background-color: #373737;
}