body{
  /*font-family: "Trajan Pro", "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W6", "HiraMinProN-W6", "ÓÎÃ÷³¯Ìå", "Yu Mincho", "HGÃ÷³¯E", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", "Roboto ", sans-serif;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
/*  overflow: hidden;*/
}

.pc-none{
    display: none;
  }

.sp-none{
  display: block;
}

.content-main{
  position: relative;
}

.title-position {
	position:absolute;
	bottom:83px;
	left:303px;
}

.content-main h2{
/*   position: absolute;
  top: -180px;
  left: 0; */
  color: #fff;
  font-family: 'futura',sans-serif;
  font-size: 3rem;
  letter-spacing: 4px;
	display:inline-block;
}

.main-b-c{
  margin: 20px 0 0 0;
}

.content-main h3{
/*   position: absolute;
  top: -165px;
  left: 330px; */
  color: #fff;
  font-size: 1.5rem;
	display:inline-block;
}

.content-main p{
/*   position: absolute;
  top: -115px;
  left: 0; */
  color: #fff;
  font-size: 1rem;
}

.content-main .access-small{
/*   position: absolute;
  top: -165px;
  left: 200px; */
  color: #fff;
  font-size: 1.5rem;
	display:inline-block;
}

.access-content{
  padding: 50px 0;
  background-color: #FFF;
}

.access-content h3{
  color: #928A24;
  font-size: 2rem;
  line-height: 200%;
  padding: 5px 0;
  border-top: 1px solid #928A24;
  border-bottom: 1px solid #928A24;
  font-weight: bold;
}

.access-content h3 span{
  font-size: 1rem;
  margin: 0 0 0 40px;
  vertical-align: middle;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
.access-content h3 span{
  margin: 0 0 0 0;
}

}

.map-item{
  display: flex;
  background-color: #F4F4F4;
  padding: 20px;
  margin: 20px 0 30px 0;
}

.map-item img{
  max-width: 365px;
}

.map-item table{
  margin:0 0 0 30px;
  width: 63%;
  font-size: 14px
}

.map-item table tr{
  font-weight: normal;
  padding: 15px 0;
  border-top: 1px dashed #928A24;
  border-bottom: 1px dashed #928A24;
  width: 100%;
  font-size: 1.2rem;
}

.map-item table tr:last-child {
  border-bottom: none;
}

.map-item table tr th{
  font-weight: normal;
  padding: 20px 0;
  width: 40%;
  color: #262626;
}

.map-item table tr td{
  font-weight: normal;
  padding: 20px 0;
  color: #928A24;
}

.map-item table tr:nth-of-type(1){
  border-top: none;
  border-bottom: none;
  font-size: 1.2rem;
}

.map-item table tr:nth-of-type(1) th{
  font-weight: normal;
  letter-spacing: 3px;
  padding: 20px 0 20px 0;
  color: #262626;
}

.map-item table tr:nth-of-type(1) td{
  color: #262626;
  padding: 20px 0 20px 0;
}

.station-item{
  margin: 40px 0;
}

.station-item table{
  width: 100%;
  font-size: 14px
}

.station-item table tr{
  width: 100%;
  font-size: 1.3rem;
  border-top: 1px dashed #928A24;
}

.station-item table tr:nth-of-type(1){
  width: 100%;
  font-size: 1.3rem;
  border-top: none;
}

.station-item table tr th{
  font-weight: normal;
  padding: 15px 0;
  line-height: 200%;
  width: 43%;
}

a.floor-modal{
  color: #292b2c;
}

.station-item table tr td{
  padding: 15px 0;
  line-height: 200%;
  color: #928A24;
  vertical-align: top;
}

.station-item table tr td span{
  float: right;
}

.station-item table tr td span a{
  float: right;
  color: #000;
  text-decoration: underline;
}

.station-item table tr td span a:hover{
  float: right;
  color: #000;
  text-decoration: none;
}

.station-item table tr th span{
  color: #888;
  font-size: 1rem;
}

#google-map{
  width: 100%;
  height: 420px;
}

.map-btn{
  text-align: center;
}

.map-btn button{
  background-color: #fff;
  border: 1px solid #000;
  width: 230px;
  height: 60px;
  border-radius: 3px;
  font-size: 14px;
  padding: 20px;
  margin: 40px 20px;
  transition: .3s;
}

.map-btn button:hover{
  background-color: #262626;
  border: 1px solid #000;
  width: 230px;
  height: 60px;
  color: #FFF;
  border-radius: 3px;
  font-size: 14px;
  padding: 20px;
  transition: .3s;
  margin: 40px 0;
}

.map-btn button span{
  float: right;
}

.traffic-item{
  position: relative;
  padding: 0 20px;
  margin-bottom: 3rem;
}

.traffic-item h4{
  position: absolute;
  top: -78px;
  left: 20px;
  background-color: #797979;
  color: #fff;
  padding: 15px;
}

.traffic-item h4 span{
  font-size: 14px;
  vertical-align: middle;
}

.traffic-item h5{
  background-color: #F5F3F0;
  color: #262626;
  padding: 15px;
  font-size: 1.5rem;
  margin: 50px 0 0 0;
  font-weight: normal;
}

.traffic-item table{
  border: 1px solid #E9E9E9;
  width: 100%;
  margin: 20px 0 70px 0;
  padding: 15px;
}

.traffic-item table tr th{
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 130%;
  vertical-align: top;
  padding: 30px 0 0 20px;
}

.traffic-item table tr th span{
  font-size: 1.1rem;
  color: #928A24;
}

.traffic-item .traffic-img{
  text-align: left;
  margin: 20px 0;
}


.traffic-item .traffic-img img{
  width: auto;
  max-width: 100%;
}



.traffic-item table tr td{
  font-size: 1.1rem;
  padding: 15px 0 15px 0;
  border-bottom: 1px dashed #E9E9E9;
  margin: 20px;
}

.traffic-item table tr:nth-of-type(1) td{
  font-size: 1.1rem;
  padding: 30px 0 15px 0;
  border-bottom: 1px dashed #E9E9E9;
  margin: 20px;
}

.traffic-item table tr:nth-of-type(4) td{
  font-size: 1.1rem;
  padding: 15px 0 30px 0;
  border-bottom: 1px dashed #E9E9E9;
  margin: 20px;
}

/* infor */

.information-content{
  padding: 70px 0;
  background-color: #FFF;
}

.information-box a:nth-of-type(8) .information-item{
  border-bottom: 1px solid #E9E9E9;
}

.information-item{
  display: flex;
  border-top: 1px solid #E9E9E9;
  padding: 20px 0;
  transition: .3s;
}

.information-item:hover{
  background-color: rgba(0,0,0,.05);
  transition: .3s;
  cursor: pointer;
}

.information-item .front{
  width: 35%;
}

.information-item .back{
  width: 65%;
}

.information-item h3{
  display: inline-block;
  color: #555555;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
.information-item h3 {
font-size: 1.1rem;
}
}

.information-item h4{
  display: inline-block;
  color: #000;
  font-size: 1.2rem;
  line-height: 100%;
  background-color: #4981DC;
  color: #fff;
  padding: 3px;
  padding: 5px 6px 5px 6px;
  margin: 0 0 0 40px;
  text-align: center;
}

.information-item h5{
  display: inline-block;
  color: #555555;
  font-size: 1.2rem;
  line-height: 200%;
}

.about-content{
  padding: 40px 0;
  background-color: #FFF;
}

.about-content table{
  width: 100%;
}

.about-content table tr{
  border-bottom: 1px solid #E9E9E9;
}

.about-content table tr th{
  width: 30%;
}

.about-content table tr td{
  padding: 15px 0;
  line-height: 200%;
}

.about-content table tr td img{
  width: auto;
}

.about-content button{
  padding: 20px 35px;
  letter-spacing: 1px;
  color: #FFF;
  background-color: #787878;
  margin: 40px 20px;
  width: 400px;
  transition: .3s;
  border:2px solid #787878;
}

.about-content button:hover{
  transition: .3s;
  border:2px solid #787878;
  background-color: #fff;
  color: #787878;
}

.content-main .recruit-small{
  left: 200px;
}

.recruit-list{
  padding: 0 0 120px 0;
}

.content-main .privacy-small{
  left: 360px;
}

.privacy-policy-box h3{

}

.privacy-policy-box p{
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 1px;
}

.privacy-policy-box p span{
  font-weight: bold;
}

div.privacy_warp ul {
    padding: 20px 30px 0;
}

div.privacy_warp dl {
    padding: 10px 30px 0;
}

div.privacy_warp li {
    list-style: decimal outside none;
    padding-bottom: 10px;
}

.content-main .floor-small{
  left: 300px;
}

.div.privacy_warp dt {
    font-weight: bold;
}

div.privacy_warp dd {
    padding-bottom: 10px;
}

.privacy_warp ul,.privacy_warp li,.privacy_warp ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.privacy_warp dl,.privacy_warp dt,.privacy_warp dd {
    margin: 0;
    padding: 0;
}

.privacy-policy-box{
  background-color: #fff;
  padding: 20px;
}

.privacy-policy-content{
  background-color: #F9F9FB;
  padding: 60px 0;
}

.privacy-policy-content h3{
  font-size: 18px;
  margin: 20px 0;
}

.donwload-content{
  padding: 70px 0;
}

.donwload-item{
  padding: 10px 10px 10px 10px;
  border: 1px solid #E9E9E9;
  margin: 15px 0;
}

.donwload-item h6{
  background-color: #F2F2F2;
  color: #939393;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 25px;
  vertical-align: middle;
}

.donwload-item img{
  width: 100%;
  height: 246px;
}

.donwload-item h4{
  margin: 20px 0;
  font-weight: normal;
}

.donwload-item h6 .material-icons{
  vertical-align: middle;
}

.floor-content{
  padding: 60px 0;
  background-color: #FFF;
}

.floor-content h3{
  color: #928A24;
  font-size: 2rem;
  line-height: 200%;
  padding: 5px 0;
  border-top: 1px solid #928A24;
  border-bottom: 1px solid #928A24;
  font-weight: normal;
}

.floor-content h3 span {
  font-size: 1rem;
  margin: 0 0 0 40px;
  vertical-align: middle;
}

.floor-box{
  display: flex;
  margin: 30px 0 80px 0;
}

.floor-item{
  width: 100%;
  padding: 0 30px;
}

.floor-item .row:nth-of-type(1){
  padding: 0 0 20px 0;
}

.floor-item .row{
  border-bottom: 1px solid #E9E9E9;
  padding: 20px 0 20px 0;
}

.floor-item h4{
  margin: 0 0 15px 0;
}

.floor-item h4 span{
  background-color: #565656;
  color: #FFF;
  font-size: 1.3rem;
  padding: 3px 10px;
  vertical-align: middle;
}

.floor-item h4 big{
  font-weight: bold;
  font-size: 1.5rem;
  vertical-align: middle;
}

.floor-item h5{
  font-size: 1.5rem;
  color: #928A24;
  margin: 10px 0;
}

.floor-item ul{
  list-style-type: disc;
  padding: 0 0 0 18px;
}


.floor-item ul li{
  font-size: 1.2rem;
}

.s-floor-flex{
  display: flex;
  padding: 30px 0 0 0;
}

.s-floor-item {
  padding: 0 20px;
}

.s-floor-item h4{
  margin: 0 0 25px 0;
}

.s-floor-item h4 span{
  background-color: #565656;
  color: #FFF;
  font-size: 1.4rem;
  padding: 1px 20px;
  vertical-align: middle;
}

.s-floor-item h4 big{
  font-weight: normal;
  font-size: 1.6rem;
  vertical-align: middle;
}

.s-floor-item h5{
  color: #928A24;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.s-floor-item p{
  font-size: 1.17rem;
  line-height: 200%;
  letter-spacing: 1px;
}

/* vacancy */

.vacancy-content{
  padding: 50px 0;
}

.vacancy-box{
  position: relative;
  background-color: #FFF;
}

.vacancy-box h3{
  color: #FFF;
  background-color: #AA2533;
  position: absolute;
  left: 10px;
  top: -17px;
  padding: 10px;
  font-size:1.5rem;
}

.vacancy-flex{
  display: flex;
  padding: 50px 30px 10px 30px;
}

.vacancy-v{
  display: inline-block;
}

.vacancy-v h4{
  font-size: 1rem;
  line-height: 200%;
  font-weight: normal;
}

.vacancy-v h5{
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  color: #C6C6C6;
  padding: 10px;
  font-size: 1rem;
  font-weight: lighter;
  height: 39px;
  margin: 0 5px 0 0;
  width: 170px;
}

.vacancy-v .small-box{
  width: 80px;
  display: inline-block;
}

.input-group.date input{
  height: 43px;
  display: inline-block;
}

.input-group-addon{
  height: 43px;
  width: 50px;
  display: inline-block;
  margin: 0 0 0 -3px;
  padding: 9px;
}

.input-group{
  display: inline-block;
}

.vacancy-v h6{
  margin: 0 5px 0 0;
  vertical-align: middle;
}


.vacancy-v h5 span{
  vertical-align: middle;
}

.vacancy-v h5 .material-icons{
  vertical-align: middle;
  font-size: 1.4rem;
  float: right;
}

.vacancy-v button{
  background-color: #AA2533;
  color: #fff;
  height: 40px;
  width: 224px;
  border: 1px solid #AA2533;
  font-size: 1.2rem;
}

.vacancy-r{
  border-left:1px solid #E9E9E9;
  margin: 0 10px 0 10px;
}

.vacancy-r a{
  color: #555;
}

.vacancy-r button{
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  color: #555;
  padding: 10px;
  font-size: 1rem;
  font-weight: lighter;
  height: 65px;
  display: block;
  margin: 10px;
  width: 233px;
  text-align: left;
}

.vacancy-r button big{
  vertical-align: middle;
  font-size: 1rem;
  font-weight: lighter;
}

.vacancy-r button span{
  vertical-align: middle;
}

.vacancy-flex p{
  margin: 10px 0 0 0;
  font-size: 1.1rem;
}

.vacancy-flex p:nth-of-type(2){
  margin: 10px 0 0 0;
  font-size: 20px;
}

/* end */

.single-content h5 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px 0;
}

.single-content h6 {
    margin: 10px 0 15px 0;
}

.single-content p{
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 200%;
}

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

.single-content h4{
  display: inline-block;
  color: #000;
  font-size: 1rem;
  line-height: 100%;
  background-color: #4981DC;
  color: #fff;
  padding: 3px;
  padding: 5px 6px 5px 6px;
  text-align: center;
}

.paging_area {
    text-align: center;
    margin: 30px 0;
}

.next_entry {
    width: 370px;
    height: 70px;
    background-color: #434343;
    font-size: 1.4rem;
    color: #FFF;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    border-radius: 3px;
}

.prev_entry {
    width: 370px;
    height: 70px;
    background-color: #434343;
    font-size: 1.4rem;
    color: #FFF;
    display: inline-block;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 3px;
}

.next_entry a {
  color: #FFF;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 70px;
  padding: 20px;
}

.prev_entry a {
  color: #FFF;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 70px;
  padding: 20px;
}

.thumbnail-box{
  margin: 30px 0 0 0;
}

/* modal */

.modal{
  margin: 10% 0 0 0;
}

.modal-dialog{
  max-width: 990px;
}

.modal-content{
  padding: 30px;
  max-width: 1000px;
}

.close-border1{
  border: 1px solid #FFF;
  transform: rotate(-45deg);
    margin: -1px;
  z-index: 1;
}

.close-border2{
  border: 1px solid #FFF;
  transform: rotate(45deg);
    margin: -1px;
  z-index: 1;
}

.close-top{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #AA2533;
  border: 1px solid #AA2533;
  position: absolute;
  top: -29px;
  right: -24px;
}

.modal-nav button{
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  color: #9B9B9B;
  padding: 0px 20px;
  border-radius: 3px;
  margin: 0 10px 20px 0;
  width: 150px;
  font-size: 1.2rem;
}

.vacancy-l .input-group.date {
  margin: 0 0 10px 0;
  width: 100%;
}

.vacancy-l ::placeholder {
  color: #C6C6C6;
}

.vacancy-v ::placeholder {
  color: #C6C6C6;
}

.vacancy-v .form-control:first-child{
  margin: 0;
  width: 180px;
/*  color: #C6C6C6;*/
}

.vacancy-v .input-group-addon{
  background-color: #fff;
}

.vacancy-v .input-group-addon .small-box {
  width: 30px;
}

.vacancy-l .form-control:first-child{
  margin: 0;
}

.vacancy-box .input-group-addon{
}

.modal-content .form-control.stay-from{
  border-right: none;
  margin: 0;
  color: #C6C6C6;
}

.vacancy-l .input-group-addon{
  background-color: #FFF;
}

select.small-box{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  color: #555;
  padding: 10px;
  font-size: 1rem;
  font-weight: lighter;
  height: 43px;
  width: 170px;
  background-color: #FFF;
  z-index: 1;
  background: transparent;
  position: relative;
}


.selectWrap{
    position: relative;
    display: inline-block;
}
.selectWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
}
.selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ccc transparent transparent transparent;
}

.vacancy-v{
  margin: 0 5px 0 0;
}

.vacancy-v.btn-v{
  display: block;
/*  border-bottom: 1px solid #E9E9E9;*/
}

.contact-box{
  display: block;
  border-bottom: 1px solid #E9E9E9;
}

.contact-box p{
    margin: 0 0 10px 0;
}

.vacancy-v.btn-v button{
  margin: 20px 0;
  height: 43px;
}

.vacancy-b button {
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  color: #555;
  padding: 10px;
  font-size: 1rem;
  font-weight: lighter;
  height: 46px;
  display: inline-block;
  margin: 10px;
  width: 80%;
  text-align: left;
}

.vacancy-b a {
    color: #555;
    display: block;
}

#dt_yyyymm,
#dt_yyyymm1,
#dt_yyyymm_sp,
#dt_yyyymm_sp1{
  display: none;
}

#dt_dd,
#dt_dd1,
#dt_dd_sp,
#dt_dd_sp1{
  display: none;
}

.vacancy-b button span {
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.vacancy-b button big {
    vertical-align: middle;
    font-size: 1rem;
    font-weight: lighter;
}

.modal-felx{
  display: flex;
}

.modal-tel{
  border: 1px solid #E9E9E9;
  width: 100%;
  margin: 0 0 0 15px;
  width: 40%;
  padding: 15px;
}
.modal-tel h5{
  color: #252525;
  text-align: center;
  margin: 10px 0 20px 0;
  font-weight: normal;
}
.vacancy-b{
/*  margin: 0 0 40px 0;*/
  text-align: center;
}
.modal-tel div{
  background-color: #EFEFEF;
  padding: 20px;
}

.modal-tel h6{
  color: #506D00;
  margin: 0 0 15px 0;
}

.modal-bottom{
  text-align: center;
  margin: 30px 0 0 0;
}

.modal-bottom .contact-btn{
  background-color: #AA2533;
  border: 1px solid #AA2533;
  color: #FFF;
  width: 410px;
  height: 70px;
  font-size: 1.2rem;
  border-radius: 5px;
  margin: 0 30px 0 0;
}

.modal-bottom .download-btn{
  background-color: #565656;
  border: 1px solid #565656;
  color: #FFF;
  width: 290px;
  height: 70px;
  font-size: 1.2rem;
  border-radius: 5px;
}

.modal-nav .active-m{
  background-color: #AA2533;
  border: 1px solid #AA2533;
  color: #fff;

}

.modal-nav .none-m{
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  color: #9B9B9B;
}

.active-b{
  display: block;
}

.none-b{
  display: none;
}

.big-tel{
  border: 1px solid #E9E9E9;
  padding: 25px 100px;
}

.big-tel h4{
  text-align: center;
  font-weight: normal;
}

.tel-flex{
  display: flex;
  justify-content: center;
}

.tel-item{
  background-color: #F5F5F5;;
  padding: 20px 36px;
  margin: 20px 7px 0 7px;
  width: 100%;
}

.tel-flex h6{
  color: #506D00;
  margin-bottom: 15px;
}

.big-tel.single-tel .tel-flex{
  width: 370px;
  margin: auto;
}

/*#content .t-active1 .articleMainBox2{
  display: block;
}*/

#content .t-active1 .articleMainBox2,
#content .t-active1 .articleMainBox3,
#content .t-active1 .articleMainBox4,
#content .t-active1 .articleMainBox5,{
  display: none;
}

#content .t-active{
  display: block;
}

#content .t-none{
  display: none;
}

#stay-list .t-none{
  display: none;
}

.test{
  border: 1px solid #E1E1E1;
  margin:0;
  padding: 10px;
}

.test a{
  color: #000;
}

.test h4 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 200%;
  margin: 15px 0 0 0;
  font-weight: normal;
  height: 54px;
}

.test p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 200%;
  text-align: left;
  margin-top: 8%;
}

.test img{
  width: 100%;
  height: 246px;
}

.test-item{
  position: relative;
  margin: 10px 0 0 0;
}

.suggest-plan .test-item h3{
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 200%;
  font-weight: normal;
  color: #FFF;
  padding: 0 3px;
}

.p-color-wedding{
  background-color: #FF7283;
}

.p-color-10{
  background-color: #D06802;
}

.p-color-11{
  background-color: #417505;
}

.p-color-plan{
  background-color: #6290E2;
}

.p-color-36{
	background-color: #BE8B55;
}

.p-color-39{
	background-color: #A0212d;
}


.plan-tab h5{
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1px;
  margin: 20px 10px 20px 0;
  border-radius: 3px;
}

.plan-l{
  background-color: #E9E9E9;
  color: #7D7D7D;
}

.plan-active{
  color: #fff;
  background-color: #969696;
}

.suggest-plan{
  position: relative;
}

.link-tag{
  color: #000;
}

.link-plan-list{
  background-color: #FFF;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  border: 1px solid #343434;
  padding: 10px;
  border-radius: 3px;
  transition: .3s;
  width:  230px;
  margin: auto;
}

.link-plan-list-main {
  bottom: auto;
  left:  auto;
  top: 0;
  right: 2rem;
  width:  225px;
}

.link-tag :hover{
  cursor: pointer;
  color: #000;
}

.link-plan-list span{
  margin: 0 3px 0 3px;
}

.form-inline{
  position: relative;
  display: inline-block;
}

.suggest-plan .slick-dots li button:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #A6A25D;
}

#content{
  position: relative;
}

.home-plan .home-prev1,
.home-plan .home-prev2{
  position: absolute;
  top: 58%;
  left: 0;
}

.home-plan .home-next1,
.home-plan .home-next2{
  position: absolute;
  top: 58%;
  right: 0;
}

.home-prev1{
  position: absolute;
  top: 53%;
  left: 0;
}


.home-next1{
  position: absolute;
  top: 53%;
  right: 0;
}

.home-next1:hover,
.home-prev1:hover,
.home-next2:hover,
.home-prev2:hover{
  cursor: pointer;
}

.suggest-plan .slick-dots li.slick-active button:before {
  opacity: .75;
  color:  #A6A25D;
}

.suggest-plan h3{
  margin-bottom: 30px;
}

/* home */

.link-area a{
  transition: .3s;
}

.link-area a:hover{
  opacity: .85;
  transition: .3s;
}

.modal-bottom form{
  display: inline-block;
}

.modal-bottom .input-none{
  display: none;
}

#contact-input-none{
  display: none;
}

.input-none{
    display: none;
}

.sub-link .contact-btn{
  background-color: #262626;
  color: #d9d9d9;
  font-size: 1rem;
  line-height: 2;
  font-weight: 100;
  padding: 0;
  border: none;
}

/* home-end */

.info_link{
  color: #262626;
}

.feature-list .test-item h3,
.plan-list .test-item h3,
#content .test-item h3{
    position: absolute;
    top: -30px;
    left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 200%;
    font-weight: normal;
    color: #FFF;
    padding: 0 3px;
}

.feature-area .test-item h4,
.feature-list .test-item h4,
.plan-list .test-item h4
#content .test-item h4{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 200%;
    margin: 15px 0 0 0;
    font-weight: normal;
    height: 60px;
}

.feature-list .feature-area-text,
.plan-list .feature-area-text{
height: auto;
}

.feature-area-text:hover img{
  opacity: .83;
  transition: .3s;
}

.feature-area-text img{
  opacity: 1;
  transition: .3s;
  height: 246px;
}


/* pagenation */

.pagenation{
  width: 100%;
  display: block;
}

/* pagenation-end */

.suggest-plan.restaurant{
  background-color: #F9F9FB;
  padding: 50px 0 70px 0;
}

.suggest-plan.restaurant-top{
  background-color: #FFF;
  padding: 50px 0 70px 0;
}

.suggest-plan.restaurant h3,
.suggest-plan.restaurant-top h3{
  margin: 0 0 30px 0;
}

.restaurant-menu{
  background-color: #FFF;
  padding: 0 0 50px 0;
}

.link-tag:hover .link-plan-list{
  background-color: #343434;
  color: #FFF;
  transition: .3s;
  border: 1px solid #343434;
}

.link-tag:hover .link-plan-list span{
  color: #FFF;
  transition: .3s;
}

.restaurant-menu{
  background-color: #FFF;
}

.banquet{
  background-color: #FFF;
}

.active-list{
  display: block;
}

.none-list{
  display: none;
}

.feature-list.mamber-list,
.plan-list.mamber-list{
  padding-top: 3rem;
  padding-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

.row-eq-height.test{
  padding: 0;
  margin: 0;
  border: none;
}

.stay-list .test-box{
  padding: 10px;
  margin: 0 -4px;
  margin-bottom: 10px;
  border: 1px solid #E1E1E1;
}

.link-tag.t-none{
  display: none;
}

.link-tag.t-active{
  display: block;
}

.stay-visual .contact-small {
/*   position: absolute;
  top: -165px;
  left: 120px; */
  color: #fff;
  font-size: 1rem;
}

.t-none{
  display: none;
}

.test-img img{
  width: 100%;
  height: 246px;
}

.mamber-list .test{
  margin: 0 0 2rem 0;
}

.mamber-l .test-box {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #E1E1E1;
}

#content2 h4 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 200%;
  margin: 15px 0 0 0;
  font-weight: normal;
  height: 54px;
}

#content2 .test-item h3 {
    position: absolute;
    top: -30px;
    left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 200%;
    font-weight: normal;
    color: #FFF;
    padding: 0 3px;
}

#content2 .feature-area-text{
  height: auto;
}

#content2 .test,
.test3{
  border: 1px solid #E1E1E1;
  padding: 10px;
  margin: 0 10px;
}

#content2 .feature-area-text {
  position: relative;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0rem;
}

.contents-none{
 display: none;
}

.contents-active{
 display: block;
}

.login-box{
  background-color: #FFF;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid #d9d9d9;
}

.login-box h3{
  letter-spacing: 3px;
  font-size: 1.8rem;
  color: #555;
  text-align: center;
  padding-bottom: 2rem;
}

.login-box h4{
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #AA2533;
}

.login-box h5{
  text-align: center;
  margin-bottom: 20px;
}

.member-login{
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.login-box button{
  width: 240px;
  height: 45px;
  background-color: #992C2D;
  border: 1px solid;
  border-color: #992C2D;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-top: 1rem;
  transition: .3s;

}

.login-box button:hover {
  background-color: #FFFFFF;
  color: #992C2D;
  transition: .3s;
}

.item-center{
  text-align: center;
}

.header-links .drop-list{
  position: relative;
  text-align: center;
  width: 135px;
  height: 45px;
  font-size: 15px;
  border: none;
  line-height: 100%;
  background-color: transparent;
  color: #555;
  margin-bottom: 0;
  border-radius: 2px;
  padding: 8px 0;
}

.header-links li{
  text-align: center;
/*   width: 119px;
  height: 45px; */
  font-size: 18px;
  border: none;
  line-height: 100%;
  background-color: transparent;
  color: #555;
  margin-bottom: 0;
  border-radius: 2px;
  display: inline-block;
  padding:  8px 15px;
}

.home-header .header-links li {
  text-align: center;
/*  width: 120px;*/
/*   height: 45px; */
  padding: 15px;
  font-size: 20px;
  border: none;
  line-height: 100%;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border-radius: 2px;
  display: inline-block;
}

.home-header .header-links button {
  text-align: center;
  width: 140px;
  height: 45px;
  font-size: 18px;
  border: none;
  line-height: 100%;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border-radius: 2px;
  font-family: 'Noto Sans JP', sans-serif;
}



.header-links .hierarchy-1:hover,
.header-links .list-drop:hover,
.header-links .list-drop2:hover,
.header-links .list-drop3:hover,
.header-links .list-drop4:hover,
.header-links .no-drop:hover{
 background-color: rgba(0,0,0,.05);
 cursor: pointer;
}

.home-header li:hover{
    background-color: rgba(255,255,255,.25);
    cursor: pointer;
}

.list-drop,
.list-drop2,
.list-drop3,
.list-drop4{
  position: relative;
}

.hierarchy-1{
  padding: 0;
}

.list-drop-on ul{
  padding: 0 0 0 5px;
}

.header-links .hierarchy-3{
  font-size: 12px;
}

.home-list-drop,
.home-list-drop2,
.home-list-drop3,
.home-list-drop4{
  position: relative;
}

.list-drop .list-drop-off,
.list-drop2 .list-drop-off,
.list-drop3 .list-drop-off,
.list-drop4 .list-drop-off {
  position: absolute;
  width: 135px;
  left: -8px;
  top: 3em;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 0 0;
  padding: 0;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}


.list-drop4 .list-drop-on {
  position: absolute;
  width: 200px;
  left: -8px;
  top: 3em;
  transition: all 0.3s ease;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px 10px 5px 10px;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.list-drop .list-drop-on{
  position: absolute;
  width: 200px;
  left: -22.5px;
  top: 3em;
  transition: all 0.3s ease;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px 10px 5px 10px;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.list-drop2 .list-drop-on{
  position: absolute;
  width: 200px;
  left: -32.5px;
  top: 3em;
  transition: all 0.3s ease;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px 10px 5px 10px;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.list-drop3 .list-drop-on{
  position: absolute;
  width: 250px;
  left: -57.5px;
  top: 3em;
  transition: all 0.3s ease;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px 10px 5px 10px;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.list-drop-on li{
 width: 100%;
  height: 22px;
  padding: 4px 0;
}

.header-links .hierarchy-3{
  width: 100%;
}

.home-list-drop-on ul{
  padding: 0 0 0 15px;
}

.home-header .header-links li .home-list-drop-on li{
  width: auto;
  height: 26px;
  padding: 5px 0;
}

.home-list-drop .home-list-drop-off,
.home-list-drop2 .home-list-drop-off,
.home-list-drop3 .home-list-drop-off,
.home-list-drop4 .home-list-drop-off {
  position: absolute;
  width: 135px;
  left: 0;
  top: 3em;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 0 0;
  padding: 0;
  text-align: left;
  background-color: #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}


.home-list-drop4 .home-list-drop-on {
  position: absolute;
  width: 200px;
  left: -8px;
  top: 3em;
  transition: all 0.3s ease;
  background-color: #FFF;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px;
  text-align: left;
/*   background-color: transparent; */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.home-header .header-links .home-list-drop4 .home-list-drop-on li {
    width: auto;
    height: 26px;
    display: block;
    padding: 5px 0;
}


.home-list-drop .home-list-drop-on{
  position: absolute;
  width: 200px;
  left: -27.5px;
  top: 3em;
  transition: all 0.3s ease;
  background-color: #FFF;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px;
  text-align: left;
/*   background-color: transparent; */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.home-list-drop2 .home-list-drop-on{
  position: absolute;
  width: 200px;
  left: -32.5px;
  top: 3em;
  transition: all 0.3s ease;
  background-color: #FFF;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px;
  text-align: left;
/*   background-color: transparent; */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.home-list-drop3 .home-list-drop-on{
  position: absolute;
  width: 250px;
  left: -57.5px;
  top: 3em;
  transition: all 0.3s ease;
  background-color: #FFF;
  transform: scale(1);
  transform-origin: 0 0;
  padding: 5px;
  text-align: left;
/*   background-color: transparent; */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

/*.list-header-box {
  transform: scale(1);
}*/
.home-list-drop ul li,
.home-list-drop2 ul li,
.home-list-drop3 ul li,
.home-list-drop4 ul li {
      display: block;
      width: 100%;
}
.list-drop ul li a,
.list-drop2 ul li a,
.list-drop3 ul li a,
.list-drop4 ul li a{
    width: 100%;
/*    padding: 5px 15px;*/
    display: inline-block;
    font-size: 1.1rem;
    white-space: pre;
    box-sizing: border-box;
    text-align: left;
    color: #555;
}

.home-list-drop ul li a,
.home-list-drop2 ul li a,
.home-list-drop3 ul li a,
.home-list-drop4 ul li a{
    width: 100%;
/*    padding: 0 15px;*/
    display: inline-block;
    font-size: 1.1rem;
    white-space: pre;
    box-sizing: border-box;
    text-align: left;
    color: #262626;
}

.list-drop ul li:hover,
.list-drop2 ul li:hover,
.list-drop3 ul li:hover,
.list-drop4 ul li:hover{
  background-color: rgba(0,0,0,.05);
}

.list-drop-on li ul{
  padding: 0 0 0 15px;
}





.link-area.no-stay{
  background-color: #000;
}

.link-area.no-stay img{
  opacity: .6;
}

.header-links .reserve-btn {
  position: absolute;
    top: 60px;
    right: 30px;
  width: 106px;
  font-size: 15px;
  padding: 8px;
}

.home-header .reserve-btn {
  position: absolute;
  top: 71px;
  right: 10px;
}

.header-links{
  margin-top: 60px;
  width: 100%;
  text-align: right;
  padding-right: 0;
}

.home-header .header-links {
  padding-right: 0;
}

.restaurant-bg-color .plan-list #content{
  margin-bottom: 65px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #A6A25D;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #A6A25D;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
   width: auto;
  padding: 0;
  cursor: pointer;
  margin: 7px 0;
  height: 1.9rem;
}

.content-main .download-small {
  left: 0;
  top: -130px;
}

.sub-link .sub-list {
  margin: 0 0 0 10px;
}

.sub-link .footer-list{
  margin: 0 0 0 20px;
}

.download-small{
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 0 0 30px;
}

@media screen and (max-width:767px){
	.title-position {
    position: absolute;
    bottom: 30px;
    left: 16px;
}
}

.policy_btn {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-left: 0; 
  justify-content: center;
}

.policy_btn ul {
  margin: 20px 0;
}

.policy_btn li {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c1bdbd));
  background: -webkit-linear-gradient(top, #fff 0%, #c1bdbd 100%);
  background: linear-gradient(to bottom, #fff 0%, #c1bdbd 100%);
  border: 1px solid #ccc;
  color: #000;
  padding: 13px 55px 13px 30px;
  position: relative;
}

.policy_btn li:last-of-type{
  margin-left: 10%;
}

.policy_btn a {
  color: #000;
  display: block;
  width: 100%;
}

.policy_btn a:hover {
  text-decoration: underline;
}

.policy_btn li::before { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}

@media screen and (max-width: 769px) {
  .policy_btn ul {
    flex-direction: column;
  }

  .policy_btn li:last-of-type{
    margin-left: auto;
  }


  .policy_btn li {
    width: 90%;
    margin: 10px auto;
  }

  .modal-felx {
    flex-wrap: wrap;
  }
}

#r-content .tel-item a {
display:flex;
padding:10px 20px;
align-items:center;
background-color: #dddddd;
border-radius: 3px;
box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.25);
font-size:18px;
color:#000000;
}
#r-content .tel-item a:hover {
opacity:.7;
}
#r-content .tel-item a + a {
margin-top:10px;
}

#r-content .tel-item a img {
display:inline-block;
margin-right:10px;
width:30px;
}

.top-info-1 {
background-color: #FFFFFF;
}