@charset "utf-8";
#navWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	padding: 0 55px;
	line-height: 85px;
	background-color: #fff;
	font-family: 'MS PMincho', 'Poppins', 'AppleSDGothicNeo';
  z-index: 11111;
}
#navWrap:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both
}
/* logo */
.gnb_area {
	float: left;
	/*margin-left: 30px*/
}
.gnb_area h2 {
	float: left;
	margin-right: 60px
}

.gnb_area h2 img{
    height: 45px;
}


.gnb_area p {
	opacity: 0;
	position: relative;
	float: left;
	color: #111
}
.gnb_area p:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 44px;
	height: 1px;
	margin-right: 15px;
	background-color: #555
}
.gnb_area p .txt2 {
	display: none
}

.top_nav {
	float: right;
	margin-right: 15px;
	font-size: 14px
}
.top_nav > ul {
	overflow: hidden;
	margin-left: 10px
}
.top_nav > ul > li {
	float: left;
	padding: 0 12px;
  box-sizing: border-box;
}
.top_nav > ul > li > a {
	display: block;
	position: relative;
	font-weight: 600;
	color: #111;
	line-height: 85px;
	text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}
/* 小分类 */
.top_nav_s {
	display: none;
	padding-top: 15px;
	text-align: left;
}
.top_nav_s li a {
	display: block;
	line-height: 26px;
	color: #222;
	-webkit-transition: color .2s;
	transition: color .2s
}
.top_nav_s li a:hover {
	color: #999
}
/* 下拉菜单背景 */
.top_nav_bg {
	display: none;
	position: fixed;
	top: 85px;
	width: 100%;
	height: 210px;
	background: rgba(255,255,255,.95)
}




.top_tip{float:right;height:85px;margin-right:50px}
.top_tip li{display:inline-block;margin-left:15px;line-height:85px}
.top_tip li a{font-size:13px;font-weight:700;color:#08151d;-webkit-transition:opacity .2s;transition:opacity .2s;font-family:'Play', sans-serif}
.top_tip li a:hover{opacity:.7}







#allBtn{float:right;position:relative;top:50%;z-index:101;padding:15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}
#allBtn span{display:block;position:absolute;left:8px;top:8px;width:3px;height:3px;background-color:#08151d;-webkit-transition:all .2s;transition:all .2s}
#allBtn span.s2{top:19px}
#allBtn span:after{display:block;content:"";position:absolute;left:11px;width:3px;height:3px;background-color:#08151d}
#allBtn.black span, #allBtn.black span:after{background-color:#08151d!important}
#allBtn.active{z-index:200}
#allBtn.active span:after{display:none}
#allBtn.active span{width:20px}
#allBtn.active span.s1{left:6px;top:14px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
#allBtn.active span.s2{left:6px;top:14px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}


/**/
#mainVisual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 850px
}

#mainVisual .main_img {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 850px;
	margin-left: 20px;
	-webkit-transition: all 1s;
	transition: all 1s
}
#mainVisual.on .main_img {
	opacity: 1;
	margin: 0
}
#mainVisual .main_img li {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_img01.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s
}
#mainVisual .main_img li.img02 {
	background-image: url(../images/main_img02.jpg)
}
#mainVisual .main_img li.img03 {
	background-image: url(../images/main_img03.jpg)
}
#mainVisual .main_img li.on {
	opacity: 1
}

#mainVisual .main_txt {
	opacity: 0;
	position: absolute;
	bottom: 105px;
	left: 110px;
	z-index: 15;
	margin-left: -20px;
	color: #fff;
	font-family: 'MS PMincho','Poppins', 'AppleSDGothicNeo'
}
#mainVisual .main_txt .txt1 {
	font-size: 18px;
	font-weight: 600;
}
#mainVisual .main_txt .txt2 {
	padding: 30px 0 50px;
	font-size: 54px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	letter-spacing: -.2px;
        text-shadow: -1px 0px 0 rgba(255, 255, 255, 0.8), 0px 1px 0 rgba(255, 255, 255, 0.8);
}
#mainVisual .main_txt .txt3 {
	font-size: 19px;
	line-height: 1.8;
	color: rgba(255,255,255,1)
}

#mainVisual .pager_dot {
	opacity: 0;
	position: absolute;
	bottom: 105px;
	right: 110px;
	z-index: 20
}
#mainVisual .pager_dot li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 0;
	-webkit-transition: all .2s;
	transition: all .2s
}
#mainVisual .pager_dot li+li {
	margin-top: 15px
}
#mainVisual .pager_dot li:hover {
	cursor: pointer
}
#mainVisual .pager_dot li.on {
	background-color: #fff
}


/**/
#atc01 {
  padding: 160px 55px;
}
#atc01 .tit_area {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: 70px;
  text-align: center;
  color: #111
}
#atc01 .tit_area .s_tit {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: 'MS PMincho', 'Poppins', sans-serif
}
#atc01 .tit_area .tit {
      font-size: 40px;
    font-family: 'MS PMincho','NotoSansJP-regular';
  font-weight: 700;
}
#atc01 ul {
  overflow: hidden
}
#atc01 ul li {
  float: left;
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  width: calc(100% / 3 - 25px);
  text-align: center
}
#atc01 ul li + li {
  margin-left: 36px
}
#atc01 ul li:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
#atc01 ul li:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
#atc01 ul li:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
#atc01 ul li a {
  display: block;
  color: #666;
}
#atc01 ul li .img {
  overflow: hidden;
  height: 380px;
  margin-bottom: 40px
}
#atc01 ul li .img, #atc01 ul li .img img {
  -webkit-transition: all .3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all .3s cubic-bezier(0.5, 1, 0.89, 1);
  height: 380px;
}
#atc01 ul li:hover .img {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}
#atc01 ul li:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
#atc01 ul li p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 600;
  color: #111
}
#atc01 ul li .eqw {
 width: 80%;
    margin: 0 auto;
}

#atc01 ul li p span {
  margin-right: 6px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins'
}



/**/
#atc02 {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	position: relative;
	padding-top: 100px;
}
#atc02:before {
	content: "";
	position: absolute;
	left: -55px;
	top: 0;
	z-index: -2;
	width: calc(100% + 110px);
	height: 485px;
	background-color: rgba(21,75,149,1)
}
#atc02:after {
	content: "";
	position: absolute;
	right: -55px;
	top: 0;
	z-index: -1;
	width: 165px;
	height: 485px;
	background-color: #fff
}
#atc02 .txt_area {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	width: 72%;
	margin: 0 auto;
	color: #fff
}
#atc02 .txt_area p {
	margin-top: 35px;
	font-size: 62px;
	font-weight: 600;
	line-height: 1;
        font-family: 'AppleSDGothicNeo';
/*    background: linear-gradient(to bottom, rgba(227, 246, 252, 1), rgba(227, 246, 252, 0));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;*/
    /*color: rgba(110,191,210,1);*/
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8), 1px -1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(255, 255, 255, 0.8);

}
#atc02 .txt_area a {
	position: absolute;
	right: 0;
	top: 16px;
	padding-right: 25px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	line-height: 13px;
	font-family: 'Poppins'
}
#atc02 .txt_area a:before, #atc02 .txt_area a:after {
	display: block;
	content: "\f178";
	position: absolute;
	top: 1px;
	font-size: 13px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'fontawesome'
}
#atc02 .txt_area a:before {
	right: 10px;
	opacity: 0
}
#atc02 .txt_area a:after {
	right: 0
}
#atc02 .txt_area a:hover:before {
	right: 0;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
#atc02 .txt_area a:hover:after {
	right: -10px;
	opacity: 0
}
#atc02 .bg {
	opacity: 0;
	position: relative;
	z-index: 0;
    width: 100%;
	/*width: calc(100% + 55px);*/
	height: 405px;
	margin-top: -13px;
	background: url(../images/bgaa.jpg) bottom no-repeat fixed;
	background-size: cover;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}


/**/
#roomList {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  margin-top: 100px;
  padding: 0px 55px;
  padding-bottom: 190px
}
#roomList:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both
}
#atc07 {
  /*margin-top: 100px;*/
  position: relative;
  background: linear-gradient(to bottom, rgba(218, 245, 255, 1), rgba(227, 246, 252, 0))
}
#atc07 .tit_area {
  text-align: center;
  color: #111;
  width: calc(100% - 110px);
  padding-top: 50px;
  margin: 0 auto 100px;
  border-top: 0px solid #d4d4d4;
}
#atc07 .tit_area .s_tit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'MS PMincho','Poppins', sans-serif
}
#atc07 .tit_area .tit {
  margin: 60px 0 10px;
  font-size: 40px;
  font-family: 'MS PMincho','NotoSansJP-regular';
        font-weight: 700;
}
#atc07 .tit_area .rightBtnBox {
  position: absolute;
  right: 70px;
  top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#atc07 .tit_area .rightBtnBox .viewLinkBtn {
  font-size: 16px;
  font-weight: 500;
}
#atc07 .tit_area .rightBtnBox .viewLinkBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Poppins';
}
#atc07 .tit_area .rightBtnBox .viewLinkBtn span::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url(../../../images/icoTopRightarrow_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#roomList .fix_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  width: calc(100% - 895px);
  height: 100vh;
}
#roomList .fix_img > div {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s
}
#roomList .fix_img div.on {
  opacity: 1
}
#roomList .fix_img div.img01 {
  background-image: url(../images/left_img01.jpg)
}
#roomList .fix_img div.img02 {
  background-image: url(../images/left_img02.jpg)
}
#roomList .fix_img div.img03 {
  background-image: url(../images/left_img03.jpg)
}
#roomList .fix_img.fix {
  position: fixed;
  left: 55px;
  width: calc(100% - 1005px)
}
#roomList .fix_img.absol {
  position: absolute;
  left: 55px;
  width: calc(100% - 1005px)
}
#roomList .fix_img.absol_bt {
  position: absolute;
  left: 55px;
  top: auto;
  bottom: 0;
  width: calc(100% - 1005px)
}
#roomList .right {
  float: right;
  position: relative;
  z-index: 15;
  width: 895px;
  padding-left: 95px
}
#roomList .right ul {
  padding-top: 50px
}
#roomList .right ul:first-child {
  padding-top: 140px
}
#roomList .right ul:after {
  display: block;
  content: "";
  visibility: hidden;
  clear: both
}
#roomList .right ul li {
  float: left;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  width: 365px
}
#roomList .right ul li:first-child {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
#roomList .right ul li:last-child {
  float: right;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
#roomList .right ul li .img {
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s
}
#roomList .right ul li .img a {
  display: block;
  position: relative;
  width: 365px;
  height: 395px;
  background: center no-repeat;
  background-size: cover;
  -webkit-transition: all .3s;
  transition: all .3s
}
#roomList .right ul li .img:hover {
  transform: scale(0.9)
}
#roomList .right ul li .img:hover a {
  transform: scale(1.23)
}
#roomList .right ul li .info p {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #555;
  font-size: 14px;
  color: #111;
  font-family: 'MS PMincho','AppleSDGothicNeo'
}
#roomList .right ul li .info p span:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  margin: 0 12px;
  background-color: #ccc
}
#roomList .right ul li .info dl dt {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  color: #111;
  font-family: 'MS PMincho','AppleSDGothicNeo'
}
#roomList .right ul li .info dl a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  font-family: 'MS PMincho','Poppins';
    float: right;
    margin-top: 20px;
}
#roomList .right ul li .info dl a:before, #atc03 .content_area .leftblock a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: width .3s;
  transition: width .3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000)
}
#roomList .right ul li .info dl a:before {
  width: 100%;
  right: 0;
  background: rgba(0,0,0,0.2);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
#roomList .right ul li .info dl a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    font-family: 'MS PMincho', 'Poppins';
        /*color: #df4222;*/
}
#roomList .right ul li .info dl a span::after {
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../../../images/icoTopRightarrow_1.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: hue-rotate(60deg);
    transform: rotate(45deg);
}

#roomList .right ul li .info dl a:after {
  width: 0;
  left: 0;
  background: #222;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
#roomList .right ul li .info dl a:hover {
  color: #222
}
#roomList .right ul li .info dl a:hover:before {
  width: 0;
  transition-delay: 0s
}
#roomList .right ul li .info dl a:hover:after {
  width: 100%;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
#roomList .right ul li .info dl dd {
  /*padding-right: 50px;*/
  font-size: 15px;
  word-break: break-all;
    color: rgba(0,0,0,0.5);
        line-height: 1.5;
}
#roomList .right ul li:not(:nth-child(2)) {
  margin-top: 200px
}


/**/
#atc03 {
  position: relative;
  padding: 130px 0 130px
}
#atc03:before {
  display: block;
  content: "";
  z-index: 99;
  position: absolute;
  background: url(../../../images/dot.png) no-repeat;
  right: 50%;
  bottom: 130px;
  width: 216px;
  height: 343px;
  /*background-color: #222*/
}
#atc03 .tit_area {
  text-align: center;
  color: #111;
  width: calc(100% - 110px);
  padding-top: 50px;
  margin: 0 auto 100px;
  border-top: 1px solid #d4d4d4;
}
#atc03 .tit_area .s_tit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'MS PMincho', 'Poppins', sans-serif
}
#atc03 .tit_area .tit {
  margin: 10px 0;
  font-size: 40px;
  font-family: 'MS PMincho', 'NotoSansJP-regular';
    font-weight: 700;
}
#atc03 .tit_area .rightBtnBox {
  position: absolute;
  right: 70px;
  top: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#atc03 .tit_area .rightBtnBox .viewLinkBtn {
  font-size: 16px;
  font-weight: 500;
}
#atc03 .tit_area .rightBtnBox .viewLinkBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  font-family: 'MS PMincho', 'Poppins';
}
#atc03 .tit_area .rightBtnBox .viewLinkBtn span::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url(../../../images/icoTopRightarrow_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#atc03 .sub_area {
  margin-bottom: 20px;
  text-align: left;
  color: #666;
  padding: 0 55px;
}
#atc03 .content_area {
  background: #f4f4f4;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  column-gap: 8%;
  margin: 0 55px;
  padding: 100px 6%;
  box-sizing: border-box;
}
#atc03 .content_area .leftblock {
  width: 50%;
}
#atc03 .content_area .leftblock .sub {
  font-size: 16px;
  letter-spacing: 0;
  color: #777;
}
#atc03 .content_area .leftblock .subt {
  margin: 10px 0;
  font-size: 34px;
  letter-spacing: -3px;
  color: #333;
  font-weight: 700;
}
#atc03 .content_area .leftblock a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  font-family: 'MS PMincho','Poppins'
}
#atc03 .content_area .leftblock a:before, #atc03 .content_area .leftblock a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: width .3s;
  transition: width .3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000)
}
#atc03 .content_area .leftblock a:before {
  width: 100%;
  right: 0;
  background: #222;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
#atc03 .content_area .leftblock a:after {
  width: 0;
  left: 0;
  background: #222;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
#atc03 .content_area .leftblock a:hover {
  color: #222
}
#atc03 .content_area .leftblock a:hover:before {
  width: 0;
  transition-delay: 0s
}
#atc03 .content_area .leftblock a:hover:after {
  width: 100%;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
#atc03 .content_area .leftblock img {
  margin-top: 70px;
  width: 100%;
}
#atc03 .content_area .centerblock {
  width: 40%;
}
#atc03 .content_area .centerblock .boxtxt {
  color: #777;
}
#atc03 .content_area .centerblock .boxtxt .htxt {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 18px;
  color: #333;
}
#atc03 .content_area .centerblock .boximg {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
#atc03 .content_area .centerblock .boximg img {
  height: 330px;
}
#atc03 .content_area .rightblock {
  width: 135px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-flow: column;
    color: #777;
}
#atc03 .img_area {
  /*	opacity: 0;
	position: relative;
	left: -55px;
	width: calc(100% - 55px);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	height: 795px*/
}
#atc03 .img_area li {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s
}
#atc03 .img_area li.on {
  opacity: 1
}
#atc03 .img_area li.img01 {
  background-image: url(../../include/inc03/img/img01.jpg)
}
#atc03 .img_area li.img02 {
  background-image: url(../../include/inc03/img/img02.jpg)
}
#atc03 .box {
  opacity: 0;
  position: absolute;
  right: 110px;
  bottom: 150px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  width: 310px;
  height: 260px;
  padding: 50px 0 0 40px;
  font-size: 14px;
  background-color: #fff;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
#atc03 .box span {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  font-family: 'MS PMincho','Poppins'
}
#atc03 .box p {
  margin: 7px 0 50px;
  font-size: 19px;
  font-weight: 700;
  color: #111
}


/**/
#atc04 {
  margin: 0 55px;
  position: relative;
}
#atc04 .tit_area {
  text-align: left;
  color: #111;
  padding-top: 50px;
  margin: 0 auto 80px;
  border-top: 1px solid #d4d4d4;
}
#atc04 .tit_area .s_tit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'MS PMincho','Poppins', sans-serif;
}
#atc04 .tit_area .tit {
  margin: 10px 0;
  font-size: 40px;
  font-family: 'MS PMincho','NotoSansJP-regular';
          font-weight: 700;
}
#atc04 .tit_area .rightBtnBox {
  position: absolute;
  right: 16px;
  top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#atc04 .tit_area .rightBtnBox .viewLinkBtn {
  font-size: 16px;
  font-weight: 500;
}
#atc04 .tit_area .rightBtnBox .viewLinkBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  font-family: 'MS PMincho','Poppins';
}
#atc04 .tit_area .rightBtnBox .viewLinkBtn span::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url(../../../images/icoTopRightarrow_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#atc04 .pl {
  white-space: pre-line
}
#atc04 .txt_area {
  position: relative;
  z-index: 1
}
#atc04 .txt_area ul li {
  display: flex
}
#atc04 .txt_area ul li .info {
  font-size: 17px;
  flex-shrink: 0
}
#atc04 .txt_area ul li:nth-child(1) .info {
  padding: 70px 0 0 140px
}
#atc04 .txt_area ul li:nth-child(1) img {
  max-width: 1155px;
  width: 60%
}
#atc04 .txt_area ul li:nth-child(2) {
  margin-top: 90px;
  flex-direction: row-reverse
}
#atc04 .txt_area ul li:nth-child(2) img {
  max-width: 1250px;
  width: 65%
}
#atc04 .txt_area ul li:nth-child(2) .info {
  padding: 80px 175px 0 0
}
#atc04 .txt_area ul li .info p {
  font-size: 27px;
  color: #111;
  font-family: 'MS PMincho','NotoSansJP-bold';
        font-weight: 700;
}
#atc04 .txt_area ul li .info div {
  margin: 30px 0 60px;
  font-size: 16px;
  color: #666;
}
#atc04 .txt_area a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  font-family: 'MS PMincho','Poppins'
}
#atc04 .txt_area a:before, #atc04 .txt_area a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: width .3s;
  transition: width .3s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000)
}
#atc04 .txt_area a:before {
  width: 100%;
  right: 0;
  background: #222;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
#atc04 .txt_area a:after {
  width: 0;
  left: 0;
  background: #222;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
#atc04 .txt_area a:hover {
  color: #222
}
#atc04 .txt_area a:hover:before {
  width: 0;
  transition-delay: 0s
}
#atc04 .txt_area a:hover:after {
  width: 100%;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
@media (max-width:1520px) {
  #atc04 .txt_area ul li:nth-child(1) .info {
    padding: 70px
  }
  #atc04 .txt_area ul li:nth-child(2) .info {
    padding: 50px
  }
}


/**/
#inc05 {
  position: relative;
  height: 470px;
  background: url(../images/bg.jpg) center no-repeat;
  background-size: cover;
  padding: 0px 100px;
  margin: 0 55px;
  margin-bottom: 130px;
}
#inc05 .inner {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
#inc05 .tit_area {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#inc05 .tit_area span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #cadefa;
  font-family: 'jost'
}
#inc05 .tit_area p {
  margin: 20px 0 30px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  width: 500px;
}
#inc05 .tit_area div {
  /*white-space: pre-line*/
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
#inc05 ul {
  /*
    width: 50%;
    display: flex;
    flex-flow: wrap;
  height: 100%;
  margin-left: auto*/
}
#inc05 ul li {
  position: relative;
  width: 100%
}
#inc05 ul li:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #164c96;
  transition: all .3s
}
#inc05 ul li:hover:before {
  opacity: .85
}
#inc05 ul li + li {
  border-right: 1px solid rgba(255, 255, 255, 0.2)
}
#inc05 ul li a {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 46px 58px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  word-break: keep-all
}
#inc05 ul li p {
  margin: 40px 0 0px;
  font-size: 24px;
  font-weight: 600;
  color: #fff
}


/**/
#atc06 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px
}
#atc06 .tit_area {
  text-align: center;
  color: #111;
  width: calc(100% - 110px);
  padding-top: 75px;
  margin: 0 auto 70px;
  border-top: 1px solid #d4d4d4;
}
#atc06 .tit_area .rightBtnBox {
  position: absolute;
  right: 70px;
  top: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#atc06 .tit_area .rightBtnBox .viewLinkBtn {
  font-size: 16px;
  font-weight: 500;
}
#atc06 .tit_area .rightBtnBox .viewLinkBtn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Poppins';
}
#atc06 .tit_area .rightBtnBox .viewLinkBtn span::after {
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url(../../../images/icoTopRightarrow_1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#atc06 .tit_area .s_tit {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: 'MS PMincho','Poppins', sans-serif
}
#atc06 .tit_area .tit {
  margin: 10px 0;
  font-size: 40px;
  font-family: 'MS PMincho', 'NotoSansJP-regular';
    font-weight: 700;
}
#atc06 .gall_area {
  position: relative
}
#atc06 .gall_area ul {
  position: relative;
  width: 100%;
  height: 570px;
  overflow: hidden
}
#atc06 .gall_area ul li {
  display: inline;
  position: absolute;
  width: 620px;
  height: 570px;
  overflow: hidden
}
#atc06 .gall_area ul li:nth-child(even) {
  width: 620px;
  height: 500px
}
#atc06 .gall_area ul li .img {
  display: table; /*height:413px;*/ width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s
}
#atc06 .gall_area ul li .img:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  content: '';
  transition: all 0.3s
}
#atc06 .gall_area ul li .img img {
  display: table-cell; /*min-height:413px;height:auto!important*/ width: 100%;
}
#atc06 .gall_area ul li .restit {
  color: #333;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  font-size: 16px;
}
#atc06 .gall_area ul li a {
  display: block;
  height: 100%
}
#atc06 .gall_area ul li:hover .img {
  transform: scale(1.05, 1.05)
}
#atc06 .gall_area ul li:hover .img:after {
  opacity: 0
}
#atc06 .ft_info {
  position: relative;
  font-size: 13px;
  color: #777;
  background: #111
}
#atc06 .ft_info:after {
  position: absolute;
  content: '';
  z-index: -1;
  top: -200px;
  width: 100%;
  height: 200px;
  background: #111
}
#atc06 .f_nav_wrap {
  display: flex;
  max-width: 1580px;
  margin: 0 auto;
  padding: 130px 0 90px;
  justify-content: space-between
}
#atc06 .f_nav_wrap .menu {
  display: flex;
  font-size: 13px
}
#atc06 .f_nav_wrap .ft_menu + .ft_menu {
  margin-left: 50px
}
#atc06 .f_nav_wrap .ft_menu > a {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  font-family: 'Poppins'
}
#atc06 .f_nav_wrap .ft_smenu li {
  line-height: 2
}
#atc06 .f_nav_wrap .ft_smenu a {
  color: #777;
  transition: all .3s
}
#atc06 .f_nav_wrap .ft_smenu a:hover {
  color: #fff;
  text-decoration: underline
}
#atc06 .f_nav_wrap .info {
  display: flex
}
#atc06 .f_nav_wrap .info li + li {
  margin-left: 110px
}
#atc06 .f_nav_wrap .info .e_txt {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  font-family: 'Poppins'
}
#atc06 .f_nav_wrap .info .t_txt {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  font-family: 'Poppins'
}

	/* 全局侧滑菜单 */
  .mm-menu { width: 50%; }
  .mm-navbar { height: 50px; line-height: 30px; }
  .mm-panel .mm-navbar { display: block; }
  .mm-menu > .mm-panel > .mm-navbar + .mm-listview { margin-top: 1px; border-top: 1px solid #3a3b4b; }
  .mm-menu > .mm-panel:before { height: 50px; font-size: 1.125rem; }
  .mm-listview { line-height: 26px; }
  .mm-listview > li:not(.mm-divider):after { left: 0; }
  .mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 10px; text-align: center; }
  
  html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }
  
  .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a { text-transform: uppercase; color: #888; }
  .mm-menu.mm-theme-dark .mm-navbar { border-color: #14151b; }
  
  .mm-menu.mm-theme-dark { background: #22232d; color: #cfcfcf; }
  .mm-listview > li:not(.mm-divider):after { height: 1px; background: #14151b; }
  .mm-menu .mm-listview > li:after { border-color: #3a3b4b; }
  .mm-menu.mm-theme-dark .mm-listview > li:after { border-color: #3a3b4b; }
  


@media (max-width: 1400px) {
	.top_nav{display: none;}


.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom { border: 0; }

#inc05 .tit_area{width: 50%; padding-right: 10%; box-sizing: border-box;}
#inc05 .tit_area p{width: 100%;}
#inc05 ul{flex: 1; width: 50%;}
#inc05 ul li a{width: 100%; display: block;word-wrap:break-word;word-break:break-all;}

#roomList .fix_img.absol{display: none;}

#roomList .right ul li:not(:nth-child(2)){width: 48%; background-size: cover;}
#roomList .right ul li .img a{width: 100%;}
#roomList .right ul li:last-child{width: 48%; background-size: cover;}

#roomList .fix_img.absol_bt{display: none;}
#roomList .fix_img{display: none;}

}

@media (max-width: 1000px) {
  .gnb_area h2{margin-right: 20px;}
  .gnb_area h2 img{height: 30px;}
  .gnb_area p{display: none;}
  .top_tip{margin-right: 10px;}
  #mainVisual{height: 400px;}
  #mainVisual .main_img{height: 400px;}
  #mainVisual .main_txt{left: 50px;}

  #atc01{padding: 40px;}
  #atc01 .tit_area .tit{font-size: 30px;}
  #atc01 .tit_area{margin-bottom:20px}
  #atc01 ul li{float: none; width: 100%;}
  #atc01 ul li + li{margin-left: 0; margin-top: 20px;}
  #atc02:after{right: 0; width: auto;}
  #atc02 .txt_area{width: 90%; min-width: 90%;}
  #atc02 .txt_area a{left: 0; bottom: 0; right: auto; top: auto;}
  #atc02 .bg{height: auto;}
  #atc02{padding: 100px 0;}
  #roomList .right ul li:not(:nth-child(2)){width: 100%; margin-top: 0;}
  #atc07 .tit_area{width: calc(100% - 50px);}
  #roomList{padding: 0 30px;}
  #roomList .right ul li:last-child{width: 100%; margin-top: 30px;}
  #roomList .right ul{padding-top: 30px;}

  #atc03{padding: 50px 0;}
  #atc03 .tit_area{width: calc(100% - 50px); margin-bottom: 0;}
  
  #atc03 .tit_area .rightBtnBox{position: static; text-align: center;}
  #atc03 .tit_area .rightBtnBox .viewLinkBtn{margin: 30px auto;}
  
  #atc03 .sub_area{padding: 0 25px;}
  #atc03 .content_area{margin: 0 25px; display: flex; flex-wrap: wrap; padding: 50px 5%;}
  #atc03 .content_area .leftblock{width: 100%;}
  #atc03 .content_area .leftblock img{margin-top: 40px;}

  #atc04{margin: 0 25px;}
  #atc04 .tit_area{padding-top: 25px; margin-bottom: 25px;}
  #atc04 .txt_area ul li{flex-wrap: wrap;}
  #atc07 .tit_area .tit{font-size: 30px;}
  #atc03 .tit_area .tit{font-size: 30px;}
  #atc04 .tit_area .tit{font-size: 30px;}
  #atc03 .content_area .leftblock .subt{font-size: 30px; line-height: 130%;}

  #atc04 .tit_area .rightBtnBox{display: none;}
  #atc06 .tit_area .tit{font-size: 30px;}
  #atc06 .tit_area{padding-top: 30px;}
  #atc06 .tit_area .rightBtnBox{position: static;}
  #atc06 .tit_area .rightBtnBox .viewLinkBtn{margin:20px auto 0;}
  #inc05{padding:20px; width: 100%; height: auto; box-sizing: border-box; margin: 0;}
  #inc05 .inner{flex-wrap: wrap; margin-top: 30px;}
  #inc05 .tit_area{width: 100%; padding-right: 0; box-sizing: border-box;}
  #inc05 .tit_area span{font-size: 15px;}
  #inc05 .tit_area p{font-size: 22px;}

  #inc05 ul{width: 100%;}
  #inc05 ul li a{border-left: 0px none; padding: 20px 0;}

}

.contact {
  display: table;
  padding: 0px 30px 30px 50px;
  box-sizing: border-box;
  font-size: 15px;
  width: 100%;
}

.contact_address strong{
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 25px;
  display: block;
}

.contact .contactbox{
  display: flex;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 6px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding-bottom: 3px;
  justify-self:flex-end;
}

.contact .contactbox .contactleftbox{
  width: 160px;
  font-weight: 600;
}

.contact .contactbox .contactrightbox{text-align: left; flex: 1;}