@charset "utf-8";
/*ディライト株式会社*/
.dm{}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# RESET
# HTML & BODY
# LINK
# HEADER
## NAVIGATION
# CONTENTS
# FOOTER
# FROM

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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, body {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%; 
}
body {
	font-size: 1.6rem;
  font-family: "A1明朝";
	color: #000;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
  background-image: url(../images/body_bg.jpg);
}

body.page-template-default #wrapper {
  padding-top: 80px;
}

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


.ffGo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}
.ffGo.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}


/*並び*/
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flexTate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}

.brSp,
.view-sp {
  display: none;
}
.brPc {
  display: block;
}

/*--------------------------------------------------------------
# LINK
--------------------------------------------------------------*/
a { color: #371500; }
a:visited { color: #371500; }
a:hover, a:focus, a:active { color: #65353b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#headerWrap {
  position: fixed;
  width: 100%;
  height:76px;
  top:0;
  left: 0;
  z-index: 5010;
}
body.home #headerWrap,
body[class*="page-lang"] #headerWrap {
  position: absolute;
  top: 32px;
}
body.home.topBar #headerWrap,
body[class*="page-lang"].topBar #headerWrap {
  position: fixed;
  top: 0px;
}
#headerWrap >.inner {
	min-width: 1170px;
	height: 76px;
	margin: auto;
	padding: 8px 70px 0 45px;
	position: relative;
}
#headerWrap h1 {
  opacity: 0;
  line-height: 1;
	width: 176px;
  margin-top: 16px;
  transition: all .5s;
}
body.page-template-default #headerWrap h1,
body.logoOn #headerWrap h1,
body.loadOn #headerWrap h1 {
  opacity: 1; 
}
#headerWrap h1 a {
  color: #FFF;
  text-decoration: none;
}

/*---------------------------------------------
## NAVIGATION
---------------------------------------------*/
/* OPEN / CLOSE BTNS */
.menu-btn {
  position: absolute;
  top: 5px;
  right: 25px;
  z-index: 9001;
  display: inline;
  font-size: 52px;
  line-height: 1;
}
body.gn-close .menu-btn {
	position:fixed;
}
.menu-btn a {
  display: inline-block;
  text-decoration: none;
  /* safari hack */
}
.btn-open:after {
  color: #000;
  content: "\f394";
  font-family: "Ionicons";
  -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";
  -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: 9000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}
.overlay nav {
  height: 100%;
  /*! display: -webkit-flex; */
  /*! display: -moz-flex; */
  /*! display: -ms-flex; */
  /*! display: -o-flex; */
  /*! display: flex; */
  /*! flex-direction: column; */
  /*! justify-content: center; */
  /*! align-items: center; */
}

#gnavWrap .insta {
  position: absolute;
  top: 16px;
  right: 80px;
  font-size: 3.2rem;
  line-height: 1;
}
#gnavWrap .insta a {
  color: #000;
}

#gnavWrap .navLogo {
  width: 138px;
  margin: 0 auto 2.4rem;
}
#gnavWrap .conMenu {
  margin:auto;
  overflow-y: auto;
}
#gnavWrap .conMenu > ul {
	margin: auto;
  padding: 150px 0 80px;
  width: max-content;
}
#gnavWrap .conMenu li {
  margin: 0 8px;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.6rem;
  padding: 10px 0;
  color: #FFF;
}
#gnavWrap .conMenu li ul.sub li {
	margin: 0;
}
#gnavWrap .conMenu li ul.sub li::before {
	content:'｜';
}
#gnavWrap .conMenu li a {
  line-height: 1;
  color: #FFF;
  position: relative;
  text-decoration: none;
}
#gnavWrap .conMenu li a:hover {
  opacity: 0.6;
}

#gnavWrap .telBtn {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin:0 auto 25px;
	padding: 0 10px;
	font-size:1.2rem;
  color: #FFF;
}
#gnavWrap .telBtn span {
  font-family:'Trade Gothic LT Std Bold';
  font-size: 2.1rem;
}

#gnavWrap .snsNav {
  text-align: center;
}
#gnavWrap .snsNav li {
	display: inline-block;
  margin: 0 8px;
}
#gnavWrap .snsNav li a {
	line-height: 1;
  padding: 0 4px;
  display: block;
	width: 32px;
}
#gnavWrap .snsNav li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# CONTENTS
--------------------------------------------------------------*/
#wrapper {
	min-width: 1200px;
	min-height: 100%;
	position: relative;
  z-index: 1
}
body.home #wrapper {
	overflow: hidden;
  padding: 0;
}

#mainWrap {
  position: relative;
	margin: auto;
	padding: 0;
	text-align: center;
	z-index: 1;
}
body.home #mainWrap {
  padding: 0 !important;
}
body.page-template-default #mainWrap {
  padding: 100px 0 0;
}

#pageMain {
  position: relative;
  margin: auto;
  padding: 0;
}

#pageContent {
  padding: 100px 0 0;
}

.pageEnTitle {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
	letter-spacing: 0.6rem;
  margin: 0 auto 40px;
}

.sectionTt {
  position: relative;
  margin: 0 auto 110px;
  text-align: center;
}
.sectionTt::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 68px;
  border-bottom: 3px solid #567B52;
}
.sectionTt img {
  width: auto;
  height: 21px;
}


/* ACCESS */
#access {
  background-color: #f6f4ed;
  background-image: url(/assets/img/top/access_bg.png);
  background-repeat: no-repeat;
  background-position: -18.4vw top;
  background-size: 104vw;
}
#access h2 {
  position: absolute;
  width: 185px;
  height: 100%;
  margin: auto;
  top: 80px;
  left: 0;
  text-align: left;
}
#access h2::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 70px;
  left: 1px;
  width: 1px;
  height: calc(100% - 230px);
  background-color: #251E1C;
}
#access h2 img {
  height: 21px;
}

#access .accessInfo {
  margin: auto;
  width: 940px;
  position: relative;
}
#access .accessInfo .accessInfoInner {
  position: relative;
  margin: auto;
  padding: 17vw 0 100px;
  width: 940px;
  text-align: left;
}
#access .accessInfo .accessInfoInner .text {
  margin-bottom: 20px;
  margin-left: 47%;
  text-align: left;
}
#access .accessInfo .accessInfoInner .text .copy {
  margin: 0 0 30px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
#access .accessInfo .accessInfoInner .text .read {
  margin: 0 0 50px;
  font-size: 1.3rem;
  line-height: 2;
}
#access .accessInfo .accessInfoInner .text .btn a {
  display: block;
  border: 1px solid #000;
  padding: 6px 24px 10px;
}
#access .accessInfo .accessInfoInner .text .btn a:hover {
  background-color: #d99f72;
  color: #FFF;
}

#access .gMap iframe {
  width: 100%;
  height: 360px;
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: bottom;
}


/*-- BUTTON */
.btn {
  display: inline-block;
  line-height: 1;
}
.btn a {
  padding: 15px 25px;
  display: block;
  text-decoration: none;
  transition: all .5s;
}

.btn.toTop a {
  color: #FFF;
  background-color: #000;
  margin-bottom: 100px;
}
.btn.toTop a:hover {
  background-color: #333;
}


/*-- RESERVATION BUTTON */
.revBtn {
	position: fixed;
  display: flex;
  align-items: center;
  background-color: rgba(255,255,255,.8);
	top: 0;
  right: 248px;
  height: 68px;
  margin: auto;
  padding: 0 20px;
  font-size: 1.4rem;
  transition: all .3s;
  z-index: 5011;
}
body.home .revBtn,
body[class*="page-lang"] .revBtn {
  position: absolute;
  top: 32px;
}
body[class*="page-lang"] .revBtn {
  right: 210px;
}
body.home.topBar .revBtn,
body[class*="page-lang"].topBar .revBtn {
  position: fixed;
  top: 0px;
}
.revBtn >div {
  display: flex;
  align-self:stretch;
  align-items: center;
}
.revBtn >div.sideNavTt {
}
.revBtn h2 {
  white-space: nowrap;
}
.revBtn >ul {
  margin: 0 15px;
  padding: 0 15px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.revBtn li {
  line-height: 1;
}
body[class*=lang] .revBtn li.footerBar-res {
  font-size: 1.8rem;
}
body[class*=lang] .revBtn li.footerBar-res .footerBarIcon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f274";
  margin-right: 10px;
}
.revBtn a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
  transition: all .5s;
}
.revBtn li:first-child a {
  color: #000;
}
.revBtn li:first-child a:hover {
	color: #B26B4E;
}
.revBtn li:last-child a {
  color: #000;
}
.revBtn li:last-child a:hover {
	color: #587E53;
}
.revBtn .wd a:hover {
  color: #587E53;
}


/*-- TICKET */
#ticketBn {
	position: fixed;
  width: 200px;
	bottom: 50px;
  left: 20px;
  margin: auto;
  z-index: 99;
  transition: all .5s;
}
body.pageEnd #ticketBn {
  bottom: 424px
}
#ticketBn:hover {
  filter: brightness(150%);
}

/*-- COMINGSOON */
.comingsoon {
  position:relative;
  width:100%;
  height:300px;
  display:  table;
}
.comingsoon .inner {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#footer {
  /*! bottom: 0; */
  /*! height: 390px; */
  /*! position: absolute; */
	width: 100%;
  z-index: 1;
}
#footer .footerInner {
  position: relative;
  width: 1170px;
  margin: auto;
  padding: 50px 0 0;
}

#footer .logo {
  width: 180px;
  margin-bottom: 15px;
}

body[class*="page-lang"] #footer .logo {
  margin: 0;
}

#footer .footerContents {
  /*! margin: 0 auto 100px; */
  font-size: 1.6rem;
}

body[class*="page-lang"] #footer .footerContents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: auto;
}

#footer .footerContents .hotelInfo,
#footer .footerContents .list1,
#footer .footerContents .list2,
#footer .footerContents .list3,
#footer .footerContents .list4 {
  float: left;
}
#footer .footerContents .list1 {
  margin-right: 80px;
}
#footer .footerContents .list2 {
  margin-right: 80px;
}
#footer .footerContents .list3 {
  margin-right: 80px;
}
#footer .footerContents .hotelInfo {
  font-size: 1.4rem;
  float: left;
}

body[class*="page-lang"] #footer .footerContents .hotelInfo {
  font-size: 1.4rem;
  float: none;
  margin-left: 30px;
}


#footer .footerContents .hotelInfo .address {
  /*! margin-bottom: 5px; */
}
#footer .footerContents .hotelInfo .opentime {
  /*! margin-bottom: 5px; */
}
#footer .footerContents .hotelInfo .hday {
  margin-bottom: 5px;
}
#footer .footerContents .hotelInfo .telNumber {
  font-size: 2.1rem;
}
#footer .footerContents .contentList {
  font-size: 1.4rem;
  float: right;
}
#footer .footerContents .contentList.mobile {
  display: none;
}
#footer .footerContents .contentList li {
  margin-bottom: 8px
}
#footer .footerContents .contentList a {
  text-decoration: none;
}

#footer #footerCopy {
	font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.2rem;
}

.footerBarList {
  display: none;
}

/* LANGUAGE */
#gnavLangWrap {
  position: absolute;
  z-index: 8000;
  top: 0;
  right: 148px;
  width: 100px;
  text-align: center;
}
body[class*="lang"] #gnavLangWrap {
  right: 110px;
}
#gnavLangWrap > p {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  height: 68px;
  margin: 0 0 0 0;
  background-color: rgba(0,0,0,.8);
  cursor:  pointer;
  border-bottom: 1px solid #464646;
}
body[class*="lang"] #gnavLangWrap > p {
  height: 48px;
}
#gnavLangWrap > p a {
  text-decoration: none;
  color: #FFF;
}
#gnavLangWrap > p span {
  line-height: 1;
}
#gnavLangWrap > p::before{
  font-family: 'Material Icons';
  content: "\e894";
  font-size: 2.4rem;
  position: absolute;
  display:  block;
  top: 50%;
  left: 0;
  margin: -1.1rem 0 0 8px;
}
#gnavLangWrap > p::after{
  font-family: 'Material Icons';
  content: "\e5c5";
  font-size: 2.4rem;
  position: absolute;
  display:  block;
  top: 50%;
  right: 0;
  margin: -1.1rem 5px 0 0;
}
#gnavLangWrap .langChage {
  display: none;
}
#gnavLangWrap .langChage ul {
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
}
#gnavLangWrap:hover .langChage {
  display: block;
}
#gnavLangWrap:hover .langChage ul {
    visibility: visible;
    opacity: 1;
}
#gnavLangWrap .langChage li{
  line-height: 1;
  border-bottom: 1px solid #333333;
}
#gnavLangWrap .langChage li:last-child{
  margin-bottom: 0;
  border-bottom: none;
}
#gnavLangWrap .langChage li a {
  color: #ffffff;
  display: block;
  padding: 12px 0;
  text-align: center;
  text-decoration:  none !important;
  transition: all 0.4s ease 0s;
}
#gnavLangWrap .langChage li a:hover,
#gnavLangWrap .langChage li a.active{
  color: #555;
}


/*--------------------------------------------------------------
# FROM
--------------------------------------------------------------*/
#formBody {
  margin: 0 auto 50px;
  padding: 0;
  text-align: left;
}

#formBody .formTable > h3 {
 font-size: 1.8rem;
 font-weight:500;
 border-left:8px solid #7B6D68;
 padding-left:18px;
 padding-bottom:5px;
margin: 0 0 15px 5px;
}

#formBody >p.read {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.3rem;
}

#formBody .fpInline,
#formBody .fpBlock {
  position: relative;
  display: block;
}
#formBody .fpInline {
  display: inline-block;
}
#formBody .fpBlock {
  display: block;
}

#formBody .formTable {
  width: 960px;
  margin: auto;
}

#formBody table {
  margin: 0 auto 50px;
  border-collapse: separate;
  border-spacing: 3px;
}

#formBody th,
#formBody td {
  font-size: 1.4rem;
  background-color: #EFEFEF;
  padding: 15px !important;
}
#formBody td.formNameTd input,
#formBody td.formNameTdk input {
  width: 8em;
}
#formBody td.mokuteki label {
  float: left;
  width: 23rem;
}

#formBody th {
  width: 280px;
  border-right: 2px solid #FFF;
  vertical-align: middle;
  font-weight: bold;
}
#formBody th span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 .4em 1px;
  border-radius: 2px;
  letter-spacing: .2em;
  text-indent: .2em;
  font-size: 1rem;
  background-color: #c20d23;
  color: #fff;
  margin: 2px 0 0 0;
  float: right;
}
#formBody .mw_wp_form .error {
    display: inline-block;
}

#formBody .douiWrap {
  border: 1px solid #ccc;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 15px;
  clear: both;
  background-color: #feffff;
}
#formBody .douiWrap li {
  list-style: disc;
  list-style-position: inside;
}
#formBody .douiWrap .douiBtn {
  text-align: center;
  padding: 5px 0;
  background-color: #f8eaea;
}

#formBody .mwform-radio-field label {
	line-height: 1;
  margin-right: 20px;
  display: inline-block;
}

#formBody input[type=text],
#formBody input[type=email],
#formBody input[type=tel],
#formBody input[type=date],
#formBody input[type=number],
#formBody textarea {
	border: 0;
	padding: 6px;
	color: #5E5851;
	border: 1px solid #ccc;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
	font-size: 1.6rem;
	width: 100%;
	box-sizing: border-box;
}
#formBody textarea {
  box-sizing: border-box;
  width: 100%;
}
#formBody input[type=number].ninzu {
  width: 80px;
}
#formBody input[type="radio"],
#formBody input[type="checkbox"]{
  -webkit-transform: scale(1.3) translate3d(0, 0, 0);
  transform: scale(1.3) translate3d(0, 0, 0);
  margin-right: 0.5em;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}

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

#formBody select {
	border: 0;
	padding: 8px;
	color: #5E5851;
	border: 1px solid #ccc;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
}

#formBody .radio {
	line-height: 21px;
	height: 21px;
}

#formBody .zipWrap {
  margin-bottom: 5px;
}
#formBody .zipWrap input {
  width: 120px;
}
#formBody .prefWrap {
  margin-bottom: 5px;
}
#formBody .addrWrap input {
  width : 96%;
  width : -webkit-calc(100% - 3em) ;
  width : calc(100% - 3em) ;
}

#formBody .revday1 input,
#formBody .revday2 input {
  width: 180px;
}
#formBody .formNop input {
  width: 5em !important;
}
#formBody .revday1 select,
#formBody .revday2 select {
  width: 140px;
}

#formBody .revday1 .error,
#formBody .revday2 .error {
  display: inline-block;
}

#formBody label em {
	font-size: 14px;
	font-style: normal;
	color: #C00;
}

#formBody p.note {
	margin-left: 140px;
	font-size: 10px;
	color: #333;
}

#formBody td .bikou {
  font-size: 1.2rem;
}

#formBody p.note2 {
	font-size: 12px;
	color: #286693;
	line-height: 1.4;
}

#formBody div.putbtn {
	margin: 0 auto 20px;
	text-align: center;
	padding: 15px 0 0 0;
}

#formBody .formEndmessage {
	padding: 15px;
	background-color: #FAFBFC;
}

#formBody .parsley-custom-error-message {
  color: #c20d23;
}

#formBody .formCheck {
  display: table;
  border: 1px solid #828282;
  padding: 10px;
  margin: 0 auto 20px;
  background-color: #fbfbfb;
}
#formBody .formCheckBtn {
  text-align:center;
}
#formBody .formCheckBtn,
#formBody .formCheckTxt {
  padding: 0 10px;
  font-size: 12px;
  vertical-align: middle;
}

#formBody .formBtn {
  text-align:center;
}
#formBody input[type=reset],
#formBody input[type=submit] {
	border: solid 1px #ccc;
	padding: 20px 80px;
	margin: 0 auto 20px;
  font-size: 1.6rem;
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

#formBody input[type=reset]:hover,
#formBody input[type=submit]:hover { background-color: #646464; }

#formBody input[type=reset]:active,
#formBody input[type=submit]:active {
	background-color: #6A6A6A;
	padding: 15px 75x;
}


#formBody .formNote {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto 20px;
}


#fromEndWrap {
  text-align: center;
}
#fromEndWrap .fromEndRead1 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
}
#fromEndWrap .fromEndRead2 {
  margin-bottom: 30px;
}
#fromEndWrap .formEndInfo {
  font-size: 1.6rem;
}

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

/* ====================
# DLIGHT GROUP
==================== */
#footerBar {
  padding: 10px 0;
  text-align: center;
}
#footerBar li {
  display: -moz-inline-box;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  font-size: 1.4rem;
}
#footerBar li a {
  color: #FFFFFF;
  padding: 0 10px;
  text-decoration: none;
}
#footerBar li a:hover {
  color: #E8E8E8;
}
#footerBar li:first-child::before, #footerBar li::after {
  content:"  ／  ";
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

#groupFooterWrap {
	position: relative;
	margin: auto;
  padding: 30px 0;
	display: flex;
	justify-content: center;
	background-color: #919261;
}
#groupFooterWrap .dlightLogo {
	width: 120px;
	margin: 0 auto 0 60px;
}
#groupFooterWrap .dlightLogo img {
	width: 120px;
	filter: invert(100%) sepia(2%) saturate(7%) hue-rotate(4deg) brightness(102%) contrast(100%);
}

#groupLinkWrap {
	margin: 0 0 0 auto;
}
#groupLink {
	display: inline-block;
	margin: auto;
	text-align: left;
	font-size: 10px;
	color: aliceblue;
}
#groupLink a {
  color: rgb(239, 239, 239);
  text-decoration: none;
}
#groupLink a:hover {
  color: rgb(218, 205, 188);
}
#groupLink > ul {
	display: flex;
	justify-content: space-around;
}
#groupLink > ul > li {
	margin-right: 50px;
}
#groupLink > ul > li:last-child {
	margin-right: 0px;
}
#groupLink h1 {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 1.3rem;
}
#groupLink h2 {
  font-size: 1.1rem;
  font-weight: bold;
  clear: both;
  line-height: 1.5;
  margin-bottom: 3px;
}
#groupLink > ul li h2:first-child {
  clear: none;
}
#groupLink > ul li > ul li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 6px;
}

