html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,body{
  background: #000;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  height: 100%;
  line-height: 1.5em;
}

*{
  box-sizing: border-box;
}

.bgwrapper{
  background: #000 url(../img/bg2.png);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width:1000px) {
/*画面サイズが1000px以下のレスポンシブ指定*/
.bgwrapper{
  background-size: 132px auto;
}
}

/*============｜ヘッダー｜============*/
header{
  margin: 0 auto;
  padding: 80px 0;
  width: 540px;
  position: relative;
}

header h1 img{
  display: block;
  width: 100%;
}

@media screen and (max-width:1000px) {
/*画面サイズが1000px以下のレスポンシブ指定*/
header{
  width: 90%;
}
}


/*============｜コンテンツ｜============*/
section .wrapper{
  margin: 0 auto 80px;
  width: 540px;
  position: relative;
}

h2{
  border-bottom: solid #fff 1px;
  font-size: 28px;
  margin: 0 0 30px;
  padding-bottom: 30px;
  text-align: center;
}

h3{
  font-size: 120%;
  line-height: 2em;
}

li{
  line-height: 1.5em;
  margin-bottom: 10px;
}

ul,ol{
  padding-left: 20px;
}

.entrance{
  width: 100%;
}

.entrance + p{
  color: #f00;
  font-size: 18px;
  line-height: 2em;
}

.modal{
  list-style: none;
  magin: 0;
  padding: 0;
}

.modal li{
  border: solid #ccc 1px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  background: #fff;
}

.modal li:nth-of-type(2),
.modal li:nth-of-type(5){
  margin: 0 2%;
}

.modal li a{
  outline: none;
}

.modal li img{
  display: block;
  width: 100%;
}

.modal li img:hover{
  opacity: 0.75;
}

@media screen and (max-width:1000px) {
/*画面サイズが1000px以下のレスポンシブ指定*/
section .wrapper{
  width: 90%;
}
}


/*======｜#address 現在の住所｜======*/
#address img.map{
  display: block;
  margin: 20px 0;
  width: 100%;
}

#address .caution{
  border: solid #f00 2px;
  color: #f00;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2em;
  margin: 20px 0 0;
  padding: 5px;
}

.roppongi,
.nishiazabu{
  padding: 60px 0 0;
}

#address ol{
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}

#address ol li{
  margin-bottom: 40px;
  vertical-align: bottom;
}

#address ol img{
  margin-top: 15px;
  width: 100%;
}

/*======｜#tel 連絡先｜======*/
#tel{
  text-align: center;
}

#tel a{
  color: #fff;
}

#tel p:nth-of-type(1){
  font-size: 26px;
  line-height: 2em;
}


/*======｜#outline 会員制の内容｜======*/
#outline li{
  font-size: 20px;
}

#outline p{
  margin: 0 0 1em;
}


/*======｜#terms 利用規約｜======*/
#terms ol{
  margin-bottom: 30px;
}


/*============｜フッター｜============*/
footer{
  background: #000;
  font-size: 12px;
  padding:  60px 0;
  position: relative;
  text-align: center;
}

footer img{
  display: block;
  margin: 0 auto 30px;
  width: 220px;
}


/*====================｜上部へ戻る｜====================*/
#back-top{
  display:block;
  width:80px;
  height:80px;
  position:fixed;
  bottom:30px;
  left:50%;
  margin-left: 500px;
  z-index: 1000;
}

#back-top a{
  display:block;
  width:80px;
  height:80px;
  border-radius:40px;
  background: rgba( 255,255,255,0.4);
  border:solid #999 1px;
  position:relative;
}

#back-top a:hover{
  background:#fff;
}

#back-top a span{
  display:block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin:35px auto;
}

@media screen and (max-width:1000px) {
/*画面サイズが1000px以下のレスポンシブ指定*/
#back-top{
  bottom: 60px;
  left: initial;
  right:10px;
  margin-left: 0;
}
}