@charset "utf-8";

.header .header_nav ul.nav2{

    display: none;
}
/*@media screen and (max-width: 1170px){*/
    @media screen and (max-width: 584px) {

/*header_____________________________________________________________*/
.header .header_links ul{
	display: none;
}
body{
    margin: 54px 0 0 0;
    -webkit-text-size-adjust: 100%;
}
header {
    width: 100%;
    background-color: #2a292f;
    position: fixed;
    top: 0;
    z-index: 999;
}
header p{
    color: #fff;
}
.header {
	padding: 10px 0 0;
}
.header .logo{
	display: inline-block;
	margin: 0 0 8px 10px;
    position: relative;z-index: 3;
}
.header .logo img{
	width: 90px;
}
.header .header_nav{
	background-color: #2a292f;
}
    .header .header_nav::before{
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 1;
        content: "";
        background-color: #2a292f;
        left: -100%;
         -webkit-transition: 1s;
          -moz-transition: 1s;
          -o-transition: 1s;
          transition: 1s;
    }
    .header .header_nav ul.nav2{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
        display: block;
    }
    .header .header_nav ul.nav2 li{
        width: 100%;
        /* border-top: solid 1px #ddd; */
    }
    .header .header_nav ul.nav2 li:last-child{
        border-bottom: solid 1px #ddd;
    }
    .header .header_nav ul.nav2 li a{
        height: 30px;
        color: #fff;
        display: block;
text-align: left;
        padding: 1vw;
        box-sizing: border-box;
        padding-left: 22px;
    }
.header .header_nav ul.nav1{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.header .header_nav ul.nav1 li{
	width: 25%;
	border-bottom: solid 1px #ddd;
}
.header .header_nav ul.nav1 li:nth-of-type(4),
.header .header_nav ul.nav1 li:nth-of-type(3),
.header .header_nav ul.nav1 li:nth-of-type(2),
.header .header_nav ul.nav1 li:nth-of-type(1){
	border-top: solid 1px #ddd;
}
.header .header_nav ul.nav1 li:nth-of-type(8) a,
.header .header_nav ul.nav1 li:nth-of-type(4) a{
	border-right: none;
}
.header .header_nav ul.nav1 li a{
	display: block;
	padding: 12% 0 12%;
	border-right: solid 1px #ddd;
}
.header .header_nav ul.nav1 li a p{
	text-align: center;
}
.header .header_nav ul.nav1 li a p span{
	display: block;
    font-size: 10px;
    line-height: 1em;
    color: #c6b198;
    margin: 0 0 4px;
}
.header .header_links{
	width: 100%;
	padding: 4% 0% 4% ;
	margin: 0 auto 0;
	background-color: #2a292f;
}
.header .header_links .selectbox{
	width: 80%;
    padding: 4% 4% 4%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}
.header .header_links .selectbox .hours{
	color: #333;
	font-size: 16px;
	text-align: center;
	padding: 0 0 0 30px;
	display: inline-block;
	position: relative;
}
.header .header_links .selectbox .hours img{
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header .header_links .selectbox .selectbox_links{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 4% 0 5%; 
}
.header .header_links .selectbox .selectbox_links a{
	display: block;
	padding: 0 0 0 10px;
	position: relative;
}
.header .header_links .selectbox .selectbox_links a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .header_links .selectbox .selectbox_links a p{
	color: #333;
	font-size: 15px;
	text-align: center;
	line-height: 1em;
}

.header .selectbox .cp_ipselect {
    /*overflow: hidden;*/
    width: 216px;
    margin: 0 auto 1%;
    text-align: center;
    display: block;
    position: relative;
    padding: 0 0 0 30px;
}
.header .selectbox .cp_ipselect img{
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
}

.header .selectbox .cp_ipselect select {
    width: 100%;
    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: 30px;
    position: relative;
    border: solid 1px #ccc;
    
}
.header .selectbox .cp_ipselect.cp_sl01::before {
    content: "";
    width: 40px;
    height: 32px;
    background: #2a292f;
    position: absolute;
    top: -1px;
    right: -1px;
}
.header .selectbox .cp_ipselect.cp_sl01::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 13px;
    margin: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 10px;
    height: 10px;
    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 0px 0px 40px;
    color: #333;
    font-size: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}

.header #form{
	position: relative;
	display: inline-block;
}
.header #sbox{
    width: 190px;
    height: 30px;
    padding:0 28px; 
    outline:0;
    border: solid 1px #ccc;
    font-size: 16px;
}
.header #form .search_img{
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
}
.header #form .search_img.active{
    display: none;
}



.header{
	height: 44px;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
.header.active{
	/*height: auto;*/
}
.header .header_nav,
.header .header_links{
	position: relative;
	left: -100%;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
.header .header_nav.active,
.header .header_links.active{
	position: relative;
	left: 0%;
}
    .header .header_nav.active::before{
        left: 0;
    }
.menu-trigger-box{
	display: block;
    text-align: center;
    height: 54px;
    width: 54px;
    background-color: #151518;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1000;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    height: 18px;
    width: 22px;
    position: relative;
    top: 16px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7.5px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7.5px) rotate(-45deg);
  transform: translateY(7.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7.5px) rotate(45deg);
  transform: translateY(-7.5px) rotate(45deg);
}
/*header____end_____________________________________________________________*/
/*@media screen and (max-width: 1170px)____end*/}


@media screen and (max-width: 768px){

._pc{
    display: none !important;
}
.w_none{
    max-width: none;
    width: 100%;
}
.w_1000{
    width: 92%;
    margin: 0 auto;
}
.w_1200{
    width: 92%;
    margin: 0 auto;
}
p{
    line-height: 1.4em;
}
a{
    text-decoration: none;
    color: #000;
}
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 h3 {
    position: static;
    font-size: 16px;
    width: auto;
    line-height: 2.5;
  }

  section.information a {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section.information .informationArea{
    padding-left: 0px;
  }
  section.information .swiper-container{
  	height: 75px;
  }
  section.information .swiper-slide{
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  section.event {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  section.event .event_detail_wrap {
    padding: 50px 0px 0px 0px;
  }
  section.event .event_detail_wrap .main_image_wrap{
    margin-bottom: 20px;
  }
  section.event .event_page_detail .button_wrap a{
    min-width: 100%;
    box-sizing: border-box;
    padding: 3% 2%;
  }
  section.event .event_detail_wrap .genre{
    text-align: left;
  }
  section.event .outline_beige{
    padding: 3vw 3vw 0;
  }
  section.event .description_br{
    display: block;
  }
  section.event .pdf a,
  section.event .external_url a{
    word-break: break-all;
  }


  section.event .boxshadow {
    box-shadow: none;
  }
  section.event .card_wrap {
    display: block;
    margin: 0 0 3%;
    clear: both;
    width: 100%;
    margin-bottom: 0;
  }
  section.event .card_item {
    border-bottom: 1px solid #B3B3B3;
    padding: 5% 0;
  }
  section.event .card_item.sp_shopnews_card_wrap {
    border: none;
  }
  section.event .period_wrap {
    line-height: 1.4;
  }
  section.event .text_area_style01 time,
  section.event .text_area_style01 .period {
    font-size: 12px;
    margin-bottom: 0;
  }
  .event .card_img_area,
  .event .col3 .card_img_area {
    margin-bottom: 4vw;
    position: relative;
  }

  section.event .item_img.
  section.event .col3 .item_img {
    width: 100%;
    float: none;
    position: relative;
    padding-top: calc(9 / 16 * 100%);
    /* padding-top: 22.5%; */
  }
  section.event .tag_wrap.on_image,
  section.event .col3 .tag_wrap.on_image {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 0;
  }
  section.event .tag_wrap.on_image span[data-eventlabel],
  section.event .col3 .tag_wrap.on_image span[data-eventlabel] {
    margin: 0 0 0;
  }

  section.event .text_area,
  section.event .col3 .text_area {
    padding: 0 0 !important;
    width: 100%;
    float: none;
  }
  section.event .card_wrap.boxshadow {
    box-shadow: none;
  }




/*header_____________________________________________________________*/

.header .header_nav ul.nav1 li{
	width: 50%;
	border-bottom: solid 1px #ddd;
}
.header .header_nav ul.nav1 li:nth-of-type(1),
.header .header_nav ul.nav1 li:nth-of-type(2){
	border-top: solid 1px #ddd;
}
.header .header_nav ul.nav1 li:nth-of-type(3),
.header .header_nav ul.nav1 li:nth-of-type(4){
	border-top: none;
}
.header .header_nav ul.nav1 li a{
	display: block;
	padding: 11% 0 11%;
	border: none;
}
.header .header_nav ul.nav1 li:nth-of-type(odd) a{
	border-right: solid 1px #ddd;
}

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





/*common________________________________________________________________*/
.main{
    position: relative;
}
.main_txt{
    width: 100%;
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    position: absolute;
    top: 50%;
    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: 18px;
    display: block;
}


.sec_title_box{
    text-align: center;
    margin: 0 auto 20px;
}
.sec_title01{
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
}
.sec_title02{
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #fff;
}
.sec_title03{
    font-size: 18px;
    line-height: 1em;
    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: 180px;
}
@media screen and (max-width: 584px) {
    .sec_title03_bg{
        text-align: center;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: auto;
    }
    .sec_title03_bg img{
        width: 140px;
    }
}
/*___*/
.shop_title{
    text-align: center;
}
.shop_title .shop_title_p01{
    font-size: 26px;
    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: 100%;
    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: 12px;
}


.footer_access_box .shop_title{
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
}
.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: 14px 0 14px;
    max-width: 394px;
    width: 80%;
    background-color: #066686;
    display: inline-block;
}
.more_btn a p{
    font-size: 14px;
    line-height: 1em;
    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: 2vw;
    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: 92%;
    margin: 0 auto;
    padding: 70px 0 40px;
    border: solid 4px #b68d37;
    background-image: url(../img/common/sec_com_box_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 584px) {

}







/*data___________________________________________________________*/
/*___*/
.event_tabs{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: solid 4px #58739e;
    padding: 40px 0 0;
    margin: 0 auto 70px;
}
.event_tabs a{
    width: 17%;
    padding: 30px 0 4px;
    margin: 0 0.5%;
    border: solid 1px #58739e;
    background: #fff;
}
.event_tabs a:hover{
    opacity: 1;
}
.event_tabs a p{
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    position: relative;
}
.event_tabs a p img{
    width: 16px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    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%;
}
.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{}
.shop_eventmain{
    width: 100%;
    margin: 0 0 6%;
    padding: 0 0 2%;
    /*box-shadow: 0px 0px 4px #888;*/
    display: block;
}

.shop_event_box{}

.shop_event_box .shop_event{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shop_event_box .shop_event .shop_event_img{
    width: 40%;
}
.shop_event_box .shop_event .shop_event_text_box{
    width: 55%;
}

.shop_event{
    width: 100%;
    margin: 0 0 6%;
    padding: 0 0 5%;
    /*box-shadow: 0px 0px 4px #888;*/
    border-bottom: solid 1px #b3b3b3;
}
.shop_event:last-of-type{
    border: none;
}
.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.4em;
    margin: 4px 0 0 0;
    color: #fff;
}
.shop_event_date{
    font-size: 11px;
    line-height: 1.4em;
    color: #fff;
}
.shop_event_text{
    font-size: 12px;
    line-height: 1.4em;
    display: none;
    color: #fff;
}
/*___*/







.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__________________________________________________________________*/

#top {}
#top .top_main{
    position: relative;
}
#top .top_lead{
    -webkit-writing-mode:vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 198px;
    position: absolute;
    top: 6%;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 2em;
    -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: 60px;
}

#top .top_info_sp{
    background-image: url(../img/top/08.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6% 0;
    z-index: 5;
}
#top .top_info_sp_title{
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 2%;
    color: #fff;
}
#top .top_info_sp dl{
    width: 86%;
    margin: 0 auto 0;
    padding: 5% 4%;
    background-color: #fff;
}
#top .top_info_sp dl dt{
    font-size: 12px;
    /*line-height: 1.2em;*/
    width: 22%;
    display: inline-block;
}
#top .top_info_sp dl dd{
    font-size: 12px;
    /*line-height: 1.2em;*/
    width: 76%;
    display: inline-block;
}


#top .top_about{
    width: 92%;
    position: relative;
    background-color: #1c1c20;
    margin: 30px auto;
    z-index: 2;
}

#top .cloud01{
    width: 54%;
    position: absolute;
    z-index: 0;
    left: 65%;
    top: 6px;
    z-index: 3;
}
#top .cloud02{
    width: 54%;
    position: absolute;
    z-index: 0;
    left: -10%;
    top: 15%;
    z-index: 1;
}

#top .top_about p{
    color: #fff;
}
#top .top_about_ti{
    background-color: #066686;
    width: 40%;
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;

}
#top .top_about_ti p{
    font-size: 26px;
    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{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding: 20px 10px;
}
#top .top_about_txt01{
    text-align: center;
    width: 58%;
    margin: 0 0 10px;
}
#top .top_about_txt01 p:nth-of-type(1){
    font-size: 14px;
    padding: 4px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
#top .top_about_txt01 p:nth-of-type(2){
    font-size: 28px;
    color: #d7b978;
}
#top .top_about_txt02{
    width: 44%;
    margin: 0 4% 0 0;
}
#top .top_about_txt02 p{
    font-size: 12px;
}
#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{
    width: 52%;
}
#top .top_about_txt03 p{
    font-size: 12px;
}
/*___*/
/*#top .guide_map{
    margin: 140px auto 60px;
    position: relative;
}
#top .guide_map ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top .guide_map li:nth-child(1){
    width: 66%;
    z-index: 1;
    position: relative;
    margin: 0 0 0 -18%;
}
#top .guide_map li:nth-child(2){
    width: 40%;
    z-index: 2;
    position: absolute;
    top: -40%;
    right: 0;
    left: 0;
    margin: auto;
}
#top .guide_map li:nth-child(3){
    width: 66%;
    z-index: 1;
    position: relative;
    margin: 0 -18% 0 0;
}

#top .guide_map li:nth-child(2) p{
    line-height: 1.6em;
    color: white;
    text-align: center;
    left: 10%;
    letter-spacing: 0.1em;
    font-size: 16px;
    width: 100%;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;

}
#top .guide_map li:nth-child(2) p span{
    font-size: 16px;
}
#top .guide_map li:nth-child(1) p,
#top .guide_map li:nth-child(3) p{
    line-height: 1.8em;
    color: white;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 16px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 30%;
}
#top .guide_map li:nth-child(1) p{
    left: 2%;
}
#top .guide_map li:nth-child(3) p{
    right: 2%;
}
#top .guide_map li a{
    width: 80px;
    background-color: #066686;
    padding: 1px 0 2px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    margin: auto;
}*/
    #top .guide_map1,#top .guide_map2,#top .guide_map3{
        display: none;
    }
    #top .guide_map{
        display: block;
    }
    #top .guide_map ul{
        width: 100%;
    }
    #top .guide_map ul li:first-child{
        width: 60%;
        margin: 0 auto -60px;
    }
    #top .guide_map ul li{
        width: 80%;
        margin: 0 auto -60px;
    }
    #top .guide_map ul li img{
        width: 100%;
    }
    #top .guide_map li:first-child p{
	line-height: 1.4em;
    color: white;
    font-weight: bold;
    position: relative;
    bottom: 155px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 21px;
}
    #top .guide_map li p{
	line-height: 1.8em;
    color: white;
    font-weight: bold;
    position: relative;
    bottom: 200px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 21px;
}
    #top .guide_map li a{
	width: 108px;
    background-color: #066686;
    padding: 15px 10%;
    text-align: center;
    position: relative;
    bottom: 170px;
    left: 35%;
	color: #FFFFFF;
}

/*___*/
#top .news_info{
    margin: 0px auto 0px;
    padding: 0px 0 30px;
    position: relative;
    overflow: hidden;
    background-color: #38373f;
}
#top .news_info_btns{
    margin: 0 auto 10px;
}
#top .news_info_btn{
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    background-color: #fff;
}
#top .news_info_btn_img{
    width: 40%;
    display: inline-block;
}
#top .news_info_btn_img img{}
#top .news_info_btn_textbox{
    width: 58%;
    margin: 4% auto 0;
    float: right;
}
#top .news_info_btn_textbox p{
    font-size: 13px;
}
#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;
    width: 50%;
    font-size: 14px;
    text-align: center;
    padding: 4px 0 2px;
    max-width: 188px;
    /*margin: 0 auto 20px;*/
    border: solid 1px #1d6856;
    position: absolute;
    bottom: 4%;
    right: 4.5%;
}
/*___*/
#top .spa{
    padding: 30px 0 30px;
}
#top .spa .sec_title01, #top .spa .sec_title02{
    color: #fff;
}
#top .spa_btns{}
#top .spa_btn{
    width: 90%;
    text-align: center;
    position: relative;
    margin: 0 auto 20px;
}
#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;
    width: 130px;
}
/*___*/
#top .rest{
    width: 92%;
    margin: 0 auto 0;
    padding: 30px 0 30px;
}
#top .rest_slide_wrap{
    width: 90%;
    margin: 0 auto 30px;
    background-color: #f2f2f2;
}
#top .rest_slide{}
#top .rest_slide div.flex_b{
    display: block;
}
#top .rest_slide_img{
    width: 100%;
}
#top .rest_slide_text_box{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#top .rest_slide_title{
    font-size: 18px;
    margin: 18px 0 18px;
}
#top .rest_slide_text{
    line-height: 1.6em;
    font-size: 14px;
}
#top .rest_slide_data{
    width: 100%;
    margin: 10px 0 18px;
    padding: 10px 0 0;
    border-top: solid 1px #000;
}
#top .rest_slide_data p{
    font-size: 11px;
    display: inline-block;
    width: 49%;
}


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

    overflow: hidden;
}

#top .rest_slide_wrap .bx-wrapper .bx-prev {
    left: -28px;
     -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#top .rest_slide_wrap .bx-wrapper .bx-next {
    right: -28px;
}
/*___*/
#top .top_event_wrap{
    padding: 90px 0 0px;
}























/*about____________________________________________________________*/
    .about_sec .cap_about{
    position: absolute;
    left: 0px;
        padding: 0 20px;
    bottom: 10px;
    font-size: 12px;
    color: #000;
    }
    .note_about_left{
    font-size: 12px;
    color: #000;
        margin-top: 5px;
    }
    
#userguide {}
#userguide .about_sec{
    padding: 170px 0 0;
}
#userguide .about_sec_text{
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    margin: 40px auto 40px;
}
#userguide .about_sec_text span{
    font-size: 18px;
    color: #c84c4a;
    display: block;
}

#userguide .about_sec03_box{
    width: 90%;
    margin: 0 auto 40px;
}
#userguide .about_sec03_box_img{
    width: 100%;
}
#userguide .about_sec03_box_textbox{
    width: 100%;
    margin: 10px 0 0;
}
#userguide .about_sec03_box_textbox p{
    display: inline-block;
}
#userguide .about_sec03_box_p01{
    font-size: 16px;
    margin: 10px 0 8px;
}
#userguide .about_sec03_box_p02{
    font-size: 16px;
    margin: 10px 0 8px;
    float: right;
}
#userguide .about_sec03_box_p03{
    font-size: 14px;
    margin: 10px 0 8px;
}
#userguide .about_sec03_box_p04{
    font-size: 14px;
    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 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#userguide .about_sec04_box_tabs a{
    background-color: #c84c4a;
    width: 46%;
}
#userguide .about_sec04_box_tabs a p{
    font-size: 16px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    padding: 20px 0 16px;
}

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



















/*spa_____________________________________________________________*/
#about {}
#about .spa_sec{
    padding:    170px 0 0px;
}
#about .spa_map{
    width: 90%;
    max-width: 900px;
    margin: 40px auto 40px;
}
#about .about_sec02{
    padding-bottom: 100px;
}
#about .about_sec02_box{
    width: 90%;
    margin: 40px auto 0;
}
#about .about_sec02_box_chi{
    width: 100%;
    margin: 0 0 20%;
}
#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: 18px;
    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: 18px;
    color: #fff;
}
#onsenspa .onsen_le{
    text-align: center;
    font-size: 16px;
    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 0px;
    position: relative;
}
#onsenspa .onsen_sec01{
    margin: 200px auto 0px;
}

#onsenspa .onsen_sec_title_box{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url(../img/onsen/title_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
}
#onsenspa .onsen_sec_title_box p{
    color: #fff;
    font-size: 18px;
}
#onsenspa .onsen_sec_title_box > div{
    width: 100%;
    /*height: 100%;*/
    /*position: relative;*/
    background-color: rgba(0, 0, 0, 0.6);
}
#onsenspa .onsen_sec_title01{
    text-align: center;
    color: #fff;
    line-height: 1.6em;
    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: 30px;
}
#onsenspa .onsen_sec_title02{
    text-align: center;
    line-height: 1.6em;
    width: 100%;
    margin: 40px auto 40px;
    color: #fff;
}

#onsenspa .onsen_flex01{
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
}
#onsenspa .onsen_flex01_img{
    width: 100%;
    position: relative;
}
#onsenspa .onsen_flex01_img p{
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 2px;
}
#onsenspa .onsen_flex01_text{
    width: 90%;
    margin: 0 auto 10%;
}
#onsenspa .onsen_flex01_text_p01{
    font-size: 18px;
    color: #000;
    margin: 30px 0 0;
}
#onsenspa .onsen_flex01_text_p01 span{
    font-size: 14px;
}
#onsenspa .onsen_flex01_text_p02{
    margin: 30px auto 50px;
    font-size: 14px;
}
#onsenspa .onsen_flex01_text_p03{
    font-size: 12px;
    padding: 10px 0 8px;
    border-top: solid 1px #b2b2b2;
}
#onsenspa .onsen_flex01_text_p03 span{
    display: inline-block;
    width: 36px;
}
#onsenspa .onsen_flex01_text_p03:last-of-type{
    border-bottom: solid 1px #b2b2b2;
}

#onsenspa .onsen_sec02 .onsen_flex01{
    margin: 0 auto 90px;
}
#onsenspa .onsen_sec02 .onsen_flex01_text_p02{
    margin: 10px auto 20px;
}
#onsenspa .onsen_sec02 .onsen_flex01_text_p03a{
    margin: 0 0 40px;
    border-bottom: solid 1px #b2b2b2;
}
#onsenspa .onsen_sec02 .onsen_flex01_text{
    order: 2;
}
#onsenspa .onsen_sec02 .onsen_flex01_img{
    order: 1;
}

#onsenspa .onsen_flex02{
    width: 80%;
    padding: 10% 10%;
    margin: 40px auto 40px;
}
#onsenspa .onsen_flex02_text{
    width: 100%;
    order: 2;
}
#onsenspa .onsen_flex02_text_p01{
    font-size: 18px;
    color: #fff;
    margin: 30px 0 30px;
}
#onsenspa .onsen_flex02_text_p02{
    color: #fff;
}
#onsenspa .onsen_flex02_img{
    width: 100%;
    order: 1;
}

#onsenspa .onsen_flex03{}
#onsenspa .onsen_flex03_chi{
    width: 80%;
    margin: 0 2% 20%;
}
#onsenspa .onsen_flex03_img{}
#onsenspa .onsen_flex03_p01{
    font-size: 18px;
    color: #fff;
    margin: 30px 0 10px;
}
#onsenspa .onsen_flex03_p02{
    font-size: 14px;
    color: #fff;
}

#onsenspa .bg_2a292f{
    margin-top: 160px;
    padding-bottom: 160px;
}



















/*beauty_____________________________________________________________*/
#beauty .beauty_ti{
    padding: 70px 0 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
#beauty .beauty_le{
    text-align: center;
    font-size: 16px;
    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: 28%;
    padding: 80px 0;
    background-color: #c6b198;
}
#beauty .beauty_img_box_text_box div:nth-of-type(2){
    margin: 0 4%;
}
#beauty .beauty_img_box_text_box div p{
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
}

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

/*restaurant_____________________________________________________________*/
#restaurant {}
#restaurant .rest_sec{
    padding: 170px 0 70px;
}
#restaurant .rest_sec01_box{
    width: 90%;
    max-width: 900px;
    margin: 40px auto 40px;
}
#restaurant .rest_sec01_box_p01{
    font-size: 14px;
    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: 14px;
    line-height: 1.6em;
    margin: 40px auto 40px;
}
#restaurant .rest_sec01_slide{
    width: 90%;
    max-width: 900px;
    margin: 40px auto 80px;
}
#restaurant .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 26px;
    height: 26px;
    background-color: #c7322a;
    text-indent: -9999px;
    z-index: 9998;
}
#restaurant .bx-wrapper .bx-prev{
    left: 0px;
}
#restaurant .bx-wrapper .bx-next {
    right:  0px;
}
#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: 6px;
    height: 6px;
    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: 18px;
    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: 90%;
    text-align: left;
    margin: 0 auto 40px;
}
#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;
}


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












/*footer_____________________________________________________________*/
footer{
    background-color: #066686;
}
.footer_styles{
    padding: 100px 0 0px;
    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;
    background-position: center center;
    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: 80%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    margin: 6% auto;
}
.footer_styles_btn p{
    color: #fff;
}
.footer_styles_btn_title{
    font-size: 20px;
}
.footer_styles_btn_title span{
    font-size: 30px;
    display: block;
    margin: 0 0 10px;
}
.footer_styles_btn_text{
    font-size: 14px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    display: inline-block;
    padding: 6px 20px;
    margin: 10px 0 20px;
}
.footer_styles_btn a{
    display: block;
    width: 80%;
    max-width: 200px;
    padding: 8px 0;
    margin: 0 auto 0;
    font-size: 14px;
    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;
    width: 92%;
}
.footer_links_btns a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    padding: 20px 0;
    margin: 0 0 3.5%;
    background-color: #fff;
}
.footer_links_btns a p{
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    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: 20px 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: 40%;
    max-width: 220px;
    padding: 10px 0;
    margin: 0 2%;
    background-color: #fff;
}
.footer_sns_links_btns a p{
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    width: 100%;
}
.footer_sns_links_btns a img{
    width: 20px;
    padding: 0 0 0 10%;
}

.footer_access_box{
    position: relative;
    background-color: #fff;
}
.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: 0% auto 0;

}
.footer_address_box{
    width: 100%;
}
.footer_address{
    width: 90%;
    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_map{
    width: 100%;
}
.footer_map > div{
    height: 100%;
}
.footer_map iframe{
    width: 100%;
    height: 100%;
}
.footer {
    width: 94%;
    margin: 0 auto;
    padding: 3% 0 4%;
}
.footer a{
    color: #fff;
    font-size: 13px;
    margin: 0 14px 0 0;
    display: inline-block;
}
.footer a:last-of-type{}
.footer_logo {
    text-align: center;
    padding: 0 0 4%;
    background-color: #fff;
}
.footer_logo img{
    width: 200px;
    margin-top: 10px;
}
    .snsb{
        box-sizing: border-box;
        padding-left: 20px;
        display: inline-block;
        vertical-align: middle;
text-align: center;
        width: 100%;
    }
    .ftlink{
        display: inline-block;
        vertical-align: middle;
        padding-top: 10px;
    }
    .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 {
    background-color: #076686;
}
	
	
/*footer____end_____________________________________________________________*/


/*@media screen and (max-width: 768px)____end*/}


@media screen and (max-width: 584px) {
    .menu-trigger-box{
        top: 0px;
    }
    #wrapper {
        min-width: 100px;
    }
}

/*news______________________________________________________________________*/
@media screen and (max-width:768px) {
    .newsList .boxshadow,
    .newsList .boxshadow:hover {
        box-shadow: none;
    }
    .newsList .card_wrap {
        display: block;
        margin: 0 0 3%;
        width: 100%;
        margin-bottom: 0;
    }
    .newsList .card_item {
        border-bottom: 1px solid #B3B3B3;
        padding: 5% 0;
    }
    .newsList  .period_wrap {
        line-height: 1.4;
    }
    .newsList .text_area_style01 time,
    .newsList .text_area_style01 .period {
        font-size: 12px;
        margin-bottom: 0;
    }
    .newsList .card_img_area {
        margin-bottom: 4vw;
        position: relative;
    }
    .newsList .item_img {
        width: 100%;
        position: relative;
        padding-top: calc(9 / 16 * 100%);
    }
    .newsList .tag_wrap.on_image {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
    }
    .newsList .tag_wrap.on_image span[data-eventlabel] {
        margin: 0;
    }
    .newsList .text_area {
        padding: 0 4vw;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
}