@charset "utf-8";
/* ビオエル */
.dm{}

/*---------------------------------------------
# RESET
---------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
body.gn-close {
  overflow-y: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*---------------------------------------------
# HTML & BODY
---------------------------------------------*/
html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%; 
}
body {
	font-size: 1.6rem;
	color: #767676;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
html, body {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
}

/*---------------------------------------------
# LINK
---------------------------------------------*/
a { color: #4C4948; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


/*---------------------------------------------
# COMMON
---------------------------------------------*/
.cf::after {
	display: block;
	clear: both;
	content: "";
}

.ffMin {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Times New Roman", serif;
}

b, strong, .bold {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

/*PCSP*/
.view-sp,
.brSp {
  display: none !important;
}
.view-pc,
.brPc {
  display: block !important;
}
.brSp,
.brPc {
  font-size: 0px !important;
}

.cover {
  background-color: #94BDC8;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

/*---------------------------------------------
# HEADER
---------------------------------------------*/
#pageHeader {
  position: relative;
  width: 100%;
  height: 88px;
}
#headerWrap {
  position: absolute;
  width: 100%;
  height: 88px;
  padding: 20px 0;
  top:0;
  left: 0;
  z-index: 5010;
  transition: all .5s;
  background-color: rgba(255,255,255,1);
}
#headerWrap.is_fixed {
  position: fixed;
  top:0;
  left: 0;
  width: calc(100% - 75px);
  margin-left: 75px;
  background-color: rgba(255,255,255,0.9);
}
#headerWrap .headerInner {
  position: relative;
  margin: 0 50px;
}
#headerWrap.is_fixed .headerInner {
  margin: 0 50px;
}
#headerWrap h1.logo {
	width: 100px;
  height: auto;
}
#headerWrap .header-tel {
  position: absolute;
  top: 9px;
  right: 46px;
}

#headerWrap .header-corona {
  position: absolute;
  top: 13px;
  right: 352px;
  width: 120px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  border: 1px solid #C1C2C2;
}
#headerWrap .header-corona a {
  padding: 4px;
  display: block;
  color: #757575;
  text-decoration: none;
  text-align: center;
}
#headerWrap .header-corona a:hover {
  color: #FFF;
  background-color: #C1C2C2;
}

#headerWrap .header-reserve {
  position: absolute;
  top: 13px;
  right: 234px;
  width: 98px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  border: 1px solid #94BDC8;
}
#headerWrap .header-reserve a {
  padding: 4px;
  display: block;
  color: #fff;
  background-color: #94BDC8;
  text-decoration: none;
  text-align: center;
}
#headerWrap .header-reserve a:hover {
  color: #94BDC8;
  background-color: #FFF;
}


/*---------------------------------------------
# NAVIGATION
---------------------------------------------*/
/* OPEN / CLOSE BTNS */
.menu-btn {
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 9001;
  display: inline;
  font-size: 32px;
  line-height: 1;
}

.menu-btn a {
  display: inline-block;
  text-decoration: none;
  color: #94BDC8;
  /* safari hack */
}
.btn-open::after {
  color: #94BDC8;
  content: "\f394";
  font-family: "Ionicons";
  font-size: 4rem;
  -webkit-transition: all .2s linear 0s;
  moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}
.btn-close::after {
  color: #FFF;
  content: "\f2d7";
  font-family: "Ionicons";
  font-size: 4rem;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}


/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
	left: 0;
  z-index: 1;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #94BDC8;
  opacity: .9;
}
.overlay nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#gnavWrap .navLogo {
  width: 138px;
  margin: 0 auto 2.4rem;
}

#gnavWrap .conMenu ul {
  margin: 0 auto 20px;;
}
#gnavWrap .conMenu li {
  margin: 0 8px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 4rem;
  color: #FFF;
}
#gnavWrap .conMenu li a {
  line-height: 1;
  color: #FFF;
  position: relative;
  text-decoration: none;
}

#gnavWrap .insta {
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 30px;
}
#gnavWrap .insta a {
  color: #FFF;
}

#gnavWrap .subMenu {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 0 auto 30px;
}
#gnavWrap .subMenu a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  transition: all .5s;
}
#gnavWrap .subMenu .corona {
  margin: 0 auto 10px;
  width: 138px;
  border: 2px solid #C1C2C2;
}
#gnavWrap .subMenu .corona a {
  color: #757575;
}
#gnavWrap .subMenu .corona a:hover {
  color: #FFF;
  background-color: #C1C2C2;
}
#gnavWrap .subMenu .reserve {
  margin: 0 auto 30px;
  width: 138px;
  background-color: #584B3C;
  border: 2px solid #584B3C;
}
#gnavWrap .subMenu .reserve a {
  color: #FFF;
}
#gnavWrap .subMenu .reserve a:hover {
  color: #757575;
  background-color: #FFF;
}


/*---------------------------------------------
# SIDE
---------------------------------------------*/
#sideNav {
 position: absolute;
 top: calc(50vh + 100px);
 left: 44px;
 color: #3e3a39
}
body.home #sideNav {
 top: calc(100vh + 100px);
}
body.hd_fixed #sideNav {
 position: fixed;
 top: 100px;
}
#sideNav #pageTop {
 width:180px;
 display:flex;
 justify-content:flex-start;
 align-items:center;
 z-index:10;
 -webkit-transform:rotate(90deg);
 transform:rotate(90deg);
 -webkit-transform-origin:left top;
 transform-origin:left top;
 color:#3e3a39;
 position:absolute;
 top:0;
 left:0;
 cursor:pointer
}
#sideNav #pageTop .pagetop_line {
 width:80px;
 height:1px;
 display:block;
 background-color:currentColor;
 margin-right:10px
}
#sideNav #pageTop .pagetop_text {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .2em
}

#sideNav #sideSns {
  margin: 210px 0 0 -20px;
  text-align: center;
}
#sideNav #sideSns li {
  font-size: 2.1rem;
  margin-bottom: 15px;
}
#sideNav #sideSns li:last-child {
  width: 26px;
}


/*---------------------------------------------
# CONTENTS
---------------------------------------------*/
#wrapper {
  position: relative;
	min-width: 1200px;
  overflow: hidden;
}

#mainWrap {
}
body.home #mainWrap {
  background-color: initial;
}

#pageHader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#pageHader .inner {
  display: flex;
  height: 50vh;
  padding-left: 105px;
  justify-content: center;
  align-items: center;
}
#pageHader .inner h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

#pageContents {
  position: relative;
  width: calc(100% - 75px);
  margin: 50vh 0 0 75px;
  background-color: #FFF;
  z-index: 2;
}
#wrapper.page-top #pageContents {
  margin:calc(100vh - 88px) 0 0 75px;
  background-color: initial;
}

#pageContents .pageInner {
  text-align: center;
  padding: 90px 90px 120px;
}
#wrapper.page-top #pageContents .pageInner {
  padding: 0;
}


/*---------------------------------------------
# 汎用パーツ
---------------------------------------------*/
/*-- BUTTON */
.btn {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4rem;
  width: 190px;
  border: 1px solid #C0C0C1;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.3rem;
  text-indent: 0.3rem;
}
.btn a {
  color: #757575;
  padding: 16px 0;
  display: block;
  text-decoration: none;
  transition: all .5s;
}
.btn a:hover {
  color: #FFF;
  background-color: #C1C2C2;
}
.btn a::before {
  content: '>';
  display: inline-block;
  margin-right: 8px;
}


/* CTA */
.cta {
  width: 650px;
  margin: 0 auto 30px;
  padding: 15px;
  border: 2px solid #C1C2C2;
  text-align: center;
}
.cta .ctaCc {
  font-size: 1.7rem;
  text-align: right;
  width: 48%;
  float: left;
  line-height: 20px;
  padding-top: 4px;
}
.cta .ctaTel {
  margin: 0 auto 8px;
  text-align: left;
  width: 50%;
  float: right;
}
.cta .ctaTel img {
  height: 20px;
}
.cta .ctaOpen {
  font-size: 1.2rem;
  clear: both;
}

/* CAMPAIGN */
.comingsoon {
  display: flex;
  height: 360px;
  justify-content: center;
  align-items: center;
}
.comingsoon p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
  color: #D6D4D5;
}


/*---------------------------------------------
# FOOTER
---------------------------------------------*/
#footer {
  position: relative;
  width: calc(100% - 75px);
  margin: 0 0 0 75px;
  
}
#footer .footerInner {
  position:relative;
  background-color: #FFF;
}

#footer .footerAddress {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.15rem;
  text-indent: 0.15rem;
  margin-bottom: 50px;
}

#footer .footerContents {
  position: relative;
  margin: 0 auto 30px;
}
#footer .footerContents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 400px;
  margin: auto;
}
#footer .footerContents ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 15px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
}
#footer .footerContents ul li::after {
  content: '';
  position: absolute;
  right: -2px;
  top: calc(50% - 5px);
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #4C4948;
}
#footer .footerContents ul li.listBr::after,
#footer .footerContents ul li:last-child::after {
  content: none;
}
#footer .footerContents ul li a {
  text-decoration: none;
}

#footer #footerCopy {
  font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2rem;
  padding: 10px 0 15px;
  text-align: center;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}


/*---------------------------------------------
# FROM
---------------------------------------------*/
#formBody {
  text-align: center;
  width: 640px;
  margin: auto;
}

#formBody .formTable {
  margin: 0 auto 20px;
}

#formBody dl {
	width: 100%;
	clear:both;
	position:relative;
	display: table;
	border-bottom: 1px solid #C2C2C2;
}

#formBody dt,
#formBody dd {
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
}

#formBody dt {
	padding: 13px 0 6px 0;
	width: 200px;
  text-align: left;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
}
#formBody dt .hissu {
	color: #94BDC8;
  font-size: 1.4rem;
	font-weight: normal;
}

#formBody dd {
  vertical-align: middle;
  float: right;
  position: relative;
  width: 440px;
  text-align: left;
}

#formBody dd .error {
	text-align: left;
	font-size: 1.1rem;
	font-family: san-serif;
	color: #ce7373;
}
#formBody .formCheckBtn .error {
	font-size: 1.1rem;
	font-family: san-serif;
	color: #ce7373;
}

#formBody input[type=text],
#formBody input[type=email],
#formBody input[type=date],
#formBody select,
#formBody textarea {
	border: 0;
	padding: 8px;
	color: #5E5851;
	border: solid 1px #C2C2C2;
	margin: 8px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
}

#formBody input[type=text]:focus,
#formBody input[type=email]:focus,
#formBody input[type=date]:focus,
#formBody textarea:focus {
  border: solid 1px #EEA34A;
}

#formBody .fmRadio dd {
	padding-top: 14px;
}

#formBody .formCheck {
  display: table;
  border: 1px solid #94BDC8;
  padding: 10px;
  margin: 0 auto 20px;
  background-color: #fefdfc;
}
#formBody .formCheckBtn {
  text-align:center;
}
#formBody .formCheckBtn,
#formBody .formCheckTxt {

  padding: 0 10px;
  font-size: 12px;
  vertical-align: middle;
}

/*送信ボタン*/
#formBody .formBtn {
  position: relative;
  display: inline-block;
}
#formBody input[type=submit] {
  position: relative;
	border: none;
	padding: 15px 100px;
	margin: auto;
	text-transform: uppercase;
  font-size: 1.8rem;
	font-weight: normal;
  line-height: 1;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #94bdc8;
}
#formBody input[type=submit]:hover {
  background-color: #b8d5dd;
}
#formBody input[type=submit]:active {
	background-color: #b8d5dd;
	padding: 12px 94px;
}

#fromEndWrap {
	width: 640px;
	margin: auto;
	text-align: center;
}
#fromEndWrap .fromEndRead1 {
	margin: 0 auto 1em;
}
#fromEndWrap .fromEndRead2 {
	margin: 0 auto 1.5em;
}

.mw_wp_form .error {
  position: relative;
  display: inline-block !important;
}
