/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Cormorant+Infant:300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
/* setting
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Cormorant Infant', serif;
*/
html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: "utsukushi";
  src: url("../wf/UtsukushiFONT.eot"), url("../wf/UtsukushiFONT.woff") format("woff"), url("../wf/UtsukushiFONT.ttf") format("truetype");
}
@font-face {
  font-family: "com4t";
  src: url("../wf/com4t_fine_regular_regular-webfont.woff") format("woff"), url("../wf/com4t_fine_regular_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century";
  src: url("../wf/gothic-webfont.woff") format("woff"), url("../wf/gothic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #231815;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: "utsukushi";
  font-weight: 400;
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin
*********************************************************************/
/* media query */
/*
*****************************************************************/
#secondary .area_header .block_header {
  background-image: url("../images/img01.jpg");
}

#about .block_copy {
  padding: 80px 0;
}
#about .block_copy .inner .box_bnr {
  width: 100%;
  max-width: 420px;
  padding: 0 0 30px;
}
@media all and (max-width: 1025px) {
  #about .block_copy .inner .box_bnr {
    max-width: 380px;
  }
}
#about .block_copy .inner .box_bnr img {
  width: 100%;
  height: auto;
}

.area_intro {
  position: relative;
}
.area_intro .block_img {
  line-height: 0em;
}
.area_intro .block_img img {
  width: 100%;
  height: auto;
}
.area_intro .block_txt {
  position: absolute;
  width: 260px;
  top: -120px;
  left: 40px;
}
.area_intro .block_txt h2 {
  font-size: 1.8rem;
  line-height: 1.2em;
}
.area_intro .block_txt p {
  font-size: 1.3rem;
  line-height: 1.8em;
  padding: 10px 0 0;
}
@media all and (max-width: 769px) {
  .area_intro .block_txt {
    position: relative;
    width: auto;
    padding: 10px;
    top: auto;
    left: auto;
  }
  .area_intro .block_txt p {
    padding: 4px 0 0;
  }
}

.area_lounge {
  display: flex;
  flex-wrap: wrap;
}
.area_lounge .block_ttl {
  width: 38%;
}
.area_lounge .block_ttl h2 {
  padding: 20% 16%;
}
.area_lounge .block_ttl h2 img {
  width: 100%;
  height: auto;
}
.area_lounge .block_ttl .box_img {
  line-height: 0em;
}
.area_lounge .block_ttl .box_img img {
  width: 100%;
  height: auto;
}
.area_lounge .mid_img {
  width: 62%;
  background-image: url("../images/img04.jpg");
  background-position: center center;
  background-size: cover;
}
.area_lounge .large_img {
  width: 100%;
  line-height: 0em;
}
.area_lounge .large_img img {
  width: 100%;
  height: auto;
}
.area_lounge .box_icon {
  width: 38%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
}
.area_lounge .box_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 250px;
  height: auto;
}
.area_lounge .box_txt {
  width: 62%;
  background-color: #E7E7E9;
}
.area_lounge .box_txt .inner {
  padding: 12% 18%;
}
.area_lounge .box_txt .inner p {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.area_lounge .box_txt .inner ul {
  padding: 15px 0 0 1.6rem;
}
.area_lounge .box_txt .inner ul li {
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.4em;
  list-style: disc;
}
.area_lounge .mid_img_d {
  width: 62%;
  line-height: 0em;
}
.area_lounge .mid_img_d img {
  width: 100%;
  height: auto;
}
.area_lounge .box_drink {
  width: 38%;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 50px;
}
.area_lounge .box_drink p {
  padding: 16px 0 0;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6em;
}
.area_lounge .box_drink p.time {
  text-align: center;
}
.area_lounge .small_img_staff {
  width: 38%;
  line-height: 0em;
  position: relative;
}
.area_lounge .small_img_staff .box_staff {
  position: absolute;
  width: 100%;
  bottom: 0px;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}
.area_lounge .small_img_staff .box_staff p {
  line-height: 1.4em;
  font-size: 1.4rem;
  color: #FFF;
}
.area_lounge .small_img_staff img {
  width: 100%;
  height: auto;
}
.area_lounge .mid_img_ent {
  width: 62%;
  background-image: url("../images/img07.jpg");
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 769px) {
  .area_lounge .block_ttl {
    width: 60%;
  }
  .area_lounge .mid_img {
    width: 40%;
  }
  .area_lounge .box_icon {
    width: 100%;
  }
  .area_lounge .box_icon img {
    position: relative;
  }
  .area_lounge .box_txt {
    width: 100%;
  }
  .area_lounge .box_txt .inner {
    padding: 20px 20px;
  }
  .area_lounge .mid_img_d {
    width: 100%;
  }
  .area_lounge .box_drink {
    width: 100%;
    padding: 20px 20px;
  }
  .area_lounge .small_img_staff {
    width: 100%;
  }
  .area_lounge .mid_img_ent {
    width: 100%;
    height: 310px;
  }
}

.area_rmap h2 {
  padding: 40px 0 80px 40px;
}
.area_rmap .block_rmap {
  line-height: 0em;
}
.area_rmap .block_rmap img {
  width: 100%;
  height: auto;
}
.area_rmap .block_txt {
  padding: 30px 40px 50px 40px;
}
.area_rmap .block_txt ul li {
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media all and (max-width: 769px) {
  .area_rmap h2 {
    padding: 20px 10px 20px 20px;
  }
  .area_rmap .block_txt {
    padding: 20px 20px 40px 20px;
  }
}