@charset "UTF-8";
/*================================================
*  一般・共通設定
================================================*/
html {
  overflow-y: scroll;
  font-family: "HGｺﾞｼｯｸM";
}

body {
  margin: 0;
  padding: 0 0 150px 0;
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  background: #683588 url("http://akasaka-snatama.smaplo.jp/image.php?id=4") repeat-y;
  background-position: right;
}

br {
  letter-spacing: normal;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ccccff;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.sp {
  clear: both;
  padding: 5px;
}

.clear {
  clear: both;
}

/*================================================
* 文字飾り
================================================*/
.bcy {
  background: #fffe81;
  color: #683588;
  font-weight: bold;
}

.bcp {
  background: #683588;
  color: #fff;
  font-weight: bold;
  font-size: xx-large;
}

/*================================================
* 見出し
================================================*/
h1 {
  font-size: xx-large;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "HGS創英角ﾎﾟｯﾌﾟ体";
}

h2 {
  font-size: xx-large;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(#322862, #5246a5, #322862);
}

h3 {
  font-size: xx-large;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: linear-gradient(#322862, #5246a5, #322862);
  padding-left: 40px;
}

h4 {
  font-size: x-large;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(#322862, #5246a5, #322862);
  margin-bottom: 5px;
  border-radius: 10px;
}

/*================================================
* ヘッダー
================================================*/
#header {
  width: 100%;
}

/*================================================
*  フッター
================================================*/
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 150px;
  background-color: #fff;
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*================================================
*  ナビゲーション
================================================*/
#gnav {
  width: 95%;
  margin: 0 auto;
  padding: 5px 0;
  box-sizing: border-box;
}

#gnav table {
  width: 100%;
  max-height: 140px;
}

#gnav table td {
  text-align: center;
  width: 25%;
}

#gnav table td img {
  width: 95%;
  margin: 0 auto;
  max-width: 140px;
}

/*================================================
*  メルマガ登録ボタン
================================================*/
#mailmag {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  opacity: 0.8;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
}

#mailmag img {
  width: 80px;
  margin-top: 10px;
}

/*================================================
*  SNSセット
================================================*/
#snswaku {
  width: 1024px;
  box-sizing: border-box;
  margin: 10px auto;
}

.snsl {
  width: 500px;
  box-sizing: border-box;
  float: left;
}

.snsl2 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 auto;
  max-width: 330px;
  display: none;
}

.snsr {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  float: right;
}

/*================================================
*  SNSセット　スマホ用
================================================*/
#snswaku2 {
  display: none;
}

/*================================================
*  メディア情報
================================================*/
.media {
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #37246a;
}

.media article {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 0 5%;
  box-sizing: border-box;
}

.media article a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.media article a span.type {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  color: #37246a;
  font-size: 20px;
  font-weight: bold;
}

.media article a span.date {
  display: block;
  margin: 5px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.media article a img {
  display: block;
  width: 100%;
}

/*================================================
*  お知らせ
================================================*/
.information {
  margin-bottom: 20px;
  font-size: x-large;
  box-sizing: border-box;
  width: 100%;
  background-color: #37246a;
}

.information dl {
  margin-left: 40px;
  height: 390px;
  overflow-y: scroll;
}

.information dl::-webkit-scrollbar {
  display: none;
}

.information dt {
  text-align: left;
  border-bottom: 1px dotted #d8d8d8;
  box-sizing: border-box;
}

.information dd {
  padding-left: 10px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}

/*================================================
*  お知らせ 統合用
================================================*/
.information2 {
  margin-bottom: 20px;
  font-size: x-large;
  box-sizing: border-box;
  width: 100%;
}

.information2 dl {
  margin-left: 40px;
  overflow-y: scroll;
}

.information2 dl::-webkit-scrollbar {
  display: none;
}

.information2 dt {
  text-align: left;
  border-bottom: 1px dotted #d8d8d8;
  box-sizing: border-box;
}

.information2 dd {
  padding-left: 10px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}

/*================================================
*  Topページ　一番上
================================================*/
#top1 {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-size: contain;
  text-align: center;
}

#top1 img {
  width: 100%;
  max-width: 500px;
}

/*================================================
*  Topページ　コメント部分
================================================*/
#comp {
  width: 100%;
  margin: 0 auto;
  padding: 20px 5px;
  box-sizing: border-box;
  text-align: center;
}

.comptxt {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  font-size: x-large;
  text-align: left;
}

#comp img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*================================================
*  Topページ　店舗情報
================================================*/
#shop {
  width: 100%;
  margin: 0 auto;
  padding: 20px 5px;
  box-sizing: border-box;
}

#shop img {
  width: 100%;
  box-sizing: border-box;
  max-width: 500px;
}

.txter {
  padding-left: 50px;
  box-sizing: border-box;
  font-size: x-large;
  text-align: left;
}

/*================================================
*  下層ページ　店舗情報 詳細
================================================*/
#shopdt {
  width: 100%;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

.shopdtl {
  width: 500px;
  float: left;
}

.shopdtl img {
  width: 100%;
}

.shopdtr {
  width: 450px;
  float: left;
  margin-left: 50px;
}

.shopdtr table {
  width: 100%;
  box-sizing: border-box;
  font-size: large;
}

.shopdtr table th {
  width: 25%;
  padding: 2px 5px;
  box-sizing: border-box;
  text-align: left;
}

.shopdtr table td {
  width: 75%;
  padding: 2px 5px;
  box-sizing: border-box;
  text-align: left;
}

/*================================================
*  下層ページ　スタッフ一覧
================================================*/
#staffli {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.staffliwaku {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0;
}

#staffli table {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0;
  font-size: large;
}

#staffli table td {
  width: 33%;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}

#staffli table td img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #322862;
}

#staffli table th {
  width: 33%;
  box-sizing: border-box;
  padding: 2px 5px;
  text-align: center;
}

/*================================================
*  下層ページ　スタッフ個別
================================================*/
#staffdt {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.staffdtwaku {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0;
}

.staffdtl {
  width: 300px;
  box-sizing: border-box;
  float: left;
}

.staffdtl img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #322862;
}

.staffdtr {
  width: 680px;
  box-sizing: border-box;
  float: right;
}

.staffdtr table {
  width: 100%;
  box-sizing: border-box;
  font-size: large;
}

.staffdtr table th {
  width: 30%;
  padding: 2px 5px;
  box-sizing: border-box;
  text-align: left;
}

.staffdtr table td {
  padding: 2px 5px;
  box-sizing: border-box;
  text-align: left;
}

/*================================================
*  下層ページ　料金システム 詳細
================================================*/
.pri1 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 5px;
  box-sizing: border-box;
  background-color: #683588;
  font-size: x-large;
}

.pri2 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 5px;
  box-sizing: border-box;
  background-color: #37246a;
  font-size: x-large;
}

/*================================================
*  下層ページ　ギャラリー
================================================*/
#gal {
  width: 90%;
  box-sizing: border-box;
  margin: 15px auto;
}

#gal table {
  width: 100%;
  box-sizing: border-box;
  margin: 15px auto;
}

#gal table td {
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
}

.gwaku {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #322862;
}

.gwaku img {
  width: 100%;
  box-sizing: border-box;
}

/*================================================
*  BLOG
================================================*/
#blog {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.blwaku {
  background-color: #37246a;
  border: 2px dashed #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 4px #37246a;
  margin: 2em 0;
  padding: 2em;
}

.bltit {
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 5px;
  margin-bottom: 30px;
}

.bltit2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bltxt {
  text-align: left;
  min-height: 200px;
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
}

.blimg img {
  max-width: 100%;
  margin-bottom: 10px;
}

.bldate {
  text-align: right;
  border-top: 1px solid #d8d8d8;
  padding-right: 10px;
  margin-top: 30px;
}

.bllink {
  color: #00b3ff;
  text-decoration: underline;
  word-break: break-all;
}
.bllink:hover {
  text-decoration: none;
}

.bblockquote {
  font-size: 16px;
}

#stamp a {
  text-decoration: underline;
}

#stamp a:hover {
  text-decoration: none;
}

#stamp p {
  margin: 0 0 1em 0;
}

#stamp .stamp-img {
  display: table;
  width: 100%;
}

#stamp .signup br {
  display: none;
}

#stamp .note {
  display: block;
  font-size: 14px;
  margin: 0 0 0 2em;
  text-indent: -2em;
}

.stamp-img p {
  text-align: center;
  font-size: 14px;
}

.stamp-img .stamp-l,
.stamp-img .stamp-r {
  box-sizing: border-box;
  display: table-cell;
  padding: 10px;
  width: 50%;
}

.stamp-img .stamp-l img,
.stamp-img .stamp-r img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

#iqos .table {
  display: table;
  width: 100%;
}

#iqos .table .left {
  display: table-cell;
  width: 80%;
  vertical-align: top;
}

#iqos .table .left .midashi p.small {
  margin: 0 0 1em 0;
}

#iqos .table .left p.midashi_2 {
  margin: 0 0 1em 0;
}

#iqos .table .left .midashi p.small {
  font-size: 18px;
  font-weight: bold;
}

#iqos .table .left .midashi p.midashi_1 {
  font-size: 24px;
  font-weight: bold;
}

#iqos .table .left .midashi p.midashi_2 {
  font-size: 26px;
  font-weight: bold;
}

#iqos .table .left .midashi p.midashi_2 span {
  font-size: 24px;
  font-weight: bold;
}

#iqos .table .left .main {
  font-size: 18px;
}

#iqos .table .left .main p {
  margin: 0 0 1em 0;
}

#iqos .table .right {
  display: table-cell;
  width: 20%;
  vertical-align: bottom;
}

#iqos .table .right p img {
  display: inline-block;
  height: 150px;
}

.es-widget {
  margin-top: -20px;
}