body {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
	font-size:13px;
    line-height:1.5;
	color:#4f4f4f;
	background-color: #fff;
}

/* Font Style */
	.en { font-family: 'Oswald', sans-serif !important; letter-spacing: 0.1em !important;}
	.serif { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ; }
	.list-unstyled {padding-left: 0; list-style: none; }
	

a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e95144;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover .overray,
a:focus .overray {
  color: #000;	
}

p {
	margin-bottom: 15px;
}

.img-responsive-full {
	display: block;
    width: 100%;
    height: auto;
}

/* image Style */
.text-center img {
	margin: 0 auto;
}
	img.img-rounded {
		border-radius: 12px;
	}
 
.loaded,
.header,
.btn,
.headmenu a,
.headar.hover,
.headar.hover .headlogo img,
.headar.hover .headmenu a,
.overray {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1.0);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1.0);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1.0);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1.0);
}


@media (max-width: 767px) {
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}
}

.icon-xs {
	width: 40px;
	height: auto;
}

.icon-md {
	width: 60px;
	height: auto;
}

.icon-lg {
	width: 80px;
	height: auto;
}

.icon-xl {
	width: 100px;
	height: auto;
}

img.btn-store {
	width: 140px;
	height: auto;
	margin-right: 10px;
}

.bg_white{
	background: #fff;
}

.bg_black {
	background: #000;
}

.bg_blue {
	background: #008bf7;
}

.bg_dark {
	background: #222;
}

.bg_dark_opa {
	background: rgba(0,0,0,0.5);
}
 
.ready {
    opacity: 0;
}
.loaded {
  	opacity: 1;
}

.content {
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
	margin-bottom: 25px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.read {
	line-height: 1.7;
}

.xsmall {
	font-size: 70%;
}

.opa {
	opacity: 0.8;
}

.lightgrey {
	color: #aaa;
}

.bg_lightgrey {
	background: #f9f9f9;
}

.darkgrey {
	color: #333;
}

.white {
	color: #fff;
}

.bg {
	padding: 3px 5px;
	line-height: 1;
}

.bg_rc {
	border-radius: 2px;
}

/* blue */
.keycolor1 {
	color: #056dc9;
}

.bg_keycolor1 {
	background: #056dc9;
	color: #fff !important;
}

/* green */
.keycolor2 {
	color: #1fa500;
}

.bg_keycolor2 {
	background: #1fa500;
	color: #fff !important;
}

/* padding */

.pd-5-tb { 
	padding-top: 120px;
	padding-bottom: 120px;
}

.pd-4-tb { 
	padding-top: 80px;
	padding-bottom: 80px;
}

.pd-4-t {
	padding-top: 80px;
}

.pd-4-b {
	padding-bottom: 80px;
}

.pd-3-tb { 
	padding-top: 50px;
	padding-bottom: 50px;
}

.pd-3-t {
	padding-top: 50px;
}

.pd-3-b {
	padding-bottom: 50px;
}

.pd-2-tb { 
	padding-top: 30px;
	padding-bottom: 30px;
}

.pd-2-t {
	padding-top: 30px;
}

.pd-2-b {
	padding-bottom: 30px;
}

.pd-1-tb { 
	padding-top: 15px;
	padding-bottom: 15px;
}

.pd-1-t {
	padding-top: 15px;
}

.pd-1-b {
	padding-bottom: 15px;
}


.pd-4-lr { 
	padding-left: 80px;
	padding-right: 80px;
}

.pd-4-l {
	padding-left: 80px;
}

.pd-4-r {
	padding-right: 80px;
}


.pd-3-lr { 
	padding-left: 50px;
	padding-right: 50px;
}

.pd-3-l {
	padding-left: 50px;
}

.pd-3-r {
	padding-right: 50px;
}

.pd-2-lr { 
	padding-left: 30px;
	padding-right: 30px;
}

.pd-2-l {
	padding-left: 30px;
}

.pd-2-r {
	padding-right: 30px;
}

.pd-1-lr { 
	padding-left: 15px;
	padding-right: 15px;
}

.pd-1-l {
	padding-left: 15px;
}

.pd-1-r {
	padding-right: 15px;
}

hr.green {
    border: 0;
    height: 10px;
    background: #00742D;
    background-image: -webkit-linear-gradient(left, #199B4B, #00742D, #199B4B);
    background-image:    -moz-linear-gradient(left, #199B4B, #00742D, #199B4B);
    background-image:     -ms-linear-gradient(left, #199B4B, #00742D, #199B4B);
    background-image:      -o-linear-gradient(left, #199B4B, #00742D, #199B4B);
}

hr.thinline {
    border: 0;
    height: 1px;
    background: #ccc;
}

hr.thinline2 {
    border: 0;
    height: 1px;
    background: #555;
}

hr.shortline {
	width: 10em;
}


.overray {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	}

.overray .overrayinner {
	width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.overray .overrayinnerer {
	display:table-cell;
	vertical-align: middle;
}

/* Massage Container */
.massage-container {
      font-size: 18px;
    }
    
    	.massage-container .inner {
	    	padding-top: 80px;
	    	padding-bottom: 80px;
	    	padding-left: 10%;
	    	padding-right: 15px;
    	}
    	
    	.massage-container.wide .inner {
	    	padding-top: 120px;
	    	padding-bottom: 120px;
    	}
    	
    	.massage-container .inner h2.ls,
    	.massage-container .inner h3.ls,
    	.massage-container .inner h4.ls {
	    	letter-spacing: 0.1em;
    	}
    	
    	
.awards img {
	cursor: pointer;
}
.popover-content {
	color: #444;
	padding: 15px;	
}

/* top */
.massage-container-central {
      font-size: 18px;
      min-height: 750px;
      position: relative;
    }
    
    	.massage-container-central .inner {
	    	padding-top: 200px;
	    	padding-left: 15%;
    	}
    
    	.massage-container-central .inner2 {
	    	padding-top: 150px;
    	}
    	
.mousearea {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}

	.mouse {
		display: inline-block;
	    border-radius: 18px;
	    border: 2px solid #e3f3fa;
	    width: 25px;
	    text-align: center;
	    height: 38px;
	}
	
	.mouse:after {
		display: inline-block;
	    background-color: #e3f3fa;
	    border-radius: 10%;
	    content: "";
	    animation: scrollMore 1.5s infinite ease-out;
	    width: 2px;
	    height: 7px;
	    position: relative;
	    top: -4px;
	}
    

/* pages */
.pageheader {
    min-height: 100px;
}
	.pageheader.gradation1 {
		background: #49c5ee;
		background: -webkit-linear-gradient(left,#49c5ee,#6f87d6);
	}
	
	.pageheader.gradation2 {
		background: #f1f1f1;
		background: -webkit-linear-gradient(left,#f1f1f1,#dddddd);
	}

	.pageheader.dark {
		color: #fff;
	}
	
	.pageheader.welcome {
		background: url(dist/images/bg_welcome.jpg) no-repeat center center;
		background-size: 100% auto;
		padding: 160px 0;
		min-height: auto;
	}

/* product detail */
.gallery-thumbs {
  height: 25%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 0.5;
}

.detail table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.detail table > thead > tr > th,
.detail table > tbody > tr > th,
.detail table > tfoot > tr > th,
.detail table > thead > tr > td,
.detail table > tbody > tr > td,
.detail table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  text-align: center;
}
.detail table th s {
	color: #bbb;
}
.detail table th strong {
	font-weight: bold !important;
	color: #000;
}
.detail table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.detail table > caption + thead > tr:first-child > th,
.detail table > colgroup + thead > tr:first-child > th,
.detail table > thead:first-child > tr:first-child > th,
.detail table > caption + thead > tr:first-child > td,
.detail table > colgroup + thead > tr:first-child > td,
.detail table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.detail table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.detail table .table {
  background-color: #fff;
}

.detail table {
  border: 1px solid #ddd;
}
.detail table > thead > tr > th,
.detail table > tbody > tr > th,
.detail table > tfoot > tr > th,
.detail table > thead > tr > td,
.detail table > tbody > tr > td,
.detail table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.detail table > thead > tr > th,
.detail table > thead > tr > td {
  border-bottom-width: 2px;
}

.table_price, .t_stock_num, #option_tbl br {
    display: none;
    font-size: 1px;
    line-height: 1;
}

	.detail table.halftable td {
		width: 50%;
	}
	
	.detail table.halftable:first-child {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
		.detail table.halftable span.freeship {
			color: #cc0000;
		}
	
		.detail table.halftable span.freeshipjp {
			font-size: 10px;
		}

	input.amt {
		border: 1px solid #ddd;
		padding: 5px;
		width: 50px;
		text-align: center;
	}

@media (min-width: 768px) {
	
	.detail table {
		max-width: 640px;
	}
}

	#option_tbl {
		width: auto;
	}

	#option_tbl tr th {
		min-width: 60px;
		max-width: 70px;
	}

@media (max-width: 767px) {

	#option_tbl {
		/*margin: 0 auto;*/
	}

	#option_tbl tr th {
		width: 20%;
	}
	
	.table-responsive {
		border: none;
	}

	.ban_shinnping {
		margin-top: 10px;
		font-size: 12px;
		}
	
	.detail dl {
		/*text-align: center;*/
	}
	
		.detail dl dt span {
			display: none;
		}
		
		.detail .form-group {
			margin-bottom: 0;
		}
		
	.detail table {
		margin-bottom: 10px
	}
}

.detaillinks li.link {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}

.share {
    float: left;
    text-align: center;
    margin: 20px 0 0;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; } 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* tab cart */
.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 15px 0;
	line-height: 1.7;
}

	.nav-tabs>li>a {
		border-radius: 0;
	}

	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	}


/* pager */
.pages ul li {
	color: #aaa;
	margin: 0 4px;
}
.pages ul li a {
	color: #fff;
}

/* map */
#sketchymap {
	width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

/* footer */
.footer {
}

	.footer .phone {
		background: #222;
		display: inline;
		padding: 10px 20px;
		font-size: 18px;
		border-radius: 20px;
	}
	

	
	.footer ul {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		list-style: none;
		line-height: 1;
    }

	.footer ul li {
    	display: inline-block;
	}
	
		.footer ul li a {
			padding: 0 20px;
			display: block;
		}

.footer .sns a {
	padding: 0 10px;
}

/* fix grid */
.fix-grid .row { margin-left: 0; margin-right: 0; }
.fix-grid .col-md-10, .col-md-11, .fix-grid .col-md-12, .fix-grid .col-md-2, .fix-grid .col-md-3, .fix-grid .col-md-4, .fix-grid .col-md-5, .fix-grid .col-md-6, .fix-grid .col-md-7, .fix-grid .col-md-8, .fix-grid .col-md-9, .fix-grid .col-sm-1, .fix-grid .col-sm-10, .fix-grid .col-sm-11, .fix-grid .col-sm-12, .fix-grid .col-sm-2, .fix-grid .col-sm-3, .fix-grid .col-sm-4, .fix-grid .col-sm-5, .fix-grid .col-sm-6, .fix-grid .col-sm-7, .fix-grid .col-sm-8, .fix-grid .col-sm-9, .fix-grid .col-xs-1, .fix-grid .col-xs-10, .fix-grid .col-xs-11, .fix-grid .col-xs-12, .fix-grid .col-xs-2, .fix-grid .col-xs-3, .fix-grid .col-xs-4, .fix-grid .col-xs-5, .fix-grid .col-xs-6, .fix-grid .col-xs-7, .fix-grid .col-xs-8, .fix-grid .col-xs-9 { padding-left: 0; padding-right: 0; }

	
.numpage {
	padding: 15px 0;
}

	.numpage .prev {
		float: left;
	}

	.numpage .next {
		float: right;
	}
	
	.numpage a {
		margin: 0;
		padding: 15px 20px;
		background: rgba(255,255,255,1);
		font-weight: bold;
		border-radius: 20px;
	}


/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
#swipebox-slider .slide {
  background: url(dist/images/loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  /*z-index: 999;
  height: 50px;*/
  width: 100%;
}

#swipebox-action {
  top: 0;
}

#swipebox-action.visible-bars {
  /*-ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);*/
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 50px;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 0;
}
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 0;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.3;
}

#swipebox-caption {
  top: 20px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  /*-ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);*/
}

#swipebox-slider.rightSpring {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #fff;
}

#swipebox-action,
#swipebox-caption {
  /*text-shadow: 1px 1px 1px black;
  background-color: #fff;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(black));
  background-image: -webkit-linear-gradient(top, #0d0d0d, black);
  background-image: linear-gradient(to bottom, #0d0d0d, black);
  opacity: 0.95;*/
}

#swipebox-action {
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}
#swipebox-caption {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
  color: #ccc;
  font-size: 13px;
}

