html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  background: #ffffff;
  font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", Helvetica, Tahoma, sans-serif;
	color: #000000;
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
button,
input,
select,
textarea {
  font-family:Helvetica, Tahoma, sans-serif;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:Helvetica, Tahoma, sans-serif;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  text-align: left;
}
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family:Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #42BCD2;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
a:visited {
  color: #42BCD2;
}
a:hover {
  color: #232323;
}
a:focus {
  outline: thin dotted;
  color: #232323;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption {
  background-color: transparent;
}
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
:-webkit-selection {
  background: #e6e6e6;
  color: #fafafa;
  text-shadow: none;
}
:-moz-selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
:selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
:-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}


/* GENERIC ============================================================================= */
body
{
    height: 100%;
    padding: 0;
    font-family: Helvetica, sans-serif;
    background: #f9f8f2 url(../../images/paper-bg.jpg);
}

.wrapper
{
    margin: 0 auto;
    padding: 0 20px;
}

.pos-ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
}

.hide
{
    display: none !important;
}

img
{
	max-width: 100%;
	text-align: right;
	display: block;
}


/* TEXT ============================================================================= */
h1, h2, h3, h4, h5, h6
{
    font-family: Helvetica, sans-serif;
    letter-spacing: 0.2em;
}

p
{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 0.2em;
}

a, a:active, a:visited
{
    color: #111;
    text-decoration: underline;
}
    
    a:hover
    {
        text-decoration: none;
    }
    
blockquote
{
    margin: 0;
    margin-top: 50px;
    padding: 20px;
    border: none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}
    
    blockquote p
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        text-align: justify;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 20px;
    }
    
    blockquote b
    {
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.2em;
        color: #111;
    }


/* HEADER ============================================================================= */

.site-header h1, .site-header h1 a
{
    margin: 0 auto;
    width: 150px;
    height: 160px; 

}

.site-header h1
{
	padding: 25px 0;
	padding-bottom: 20px;
	float: left;
	position:relative;
}


/* ヘッダーボタン */

#headBtn {
	margin-left: 920px;
	width: 49px;
	height: 170px;
	overflow: hidden;
}

#headBtn li {
	float: left;
	width: 49px;
	height: 170px;
	padding-bottom: 2px;
}

#headBtn li a 	{
	width: 49px;
	height: 170px;
	background: url(../../images/salon_hd_top.png);
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#headBtn #headBtntwitter a { background-position: 0 0;}
#headBtn #headBtntwitter a:hover {	background-position: 0 -230px;}

#headBtn #headBtnfacebook a { background-position: 50px -370px;}
#headBtn #headBtnfacebook a:hover {	background-position: 0 -230px;}

#headBtn #headBtninstagram a { background-position: 0 -250px;}
#headBtn #headBtninstagram a:hover { background-position: 0 -330px;}

/* ヘッダーナビエリア */

#headerNav {
	width: 980px;
	height: 229px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* NAV ============================================================================= */
.nav-wrapper
{
	padding-bottom: 20px;
	background-image: url(../../images/paper-bg.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.nav-wrapper.stuck
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 50;
    padding-bottom: 0;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

.nav-wrapper.stuck .site-nav
{
    padding: 15px 0;
    padding-bottom: 17px;
}


.nav-wrapper .tiny-logo
{
    display: none;
}

.site-nav
{
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
}
    
    .site-nav ul
    {
        display: none;
    }
    
.nav-mobile
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 34px;
}

.nav-mobile .mobile-nav-trigger
{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Gill Sans W04 Book", "Gill Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    letter-spacing: 0.2em;
    border: 1px solid #111;
}

.mobile-nav-dropdown
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #111;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    z-index: 100;
}
    
    .mobile-nav-dropdown li
    {
        text-align: center;
    }
        
        .mobile-nav-dropdown a
        {
            display: block;
            font-size: 18px;
            font-size: 1.8rem;
            text-transform: uppercase;
            text-decoration: none;
            line-height: 34px;
            letter-spacing: 0.2em;
        }


/* COLUMNS ============================================================================= */
.col-right
{
    margin-bottom: 30px;
	float: left;
}
    
    .col-right img
    {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20;
	margin-left: auto;
	
	
    }
    
.alt-block .col-left
{
    margin-bottom: 30px;
	overflow: hidden;
}
    
    .alt-block .col-left img
    {
        margin: 0 auto;	
    }
    

/* IMAGE BLOCKS ============================================================================= */
.image-block
{
	position: relative;
	height: 260px;
	background-color: #dad7c8;
	background-image: url(../../images/crab.jpg);
}
    
    .image-block span
    {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	height: 260px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../../images/crab.jpg);
    }
    
#copper
{
    position: relative;
    height: 660px;
    background: #dad7c8 url(../../images/copper.jpg) no-repeat fixed center top;
    background-size: cover;
    overflow: visible;
}

@media only screen and (device-width: 320px), (device-width: 768px)
{
    .image-block span
    {
        background-attachment: scroll;
    }
    
    #copper
    {
        background: #dad7c8 url(../../images/copper-sml.jpg) no-repeat scroll center top;
    }
}


/* CONTENT BLOCKS ============================================================================= */
.content-block
{
    padding: 30px 0;
    padding-bottom: 0;
}
    
    .content-block h1
    {
        margin: 0;
        margin-bottom: 35px;
        padding-bottom: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        text-align: center;
    }
    
    .content-block h2
    {
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase;
        line-height: 25px;
    }
    
    .content-block .opening-times
    {
        text-transform: uppercase;
    }
    
.text-block
{
	position: relative;
	padding-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
}


/* detox ============================================================================= */
.menu-container
{
    position: relative;
    padding-bottom: 70px;
}
    
    .menu-container #copper
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    
.menu
{
    position: relative;
    top: 30px;
    margin: 0 10px;
    max-width: 700px;
    background: #f9f8f2 url(../../images/paper-bg.jpg);
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.15), 0px 4px 6px 0px rgba(0,0,0,0.25);
}

.menu-wrapper
{
    padding: 50px 5.5% 30px 5.5%;
}
    
    .menu h2
    {
        margin: 0 auto;
        width: 150px;
        height: 160px;
        text-indent: -9999em;
    }
    
    .menu p
    {
        margin-bottom: 55px;
		font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        line-height: 50px;
    }
    
    .menu small
    {
        display: block;
        text-align: center;
        font-size: 10px;
        font-size: 1rem;
        line-height: 18px;
    }
    
.detox-table
{
    margin-top: 60px;
    margin-bottom: 50px;
}

.detox-table td
{
    padding: 0;
    line-height: 16px;
    letter-spacing: 0.1em;
    vertical-align: top;
}




/* CONTACT ============================================================================= */
#map
{
    height: 200px;
}
    
    #map img
    {
        max-width: inherit;
    }
    
.vcard, div.contactdetails p
{
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-top: 30px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.vcard {
	display: none;
}

.social-links
{
    margin-top: 30px;
}
    
    .social-links p
    {
        margin-bottom: 0;
        margin-right: 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }
    
    .social-links li
    {
        float: left;
        margin-right: 12px;
    }
        
        .social-links li:last-child
        {
            margin-right: 0;
        }
        
    .social-links a
    {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        text-indent: -9999em;
        background: transparent url(../../images/social-links.png) no-repeat;
    }
    
    .social-links .link-twitter
    {
        background-position: left top;
    }
    
    .social-links .link-facebook
    {
        background-position: left -35px;
    }
    
    .social-links .link-instagram
    {
        background-position: left -70px;
    }
    
    .social-links a .border
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #111;
        border-radius: 35px;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
        
        .social-links a:hover .border
        {
            top: -5px;
            bottom: -5px;
            left: -5px;
            right: -5px;
            opacity: 1;
        }
        
.reservation-widget
{
    margin: 0 auto;
    width: 220px;
}


/* ALT BLOCK ============================================================================= */
.alt-block
{
    position: relative;
    padding-bottom: 30px;
}
    
    .alt-block p
    {
		
    font-size: 14px;
	text-align: center;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-top: 30px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
}

/* BLOG ============================================================================= */

.blogsection {
	padding: 0 5%;
	overflow: hidden;
	margin-bottom: 120px;
}

.blogsection #feed {
	width: 70%;
	float: left;
}

.blogsection #feed dl {
	overflow: hidden;
	text-align: left;
	margin-bottom: 0;
}

.blogsection #feed dl dt {
	width: 100%;
	margin-bottom: 8px;
}

.blogsection #feed dl dd {
	width: 100%;
	margin-bottom: 18px;
}

.blogsection .snsbtn {
	width: 30%;
	float: right;
	margin: 0;
	padding: 0;
}

.blogsection .snsbtn li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

/* FOOTER ============================================================================= */

/* ページトップ */


#pagetop {
	width: 84px;
	padding-right: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}


.site-footer
{
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 10px solid #73a4b0;
	text-align: center;
	background-color: #0e7690;
	width: 100%;
}


    
    .site-footer p
    {
        margin-bottom: 60px;
        padding: 0 20px;
        font-size: 10px;
        text-align: center;
		color: #ffffff;
    }
   


/* TOP TABLE HACKS ============================================================================= */
.OT_wrapper, .OT_header, .OT_title, .OT_subtitle, .OT_list, #OT_form
{
    width: 210px !important;
}

.OT_wrapper
{
    background: transparent !important;
}

.OT_title
{
    margin-bottom: 0 !important;
    padding-bottom: 2px !important;
    border: none !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

.OT_subtitle
{
    font-size: 8px !important;
    line-height: 1em !important;
}

.OT_list li
{
    width: 165px !important;
}
    
    .OT_list li.OT_submit
    {
        width: 210px !important;
        padding-top: 7px !important;
        height: 30px !important;
    }
    
    .OT_list li input
    {
        width: 140px !important;
    }

.OT_day, .OT_time, .OT_party
{
    padding-left: 45px !important;
}

.OT_day
{
    background-position: -7px -5px !important;
}

.OT_time
{
    background-position: -7px -55px !important;
}

.OT_party
{
    background-position: -7px -102px !important;
}

.OT_ExtLink:link, .OT_ExtLink:visited, .OT_ExtLink:active
{
    color: #111 !important;
    width: 210px !important;
    text-decoration: underline !important;
}

.OT_ExtLink:hover
{
    text-decoration: none !important;
}

a.OT_Find_a_Table:link, a.OT_Find_a_Table:visited, a.OT_Find_a_Table:hover, a.OT_Find_a_Table:active
{
    text-indent: -9999em !important;
    background: #f9f8f2 url(../../images/btn-toptable.png) no-repeat !important;
}

#OT_timeList, #OT_partyList
{
    width: 146px !important;
    left: 45px !important;
}

#OT_timeList li a.OT_navLink, #OT_partyList li a.OT_navLink
{
    padding-left: 10px !important;
}

.ui-widget
{
    width: 178px !important;
}
