@charset "utf-8";

@font-face {
    /*font-family: 'KozGo';
    src: url(../fonts/KozGo.woff) format('woff'), 
         url(../fonts/KozGo.ttf)  format('truetype'), 
         url(../fonts/KozGo.otf)  format('opentype'); */
}
@font-face {
    font-family: 'din-m';
    src: url(../fonts/din-m.woff) format('woff'), 
         url(../fonts/din-m.ttf)  format('truetype'), 
         url(../fonts/din-m.otf)  format('opentype'); 
}
@font-face {
    font-family: 'trajan';
    src: url(../fonts/Trajan.woff) format('woff'), 
         url(../fonts/Trajan.ttf)  format('truetype'), 
         url(../fonts/Trajan.otf)  format('opentype'); 
}
.din_m{font-family:"din-m", sans-serif;}
.trajan{font-family:"trajan", sans-serif;}
.got{font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

*{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0; 
    padding: 0;
}

.img100{width: 100%;height: 100%;}

@media screen and (min-width: 1171px){
/*header_____________________________________________________________*/
.menu-trigger-box{
    display: none;
}
.header .header_links .selectbox .selectbox_links{
    display: none;
}
header {
    width: 100%;
    background-color: rgba(56, 55, 63, 0.9);
    position: fixed;
    top: 0;
	z-index: 999;
}
header p{
    color: #fff;
}
.header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*position: relative;*/
}
.header .logo{
    width: auto;
    display: inline-block;
    text-align: center;
    width: 20%;
    padding-top: 5px;
}
.header .logo img{
    max-width: 150px;
    width: 90%;
}

.header .header_nav{
    width: 80%;
}
.header .header_nav ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}
.header .header_nav ul li{
    position: relative;
    margin: 0 0 20px;

    width: 100%;
    height: 100%;

}
    .header .header_nav ul li:nth-child(7){
        opacity: 0.4;
        pointer-events: none;

    }
.header .header_nav ul li::before{
    content: "";
    height: 30px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header .header_nav ul li:last-of-type::after{
    content: "";
    height: 30px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header .header_nav ul li a{
    display: block;
    position: relative;
    /*padding: 10px 20px 10px;*/
    	display: block;
    		width: 100%;
    		height: 100%;
    		position: relative;
}

#faq .header .header_nav ul li:nth-of-type(7),
#restaurant .header .header_nav ul li:nth-of-type(6),
#news .header .header_nav ul li:nth-of-type(6),
#beauty .header .header_nav ul li:nth-of-type(5),
#onsenspa .header .header_nav ul li:nth-of-type(4),
#about .header .header_nav ul li:nth-of-type(3),
#userguide .header .header_nav ul li:nth-of-type(2),
#top .header .header_nav ul li:nth-of-type(1){
    pointer-events: auto;
}

#faq .header .header_nav ul li:nth-of-type(9) a::before,
#restaurant .header .header_nav ul li:nth-of-type(6) a::before,
#news .header .header_nav ul li:nth-of-type(6) a::before,
#beauty .header .header_nav ul li:nth-of-type(5) a::before,
#onsenspa .header .header_nav ul li:nth-of-type(3) a::before,
#about .header .header_nav ul li:nth-of-type(2) a::before,
#userguide .header .header_nav ul li:nth-of-type(8) a::before,
#top .header .header_nav ul li:nth-of-type(1) a::before{
    content: "";
    width: 100%;
    height: 5px;
    background-color: #066686;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.header .header_nav ul li a p{
    font-size: 13px;
    text-align: center;
}
.header .header_nav ul li a p span{
    display: block;
    font-size: 10px;
    line-height: 1em;
    color: #c6b198;
    margin: 0 0 4px;
}

.header .header_links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100vw;
    padding: 2px 0 4px;
    background-color: #2a292f;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.header .header_links ul{
    padding: 0 0 0 10px;
}
.header .header_links ul li{
    display: inline-block;
}
.header .header_links ul li a{
    display: block;
    width: 100%;
    padding: 0 0 0 8px;
    margin: 0 0 0 4px;
    position: relative;
}
.header .header_links ul li a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .header_links ul li a p{
    font-size: 11px;
}

.header .selectbox{
    display:inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 0 ;
}
.header .selectbox .hours{
    font-size: 11px;
    display: inline-block;
    position: relative;
    padding: 0 0 0 16px;
}
.header .selectbox .hours img{
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header .selectbox .cp_ipselect {
    overflow: hidden;
    width: 65px;
    margin: 0 40px 0 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 0 0 16px;
}
.header .selectbox .cp_ipselect img{
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.header .selectbox .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.header .selectbox .cp_ipselect select::-ms-expand {
    display: none;
}
.header .selectbox .cp_ipselect.cp_sl01 {
    height: 22px;
    position: relative;
    /*background: #055fdd;*/
}
.header .selectbox .cp_ipselect.cp_sl01::before {
    content: "";
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header .selectbox .cp_ipselect.cp_sl01 select {
    padding: 0px 4px 0px 0px;
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 16px;
}

.header #form{
    position: relative;
}
.header #sbox{
    width: 100px;
    height: 20px;
    padding:0 20px; 
    outline:0;
    border: none;
}
.header #form .search_img{
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
}
.header #sbox.active{
    /*width: 120px;*/
    /*padding:0 10px; */
}
.header #form .search_img.active{
    display: none;
}


/*header____end_____________________________________________________________*/
/*@media screen and (min-width: 1171px)____end*/}


@media screen and (min-width: 769px){
._sp{
    display: none !important;
}
body{
    /*margin: 32px 0 0 0;*/
    margin: 45px 0 0 0;
}
#wrapper{}
section{
    /*max-width: 1200px;*/
    width: 100%;
    margin: 0 auto;
}
.w_none{
    max-width: none;
    width: 100%;
}
.w_1000{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.w_1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
p{
    line-height: 1.4em;
    color: #000;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    opacity: .7;
}
li{
    list-style: none;
}
img{
    width: 100%;
    vertical-align: bottom;
}
/*___*/
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_c{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex_b{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


section.information {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
  width: auto;
  max-width: none;
  height: 90px;
  text-align: center;
  background-color: rgba( 255,255,255, 0.8);
}

section.information .swiper-wrapper {
  display: block;
}

section.information > p:nth-of-type(2) {
  position: absolute;
  top: 44px;
  backdrop-filter: none;
  z-index: 100;
  font-size: 13px;
}

@media screen and (max-width: 599px){
  section.information > p:nth-of-type(2) {
    top: 28px;
  }
}

.informationArea {
  box-sizing: border-box;
  background-color: #3b3a41;
  padding-left: 270px;
  height: 170px;
}
section.information div {
  box-sizing: border-box;
  width: 100%;
}

section.information h3 {
  position: absolute;
  width: 270px;
  top: 0px;
  left: 0;
  line-height: 170px;
  font-size: 40px;
  background-color: #4f4540;
  backdrop-filter: saturate(188%) blur(3px);
  color: #fff;
  z-index: 99;
}

section.information .swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 2px;
  z-index: 1;
  width: 100%;
  height: 80px;
  top: 25px;
}
section.information .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
section.information .swiper-slide {
  text-align: left;
  font-size: 16px;
  padding: 0px 10px;
  color: #fff;
}
section.information .swiper-slide a {
  color: #fff;
}


section.event {
  padding-bottom: 100px;
}

section.event .card_wrap {
	width: 23%;
	margin: 1% 1% 3%;
	float: left;
	min-height: 335px;
}

section.event .item_img {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

section.event .item_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


section.event .boxshadow {
	box-shadow: 0px 0px 4px 0px #9a9e9f;
	transition: all 200ms;
}

section.event .boxshadow:hover {
	box-shadow: 0px 0px 10px 5px #d7d7d7;
}

section.event .text_area.text_area_style01 {
	padding: 20px 15px 30px;
}

section.event .text_area_style01 h3,
section.event .text_area_style01 time {
  line-height: 1.4;
}

section.event .text_area_style01 h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
section.event .leader_01 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
section.event .text_area_style01 .period_wrap {
	margin-bottom: 10px;
}

section.event .leader_02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section.event .text_area_style01 .period {
  line-height: 1;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
section.event .text_area_style01 time {
	font-size: 12px;
	margin-bottom: 10px;
}
section.event .text_area_style01 .text {
	font-size: 14px;
	height: 48px;
	line-height: 1.6;
}
section.event .card_img_area{
	position: relative;
}
section.event .tag_wrap.on_image {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: auto;
	font-size: 0;
}
section.event .on_image span[data-eventlabel] {
	padding: 4px 10px;
	color: #fff;
	font-size: 11px;
	margin: 0;
	display: inline-block;
}

section.event .card_wrap.col3 {
	width: 31.33%;
	margin: 1% 1% 3%;
	float: left;
}

section.event .col3 .text_area {
	padding: 30px 20px;
}

section.event .col3 .on_image span[data-eventlabel] {
	padding: 6px 12px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 0;
	display: inline-block;
}

.topics_banner_image {
    width: 1100px;
    height: 603px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.topics_banner_image img {
    width: 1100px;
    height: 603px;
}
.swiper-slide .event_title {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    font-size: 16px;
    color: #FFF;
    box-sizing: border-box;
}
.swiper-pagination {
    padding: 10px;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
.under_event_list_wrap {
    padding-top: 50px;
}
.event_calendar_wrap {
    padding: 80px 0;
    text-align: center;
}

/*common________________________________________________________________*/
.main{
    position: relative;
}
.main_txt{
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-shadow: 
  0 0 10px #000,
  0 0 14px #000,
  0 0 20px #000;

}
.main_txt span{
    font-size: 36px;
    display: block;
}


.sec_title_box{
    text-align: center;
    margin: 0 auto 40px;
}
.sec_title01{
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}
.sec_title02{
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}
.sec_title03{
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;

}
.sec_title03_bg{
    text-align: center;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: auto;
}
.sec_title03_bg img{
    width: 230px;
}
/*___*/
.shop_title{
    text-align: center;
}
.shop_title .shop_title_p01{
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.2em;
    padding: 0 20px;
    display: inline-block;
    position: relative;
}
.shop_title .shop_title_p01:before,
.shop_title .shop_title_p01:after{
    content: "";
    height: 22px;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
}
.shop_title .shop_title_p01:before{
    left: 0;
}
.shop_title .shop_title_p01:after{
    right: 0;
}
.shop_title .shop_title_p02{
    font-size: 16px;
}

.footer_access_box .shop_title .shop_title_p01{color: #fff;}
.footer_access_box .shop_title .shop_title_p01:before, .footer_access_box .shop_title .shop_title_p01:after{background-color: #fff;}
.footer_access_box .shop_title .shop_title_p02{color: #fff;}
/*___*/
.more_btn{
    text-align: center;
}
.more_btn a{
    padding: 16px 0 14px;
    width: 394px;
    display: inline-block;
	background-color: #066686;
}
.more_btn a p{
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
}
.more_btn a p:before{
    content: "";
    position: relative;
    top: 0.7em;
    right: -3.7em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*___*/
.common_line{
    width: 100%;
    /*height: 90px;*/
    height: 10px;
    background-image: url(../img/common/common_line.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*___*/
.bg_38373f{
    background-color: #38373f;
}
.bg_2a292f{
    background-color: #2a292f;
}
/*___*/
.hr_988575{
    border:none;
    border-top: solid 18px #988575;
}
/*___*/
.sec_com_box{
    position: relative;
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    padding: 140px 0 40px;
    border: solid 4px #b68d37;
    background-image: url(../img/common/sec_com_box_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*data___________________________________________________________*/
.event_tabs{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: solid 4px #58739e;
    padding: 40px 0 0;
    margin: 0 auto 70px;
}
.event_tabs a{
    width: 16%;
    padding: 20px 0 20px;
    margin: 0 1%;
    border: solid 1px #58739e;
    background: #fff;
}
.event_tabs a:hover{
    opacity: 1;
}
.event_tabs a p{
    font-size: 15px;
    text-align: center;
    position: relative;
}
.event_tabs a p img{
    width: 20px;
    position: relative;
    left: -10px;
    vertical-align: text-bottom;
}
.event_tabs a p img:nth-of-type(2){
    display: none;
}
.event_tabs a.active{
    background: -moz-linear-gradient(150deg, #6881a8 50%, #58739e 50%) no-repeat 50% 50% / 100% 100%;
    background: -webkit-linear-gradient(150deg, #6881a8 50%, #58739e 50%) no-repeat 50% 50% / 100% 100%;
    background: linear-gradient(150deg, #6881a8 50%, #58739e 50%) no-repeat 50% 50% / 100% 100%;
	border: solid 1px #58739e;
}
.event_tabs a.active p{
    color: #fff;
}
.event_tabs a.active p img:nth-of-type(1){
    display: none;
}
.event_tabs a.active p img:nth-of-type(2){
    display: inline;
}
/*___*/
.shop_eventmain_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop_eventmain{
    width: 31%;
    margin: 0 0 6%;
    padding: 0 0 2%;
    box-shadow: 0px 0px 4px #888;
    background-color: #fff;
}

.shop_event_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop_event{
    width: 23%;
    margin: 0 0 6%;
    padding: 0 0 2%;
    box-shadow: 0px 0px 4px #888;
    background-color: #fff;
}
.shop_event_img{
    margin: 0 0 6px;
    position: relative;
}
.shop_event_text_box{
    width: 96%;
    margin: 0 auto;
}
.shop_event_title{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8em;
    margin: 16px 0 0 0;
}
.shop_event_date{
    font-size: 12px;
    line-height: 1.8em;
}
.shop_event_text{
    font-size: 12px;
    line-height: 1.8em;
}
/*___*/











.shop_event_icon{
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    padding: 0 6px;
    min-width: 50px;
    vertical-align: top;
}
.shop_event_icon_85777f{
    border: solid 1px #85777f;
    background-color: #85777f;
}
.shop_event_icon_c78b6d{
    border: solid 1px #c78b6d;
    background-color: #c78b6d;
}
.shop_event_icon_cffffff{
    border: solid 1px #4d4d4d;
    background-color: #ffffff;
    color: #4d4d4d;
}
.shop_event_icon_995475{
    border: solid 1px #995475;
    background-color: #995475;
}
.shop_event_icon_989451{
    border: solid 1px #989451;
    background-color: #989451;
}
.shop_event_icon_6a77a4{
    border: solid 1px #6a77a4;
    background-color: #6a77a4;
}
.shop_event_icon_4a605b{
    border: solid 1px #4a605b;
    background-color: #4a605b;
}


















/*top__________________________________________________________________*/
    .cp_ipselect,
    .cp_ipselect,
    #form{
    display: none!important;
}
#top {}
#top .top_main{
    position: relative;
}
#top .top_info_sp{
    display: none;
}
#top .top_lead{
	-webkit-writing-mode:vertical-rl;
  	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	/*width: 100%;*/
    width: auto;
  	position: absolute;
	top: 14%;
	left: 50%;
        -webkit-transform: translateX(-50%) ;
            -moz-transform: translateX(-50%) ;
            -ms-transform: translateX(-50%) ;
            transform: translateX(-50%) ;
	font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
	line-height: 3em;
	-moz-text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    z-index: 5;
}
#top .top_lead span{
	margin-top: 25px;
}

#top .top_about flex_c{
    box-sizing: border-box;
    padding-top: 60px;
    background-color: #363630;
}
#top .top_infobg{
    width: 100%;
    height: 10px;
    /*height: 90px;*/
	background-image: url(../img/top/01.png);
	background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
 }
#top .top_info{
	background-color: #FFFFFF;
	padding: 20px 40px;
	width: 90%;
	max-width: 1000px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	margin: auto;
	}
#top .top_info_title{
    width: 15%;
    max-width: 200px;
    display: inline-block;
    font-size: 24px;
    border-right: 2px solid #909224;
}

#top .top_info dl{
	display: inline-block;
	width: 83%;
	padding-left: 0%;
}
#top .top_info dt{
	display: inline-block;
	width: 11%;
	line-height: 2em;
	margin-right: 10px;
}
#top .top_info dd{
	display: inline-block;
	width: 80%;
	text-align: left;
}


#top .top_info a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
	
#top .more_btn_circle{
	width: 58px;
	height: 58px;
    display: inline-block;
    background-color: #066686;
    border-radius: 50%;
    text-align: center;	
	position: relative;
}
#top .more_btn_circle p{
    font-size: 11px;
	color: #FFFFFF;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
		
}


#top .top_about{
    position: relative;
    /*bottom: -80px;*/
    right: 0;
    left: 0;
    margin: 0 auto 40px;
    flex-wrap: nowrap;
}
#top .cloud01{
	width: 30%;
    position: relative;
    z-index: 0;
    left: 65%;
    top: 68px;
}
#top .cloud02{
	width: 30%;
    position: relative;
    z-index: 0;
    bottom: 82px;
	left: 55px;
}
#top .top_about p{
    color: #fff;
}
#top .top_about pp{
    color: #000;
    text-align: center;
}

#top .top_about_ti{
    background-color: #066686;
    width: 18%;
    max-width: 210px;
    position: relative;

}
#top .top_about_ti p{
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
#top .top_about_ti p span{
    font-size: 14px;
    line-height: 1em;
    display: block;
}
#top .top_about_txt{
    background-color: #1c1c20;
    /*width: 75%;*/
    width: 760px;
    padding: 30px 40px;
}
#top .top_about_txt01{
    text-align: center;
}
#top .top_about_txt01 p:nth-of-type(1){
    font-size: 20px;
    padding: 4px 0;
    margin: 0 0 10px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
#top .top_about_txt01 p:nth-of-type(2){
    font-size: 36px;
    color: #d7b978;
}
#top .top_about_txt02{
    margin: 0 4%;
}
#top .top_about_txt02 p{
    font-size: 16px;
}
#top .top_about_txt03 p:nth-of-type(1),
#top .top_about_txt02 p:nth-of-type(1){
    border-bottom: solid 1px #fff;
    padding: 0 0 2px;
    margin: 0 0 8px;
}
#top .top_about_txt03 p:nth-of-type(2),
#top .top_about_txt02 p:nth-of-type(2){
    line-height: 1.6em;
}
#top .top_about_txt03{}
#top .top_about_txt03 p{
    font-size: 16px;
}
	
	
/*___*/
.guide_map{
    display: none;
    }
    
#top .guide_map1{
	margin-bottom: 0px;
    text-align: center;
    margin-bottom: -180px;
}

#top .guide_map1 li:nth-child(1){
	width: 40%;
	display: inline-block;
	z-index: 1;
	position: relative;
}
#top .guide_map1 li:nth-child(1) img{
	width: 90%;
}
#top .guide_map1 li:nth-child(1) p,
#top .guide_map1 li:nth-child(3) p{
	line-height: 1.8em;
    color: white;
    font-weight: bold;
    position: relative;
    bottom: 250px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 21px;
}
#top .guide_map1 li a{
	width: 108px;
    background-color: #066686;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    bottom: 220px;
    left: 0;
	color: #FFFFFF;
}
    
    
#top .guide_map2{
	margin-bottom: 0px;
    text-align: center;
}

#top .guide_map2 li:nth-child(1){
	width: 40%;
	display: inline-block;
	z-index: 1;
	position: relative;
}
#top .guide_map2 li:nth-child(1) img{
	width: 90%;
}

#top .guide_map2 li:nth-child(2){
	width: 18%;
	display: inline-block;
	z-index: 0;
	position: relative;
	bottom: 20px;
	right: 9px;
}
#top .guide_map2 li:nth-child(2) img{
	width: 110%
}
#top .guide_map2 li:nth-child(2) p{
	line-height: 1.6em;
    color: white;
    position: relative;
    bottom: 160px;
    text-align: center;
    left: 7.5%;
    letter-spacing: 0.1em;
    font-size: 21px;
}
#top .guide_map2 li:nth-child(2) p span{
	font-size: 28px;
}

#top .guide_map2 li:nth-child(3){
	width: 40%;
	display: inline-block;
	z-index: 1;
	position: relative;
}
#top .guide_map2 li:nth-child(3) img{
	width: 90%;
}
#top .guide_map2 li:nth-child(1) p,
#top .guide_map2 li:nth-child(3) p{
	line-height: 1.8em;
    color: white;
    font-weight: bold;
    position: relative;
    bottom: 272px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 21px;
}
#top .guide_map2 li a{
	width: 108px;
    background-color: #066686;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    bottom: 240px;
    left: 0;
	color: #FFFFFF;
}
    
    
#top .guide_map3{
	margin-bottom: 0px;
    text-align: center;
    margin-top: -100px;
}

#top .guide_map3 li:nth-child(1){
	width: 40%;
	display: inline-block;
	z-index: 1;
	position: relative;
    margin-left: 9%;
}
#top .guide_map3 li:nth-child(1) img{
	width: 90%;
}

#top .guide_map3 li:nth-child(2){
	width: 0;
	display: inline-block;
	z-index: 0;
	position: relative;
	bottom: 50px;
	right: 0px;
}
#top .guide_map3 li:nth-child(2) img{
	width: 110%
}
#top .guide_map3 li:nth-child(2) p{
	line-height: 1.6em;
    color: white;
    position: relative;
    bottom: 160px;
    text-align: center;
    left: 7.5%;
    letter-spacing: 0.1em;
    font-size: 21px;
}
#top .guide_map3 li:nth-child(2) p span{
	font-size: 28px;
}

#top .guide_map3 li:nth-child(3){
	width: 40%;
	display: inline-block;
	z-index: 1;
	position: relative;
    margin-right: 9%;
}
#top .guide_map3 li:nth-child(3) img{
	width: 90%;
}
#top .guide_map3 li:nth-child(1) p,
#top .guide_map3 li:nth-child(3) p{
	line-height: 1.8em;
    color: white;
    font-weight: bold;
    position: relative;
    bottom: 272px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 21px;
}
#top .guide_map3 li a{
	width: 108px;
    background-color: #066686;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    bottom: 240px;
    left: 0;
	color: #FFFFFF;
}
    
    
    .haneda_banner{
        width: 90%;
        max-width: 320px;
        margin: 50px auto;
    }
	
	
/*___*/
#top .news_info{
    margin: 0px auto 0px;
	background-color: #38373f;
	/*padding-top: 110px;*/
	padding-bottom: 160px;
}
#top .news_info_btns{
    margin: 0 auto 40px;
}
#top .news_info_btn{
    width: 23%;
    box-shadow: 0px 0px 4px #888;
	background-color: #FFFFFF;
}
#top .news_info_btn_img{
    margin: 0 0 20px;
}
#top .news_info_btn_img img{}
#top .news_info_btn_textbox{
    width: 92%;
    margin: 0 auto;
    min-height: 80px;
}
#top .news_info_btn_textbox p{
    font-size: 14px;
}
#top .news_info_btn_textbox p:nth-of-type(1){}
#top .news_info_btn_textbox p:nth-of-type(2){
    color: #808080;
}
#top .news_info_btn a{
    display: block;
    font-size: 16px;
    text-align: center;
    width: 90%;
    padding: 4px 0 2px;
    max-width: 188px;
    margin: 0 auto 20px;
    border: solid 1px #909224;
}
    
    
    
    
    
/*___*/
#top .spa{
    padding: 50px 0 90px;
}
#top .spa .sec_title01, #top .spa .sec_title02{
    color: #fff;
}
#top .spa_btns{}
#top .spa_btn{
    width: 48%;
    text-align: center;
    position: relative;
}
#top .spa_btn img{}
#top .spa_btn a{
    display: inline-block;
    background-color: #fff;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;

}
#top .spa_btn a p{
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    padding: 30px 20px;
}
/*___*/
/*___*/
#top .rest{
    padding: 90px 0 110px;
    background-color: #38373f;
    position: relative;
}
#top .rest_slide_wrap{
    width: 90%;
    max-width: 1150px;
    margin: 0 auto 30px;
    padding: 30px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 2;
}
#top .rest_slide{}
#top .rest_slide_img{
    width: 46%;
}
#top .rest_slide_text_box{
    width: 52%;
    position: relative;
}
#top .rest_slide_title{
    font-size: 21px;
    margin: 0 0 30px;
}
#top .rest_slide_text{
    line-height: 1.6em;
}
#top .rest_slide_data{
    width: 100%;
    padding: 16px 0 0;
    border-top: solid 1px #000;
    position: absolute;
    bottom: 0;
    right: 0;
}
#top .rest_slide_data p{
    display: inline-block;
    width: 49%;
}


#top .rest_slide_wrap .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 42px;
    height: 58px;
    text-indent: -9999px;
    z-index: 1;
    background: none;
    background-image: url(../img/top/slide_btn.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

#top .rest_slide_wrap .bx-wrapper .bx-prev {
    left: -72px;
     -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#top .rest_slide_wrap .bx-wrapper .bx-next {
    right: -72px;
}
#top .rest::after{
	content: '';/*何も入れない*/
  	display: inline-block;/*忘れずに！*/
  	width: 100%;/*画像の幅*/
  	height: 175px;
  	background-image: url(../img/top/01.png);
  	background-size: contain;
	background-repeat: repeat;
  	vertical-align: middle;
	border-bottom: 20px solid #998675;
    position: absolute;
    bottom: 0;
    z-index: 0;
	}
/*___*/
#top .top_event_wrap{
    padding: 90px 0 100px;
}

#top .top_event_wrap .more_btn a{
    background-color: #333333;
}












/*about____________________________________________________________*/
#userguide {}
#userguide .about_sec{
    padding: 200px 0 0;
}
#userguide .about_sec_text{
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin: 20px auto 20px;
}
#userguide .about_sec_text span{
    font-size: 20px;
    color: #c84c4a;
    display: inline-block;
}
#userguide .about_sec_text span.small{
    font-size: 12px;
    color: #000;
    display: inline-block;
}

.about_sec .cap_about{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #000;
    }
    .note_about_left{
    font-size: 12px;
    color: #000;
        margin-top: 5px;
    }
    .note_w_center{
    font-size: 12px;
    color: #fff;
        margin-top: 5px;
        text-align: center;
    }

#userguide .about_sec03_box{
    width: 90%;
    margin: 0 auto 40px;
}
#userguide .about_sec03_box_img{
    width: 18%;
    max-width: 200px;
}
#userguide .about_sec03_box_textbox{
    width: 80%;
}
#userguide .about_sec03_box_textbox p{
    display: inline-block;
}
#userguide .about_sec03_box_p01{
    font-size: 20px;
    margin: 10px 0 8px;
}
#userguide .about_sec03_box_p02{
    font-size: 20px;
    margin: 10px 0 8px;
    float: right;
}
#userguide .about_sec03_box_p03{
    font-size: 16px;
    margin: 10px 0 8px;
}
#userguide .about_sec03_box_p04{
    font-size: 16px;
    margin: 10px 0 8px;
    float: right;
}
/*#userguide .about_sec03_box_p00{
    font-size: 14px;
}*/
#userguide .hr_c6b198{
    border: none;
    border-top: solid 1px #c6b198;
}

#userguide .about_sec04{}
#userguide .about_sec04_box{
    width: 80%;
    max-width: 900px;
    margin: 0 auto 0;
}
#userguide .about_sec04_box_tabs{
    margin: 0 auto 40px;
}
#userguide .about_sec04_box_tabs a{
    background-color: #c84c4a;
    width: 40%;
}
#userguide .about_sec04_box_tabs a p{
    font-size: 24px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    padding: 26px 0 22px;
}

#userguide .about_sec05{
    margin-bottom: 100px;
}
#userguide .about_sec05_box{
    width: 80%;
    max-width: 900px;
    margin: 40px auto 0;
}
#userguide .about_sec05_text01{
    font-size: 20px;
    text-align: center;
    color: #c84c4a;
    margin: 100px auto 60px;
}
#userguide .about_sec05_text02{
    font-size: 16px;
    line-height: 1.8em;
}













/*spa_____________________________________________________________*/
#about {}
#about .spa_sec{
    padding: 200px 0 50px;
}
#about .spa_map{
    width: 80%;
    max-width: 900px;
    margin: 40px auto 40px;
}
#about .about_sec02{}
#about .about_sec02_box{
    width: 90%;
    margin: 40px auto 0;
}
#about .about_sec02_box_chi{
    width: 49%;
    margin: 0 0 6%;
}
#about .about_sec02_box_chi > div{
    position: relative;
}
#about .about_sec02_box_chi > div > p{
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 5px;
}
#about .about_sec02_box_chi_p01{
    font-size: 20px;
    text-align: center;
    margin: 10px auto 10px;
}
#about .about_sec02_box_chi_p02{
    font-size: 14px;
}















/*onsen_____________________________________________________________*/
#onsenspa {}
#onsenspa .onsen_ti{
    padding: 70px 0 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
#onsenspa .onsen_le{
    text-align: center;
    font-size: 18px;
    color: #fff;
}
#onsenspa .onsen_img_box{
    margin: 50px auto 0px;
    position: relative;
}
#onsenspa .onsen_img_box > p{
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 5px;
}
#onsenspa .onsen_sec{
    padding: 70px 0 50px;
    position: relative;
}
#onsenspa .onsen_sec01{
    margin: 70px auto 0px;
}

#onsenspa .onsen_sec_title_box{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    background-image: url(../img/onsen/title_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 70px;
}
#onsenspa .onsen_sec_title_box p{
    /*color: #fff;
    font-size: 24px;*/
}
#onsenspa .onsen_sec_title_box > div{
    width: 270px;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
#onsenspa .onsen_sec_title01{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;

}
#onsenspa .onsen_sec_title01 span{
    font-size: 40px;
}
#onsenspa .onsen_sec_title02{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 100px auto 0;
    line-height: 1em;
}

#onsenspa .onsen_flex01{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin: 140px auto 0;
}
#onsenspa .onsen_flex01_img{
    width: 58%;
    position: relative;
}
#onsenspa .onsen_flex01_img p{
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 2px;
}
#onsenspa .onsen_flex01_text{
    width: 36%;
    padding: 0 4% 0 0;
}
#onsenspa .onsen_flex01_text_p01{
    font-size: 24px;
}
#onsenspa .onsen_flex01_text_p01 span{
    font-size: 16px;
}
#onsenspa .onsen_flex01_text_p02{
    margin: 30px auto 50px;
}
#onsenspa .onsen_flex01_text_p03{
    font-size: 14px;
    padding: 10px 0 8px;
    border-top: solid 1px #b2b2b2;
}
#onsenspa .onsen_flex01_text_p03 span{
    display: inline-block;
    width: 45px;
}
#onsenspa .onsen_flex01_text_p03:last-of-type{
    border-bottom: solid 1px #b2b2b2;
}

#onsenspa .onsen_sec02 .onsen_flex01{
    margin: 140px auto 90px;
}
#onsenspa .onsen_sec02 .onsen_flex01_text{
    width: 36%;
    padding: 0 0 0 4%;
}
#onsenspa .onsen_sec02 .onsen_flex01_text_p02{
    margin: 4px auto 10px;
}
#onsenspa .onsen_sec02 .onsen_flex01_text_p03a{
    margin: 0 0 40px;
    border-bottom: solid 1px #b2b2b2;
}

#onsenspa .onsen_flex02{
    /*width: 92%;*/
    /*padding: 4% 4%;*/
    margin: 90px auto 90px;
    /*background-color: #fff;*/
}
#onsenspa .onsen_flex02_text{
    width: 56%;
}
#onsenspa .onsen_flex02_text_p01{
    font-size: 24px;
    color: #fff;
    margin: 0 0 30px;
}
#onsenspa .onsen_flex02_text_p02{
    color: #fff;
}
#onsenspa .onsen_flex02_img{
    width: 41%;
}

#onsenspa .onsen_flex03{
    margin: 140px auto 0;
}
#onsenspa .onsen_flex03_chi{
    width: 40%;
    margin: 0 2% 6%;
}
#onsenspa .onsen_flex03_img{}
#onsenspa .onsen_flex03_p01{
    font-size: 24px;
    color: #fff;
    margin: 30px 0 30px;
}
#onsenspa .onsen_flex03_p02{
    color: #fff;
}



/*#onsenspa .onsen_sec02,
#onsenspa .onsen_sec02,
#onsenspa .onsen_sec04,
#onsenspa .onsen_sec02,*/
#onsenspa .bg_2a292f{
    margin-top: 200px;
    padding-bottom: 200px;
}

















/*beauty_____________________________________________________________*/
#beauty .beauty_ti{
    padding: 70px 0 30px;
    text-align: center;
    font-size: 30px;
    color: #988575;
}
#beauty .beauty_le{
    text-align: center;
    font-size: 18px;
    color: #fff;
}

#beauty .beauty_img_box{
    margin: 50px auto 0px;
    position: relative;
}
#beauty .beauty_img_box img{}
#beauty .beauty_img_box_text_box{
    position: absolute;
    bottom: -180px;
    left: 0;;
    right: 0;
    margin: auto;
}
#beauty .beauty_img_box_text_box div{
    width: 300px;
    padding: 100px 0;
    background-color: #c6b198;
}
#beauty .beauty_img_box_text_box div:nth-of-type(2){
    margin: 0 40px;
}
#beauty .beauty_img_box_text_box div p{
    font-size: 20px;
    line-height: 1.8em;
    text-align: center;
}

#beauty .beauty_sec{
    margin: 200px auto 0px;
}
#beauty .beauty_sec01{
    margin: 350px auto 0px;
}
#beauty .beauty_sec03{
    margin: 200px auto 100px;
}
#beauty .beauty_sec_text01{
    font-size: 20px;
    text-align: center;
    margin: 40px auto 40px;
}
#beauty .beauty_sec_text02{
    font-size: 16px;
    border-top: solid 1px #b68d37;
    padding: 14px 0 14px;
    width: 80%;
    margin: 0 auto;
    /*min-height: 50px;*/
}
#beauty .beauty_sec_text02:last-of-type{
    border-bottom: solid 1px #b68d37;
}
#beauty .beauty_sec_text02 p{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#beauty .beauty_sec_text02_a{
    width: 30%;
}
#beauty .beauty_sec_text02_b{
    width: 20%;
}
#beauty .beauty_sec_text02_c{
    width: auto;
}

/*restaurant_____________________________________________________________*/
#restaurant {}
#restaurant .rest_sec{
    padding: 200px 0 100px;
}
#restaurant .rest_sec01_box{
    width: 80%;
    max-width: 900px;
    margin: 40px auto 40px;
}
#restaurant .rest_sec01_box_p01{
    font-size: 20px;
    padding: 10px 0 10px;
    border-top: solid 1px #b68d37;
}
#restaurant .rest_sec01_box_p01:nth-of-type(4){
    border-bottom: solid 1px #b68d37;
}
#restaurant .rest_sec01_box_p02{
    font-size: 16px;
    line-height: 1.6em;
    margin: 40px auto 40px;
}
#restaurant .rest_noslide{
    width: 80%;
    max-width: 900px;
    margin: 40px auto 80px;
}
#restaurant .rest_sec01_slide{
    width: 80%;
    max-width: 900px;
    margin: 40px auto 80px;
}
#restaurant .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 42px;
    height: 42px;
    background-color: #c7322a;
    text-indent: -9999px;
    z-index: 9998;
}
#restaurant .bx-wrapper .bx-prev{
    left: -42px;
}
#restaurant .bx-wrapper .bx-next {
    right:  -42px;
}
#restaurant .bx-wrapper .bx-prev:before,
#restaurant .bx-wrapper .bx-next:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#restaurant .bx-wrapper .bx-prev:before{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#restaurant .bx-wrapper .bx-next:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#restaurant .rest_sec01_menu{
    text-align: center;
}
#restaurant .rest_sec01_menu_ti{
    font-size: 24px;
    line-height: 1em;
    letter-spacing: 0.2em;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    margin: 0 0 40px;
}
#restaurant .rest_sec01_menu_ti:before, #restaurant .rest_sec01_menu_ti:after {
    content: "";
    height: 22px;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
}
#restaurant .rest_sec01_menu_ti:before {
    left: 0;
}
#restaurant .rest_sec01_menu_ti:after {
    right: 0;
}
#restaurant .rest_sec01_menu_box{
    width: 96%;
    max-width: 960px;
    margin: 0 auto 0;
}
#restaurant .rest_sec01_menu_box_chi{
    width: 32%;
    text-align: left;
}
#restaurant .rest_sec01_menu_box_chi p{
    font-size: 16px;
    display: inline-block;
}
#restaurant .rest_sec01_menu_box_chi p:nth-of-type(2){
    float: right;
    margin: 10px 0 6px 0;
}
#restaurant .rest_sec01_menu_ti{}
#restaurant .rest_sec01_menu_ti{}
#restaurant .rest_sec01_menu{}
#restaurant .rest_sec01_menu{}


.menu_list_btn{
              width: 80%;
              max-width: 480px;
              background: #066685;
              margin: 50px auto;
          }
          .menu_list_btn p{
              font-size: 18px;
              text-align: center;
              padding: 10px 20px;
              color: #fff;
          }











	
/*footer_____________________________________________________________*/
footer{
    /*margin: 100px 0 0;*/
}
.footer_styles{
    padding: 100px 0 100px;
    background-color: #f6f4ef;
}
.footer_styles_btn_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/common/footer_styles_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin: 50px auto 0;
}
.footer_styles_btn_box2{
    background-image: url(../img/common/footer_styles_02.png);    
    margin: 10px auto 0;
}
.footer_styles_btn{
    width: 36%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 0;
    margin: 0 1% 0;
}
.footer_styles_btn p{
    color: #333333;
}
.footer_styles_btn_title{
    font-size: 24px;
}
.footer_styles_btn_title span{
    font-size: 40px;
    display: block;
    margin: 0 0 20px;
}
.footer_styles_btn_text{
    font-size: 16px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    display: inline-block;
    padding: 6px 20px;
    margin: 20px 0 40px;
}
.footer_styles_btn a{
    display: block;
    width: 40%;
    max-width: 200px;
    padding: 8px 0;
    margin: 0 auto 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #000;
}






.footer_links{
    padding: 100px 0 100px;
    background-color: #f6f4ef;
}
.footer_links_btns{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto 0;
}
.footer_links_btns a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32%;
    padding: 20px 0;
    margin: 0 0 1.5%;
    background-color: #fff;
}
.footer_links_btns a p{
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    width: 100%;
}

.footer_sns_links_btns{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
}
.footer_sns_links_btns a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28%;
    max-width: 220px;
    padding: 10px 0;
    margin: 0 1%;
    background-color: #fff;
}
.footer_sns_links_btns a p{
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    width: 100%;
}
.footer_sns_links_btns a img{
    width: 40px;
    padding: 0 0 0 30px;
}

.footer_access_box{
    position: relative;
}
.footer_access{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.footer_map_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    margin: 2% auto 0;

}
.footer_address_box{
    width: 25%;
}
.footer_address{
    width: 80%;
    margin: 20px auto 0;
}
.footer_address p{
    font-size: 14px;
    line-height: 1.6em;
}
.footer_address .map_btn{
    font-size: 14px;
    text-align: center;
    padding: 10px 0 10px;
    display: block;
    border: solid 1px #000;
    margin: 20px auto 30px;
}
.footer_address a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

	
.footer_map{
    width: 75%;
}
.footer_map > div{
    height: 100%;
}
.footer_map iframe{
    width: 100%;
    height: 100%;
}


.footer {
    display:
    -webkit-box;
    display:
    -ms-flexbox;
    display:
    flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 30px;
    background-color: #126685;
    /* margin-top: 40px; */
}
.footer a{
    color: #fff;
    font-size: 12px;
    margin: 0 5px 0 0;
}
.footer a:last-of-type{
    margin: 0;
}
.footer_logo {
    text-align: center;
    padding: 10px 0 19px;
    background-color: #fff;
}
.footer_logo img{
    width: 100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}

    .snsb{
        box-sizing: border-box;
        padding-left: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 20px;
    }
    .ftlink{display: inline-block;vertical-align: middle;padding-top: 30px;text-align: left;}
    .ft_infoSns {
        display: inline-block;
        vertical-align: middle;
        width: 220px;
    }
    .ft_infoSns li {
        width: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    .ft_infoSns li.ft_infoSnsInsta {
        margin-right: 15px;
    }

	
/*footer____end_____________________________________________________________*/














/*@media screen and (min-width: 769px)____end*/}


/*news______________________________________________________________________*/
.newsList {
    display: flex;
    flex-wrap: wrap;
}
.newsList a {
    color: #000;
}
.newsList .card_wrap {
	width: 23%;
	margin: 1% 1% 3%;
	min-height: 336px;
    background: #fff;
    text-align: left;
}
.newsList .item_img {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.newsList .item_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsList .boxshadow {
	box-shadow: 0px 0px 4px 0px #9a9e9f;
	transition: all 200ms;
}
.newsList .boxshadow:hover {
	box-shadow: 0px 0px 10px 5px #d7d7d7;
}
.newsList .text_area.text_area_style01 {
	padding: 20px 15px 30px;
}
.newsList .text_area_style01 h4,
.newsList .text_area_style01 time {
    line-height: 1.4;
}
.newsList .text_area_style01 h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.newsList .leader_01 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList .text_area_style01 .period_wrap {
	margin-bottom: 10px;
}
.newsList  .text_area_style01 .period {
    line-height: 1;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}
.newsList  .text_area_style01 time {
    font-size: 12px;
    margin-bottom: 10px;
}
.newsList .text_area_style01 .text {
	font-size: 14px;
	height: 48px;
	line-height: 1.6;
}
.newsList .card_img_area{
	position: relative;
}
.newsList .tag_wrap.on_image {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: auto;
	font-size: 0;
}
.newsList .on_image span[data-eventlabel] {
	padding: 4px 10px;
	color: #fff;
	font-size: 11px;
	margin: 0;
	display: inline-block;
}

/* 施設からのお知らせ */
[data-eventlabel='genre10'] {
	background: #c78c6e;
}
/* イベント */
[data-eventlabel='genre11'] {
	background: #4a605b;
}
/* キャンペーン */
[data-eventlabel='genre12'] {
	background: #995475;
}
/* おすすめプラン */
[data-eventlabel='genre13'] {
	background: #85777f;
}
/* レストラン */
[data-eventlabel='genre14'] {
	background: #989451;
}
/* メディア情報 */
[data-eventlabel='genre15'] {
	background: #6a77a4;
}
/* お得 */
[data-eventlabel='genre16'] {
	background: #C2C66D;
}
/* 有明ガーデン */
[data-eventlabel='genre17'] {
	background: #6DC6A4;
}
/* その他 */
[data-eventlabel='genre18'] {
	background: #135068;
}
[data-shoplabel='shop_all'] {
	border-bottom: 4px solid #666666;
}
[data-shoplabel='fashion']{
	border-bottom: 4px solid #995475;
}
[data-shoplabel='goods'] {
	border-bottom: 4px solid #c78b6d;
}
[data-shoplabel='cafe'] {
	border-bottom: 4px solid #989451;
}
[data-shoplabel='food'] {
	border-bottom: 4px solid #85777f;
}
[data-shoplabel='service'] {
	border-bottom: 4px solid #6a77a4;
}
[data-shoplabel='other_facility'] {
	border-bottom: 4px solid #4a605b;
}
[data-shoplabel-dd] {
	color: #FFF;
}
[data-shoplabel-dd='shop_all'] {
	background: #666666;
	color: #FFF;
}
[data-shoplabel-dd='fashion'] {
	background: #995475;
}
[data-shoplabel-dd='goods'] {
	background: #c78b6d;
}
[data-shoplabel-dd='cafe'] {
	background: #989451;
}
[data-shoplabel-dd='food'] {
	background: #85777f;
}
[data-shoplabel-dd='service'] {
	background: #6a77a4;
}
[data-shoplabel-dd='other_facility'] {
	background: #4a605b;
}
[data-shoplabel='sale'] {
	background: #995475;
}
[data-shoplabel='news'] {
	background: #c78b6d;
}
[data-shoplabel='event'] {
	background: #989451;
}
[data-shoplabel='limited'] {
	background: #85777f;
}
[data-shoplabel='shop-other'] {
	background: #C60E6F;
}











