@charset "UTF-8";
@font-face {
      font-family: 'Noto Serif JP';
      src: url('../font/NotoSansJP-Regular.otf');
    }
/* CSS Document */
html{
}
body{
    width: 100%;
    height: 100%;
	margin:0;
    padding:0;
    font-size:15px;
	font-family: 'Noto Serif JP';
	color: #ddd;
    background-color: #fff;
    position: relative;
    overflow: visible;
}


html.active,
body.active{
    overflow: hidden;
}


.menu-trigger{
    cursor: pointer;
}

p{
	line-height: 1.6em;
    color: #000;
    margin: 0;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.fl_l{
    float: left;
}
.fl_r{
    float: right;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.jp{
    color: #333;
}
.eng{
    color: #a2a2a2;
}

ul,
ul li{
	list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}




p{
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}



.animation-box{
    margin-top: 40px;
    transition:1s;
    opacity: 0;
    transform: translateY(5%);
}
 
.animation-box.active{
    transform: translateY(0%);
    opacity: 1;
}

.animation-box_side{
    transition:1s;
    opacity: 0;
    transform: translateX(-30%);
}
 
.animation-box_side.active{
    transform: translateY(0%);
    opacity: 1;
}

/*----------------------------------------------*/
header{
    width: calc(100% - 10%);
    overflow: hidden;
    margin: 0;
    padding: 10px 5%;
    position: fixed;
    z-index: 200;
    background-color: rgba(255,255,255,0.5);
    top:0;
}
header h1{
    width: 184px;
    float: left;
    padding-top: 10px;
}
header h1 img{
    width: 100%;
    height: auto;
}
header nav{
    float: right;
    margin-right: 80px;
}
header nav ul{
    
}
header nav ul li{
    float: left;
    margin-right: 2em;
    padding-top: 20px;
}
header nav ul li:last-child{
    float: left;
    margin-right: 0em;
    padding-top: 20px;
}
header nav ul li a,
header nav ul li a:visited{
    text-decoration: none;
    color: #b5b5b5;
    font-size: 100%;
}
header nav ul li a.active{
    color: #111;
    border-bottom: solid 2px #333;
    padding-bottom: 5px;
}
header nav ul li:last-child a{
    background: #000;
    color: #fff;
    padding: 0.7em 2em;
    font-size: 85%;
}





/*----------------------------------------------*/
/* main_v */
#main_v{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100vh;
    background: #fff;
}
#main_v .inner{
    /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  
  box-sizing: border-box;

  width: 100vw;
  height: 100vh;
  min-height: 100vh;

  background-size: cover;
  background-position: center;
}

#main_v .inner .left{
    width: 40%;
    padding-left: 10%;
    float: left;
    overflow: hidden;
    position: relative;
    
}
#main_v .inner .left .inner{
    width: 100%;
    overflow: hidden;
    
}
#main_v .inner .left .inner h2{
    display: block;
    width: 80%;
    float: none;
    
}
#main_v .inner .left .inner h2 img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    
}
#main_v .inner .left .inner p{
    clear: both;
    width: 50%;
    display: block;
    font-size: 13px;
    line-height: 1.7em;
    padding-right: 100px;
    background: url(../img/oke.png) top right no-repeat;
    padding-bottom: 80px;
    overflow: hidden;
}

#main_v .inner .left .inner .btn{
    
    width: 246px;
    border-bottom: solid 1px #999;
    margin-top: 30px;
    padding-bottom: 30px
}
#main_v .inner .left .inner .btn a:link,
#main_v .inner .left .inner .btn a:visited{
    color: #999999;
    text-decoration: none;
    width: 100%;
    display: block;
    background: url(../img/main_v_arrow.png) center right no-repeat;
}

#main_v .inner .right{
    width: 50%;
    float: left;
    overflow: hidden;
}

#main_v .inner .right .inner{
    height: 100%;
    width: auto;
    overflow: hidden;
}
#main_v .inner .right .inner img{
    height: 100vh !important;
    width: auto;
    
}



.swiper-pagination-bullet-active{
    color: #fff;
}


.s-fade-text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100%;
  text-align:right;
  color: white;
  font-size: 5vw;
    color: #fff;
    font-size: 90%;
}

.swiper-slide-active .s-fade-text {
  animation: slideTextFade 1.75s ease 0s 1 normal;
}

@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-container{
    padding-bottom: 40px !important;
    height:fit-content;
    
}






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

h3{
    font-size: 40px;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 65px;
    color: #000709;
    display: block;
    width: min-content;
}
h4{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #000709;
}






/* contents01 */

#contents01{
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 100px 5% 100px 30%;
    background: url(../img/illustration01.png) no-repeat left top 460px;
    position: relative;
}
#contents01 .inner{
    
}
.base_right .inner p{
    margin-bottom: 1em;
}
.base_right .inner ul{
    margin-top: 20px;
    margin-right: -10%;
}
#contents01 .inner ul li{
}
#contents01 .inner ul li:nth-child(1){
    padding: 100px 10% 0 0;
    width: 40%;
    float: left;
}
#contents01 .inner ul li:nth-child(1) img{
    margin-bottom: 60px;
}


#contents01 .inner ul li:nth-child(2){
    float: left;
    width: 50%;
}
.base_right .inner ul li img{
    width: 100%;
    height: auto;
}
.base_right .inner .side_title{
    position: absolute;
    left:5%;
    bottom: 5%;
}

.content {
    padding: 60px;
    background-color: #fff;
}




/* contents02 NEWS*/
#contents02{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 70px 0 70px 0;
}
#contents02 .inner{
    margin: 0;
    padding: 0;
}
#contents02 .inner h3{
    margin-left: 10%;
}
#contents02 .inner ul{
    width: 80%;
    padding: 60px 10%;
    background-color: #f7f8f8;
    overflow: hidden;
}
#contents02 .inner ul li{
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#contents02 .inner ul li:last-child{
    float: left;
    margin-right: 0%;
}
#contents02 .inner ul li img{
    width: 100%;
    height: auto;
}
#contents02 .inner ul li p.date{
    font-size: 80%;
    margin-top: 1em;
    line-height: 1.5em;
}
#contents02 .inner ul li p.topic{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
#contents02 .inner ul li a:link{
    display: block;
    text-decoration: none;
}
#contents02 .inner ul li a:hover{
    opacity: 0.7;
}

/* contents03 */
#contents03{
    width: 65%;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 100px 5% 100px 30%;
    background: url(../img/illustration02.png) no-repeat right top 0px;
    position: relative;
}
#contents03 .inner{
    margin: 0;
    padding: 0;
}
#contents03 .inner dl{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 40px 0;
    font-size: 90%;
}
#contents03 .inner dt{
  float: left;
    color: #333;
    padding: 5px 0;
}

#contents03 .inner dt::after{
  content: "：";
}
#contents03 .inner dd{
    color: #333;
    margin-left: 80px;
    padding: 5px 0;
}

#contents03 .inner ul li{
    float: left;
}
#contents03 .inner ul li:first-child{
    width: 65%;
    
}
#contents03 .inner ul li:last-child{
    float: right;
    width: 20%;
    padding-right: 10%;
    padding-left: 0%;
    
}

.btn_nb{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background-color: #09a5de;
    text-decoration: none;
    display: block;
    font-size: 90%;
}
.btn_nb:hover{
    opacity: 0.9;
    color: #000;
    background-color: #fff;
    border: solid 1px #ddd;
}

.swiper-container{
}
.swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: auto;
}



/* contents04 */
#contents04{
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
    padding: 0;
}
#contents04 .inner{
    margin: 0;
    padding: 50px 0% 50px 0%;
}
#contents04 .inner .titles{
    width: 90%;
    margin: 0 5%;
    margin-bottom: 40px;
}

.faci_box{
    width: calc(100% - 10%);
    margin: 0 auto;
    background-color: #f7f8f8;
    overflow: hidden;
    padding: 80px 5%;
    text-align: center;
    margin-top: 50px;
}


#contents04 .inner ul.amenities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 0px;
}
#contents04 .inner ul.amenities li {
    text-indent: 0em;
    padding: 0 0 0 35px;
    width: 23%;
    margin-bottom: 5px;
    line-height: 1.4em;
    font-size: 90%;
    position: relative;
    text-align: left;
    color: #2e2e2e;
}
#contents04 .inner ul.amenities li .fas,
#contents04 .inner ul.amenities li .fab {
    font-size: 150%;
    margin-bottom: 10px;
    color: #4d88c3;
}

#contents04 .inner ul.amenities li i {
    position: absolute;
    left: 0;
    top: 0;
}


/*QA*/
.qa{
    margin: 40px 0;
    text-align: left;
    font-weight: normal;
}
.qa .eng{
    font-size: 90%;
}
.accordion-wrap{
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 15px;
}

.accordion-item{
  width: calc(100% - 30px);
  margin: 0 auto;
  cursor: pointer;
    padding: 15px;
}

.accordion-header{
  transition: ease-in-out 100ms;
    padding-left: 40px;
    background: url(../img/title_q.png) no-repeat left 5px top 0px;
    padding-top: 3px;
    padding-bottom: 6px;
}

.accordion-text{
  width: calc(100% - 40px);
  
  display: none;
    padding: 0px 20px 20px 20px;
 }

 .fa{
    transition: ease-in-out 300ms;
 }

 .rotate-fa{
    transform: rotate(180deg);
 }


 .accordion-header .fa{
    float: right;
    line-height: 35px;
 }

 .accordion-gold{
 }

 .accordion-no-bar{
    border-bottom: 0;
}



/* contents05 */

.video{
    width: 100%;
    margin: 30px auto 20px auto;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 54.25%;
    border: solid 2px #fff;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#contents05{
    width: 100%;
    overflow: hidden;
    margin: 50px 0 0 0;
    padding: 0;
}
#contents05 .inner{
    margin: 0;
    padding: 50px 0% 50px 0%;
}
#contents05 .inner .titles{
    width: 90%;
    margin: 0 5%;
    margin-bottom: 40px;
}
#contents05 .inner ul{
    width: 90%;
    margin: 0 auto;
}
#contents05 .inner ul li{
    float: left;
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#contents05 .inner ul li.no_mr{
    margin-right: 0% !important;
}
#contents05 .inner ul li .titles{
    margin: 15px 0 0 0;
    padding: 0;
}
#contents05 .inner ul li .movietext{
    font-size: 80%;
    margin: 5px 0 0 0;
    padding: 0;
    
}
#contents05 .inner ul li .movietext p{
    margin-bottom: 0.2em;
}

.btn_title{
    width: 60%;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 80px;
}
.btn_title img{
    width: 100%;
    height: auto;
}
.btn_furanoindex{
    width: 200px;
    margin: 30px auto;
    padding: 20px 30px;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: url(../img/btn_arrow.png) no-repeat right 20px center #aa89bd;
}
.btn_furanoindex:hover{
    opacity: 0.7;
}

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


#contents06{
    width: 100%;
    overflow: hidden;
    margin: 0px 0 0 0;
    padding: 0;
}
#contents06 .inner{
    margin: 0;
    padding: 50px 0% 0px 0%;
}
#contents06 .inner .titles{
    width: 90%;
    margin: 0 5%;
    margin-bottom: 40px;
    font-size: 93%
}
#contents06 .inner .maps{
    margin-bottom: -5px;
}







#contents06 .inner ul li .map_text{
    font-size: 100%;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
}
.access_title{
    margin-bottom: 0.7em;
}
#contents06 .inner .jp,
#contents06 .inner .eng{
    font-size: 90%;
    line-height: 1.4em;
    padding: 0.2em 0;
}


#contents06 ul{
    margin:0px;
    width:100%;
    display:flex;
}
#contents06 ul li{
    
    
    
    float:left;
    overflow:hidden;
    
    
}
#contents06 ul li:first-child{
    float: left;
    width: calc(50% - 10%);
    padding: 50px 5% 50px 5%;
    
}
#contents06 ul li:last-child{
    float: left;
    width: calc(50% - 10%);
    padding: 5%;
    background-color: #ecf2f5;
    
}

.fas{
    font-size: 180%;
    margin-bottom: 10px;
    color: #09a5de;
}


.access_title {
    margin-bottom: 0.7em;
    line-height: 1.5em;
    position: absolute;
    top: 3px;
    left: 40px;
}

/*--------*/
#contents07{
    width: 100%;
    overflow: hidden;
    margin: 0px 0 0 0;
    padding: 0;
    background-color: #000;
    color: #fff;
}
#contents07 .inner{
    margin: 0;
    padding: 80px 0% 30px 0%;
    width: 90%;
    margin: 0 auto;
}
#contents07 .inner .goup_title{
    color: #fff;
    text-align: center;
    margin-bottom: 3em;
    letter-spacing: 0.1em;
    font-size: 100%;
}
#contents07 .inner ul{
    width: 100%;
    overflow: hidden;
    
}
#contents07 .inner ul li{
    float: left;
    padding: 1em 0 0 100px;
    height: 82px;
    width: calc(25% - 120px);
    font-size: 85%;
    vertical-align: middle;
    margin-right: 20px;
    
}
#contents07 .inner ul li a{
    display: block;
    color: #fff;
}
#contents07 .inner ul li a:hover{
    opacity: 0.7
}
#contents07 .inner ul li.grpup01{
    background: url(../img/grouplink_01.png) no-repeat left top;
}
#contents07 .inner ul li.grpup02{
    background: url(../img/grouplink_02.png) no-repeat left top;
    opacity: 0.3;
}
#contents07 .inner ul li.grpup03{
    background: url(../img/grouplink_03.png) no-repeat left top;
}
#contents07 .inner ul li.grpup04{
    background: url(../img/grouplink_04.png) no-repeat left top;
    margin-right: 0;
    padding-top: 2em;
}

#contents07 .inner .btn_gsaite:link{
    width: 244px;
    margin: 0 auto;
    padding: 2em auto;
    line-height: 3em;
    border: solid 1px #ddd;
    color: #fff;
    display: block;
    text-align:center;
    text-decoration: none;
    font-size: 95%;
    border-radius: 5px;
    background: url(../img/building-18.png) no-repeat top 0.6em left 20px;
    margin-top: 20px;
}
#contents07 .inner .btn_gsaite:hover{
    opacity: 0.5;
}
#contents07 .inner ul.sns{
    width: 160px;
    margin: 30px auto 0 auto;
}
#contents07 .inner ul.sns li{
    float: left;
    margin-right: 20px;
}
#contents07 .inner ul.sns li:nth-child(1){
    width: 30px;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

#contents07 .inner ul.sns li:nth-child(2){
    width: 30px;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

#contents07 .inner ul.sns li:nth-child(3){
    width: 37px;
    margin: 0;
    padding: 0;
}

/*------------インナーサイズ--------------*/
#contents01 .inner,
#contents02 .inner{
    
}
#contents03 .inner,
#contents04 .inner{
    
}

/*----------------------------------------------*/
/* footer */
footer{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 30px 0 ;
}
footer ul{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
footer ul li{
    float: left;
    color: #666666;
}
footer ul li h3{
    font-size: 18px;
    width: 100%;
    text-decoration: none;
    border: none;
    margin: 0em 0 1em 0;
    padding: 0;
}
footer ul li .add{
    font-size: 13px;
    margin-top: 0.5em;
    margin-bottom: 2em;
}


footer ul li:last-child{
    float: right;
}
footer ul li a{
    margin-left: 30px;
    text-decoration: none;
    color: #666666;
}
footer ul li:last-child a{
    text-decoration:underline;
    font-size: 90%;
}
footer ul li a:hover{
    opacity: 0.7;
}
footer ul li .copyright{
    font-size: 11px;
    margin-top: 2em;
    margin-bottom: 1em;
}


/*--------グローバルメニュー-------*/
#gloval_menu{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 100;
    top:100%;
    left:0%;
    transition: all .2s;

}

#gloval_menu .square{
    width: 100%;
    height: 100vh;
    transition: all .4s;
    position: absolute;
    z-index: 200;
    background-color: #fff;
    
    
    
    
}
#gloval_menu.active{
    top:0;
}

#gloval_menu .square.active{
    
    -ms-transform: translateY(-100%);
    -webkit-transform : translateY(-100%);
    transform : translateY(-100%);
}



#gloval_menu .left{
    float: left;
    width: 30%;
    background: #333;
    height: 100vh;
    background: url(../img/bg_g_menu.jpg) no-repeat top center;
    background-size: cover;
    
}
#gloval_menu .right{
    float: left;
    width: 70%;
    height: 100vh;
}



#gloval_menu .right ul{
    width: 100%;
    overflow: hidden;
    padding-left: 0%;
    
}
#gloval_menu .right ul li{
    
}
#gloval_menu .right ul li a{
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    line-height: 2.5em;
    display: block;
}
#gloval_menu .right ul li a:hover{
    opacity: 0.5;
}


#gloval_menu .right .inner h3{
    padding-left: 15%;
    font-size: 120%;
    margin-bottom: 0.8em;
    font-weight: bold;
    border: none;
}


#gloval_menu .right .inner .menus .menu_left{
    padding-left: 0;
    width: 100px;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    
}
#gloval_menu .right .inner .menus .menu_right{
    padding-left: 20px;
    width: 200px;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    
}
#gloval_menu .right .inner .menus {
    position: relative;
    height: 150px;
    width: calc(100% - 15%);
    padding-left: 15%;
    display: block;
}



#gloval_menu .right .booknow{
    border: solid 1px #ccc;
    padding: 15px 35px;
    font-size: 90%;
    position: absolute;
    left:calc(20px + 15% + 100px);
    bottom: 0;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    
    
}

#gloval_menu .right .g_navi_sns{
    border-top: solid 1px #ddd;
    width: calc(500px - 10%);
    margin-top: 30px;
    padding-top: 20px;
    display: block;
    padding-left: 0%;
    margin-left: 15%;
}
#gloval_menu .right .inner .g_navi_sns ul{
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
#gloval_menu .right .inner .g_navi_sns ul li{
    float: left;
}
#gloval_menu .right .inner .g_navi_sns ul li{
    float: none;
    padding: 1em 0 0 0px;
    width: calc(100%);
    font-size: 85%;
    vertical-align: middle;
    margin-right: 0px;
    
}
.goup_title{
    font-size: 14px;
    padding: 10px 0 10px 0;
}
#gloval_menu .right .inner .g_navi_sns ul li a{
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 1.25em;
}
#gloval_menu .right .inner .g_navi_sns ul li a:hover{
    opacity: 0.7
}
#gloval_menu .right .inner .g_navi_sns li.grpup01{
    
}
#gloval_menu .right .inner .g_navi_sns ul li.grpup02{
   
    opacity: 0.3;
}
#gloval_menu .right .inner .g_navi_sns ul li.grpup03{
    
}
#gloval_menu .right .inner .g_navi_sns ul li.grpup04{
    
    
}
#gloval_menu .right .inner ul.sns{
    margin-left: 15%;
}
#gloval_menu .right .inner ul.sns li{
    float: left;
    margin-right: 20px;
}
#gloval_menu .right .inner .btn_gsaite:link{
    width: 244px;
    margin: 20px auto 20px 15%;
    padding: 2em auto;
    line-height: 3em;
    border: solid 1px #ddd;
    color: #333;
    display: block;
    text-align:center;
    text-decoration: none;
    font-size: 95%;
    border-radius: 5px;
    background: url(../img/building-18.png) no-repeat top 0.6em left 20px;
    margin-top: 20px;
}
#gloval_menu .right .inner .btn_gsaite:hover{
    opacity: 0.5;
}
/*--
#contents07{
    position: fixed;
    bottom:0;
    z-index: 110;
}
#contents07 .inner{
    display: block;
    margin: 0;
    padding: 0;
}
--*/

/*--------*/
#group{
    width: 100%;
    overflow: hidden;
    margin: 0px 0 0 0;
    padding: 0;
    background-color: #000;
    color: #fff;
}
#group .inner{
    margin: 0;
    padding: 80px 0% 30px 0%;
    width: 90%;
    margin: 0 auto;
}
#group .inner .goup_title{
    color: #fff;
    text-align: center;
    margin-bottom: 3em;
    letter-spacing: 0.1em;
    font-size: 100%;
}
#group .inner ul{
    width: 100%;
    overflow: hidden;
    
}
#group .inner ul li{
    float: left;
    padding: 1em 0 0 100px;
    height: 82px;
    width: calc(23% - 100px);
    font-size: 85%;
    vertical-align: middle;
    margin-right: 20px;
    
}
#group .inner ul li a{
    display: block;
    color: #fff;
    line-height: 1.4em;
}
#group .inner ul li a:hover{
    opacity: 0.7
}
#group .inner ul li.grpup01{
    background: url(../img/grouplink_01.png) no-repeat left top;
    
}
#group .inner ul li.grpup02{
    background: url(../img/grouplink_02.png) no-repeat left top;
    
}
#group .inner ul li.grpup03{
    background: url(../img/grouplink_03.png) no-repeat left top;
}
#group .inner ul li.grpup04{
    background: url(../img/grouplink_04.png) no-repeat left top;
    margin-right: 0px;
    padding-top: 2em;
}

#group .inner .btn_gsaite:link,
#group .inner .btn_gsaite:visited{
    width: 244px;
    margin: 0 auto;
    padding: 2em auto;
    line-height: 3em;
    border: solid 1px #ddd;
    color: #fff;
    display: block;
    text-align:center;
    text-decoration: none;
    font-size: 95%;
    border-radius: 5px;
    background: url(../img/building-18.png) no-repeat top 0.6em left 20px;
    margin-top: 40px;
}
#group .inner .btn_gsaite:hover{
    opacity: 0.5;
}
#group .inner ul.sns{
    width: 160px;
    margin: 30px auto 0 auto;
}
#group .inner ul.sns li{
    float: left;
    margin-right: 20px;
}
#group .inner ul.sns li:nth-child(1){
    width: 30px;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

#group .inner ul.sns li:nth-child(2){
    width: 30px;
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

#group .inner ul.sns li:nth-child(3){
    width: 37px;
    margin: 0;
    padding: 0;
}

/*------------SIZE--------------*/

@media screen and (min-width:200px)and (max-width: 980px){
    /*---共通---*/
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    /*---HEADER---*/
    header nav{
        display: none;
    }
    header{
        height: 49px;
        padding: 10px 0% 10px 5%;
        width: calc(100% - 5%);
    }
    .humberg_menu {
    
        right: 2% !important;
    }
    header h1{
        width: 164px;
        float: left;
        padding-top: 0px;
    }
    
    
    
    
    h3 {
    font-size: 30px;
        margin-bottom: 30px;
    }
    
    /*---MAIN_V---*/
    #main_v{
        width: 100%;
        height: auto;
        overflow:inherit;
        margin: 0;
        padding: 0;
        height: auto;
        background: #fff;
        display: block;
        padding-top: 70px;
    }
    #main_v .inner{
        /* 左右中央寄せ */
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content:center;

      /* 上下中央寄せ */
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;


      box-sizing:inherit;

      width: 100vw;
      height: auto;
      min-height: auto;

      background-size: cover;
      background-position: center;
    }
    
    #main_v .inner .left{
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        padding-left: 5%;
        padding: 5%;
        float: none;

    }
    
    #main_v .inner .left .inner p{
        padding-bottom: 30px;
    }
    #main_v .inner .left .inner .btn{
        padding-bottom: 15px;
    }
    
    .sp_main_photo{
        width: 100%;
        margin: 0 auto;
    }
    .sp_main_photo img{
        width: 100%;
        margin: 0 auto;
    }
    
    
    #gloval_menu .left{
        float: none;
        display: none;
    }
    #gloval_menu .right {
	    float: left;
	    width: 100%;
	    height: 100vh;
	    padding-top: 100px !important;
	    margin-top: 0px !important;
	}
	    
	    
	    #gloval_menu .right .inner .menus .menu_right {
	        padding-left: 0px;
	    }
	    #gloval_menu .right .inner .g_navi_sns ul li a {
	    display: block;
	    color: #333;
	    font-size: 90% !important;
	    line-height: 1.25em;
	}
	 #gloval_menu .right .g_navi_sns {
        border-top: solid 1px #ddd;
	    width: calc(100% - 10%);
	    margin-top: 30px;
	    padding-top: 20px;
	    display: block;
	    padding-left: 0%;
	    margin-left: 15%;
	    font-size: 95% !important;
	}
    
    
    
    
    
    
    #gloval_menu .right .booknow {
        left: calc(0px + 15% + 100px);
    }
    
    
    /*---CONTENTS---*/
    
    .base_right .inner ul {
        margin-top: 20px;
        margin-right: 0%;
    }
    
    /*---CONTENTS_01---*/
    #contents01 {
        width: 90%;
        overflow: hidden;
        margin: 0 0 0 0;
        padding: 50px 5% 50px 5%;
        background: url(../img/illustration01.png) no-repeat right top 0px;
        background-size: 50%;
        position: relative;
    }
    #contents01 .inner ul{
        margin-top: 40px;
    }
    #contents01 .inner ul li:nth-child(1) {
        padding: 100px 2% 0 0;
        width: 48%;
        float: left;
    }
    #contents01 .inner ul li:nth-child(1) img {
        margin-bottom: 2%;
    }
    .side_title{
        display: none;
    }
    
    /*---CONTENTS_02---*/
    #contents02 {
        width: calc(100%);
        overflow: hidden;
        margin: 0;
        padding: 20px 0%;
    }
    #contents02 .inner h3 {
        margin-left: 5%;
    }
    #contents02 .inner ul {
        width: 90%;
        padding: 30px 5%;
        background-color: #f7f8f8;
        overflow: hidden;
    }
    /*---CONTENTS_03---*/
    #contents03 {
        width: 90%;
        overflow: hidden;
        margin: 0 0 0 0;
        padding: 100px 5% 100px 5%;
        background: url(../img/illustration02.png) no-repeat right top 0px;
        background-size: 50%;
        position: relative;
    }
    #contents03 .inner ul li:first-child {
        width: calc(100%);
        float: none;
        padding: 0 0%;
    }
    #contents03 .inner ul li:last-child {
        float: none;
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }
    .animation-box {
        margin-top: 0px;
    }
    
    
    
    .faci_box img{
        width: 100%;
        height: auto;
    }
    
    #contents04,
    #contents04 .inner{
        padding-top: 0;
        margin-top: 0;
    }
    #contents04 .inner ul.amenities li {
        width: calc(45% - 35px);
    }
    
    #contents05{
        padding-top: 0;
        margin-top: 0;
    }
    #contents05 .inner ul li {
        float: left;
        margin-right: 0%;
        width: 50%;
        margin-top: 0;
    }
    #contents05 .inner ul li:nth-child(3),
    #contents05 .inner ul li:nth-child(6){
        margin-right: 0%;
    }
    #contents05 .inner ul li:nth-child(even) {
        margin-right: 0%;
    }
    .btn_title {
	    width: 80%;
	    margin: 0px auto;
	    overflow: hidden;
	    padding-top: 30px;
	}
    
    #contents06 .inner {
        margin: 0;
        padding: 0px 0% 0px 0%;
    }
    
    #contents06 ul li:first-child {
        float: none;
        width: calc(100% - 10%);
        padding: 50px 5% 50px 5%;
    }
    #contents06 ul li:last-child {
        float: none;
        width: calc(100% - 10%);
        padding: 5%;
        height: 300px;
        
    }
    #contents06 ul {
        display: block;
    }
    #contents07 .inner {
        width: calc(90%);
        margin: 0 auto !important;
    }
    #contents07 .inner {
        margin: 0;
        padding: 30px 0% 30px 0%;
    }
    

    #contents07 .inner .goup_title {
        margin-bottom: 1em;
    }
    #contents07 .inner ul {
        width: 100%;
        overflow: hidden;
    }
    #contents07 .inner ul li {
        float: none;
        width: 100%;
        background-size: 70px auto !important;
        padding-left: 80px;
        height: 70px;
    }
    footer ul li,
    footer ul li:first-child,
    footer ul li:last-child {
        float: none;
    }
    footer ul li a {
    margin-left: 0px;
        margin-right: 15px;
    }
    #news .inner h3 {
	    margin-left: 5% !important;
	    font-size: 30px !important;
	    margin-bottom: 30px !important;
	}
	#news .inner ul li {
	    float: none !important;
	    margin-right: 0% !important;
	    width: 100% !important;
	    margin-bottom: 20px !important;
	}
    
}



/* ------------------------------ */
/* news */
/* ------------------------------ */
#news{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 70px 0 0px 0;
}
#news .inner{
    margin: 0;
    padding: 0;
}
#news .inner h3{
    margin-left: 10%;
    font-size: 40px;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 65px;
    color: #000709;
    display: block;
    width: min-content;
    font-weight: normal;
}
#news .inner ul{
    width: 80%;
    padding: 60px 10%;
    background-color: #f7f8f8;
    overflow: hidden;
}
#news .inner ul li{
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#news .inner ul li:last-child{
    float: left;
    margin-right: 0%;
}
#news .inner ul li img{
    width: 100%;
    height: auto;
}
#news .inner ul li p.date{
    font-size: 80%;
    margin-top: 1em;
    line-height: 1.5em;
}
#news .inner ul li p.topic{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
#news .inner ul li a:link{
    display: block;
    text-decoration: none;
}
#news .inner ul li a:hover{
    opacity: 0.7;
}

/* ------------------------------ */
/* news list */
/* ------------------------------ */

.postdate{
	width: 100%;
	padding: 160px 10% 120px 10%;
}
.postdate h2{
	font-size: 30px;
	font-family: 'Noto Serif JP';
	text-align: center;
	}
.postdate p{
	width: 80%;
	margin: 30px auto;
	line-height: 1.7em;
	}
.news_list{
	padding: 160px 10% 80px 10%;
	
}
.news_list h2{
	font-size: 40px;
	text-align: center;
	color: #000;
	}
#npcatch{
	
}
#npcatch li{
	display: flex;
}
#npcatch img{
	width: 120px;
	height: auto;
	margin-right: 20px;
	
}

.news_list{
    width: 100%;
    margin: 0px auto;
    padding-top: 160px;
    padding-bottom: 40px;
    overflow: hidden;
}

.news_list a{
    text-decoration: none;
    font-size: 95%;
    color: #191919;
}
.news_list h1{
    font-size: 24px;
    text-align: center;
    font-family: 'Ropa Sans', sans-serif;
    margin: 30px 0 60px 0;
    color: #000;
}





.news_list ul{
  width: 100%;
}
.news_list ul li{
  display: flex;
  padding:20px 15px;
  border-bottom:1px solid #ccc;
    background: url(../img/icon_arrow.png) no-repeat right center;
}

.news_list .day{
  color: #191919;
}
.news_list .label{
  background-color:#000;
  border-radius:0px;
  color:#fff;
  padding:0.3em 0;
  margin:0 20px;
    font-size: 70%;
    width: 80px;
    text-align: center;
    display: none;
}
.news_list .text{
  color: #191919;
  margin-left: 20px;
}


/* ------------------------------ */
/* CONTACT */
/* ------------------------------ */
#wpcf7-f102-p103-o1{
	width: 70%;
	overflow: hidden;
	margin: 0 auto;
}

/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #fff;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にする */
form p {
	font-weight: 600;
	margin-top: 0.8em;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: #fff;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #000000;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
.screen-reader-response,
.wpcf7-mail-sent-ok{
	font-size: 105%;
	margin: 20px auto;
	text-align: center;
	color: #000;
}

.swiper-wrapper{
	height: inherit !important;
}
