/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */

@import url(vendors/sanitize.css);
pre,
textarea {
  overflow: auto;
}
[hidden],
audio:not([controls]),
template {
  display: none;
}
details,
main,
summary {
  display: block;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
textarea {
  resize: vertical;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
::after,
::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
nav a {
  font-size: 1.8rem;
  /*padding:0 14px 10px 14px;*/
  /*display:inline-block;*/
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*# sourceMappingURL=sanitize.css.map */

#parfait #header {
  background: #f2f2f1;
  /*border-top:3px solid #333333;*/
  color: #ccc;
  margin-bottom: 30px;
}
#parfait #header nav li {
  display: inline-block;
}
#parfait #header nav li a {
  color: #ccc;
}

/* My CSS 
--------------------------------------------*/

html {
  font-size: 1.4rem;
  line-height: 1.357;
  font-family: "segoe ui", meiryo, "yu gothic", "hiragino kaku gothic pron",
    sans-serif !important;
}
body {
  /*background: url(img/bg_main.png) center center / cover no-repeat fixed;*/
  background: #ffebd8 url(img/bg_main.png) no-repeat; /*background-size: cover;*/
}
.slides img {
  border-radius: 8px;
}
/* Rayout 
--------------------------------------------*/

.rayout {
  padding: 30px;
}
.rayout li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}
.rayout li.lbox {
  /*	width:590px;*/
}
.rayout li.lbox dl {
  font-size: 0.8rem;
}
.rayout li.lbox dl.shop_info img {
  border-radius: 5px;
}
.rayout li.lbox dl.shop_info dt {
  width: 180px;
  display: inline-block;
  vertical-align: top;
}
.rayout li.lbox dl.shop_info dd {
  /*width:400px;*/
  display: inline-block;
}
.rayout li.rbox {
  /*width:385px;*/
}
.logo_area dt {
  padding-top: 60px;
  padding-bottom: 90px;
}
.logo_area dd {
  font-size: 0.9rem;
  width: 550px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 5px;
}
.common_note {
  text-align: right;
  font-size: 0.8rem;
  background: #fff;
  color: #89002a;
  padding: 1px 5px;
  border-radius: 5px;
  border: 1px solid #89002a;
  margin-left: 480px;
  display: inline-block;
  margin-top: 10px;
}
#scl {
  margin-left: 5px;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
#news {
  padding: 5px;
  height: 220px;
}
#news dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#news dd {
  font-size: 0.8rem;
}
.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}
#coupon {
  width: 980px;
  background: #f3dbc1;
  margin: 0 30px;
  font-size: 0.8rem;
}
#coupon td {
  padding: 5px;
}
#coupon li {
  list-style-type: none;
}
.menu {
  width: 980px;
  margin: 10px 30px;
}
.menu li {
  list-style-type: none;
  display: inline-block;
}
.menu em {
  font-size: 0.67rem;
  font-style: normal;
}
.menu_list {
  width: 38%;
  font-size: 0.8rem;
}
.menu_price {
  width: 60%;
  vertical-align: top;
  position: relative;
}
.menu_price p {
  padding: 5px;
  border: 1px solid #675743;
  background: #fff;
  border-radius: 5px;
  /*position:absolute;
	top:-38px;
	right:0;*/
}
.menu_price strong.cat {
  background: #ff0000;
  color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  z-index: 5;
}
.price_tag {
  background: #675743;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  margin-right: 10px;
}
.price_value {
  color: #675743;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 40px;
}
.price_value em {
  font-size: 0.8rem;
  font-style: normal;
}
.menu th {
  width: 179px;
}
.menu th img {
  border-radius: 5px;
}
.menu td {
  padding-left: 10px;
}
.menu_desc {
  background: #fff url(img/bg_menu.gif) no-repeat right bottom;
  border-radius: 5px;
  font-size: 0.8rem;
  height: 149px;
  padding: 10px;
}
.menu_desc h4 {
  margin: 10px 0 0 0;
  color: #89002a;
  font-size: 1rem;
}
.menu_desc h4 span {
  background: #89002a;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  font-weight: normal;
  font-size: 0.8rem;
}
.btn_menu_desc a {
  background: #333;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  margin-top: 3px;
  border-radius: 5px;
}
.icon_s {
  background: #7d990d;
  color: #ffffff;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 3px 8px;
}
.icon_c {
  background: #007fc8;
  color: #ffffff;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 3px 8px;
}
.icon_h {
  background: #dea418;
  color: #ffffff;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 3px 8px;
}
.icon_e {
  background: #e9abd7;
  color: #ffffff;
  border-radius: 3px;
  font-size: 0.6rem;
  padding: 3px 5px;
}
.caution {
  color: #89002a;
  font-size: 0.6rem;
  display: inline-block;
  margin-bottom: 10px;
}
#content_tit {
  width: 980px;
  margin-left: 30px;
  padding: 5px 0;
  color: #89002a;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: bold;
}
/* Shaving
====================================*/

#shaving_menu {
  border: 3px solid #675743;
  width: 980px;
  margin-left: 30px;
  background: #ffffff url(img/bg_shaving.jpg) no-repeat right bottom;
  padding: 10px;
  border-radius: 8px;
}
#shaving_menu li img {
  border-radius: 5px;
}
#shaving_menu li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}
.shaving_img {
  width: 294px;
}
.shaving_desc {
  width: 600px;
}
.shaving_desc h3 {
  color: #675743;
}
.shaving_desc dt {
  background: #89002a;
  background: #675743;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.shaving_desc dt span {
  display: block;
  font-size: 0.5rem;
}
/* Shaving
====================================*/

#mens_menu {
  border: 3px solid #000f3a;
  width: 980px;
  margin-left: 30px;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
}
#mens_menu li img {
  border-radius: 5px;
}
#mens_menu li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}
.mens_img {
  width: 294px;
}
.mens_desc {
  width: 650px;
}
.mens_desc h3 {
  color: #000f3a;
}
.mens_desc dt {
  background: #000f3a;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.mens_desc dt span {
  display: block;
  font-size: 0.5rem;
}
.mens_desc td {
  vertical-align: top;
}
.mens_desc ol li {
  display: block !important;
}
.mens_desc ol li strong {
  display: inline;
  width: 300px;
}
.mens_desc ol li span {
  display: inline;
  width: 300px;
}
#mens_menu table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}
#mens_menu table th {
  /* width: 25%; */
  padding: 3px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
#mens_menu table td {
  padding: 3px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
.mens_note {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 3px;
  margin-top: 5px;
}
.mens_note dt {
  font-size: 0.8rem;
  background: #000f3a;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0 5px;
}
.mens_note dd {
  font-size: 0.8rem;
}
/* fucoidan
=======================================*/

#fucoidan {
  margin: 10px 30px;
  width: 980px;
}
#fucoidan dt {
  font-size: 0.9rem;
}
#fucoidan dd {
  font-size: 0.7rem;
}
#fucoidan dd span {
  border: 1px dotted #333333;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 5px;
  margin-top: 5px;
}

/* recommend
========================================*/
#recommend {
  /*border:3px solid #89002a;*/
  width: 980px;
  margin: 15px 0 0 30px;
  /*background:#f3dbc1;*/
  padding: 10px;
  border-radius: 8px;
}
#recommend dt {
  background: #89002a;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
#recommend dt span {
  display: block;
  font-size: 0.5rem;
}
#recommend dt p {
  display: inline;
  font-size: 1.1rem;
  margin-left: 130px;
  color: #89002a;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
}
#recommend table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}
#recommend table th {
  width: 25%;
  padding: 3px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
#recommend table td {
  padding: 3px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
.recommend_note {
  border: 1px solid #89002a;
  background: #fff;
  color: #89002a;
  display: inline-block;
  font-size: 0.8rem;
  padding: 1px 10px;
}
.menu_desc table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}
.menu_desc table th {
  width: 25%;
  padding: 7px 5px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
.menu_desc table td {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}
/* contract
============================================*/
#contract {
  /*border:3px solid #89002a;*/
  width: 980px;
  margin: 15px 0 30px 30px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
#contract h5 {
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.total_caution {
  background: #cc0000 !important;
}
.contract_note {
  margin-bottom: 10px;
}
.contract_note dt {
  border: 1px solid #89002a;
  background: #fff;
  color: #89002a;
  display: inline-block;
  padding: 1px 5px;
  font-size: 0.8rem;
}
.contract_note dd,
#contract p {
  font-size: 0.8rem;
}
.sub_desc {
  border: 3px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.sub_desc h3 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sub_desc dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.sub_desc dd {
  font-size: 0.8rem;
  /* width: 480px; */
}
.desc_price {
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 0;
}
.phone {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 100%;
}
.sinfo_subtit {
  font-size: 1rem;
  border: black 1px solid;
  padding: 2px 4px;
  line-height: 100%;
}
.time {
  font-size: 1rem;
  display: block;
  line-height: 100%;
}
.point {
  background: #f30;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  font-size: 0.7rem;
  border-radius: 3px;
}
.shop_info h2 {
  font-size: 1.2rem;
  line-height: 100%;
}
.shop_info h2 span {
  font-size: 0.9rem;
}
.sub_tit {
  font-size: 0.6rem;
  line-height: 100%;
}
.privilege {
  font-size: 1.3rem;
  font-weight: 800;
  color: #89002a;
}
#menu_navi a {
  display: block;
  width: 349px;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: #333;
  margin-top: 10px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 5rem;
  line-height: 100%;
}
#page-top a {
  background: #89002a;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 0 0 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
.flow {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 1rem !important;
}
.miniprice {
  font-size: 0.8rem;
}
/* googlemap
============================================*/
#googlemap {
  /*border:3px solid #89002a;*/
  width: 980px;
  margin: 15px 0 30px 30px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
#googlemap dt {
  background: #89002a;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
#googlemap dt span {
  display: block;
  font-size: 0.5rem;
}
#googlemap dt p {
  display: inline;
  font-size: 1.1rem;
  margin-left: 130px;
  color: #89002a;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
}
