@charset "UTF-8";
/*===========================================

room

===========================================*/

.amenity_wrap{
   width: 80%;
    margin: 30px auto;
    display: flex;
    border: 1px #4B5678 solid;
    
}

.amenity_wrap .amenity_box{
    width: calc(100%/2);
    padding: 2em;
    font-size: .9em;
    line-height: 1.8em;
}

@media (max-width: 559px) {
    
.amenity_wrap{
   width: 90%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    
}

.amenity_wrap .amenity_box{
    width: calc(100%/1);
    padding: 2em;
    font-size: .9em;
    line-height: 1.8em;
}    
    
}




.choice_btn_container{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-wrap: wrap;
}
.btn07{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#406595;
	color:#fff;
    padding: 10px 40px 10px 30px;
	border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    margin: 1em;
    
    font-size: .85em;
    /*width:calc(100%/4);*/
}

.btn07:hover{
	background:#555;
}
.btn07:visited{
	color: #ccc;
}
.btn07 span{
    display: block;
    font-size: .75em;
    letter-spacing: .1em;
}

/* 矢印が回転 */

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 42%;
    right: 13px;
    /*矢印の形状*/    
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/    
    transition: all .3s;
}

/*hoverした際のアニメーション*/
.btnarrow4:hover::after{
  animation: arrowrotate .3s;
}

@keyframes arrowrotate {
100% {
    transform: rotate(360deg);
  }
}



@media (max-width: 559px) {
    

.choice_btn_container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-wrap: wrap;
}    
  .btn07{
	position: relative;

    text-decoration: none;
	display: block;
	background:#406595;
	color:#fff;
    padding: 10px 40px 10px 30px;
	border-radius:25px;
    text-align: center;
    outline: none;
    box-sizing: border-box;
      
    transition: ease .2s;
    margin: 1%;
    
    font-size: .65em;
    width:46%;
}  
}





.sec-text-image .text-container .reserve-container_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 959px) {
  .sec-text-image .text-container .reserve-container_2 {
    position: absolute;
    bottom: -40px;
    right: 40px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .text-container .reserve-container_2 {
    right: 20px;
  }
}

.sec-text-image .text-container_2 .btn-reserve {
  display: inline-block;
  margin-top: 40px;
  border-bottom: 3px solid #4B5678;
  padding: 5px 20px 5px 30px;
  position: relative;
  color: #4B5678;
}

.sec-text-image .text-container_2 .btn-reserve:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 959px) {
  .sec-text-image .text-container_2 .btn-reserve {
    padding-right: 10px;
    font-size: 1.2rem;
  }
}




