@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#fff;
overflow: hidden;}
section:nth-of-type(even){background-color:#f0f0f0;
overflow: hidden;}

.txt_small {
    font-size: 80%;
}

.slick-prev, .slick-next {
    top: 50%;
}

.slick-next {
    background: url(../images/im_arrow_left.png) no-repeat;
    background-size: 100% 100%!important;
    width: 32px;
    height: 32px;
    display: block;
    right: 0!important;
}

.slick-prev {
    background: url(../images/im_arrow_right.png) no-repeat;
    background-size: 100% 100%!important;
    width: 32px;
    height: 32px;
    display: block;
    left: 0!important;
}
.txt_center {
    text-align: center;
}

@media screen and (max-width: 759.9px) {
.slick-next,.slick-prev  { top: 30vw;}
}

/*title slider*/
@keyframes slider-8 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  1.7% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  17.8% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-7 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  2.2% {
    opacity: 1;
  }
  15.2% {
    opacity: 1;
  }
  21.7% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-6 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  2.08% {
    opacity: 1;
  }
  14.58% {
    opacity: 1;
  }
  20.08% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-5 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  2.5% {
    opacity: 1;
  }
  17.5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-4 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  3.1% {
    opacity: 1;
  }
  21.8% {
    opacity: 1;
  }
  31.2% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-3 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

/*
@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  1.78% {
    opacity: 1;
  }
  12.5% {
    opacity: 1;
  }
  17.85% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
*/


/*759px以下*/
@media screen and (max-width: 759.9px) {
section:nth-of-type(odd) {
    background-color: #fff;
    overflow: hidden;
}
#wrapper {
    line-height: 1.4;
    width:100%;
    }
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}
h3 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.1rem;
    line-height: 2;
    color: #333;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}
    


/*title---------------------------------------------------*/

#title{
	overflow:hidden;
	padding:0 0 0 0;
    margin-bottom: -3px;
}
#title{
position: relative;
width:100%;
height:48vh;
overflow: hidden;
text-align: center;
}
.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation: slider-8 64s linear infinite; 8枚の時 */
  /* animation: slider-7 56s linear infinite; 7枚の時*/
 animation: slider-6 48s linear infinite; /*6枚の時*/
   /*animation: slider-5 40s linear infinite; /*5枚の時*/
  /*animation: slider-4 32s linear infinite; 4枚の時*/
  /*animation: slider-3 24s linear infinite; 3枚の時*/
}
.slide-image:nth-child(1) {
  background-image: url("../images/bg_spmv1.jpg?update=20250606");
  animation-delay: -2s;
}
.slide-image:nth-child(2) {
  background-image: url("../images/bg_spmv2.jpg?update=20250606");
  animation-delay: 6s;
}
.slide-image:nth-child(3) {
  background-image: url("../images/bg_spmv3.jpg?update=20250606");
  animation-delay: 14s;
}
.slide-image:nth-child(4) {
  background-image: url("../images/bg_spmv4.jpg?update=20250606");
  animation-delay: 22s;
}
.slide-image:nth-child(5) {
  background-image: url("../images/bg_spmv5.jpg?update=20250606");
  animation-delay: 30s;
}
.slide-image:nth-child(6) {
  background-image: url("../images/bg_spmv6.jpg?update=20250606");
  animation-delay: 38s;
}
/*
.slide-image:nth-child(7) {
  background-image: url("../images/bg_spmv7.jpg"); 
  animation-delay: 46s;
}
*/

#title .inner{
position: relative;
width: 100%;
height:100%;
background: 0;
margin: 0 auto;
padding:0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 10px;
}
#title h2 img{
    width:100%;
}


/*動画*/
div.movie_wrap {
/*
    width:100%;
    margin:0 auto 30px;
    padding:0;
    background-color: #ffffff;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
    position:relative;
    width:100%;
    height:0;
    padding-top:50%;
*/
    position: relative;
    width:100%;
    margin:0 auto 30px;
    padding-top: 56.25%;
    box-sizing: border-box;
}
div.movie_wrap.next_movie {
    position: static;
    padding: 0;
    background-color: transparent;
}
div.movie_wrap.next_movie li {
    position: relative;
    width:100%;
    margin:0 auto 30px;
    padding-top: 56.25%;
    box-sizing: border-box;
}

iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    }
div.movie_wrap2 {
    width:100%;
    margin:10px auto 10px;
    padding:0;
    /*background-color: #ffffff;*/
    background-color: #f1fafb;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.movie_wrap2:last-child {
    margin-bottom: 0px;
}
p.movie_tit {
    text-align: center;
    font-size: 18px;
    padding-bottom: 5px;
}
div.movie_wrap.next_movie ul li {
    margin-bottom: 20px;
}
    
    
/*commonBox*/

.commonBox:nth-child(odd){
	background:#fff;
    overflow: hidden;
    margin-top:4px;
}

.commonBox{
	background:#FFFFFF;
    overflow: hidden;
}

.commonBox img{
	height:auto;
    width:100%;
}

.commonBox strong{
	font-weight:bold;
}

.in{
	margin:0 auto;
	padding:0 3% 0px;
}

.inner h2{
	font-size:26px;
	font-weight:normal;
	padding:0;
	text-align:center;
	font-family: "Mplus 1p";
	color:#FFFFFF;
	clear:both;
    font-size: 34px;
    width: 30%;
    margin: 0 auto 0;
}
.inner h2.large{
    width: 40%;
}
.inner h2.large2{
    width: 70%;
}
    .inner h2.main_tit {
        width:94%;
        margin:0 3% 10px;
    }
    
/*イベント情報4列*/
div.event_wrap {
    width:100%;
    margin:0 auto 2rem;
    padding:1rem 0.5rem 0.5rem 0.5rem;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap:last-child {
    margin-bottom: 0px;
}
div.event_wrap h3 {
    text-align: center;
    font-size: 1.2rem;
}
div.event_wrap ul {
    width:100%;
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom:0.5rem;
}
div.event_wrap ul:nth-of-type(2n) {
    margin-right: 0;
}
div.event_wrap ul dl {
    padding: 10px;
}
div.event_wrap ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap ul dl dt a {
    color: #f25a9a;
}
div.event_wrap ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    
/*イベント情報3列*/
div.event_wrap3 {
    width:100%;
    margin:0 auto 2rem;
    padding:1rem 0.5rem 0.5rem 0.5rem;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap3:last-child {
    margin-bottom: 0px;
}
div.event_wrap3 h3 {
    text-align: center;
    font-size: 1.2rem;
}
div.event_wrap3 ul {
    width:100%;
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom:0.5rem;
}
div.event_wrap3 ul:nth-of-type(2n) {
    margin-right: 0;
}
div.event_wrap3 ul dl {
    padding: 10px;
}
div.event_wrap3 ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap3 ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap3 ul dl dt a {
    color: #f25a9a;
}
div.event_wrap3 ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    
/*イベント情報1列*/
div.event_wrap1 {
    width:100%;
    margin:1rem auto 0;
    padding:1rem 0.5rem 0.5rem 0.5rem;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap1:last-child {
    margin-bottom: 0px;
}
div.event_wrap1 h3 {
    text-align: center;
    font-size: 1.2rem;
}
div.event_wrap1 ul {
    width:100%;
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom:0.5rem;
}
div.event_wrap1 ul:nth-of-type(2n) {
    margin-right: 0;
}
div.event_wrap1 ul dl {
    padding: 10px;
}
div.event_wrap1 ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap1 ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap1 ul dl dt a {
    color: #f25a9a;
}
div.event_wrap1 ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    
/*イベント情報2列*/
div.event_wrap2 {
    width:100%;
    margin:0 auto 2rem;
    padding:1rem 0.5rem 0.5rem 0.5rem;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap2:last-child {
    margin-bottom: 0px;
}
div.event_wrap2 h3 {
    text-align: center;
    font-size: 1.2rem;
}
div.event_wrap2 ul {
    width:100%;
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom:0.5rem;
}
div.event_wrap2 ul:nth-of-type(2n) {
    margin-right: 0;
}
div.event_wrap2 ul dl {
    padding: 10px;
}
div.event_wrap2 ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap2 ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap2 ul dl dt a {
    color: #f25a9a;
}
div.event_wrap2 ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    
/*ホテル*/
div.thethree_wrap {
    width:100%;
    margin:0 auto 2rem;
    padding:1rem 1rem 1rem 1rem;
    background: url(../images/bg_hotel.png) no-repeat;
    background-size: 100%;
    background-color: #eee6c9;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.thethree_wrap ul {
    width:102%;
    background:url(../images/hotel_parts_01.png) no-repeat;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    float:left;
    overflow: hidden;
    background-size: 100%;
    margin-left:-2%;
}
div.thethree_wrap ul li {
}
div.thethree_wrap ul li.logo {
    text-align: center;
}
div.thethree_wrap ul li.logo img {
    width:90%;
    margin: 0 5%
}
div.thethree_wrap ul li.photo{
    padding: 0px 15px 0 21px;
    box-sizing: border-box;
    background: url(../images/hotel_parts_04.png);
    background-size: 100%;
}
div.thethree_wrap ul li.hotel01_cont{
    padding: 0px 15px 15px 21px;
    box-sizing: border-box;
    background: url(../images/hotel_parts_04.png);
    overflow: hidden;
    box-shadow: 0px 10px 0px -15px rgba(0,0,0,0.5);
    background-size: 100%;
}
div.thethree_wrap ul li dl {
    overflow: hidden;
    float:left;
}
div.thethree_wrap ul li dl dt{
    font-weight: bold;
    font-size: 1rem;
    margin:5px 0 10px;
    display: inline-table;
    width:100%;
}
div.thethree_wrap ul li dl dt span.wrap{
    width: 4em;
    background: #f06b6b;
    padding: 2px 0;
    color: #fff;
    float:left;
    font-size: 0.8rem;
	text-align: center;
}
div.thethree_wrap ul li dl dt span.tit{
    float:right;
    text-align: left;
    width: calc(100% - 4em);
    margin-left:10px;
}
div.thethree_wrap ul li dl dd {
    font-size: 0.8rem;
}
.yoyaku_jr{
    width:100%;
    border:1px solid #333;
    background: url(../images/icon_jr.png);
    background-position: 10px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
}
.yoyaku_air{
    width:100%;
    border:1px solid #333;
    background: url(../images/icon_air.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top:10px;
}
.yoyaku_jr p,
.yoyaku_air p{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom:5px;
}
.yoyaku_jr span,
.yoyaku_air span{
    font-size: 0.8rem;
}
dl.hotel_wrap {
    width:100%;
    padding: 0.7rem;
    background: #fdfaf4;
    float:left;
    margin-bottom:20px;
    box-sizing: border-box;
}
dl.hotel_wrap:nth-child(2n) {
    margin-left:0px;
    margin-bottom: 0;
}
dl.hotel_wrap dt {
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0 10px;
    display: inline-table;
    width:100%;
}
dl.hotel_wrap dt span.wrap {
    width: 4em;
    background: #f06b6b;
    padding: 5px 0;
    color: #fff;
    float: left;
    line-height: 1;
    font-size: 0.8rem;
	text-align: center;
}
dl.hotel_wrap dt span.blue {
    background: #48aed9;
}
dl.hotel_wrap dt span.orange {
    background: #f89304;
}
dl.hotel_wrap dt span.tit{
    float:right;
    text-align: left;
    width: calc(100% - 4em);
    margin-left:0.5rem;
    padding-top: 0;
}
dl.hotel_wrap dd.ph {
    width:45%;
    float:left;
}
dl.hotel_wrap dd.txt {
    width:55%;
    float:right;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 0;
    box-sizing: border-box;
    font-size: 0.8rem;
}
dl.hotel_wrap dd.btn {
    width:55%;
    float:left;
    padding-left: 10px;
    box-sizing: border-box;
}
.yoyaku_btn_03{
    margin:0 auto;
    width:100%;
    background: url(../images/icon_yado.png);
    background-position: 30px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 1rem;;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
}
.yoyaku_btn_03:hover{
    opacity: 0.8;
}
.yoyaku_btn_03 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_03 a,
.yoyaku_btn_03 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
/*ホテル一覧*/
div.hotel_wrap {
    width:100%;
    margin:0 auto 60px;
    padding:1rem 1rem 1rem 1rem;
    /*background-color: #cee0dd;*/
    background-color: #eee6c9;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.hotel_wrap dl {
    width:100%;
    padding: 0.7rem;
    background: #fdfaf4;
    float:left;
    margin-bottom:20px;
    box-sizing: border-box;
}
div.hotel_wrap dl:nth-child(3) {
    margin-left:0px;
    margin-bottom: 0;
}
div.hotel_wrap dl dt {
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0 10px;
    display: inline-table;
    width:100%;
}
div.hotel_wrap dl dt span.wrap {
    width: 4em;
    background: #f06b6b;
    padding: 5px 0;
    color: #fff;
    float: left;
    line-height: 1;
    font-size: 0.8rem;
	text-align: center;
}
div.hotel_wrap dl dt span.blue {
    background: #48aed9;
}
div.hotel_wrap dl dt span.orange {
    background: #f89304;
}
div.hotel_wrap dl dt span.tit{
    float:right;
    text-align: left;
    width: calc(100% - 4em);
    margin-left:0.5rem;
    padding-top: 0;
}
div.hotel_wrap dl dd.ph {
    width:100%;
}
div.hotel_wrap dl dd.txt {
    width:100%;
    text-align: left;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 0.8rem;
}
div.hotel_wrap dl dd.btn {
    width:55%;
    float:left;
    padding-left: 10px;
    box-sizing: border-box;
}
.yoyaku_btn_04{
    margin:0 auto;
    width:100%;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 0.8rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
}
.yoyaku_btn_04:hover{
    opacity: 0.8;
}
.yoyaku_btn_04 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_04 a,
.yoyaku_btn_04 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
.yoyaku_btn_05{
    margin:5px auto 0;
    width:100%;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 0.8rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
    float:left;
}
.yoyaku_btn_05:hover{
    opacity: 0.8;
}
.yoyaku_btn_05 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_05 a,
.yoyaku_btn_05 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
.yoyaku_btn_06{
    margin:5px auto 0;
    width:100%;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 0.8rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
    float:right;
}
.yoyaku_btn_06:hover{
    opacity: 0.8;
}
.yoyaku_btn_06 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_06 a,
.yoyaku_btn_06 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
div.hotel_wrap dl.large {
    width:100%;
    padding: 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:20px;
}
div.hotel_wrap dl.large dt {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-table;
    width:100%;
    position: relative;
    height: 4rem;
}
.height_small {
     height: inherit!important;   
    }
div.hotel_wrap dl.large dt img.hotel01 {
    position: absolute!important;
    left:0;
    width:4.75rem;
    }
div.hotel_wrap dl.large dt img.hotel02 {
    position: absolute;
    left:0;
    width:4.75rem;
    }
div.hotel_wrap dl.large dt img.hotel03 {
    position: absolute;
    left:0;
    width:4.75rem;
    }
div.hotel_wrap dl.large dt img.hotel04 {
    position: absolute;
    left:0;
    width:4.75rem;
    }
div.hotel_wrap dl.large dt img.hotel05 {
    position: absolute;
    left:0;
    width:4.75rem;
    }
div.hotel_wrap dl.large dt span.wrap {
    width: 20%;
    background: #f06b6b;
    padding: 5px 0;
    color: #fff;
    float: left;
    line-height: 1;
	text-align: center;
    box-sizing: border-box;
    margin-left: 30%;
}
div.hotel_wrap dl.large dt span.wrap2 {
    width: 20%;
    background: #f06b6b;
    padding: 5px 0;
    color: #fff;
    float: left;
    line-height: 1;
	text-align: center;
    box-sizing: border-box;
    margin-left: 0%;
}
div.hotel_wrap dl.large dt span.blue {
    background: #48aed9;
}
div.hotel_wrap dl.large dt span.tit{
    float:left;
    text-align: left;
    margin-left:30%;
    padding-top: 10px;
    box-sizing: border-box;
}
div.hotel_wrap dl.large dt span.tit2{
    width:77%;
    float:left;
    text-align: left;
    margin-left:3%;
    padding-top: 0px;
    box-sizing: border-box;
}
span.date {
    font-size: 14px;
    font-feature-settings: "palt";
}	
	
div.hotel_wrap dl.large dd.ph {
    width:100%;
    overflow: hidden;
}
div.hotel_wrap dl.large dd.txt {
    width:100%;
    text-align: left;
    padding-left: 0;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 0.8rem;
}
div.hotel_wrap dl.large dd.txt span {
    display: block;
    margin-bottom:10px;
}
    
.btn_wrap {
    width:100%;    
    }
    
    
p.catch {
    text-align: center;
    font-size: 20px;
    padding: 15px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    
/*-----------プラン------------*/
h4 {
    width: 90%;
    margin: 0 auto 10px;
}
.hotel_room_title {
    background: url("../images/SP_ti_room.png") no-repeat;
    background-size: cover;
    margin: 20px auto 0;
    width: 90%;
    height: 51px;
}
.btn_wrap_title	{
    background: url("../images/SP_ti_plan.png") no-repeat;
    background-size: cover;
    margin: 20px auto;
    width: 90%;
    height: 51px;
}

.hotel_roombox {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	margin: 20px;
}

.roomimg {
	flex: 0 0 100%;
	max-width: 100%;
}
.roomimg:nth-child(1){
		margin-bottom: 2%;
}
	
.roomimg:nth-child(3),
.roomimg:nth-child(5) {
	flex: 0 0 49%; 
	max-width: 49%;
}	
	
div.plan_hotel {
    margin: 0 auto;
    background: #3b3b3b;
    text-align: center;
    box-sizing: border-box;
    }
div.plan_hotel p.hotel_catch {
    text-align: center;
    font-size: 22px;
    padding: 30px 10px;
    color: #b19739;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
div.plan_hotel p.hotel_ph {
    text-align: center;
    }
div.plan_hotel p.hotel_ph img {
    width:100%;
    }
div.plan_hotel p.hotel_txt01 {
    text-align: center;
    color: #ddd;
    line-height: 1.6;
    padding: 15px;
    font-size: 16px;
    }
div.plan_hotel p.hotel_txt02 {
    text-align: left;
    color: #ddd;
    line-height: 1.6;
    padding: 0 20px 40px;
    font-size: 16px;
    }
div.plan_hotel p.hotel_txt03 {
    text-align: left;
    color: #ddd;
    line-height: 1.6;
    padding: 0 20px 20px;
    font-size: 16px;
    }	
div.plan_hotel div.btn_wrap {
    width:100%;
    overflow: hidden;
    margin: 10px 0 0 0;
    }

.btn_a div {
    text-align: center;
    padding: 10px;
    background-color: #140f00;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
	margin: 20px;
}
.btn_a div a{
	display: inline-block;
	color: #FFF;
	font-size: 18px;
}
.btn_a div:hover {
    text-decoration: none!important;
    opacity: 0.5;
}	
	
.slider-img {
  margin: 0 0;
    width:100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background:#fcfdfd;
    padding: 0px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-bottom: 20px;
}
.slider-img img {
  width:100%;
    text-align: center;
}
/*.slick-slide-js01 {
    width:110%;
    margin: 0;
    left:-5%;
    }*/
.slick-slide_wrap02 .slick-slide-js02 {
     width:100%; 
    /*height:265px!important;*/
    overflow: hidden;
    }
.slick-slide_wrap02 .slick-slide-js02 img {
    width:100%;    
    }
.slider-img p.tit {
    text-align: center;
    font-size: 18px;
    padding: 0 0 5px;
    width:90%;
    margin:0 5%;
    }
.slider-img p.date {
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    background: #2c3882;
    color: #fff;
    border-radius: 5px;
    width:90%;
    margin:0 5%;
    }
.slider-img p.txt01 {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    width:90%;
    margin:0 5%;
    line-height: 1.6;
    }
.slider-img p.txt02 {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    width:90%;
    margin:0 5%;
    }



.bnr640120 {
    width: 98%;
    margin: -20px auto 30px;
}
#bnlinks,#crossLinkArea,div#bnlinks{
	display:none;
}

div#anchorlinks{
	width:100%;
	margin:0;
	padding:0;
}

p#pagetop2{
	width:100%;
	text-align:right;
}

.banner {
    margin: 0 0 3em;
    text-align: center;
    }
.banner img {
    width: 100%;
    }
.banner p {
    padding-top:5px;
    font-size: 14px;
    font-weight: bold;
    }
    
.plan_Dspecial {
    width: 96%;
    margin: 0px auto 20px;
}
.plan_Dspecial h3 {
    margin: 0 0 20px;
    padding: 10px 0;
    background: #B69B38;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.plan_Dspecial ul {
    width: 80%;
    margin: 0 auto;
}
.plan_Dspecial ul li {
    margin-bottom: 25px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.plan_Dspecial ul li:last-child {
    margin-bottom: 0;
}
.plan_Dspecial ul li img {
    width: 100%;
    text-align: center;
}

/* フッターバナーエリア */
#section.bnrwrap{
    margin: 0 auto;
    width: 90%;
	padding-bottom: 20px;
}
ul#bannerBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul#bannerBox li{
    width: calc(100% / 2 - 15px);
	    padding-bottom: 10px;
}
#bannerBox img {
    width: 100%;
    height: auto;
}
.g_ryokou {
    width:94%;
    margin:0 3% 30px;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 20px;
    }
    .g_ryokou img {
        width:100%;
    }
    .g_ryokou ul {
        overflow: hidden;
    }
    .g_ryokou ul li {
        float:left;
        /*width:24.6%;
        margin-right: 0.5%;*/
    }
    .g_ryokou ul li img {
        width: 100%;
    }
    .g_ryokou ul li:last-of-type {
        margin-right: 0;
    }
    .g_ryokou p.txt {
        padding: 10px 0 0;
        font-size: 15px;
        text-align: center;
        line-height: 1.8;
    }
    .g_ryokou p.btn01 a{
    margin:0 auto;
    width:100%;
    border-radius: 10px;
    background: #11c0d3;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 20px auto 15px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        line-height: 1.0;
        box-sizing: border-box;
    }
    .g_ryokou p.btn01 i {
    float: right!important;
    position:absolute;
    right: 15px;
    }
    .g_ryokou p.btn01 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
    }
    .g_ryokou p.btn02 a{
    margin:0 auto;
    width:100%;
    border-radius: 10px;
    background: #ff6fba;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 10px auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        line-height: 1.0;
        box-sizing: border-box;
    }
    .g_ryokou p.btn02 i {
    float: right!important;
    position:absolute;
    right: 15px;
    }
    .g_ryokou p.btn02 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
    }
    .g_ryokou p.btn03 a{
    margin:0 auto;
    width:100%;
    border-radius: 10px;
    background: #2e9beb;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 10px auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        line-height: 1.0;
        box-sizing: border-box;
    }
    .g_ryokou p.btn02 i {
    float: right!important;
    position:absolute;
    right: 15px;
    }
    .g_ryokou p.btn02 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
    }
    
    .g_ryokou .center {text-align: center;}
    .g_ryokou div.g_ryokou_img {
        margin: 0 0 20px;
    }
    .g_ryokou_attention01,
    .g_ryokou_attention02 {
        margin: 0 0 5px;
        font-weight: bold;
        font-size: 18px;
        color: #FF4D4D;
        text-align: center;
        line-height: 1.4;
    }
    .g_ryokou_attention02 {
        color: #FF8000;
    }
    .g_ryokou ul.link_green,
    .g_ryokou ul.link_blue {
        width: 80%;
        margin: 20px auto 60px;
    }
    .g_ryokou ul.link_blue {
        margin: 20px auto 20px;
    }

    .g_ryokou ul.link_green li,
    .g_ryokou ul.link_blue li {
        width: 100%;
        margin: 0 auto 15px;
    }
    .g_ryokou ul.link_green li a,
    .g_ryokou ul.link_blue li a {
        display: block;
        width: 100%;
        padding: 0.9em 0;
        font-size: 15px;
        color: #fff;
        background-color: #92D050;
        font-weight: bold;
        text-align: center;
        border-radius: 8px;
    }
    .g_ryokou ul.link_green li:nth-of-type(2) a {
        background-color: #74B230;
    }
    .g_ryokou ul.link_green li:nth-of-type(3) a {
        background-color: #5F9127;
    }
    .g_ryokou ul.link_blue li:nth-of-type(1) a {
        background-color: #2E75B6;
    }
    .g_ryokou ul.link_blue li:nth-of-type(2) a {
        background-color: #245D90;
    }
    .g_ryokou ul.link_blue li:nth-of-type(3) a {
        background-color: #1E4D78;
    }
    .g_ryokou h3.pickup_h3 {
        margin-left: -50px;
    }
    .g_ryokou h3 img {
        width: 100px;
        padding-right: 10px;
        vertical-align: sub;
    }


    .mg_bottom_space {
        margin-bottom: 20px!important;
    }
    
    div.main_copy {
        font-family: "Kaisei Opti", serif;
        font-size: 0.98rem;
        width:100%;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 40px;
    }

#M_copyright {
	text-align: right;
}
#M_copyright img {
	padding-top: 0.5em;
	width: 100%;
}


}

/*-----------------------------------760px以上-------------------------------------------*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}
h3 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 26px;
    line-height: 2;
    color: #333;
    }
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
u{text-decoration-color: red;}
/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}
    
.inner h2{
	font-size:26px;
	font-weight:normal;
	padding:0;
	text-align:center;
	font-family: "Mplus 1p";
	color:#FFFFFF;
	clear:both;
    font-size: 34px;
    margin: 1.5rem auto 0;
    padding-top: 3rem;
}
    



#title{
position: relative;
width:100%;
height:620px;
overflow: hidden;
text-align: center;
}
.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation: slider-8 64s linear infinite; 8枚の時 */
  /*animation: slider-7 56s linear infinite; 7枚の時 */
 animation: slider-6 48s linear infinite;  /* 6枚の時 */
   /*animation: slider-5 40s linear infinite; /*5枚の時 */
  /*animation: slider-4 32s linear infinite; 4枚の時 */
  /*animation: slider-3 24s linear infinite; 3枚の時 */
}
.slide-image:nth-child(1) {
  background-image: url("../images/bg_mv1.jpg?update=20250606");
  animation-delay: -2s;
}
.slide-image:nth-child(2) {
  background-image: url("../images/bg_mv2.jpg?update=20250606");
  animation-delay: 6s;
}
.slide-image:nth-child(3) {
  background-image: url("../images/bg_mv3.jpg?update=20250606");
  animation-delay: 14s;
}
.slide-image:nth-child(4) {
  background-image: url("../images/bg_mv4.jpg?update=20250606");
  animation-delay: 22s;
}
.slide-image:nth-child(5) {
  background-image: url("../images/bg_mv5.jpg?update=20250606");
  animation-delay: 30s;
}
.slide-image:nth-child(6) {
  background-image: url("../images/bg_mv6.jpg?update=20250606");
  animation-delay: 38s;
}
/*
.slide-image:nth-child(7) {
  background-image: url("../images/bg_mv7.jpg"); 
  animation-delay: 46s;
}
*/
#title .inner{
position: relative;
width: 96%;
height:620px;
max-width:950px;
background: 0;
margin: 0 auto;
padding:0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 10px;
}
#title h2 img{
}
    
    
/*動画*/
div.movie_wrap {
    width:750px;
    margin:0 auto 50px;
    padding:0px;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
    position: relative;
}
div.movie_wrap2 {
    width:220px;
    margin:30px 50px 50px 0px;
    padding:0px;
    /*background-color: #ffffff;*/
    background-color: #f1fafb;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
    position: relative;
    float:left;
}
div.movie_wrap2:last-child {
    margin-left:0;
    margin-right: 0px;
}
p.movie_tit {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}
div.movie_wrap.next_movie {
    width: 950px;/* 750 */
    background-color: transparent;
}
div.movie_wrap.next_movie ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
div.movie_wrap.next_movie li {
    width: 450px; /* 300 */
}

    
/*イベント情報4列*/
div.event_wrap {
    width:950px;
    margin:30px auto 30px;
    padding:15px 25px 25px 31px;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap_large {
    width:970px;
    padding:0;
}
div.event_wrap:last-child {
    margin-bottom: 60px;
}
div.event_wrap h3 {
    text-align: center;
    font-size: 24px;
}
div.event_wrap ul {
    width:24%; /*4つの時*/
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    margin-right: 1%;
}
div.event_wrap.four ul {
	width: 24%;
}
div.event_wrap.three ul {
	width: 32.4%;
}

div.event_wrap ul img {
    width:100%;
    }
div.event_wrap ul:last-child,
div.event_wrap ul.end{
    margin-right: 0;
}
div.event_wrap ul dl {
    padding: 10px;
}
div.event_wrap ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap ul dl dt a {
    color: #f25a9a;
}
div.event_wrap ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    
/*イベント情報3列*/
div.event_wrap3 {
    width:950px;
    margin:0 auto 30px;
    padding:15px 25px 25px 31px;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap_large {
    width:970px;
    padding:0;
}
div.event_wrap3:last-child {
    margin-bottom: 60px;
}
div.event_wrap3 h3 {
    text-align: center;
    font-size: 24px;
}
div.event_wrap3 ul {
    width:32%;
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    margin-right: 1%;
}

div.event_wrap3 ul img {
    width:100%;
    }
div.event_wrap3 ul:last-child,
div.event_wrap3 ul.end{
    margin-right: 0;
}
div.event_wrap3 ul dl {
    padding: 10px;
}
div.event_wrap3 ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap3 ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap3 ul dl dt a {
    color: #f25a9a;
}
div.event_wrap3 ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    ul.event_wrap_step1 {
        margin-top:10px;
    }
    ul.event_wrap_step2 {
        margin-top:15px;
    }
    
/*イベント情報1列*/
div.event_wrap1 {
    width:950px;
    margin:30px auto 0px;
    padding:0px 0px 0px 0px;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap_large {
    width:970px;
    padding:0;
}
div.event_wrap1:last-child {
    margin-bottom: 60px;
}
div.event_wrap1 h3 {
    text-align: center;
    font-size: 24px;
}
div.event_wrap1 ul {
    width:90%;
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    margin: 0 5% 0 5%;
}

div.event_wrap1 ul img {
    width:100%;
    }
div.event_wrap1 ul:last-child,
div.event_wrap1 ul.end{
    margin-right: 0;
}
div.event_wrap1 ul dl {
    padding: 10px;
}
div.event_wrap1 ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap1 ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap1 ul dl dd.center {
    text-align: center;
}
div.event_wrap1 ul dl dt a {
    color: #f25a9a;
}
div.event_wrap1 ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    
/*イベント情報2列*/
div.event_wrap2 {
    width:950px;
    margin:0 auto 30px;
    padding:15px 25px 25px 31px;
    background-color: #ffffff;
    /*background-color: #f1fafb;*/
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.event_wrap_large {
    width:970px;
    padding:0;
}
div.event_wrap2:last-child {
    margin-bottom: 60px;
}
div.event_wrap2 h3 {
    text-align: center;
    font-size: 24px;
}
div.event_wrap2 ul {
    width:48%;
    background: #fcfdfd;
    border: 1px solid #ccc;
    float:left;
    margin-right: 1%;
}

div.event_wrap2 ul img {
    width:100%;
    }
div.event_wrap2 ul:last-child,
div.event_wrap2 ul.end{
    margin-right: 0;
}
div.event_wrap2 ul dl {
    padding: 10px;
}
div.event_wrap2 ul dl dt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #f25a9a;
}
div.event_wrap2 ul dl dd p.txt {
    font-size: 14px;
}
div.event_wrap2 ul dl dt a {
    color: #f25a9a;
}
div.event_wrap2 ul dl dd p.day {
    padding: 7px 3px;
    background: #9ac3f7;
    margin-top:5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
   
    
/*ホテル*/
div.thethree_wrap {
    width:950px;
    margin:0 auto 40px;
    padding:25px 25px 25px 31px;
    background: url(../images/bg_hotel.png) no-repeat;
    background-color: #eee6c9;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.thethree_wrap img {
    width:100%;
}
div.thethree_wrap ul {
    width:295px;
    background:url(../images/hotel_parts_01.png) no-repeat;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    float:left;
    overflow: hidden;
}
div.thethree_wrap ul li.photo{
    padding: 0px 15px 0 21px;
    box-sizing: border-box;
    background: url(../images/hotel_parts_04.png);
}
div.thethree_wrap ul li.hotel01_cont{
    padding: 10px 15px 15px 21px;
    box-sizing: border-box;
    background: url(../images/hotel_parts_04.png);
    overflow: hidden;
    box-shadow: 0px 10px 0px -15px rgba(0,0,0,0.5);
}
div.thethree_wrap ul li dl {
    overflow: hidden;
    float:left;
}
div.thethree_wrap ul li dl dt{
    font-weight: bold;
    font-size: 16px;
    margin:10px 0 10px;
    display: inline-table;
}
div.thethree_wrap ul li dl dt span.wrap{
    width:48px;
    background: #f06b6b;
    padding: 2px 10px;
    color: #fff;
    float:left;
}
div.thethree_wrap ul li dl dt span.tit{
    float:right;
    text-align: left;
    width:180px;
    margin-left:10px;
}
.yoyaku_jr{
    width:390px;
    float:left;
    text-align: left;
    padding-top:5px;
    padding-left: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border:1px solid #333;
    background: url(../images/icon_jr.png);
    background-position: 10px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    margin:0px 0 10px 15px;
}
.yoyaku_air{
    width:390px;
    float:left;
    text-align: left;
    padding-top:5px;
    padding-left: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border:1px solid #333;
    background: url(../images/icon_air.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    margin:0px 0 0 15px;
}
.yoyaku_jr p,
.yoyaku_air p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:5px;
}
.yoyaku_jr span,
.yoyaku_air span{
    font-size: 14px;
}
dl.hotel_wrap {
    width:405px;
    padding: 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:20px;
    margin-left: 5px;
}
dl.hotel_wrap:nth-child(2n) {
    margin-left:10px;
}
dl.hotel_wrap dt {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-table;
}
dl.hotel_wrap dt span.wrap {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
}
dl.hotel_wrap dt span.blue {
    background: #48aed9;
}
dl.hotel_wrap dt span.orange {
    background: #f89304;
}
dl.hotel_wrap dt span.tit{
    float:right;
    text-align: left;
    width:320px;
    margin-left:10px;
    padding-top: 5px;
}
dl.hotel_wrap dd.ph {
    width:200px;
    float:left;
}
dl.hotel_wrap dd.txt {
    width:200px;
    float:right;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
dl.hotel_wrap dd.btn {
    width:200px;
    float:right;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.yoyaku_btn_03{
    margin:0 auto;
    width:100%;
    background: url(../images/icon_yado.png);
    background-position: 30px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 16px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
}
.yoyaku_btn_03:hover{
    opacity: 0.8;
}
.yoyaku_btn_03 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_03 a,
.yoyaku_btn_03 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
/*ホテル一覧*/
div.hotel_wrap {
    width:950px;
    margin:0 auto 60px;
    padding:25px 25px 25px 31px;
    /*background-color: #cee0dd;*/
    background-color: #eee6c9;
    overflow: hidden;
    color: #333333;
    box-sizing: border-box;
}
div.hotel_wrap dl dd.ph img {
    width:100%;
}
div.hotel_wrap dl {
    width:405px;
    padding: 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:20px;
}
div.hotel_wrap dl:nth-child(2n) {
    margin-right:20px;
}
div.hotel_wrap dl:nth-child(2),div.hotel_wrap dl:nth-child(3) {
    margin-bottom:0px;
}
div.hotel_wrap dl dt {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-table;
}
div.hotel_wrap dl dt span.wrap {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
}
div.hotel_wrap dl dt span.blue {
    background: #48aed9;
}
div.hotel_wrap dl dt span.orange {
    background: #f89304;
}
div.hotel_wrap dl dt span.tit{
    float:right;
    text-align: left;
    margin-left:10px;
    padding-top: 5px;
}
div.hotel_wrap dl dt span.tit2{
    float:right;
    text-align: left;
    margin-left:10px;
    padding-top: 5px;
}

	
span.date {
    font-size: 16px;
    font-feature-settings: "palt";
}
	
div.hotel_wrap dl dd.ph {
    width:200px;
    float:left;
}
div.hotel_wrap dl dd.txt {
    width:200px;
    float:right;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
div.hotel_wrap dl dd.btn {
    width:200px;
    float:right;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.yoyaku_btn_04{
    float:left;
    margin:0 2% 0 0;
    width:32%;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 12px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 5px;
}
.yoyaku_btn_04:hover{
    opacity: 0.8;
}
.yoyaku_btn_04 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_04 a,
.yoyaku_btn_04 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
.yoyaku_btn_05{
    margin:0 2% 0 0;
    width:32%;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 12px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
    float:left;
    border-radius: 5px;
}
.yoyaku_btn_05:hover{
    opacity: 0.8;
}
.yoyaku_btn_05 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_05 a,
.yoyaku_btn_05 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
.yoyaku_btn_06{
    margin:0 auto 0;
    width:32%;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px;
    font-size: 12px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333333;
    box-sizing: border-box;
    float:left;
    border-radius: 5px;
}
.yoyaku_btn_06:hover{
    opacity: 0.8;
}
.yoyaku_btn_06 i{
    float: right!important;
    position: absolute;
    left: 10px;
    top:30%;
    color: #cccccc;
}
.yoyaku_btn_06 a,
.yoyaku_btn_06 a:hover{
    text-decoration: none!important;
    display: block;
    color: #333333;
}
div.hotel_wrap dl.large {
    width:860px;
    padding: 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:15px;
}
div.hotel_wrap dl.large dt {
    width:100%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-table;
}
div.hotel_wrap dl.large dt img {
     float:left;   
    }
div.hotel_wrap dl.large dt span.wrap {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 15px 10px;
}
div.hotel_wrap dl.large dt span.wrap2 {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 15px 10px;
}
div.hotel_wrap dl.large dt span.blue {
    background: #48aed9;
}
div.hotel_wrap dl.large dt span.tit{
    float:left;
    padding-top: 20px;
    font-size: 20px;
}
div.hotel_wrap dl.large dt span.tit2{
    float:left;
    padding-top: 10px;
    font-size: 20px;
}
div.hotel_wrap dl.large dd.ph {
    width:450px;
    float:left;
    overflow: hidden;
}
div.hotel_wrap dl.large dd.txt {
    width:405px;
    float:left;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
div.hotel_wrap dl.large dd.txt span {
    height: 65px;
    display: block;
} 
    
div.hotel_wrap dl.small {
    width:405px;
    padding: 0 15px 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:15px;
}
div.hotel_wrap dl.small dt {
    width:100%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0px;
    display: inline-table;
}
div.hotel_wrap dl.small dt img {
     float:left;   
    }
div.hotel_wrap dl.small dt span.wrap {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 15px 10px;
}
div.hotel_wrap dl.small dt span.wrap2 {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 15px 10px;
}
div.hotel_wrap dl.small dt span.blue {
    background: #48aed9;
}
div.hotel_wrap dl.small dt span.tit{
    float:right;
    padding-top: 20px;
    font-size: 20px;
    width:310px;
}
div.hotel_wrap dl.small dt span.tit2{
    float:left;
    padding-top: 10px;
    font-size: 20px;
}
div.hotel_wrap dl.small dd.ph {
    width:100%;
    float:left;
    overflow: hidden;
    height: 250px;
}
div.hotel_wrap dl.small dd.txt {
    width:405px;
    float:left;
    text-align: left;
    padding-left: 0;
    box-sizing: border-box;
    font-size: 14px;
    padding-bottom:0;
}
div.hotel_wrap dl.small dd.txt span {
    display: block;
    padding: 10px 0;
} 

    
p.catch {
     text-align: center;
    font-size: 20px;
    padding: 15px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }
    
/*-----------プラン------------*/    
div.plan_hotel {
    width:940px;
    margin: 0 auto;
    background: #3b3b3b;
    text-align: center;
    }
	
h4 img {
    width: 362px;
    height: 57px;
    margin:0 auto 10px;
    }
	
.hotel_mainv img,.hotel_room img,.hotel_photo img{	
	width: 100%;
	}
.hotel_room,.btn_wrap{
    margin: 20px 0;
    padding: 20px 0;
}	
	
.hotel_room_title {
    background: url("../images/Ti_room.png") no-repeat;
    background-size: cover;
    margin: 20px auto 0;
    width: 100%;
    height: 32px;
}
.btn_wrap_title	{
    background: url("../images/Ti_plan.png") no-repeat;
    background-size: cover;
    margin: 20px auto;
    width: 100%;
    height: 32px;
}
.hotel_roombox {
    display: flex;
    justify-content: space-between;
	margin: 20px;
}

.roomimg{
    max-width: 32%; 
}	
	
	
div.plan_hotel p.hotel_catch {
    text-align: center;
    letter-spacing: 2px;
    font-size: 25px;
    padding: 35px 0;
    color: #b19739;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }	
	
div.plan_hotel p.hotel_ph {
    text-align: center;
    }
div.plan_hotel p.hotel_ph img {
    width:100%;
    }
div.plan_hotel p.hotel_txt01 {
    text-align: center;
    color: #ddd;
    line-height: 1.6;
    padding: 20px 0;
    font-size: 16px;
    }
div.plan_hotel p.hotel_txt02 {
    text-align: center;
    color: #ddd;
    line-height: 1.6;
    padding: 10px 0;
    font-size: 16px;
    }


.btn_a {
    display: flex; 
    justify-content: space-between; 
}

.btn_a div {
    flex: 1;
    text-align: center;
    padding: 10px;
    background-color: #140f00;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
	margin: 20px;
}
.btn_a div a{
	display: inline-block;
	color: #FFF;
	font-size: 18px;
}
.btn_a div:hover {
    text-decoration: none!important;
    opacity: 0.5;
}
	

.slider-img {
  margin: 0 0px;
    width:100%;
    box-sizing: border-box;
    padding: 10px 50px 50px 50px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-bottom: 30px;
}
    
.slider-img img {
  width:100%;
    text-align: center;
}
.slick-slide_wrap02 .slick-slide-js02 {
     width:100%; 
    }
.slick-slide_wrap02 .slick-slide-js02 img {
    width:100%;    
    }
.slider-img p.tit {
    text-align: center;
    font-size: 24px;
    padding: 20px;
    }
.slider-img p.date {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    background: #2c3882;
    color: #fff;
    border-radius: 5px;
    }
.slider-img p.txt01 {
    text-align: center;
    font-size: 18px;
    padding: 20px 10px 10px;
    line-height: 1.6;
    }
.slider-img p.txt02 {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    }
.bnr640120 {
    width: 640px;
    margin: 0 auto 50px;
}
.bnr640120 a:hover {
    opacity: 0.7;
}
    
#anchorlinks {
    width: 950px !important;
}
#anchorlinks p#pageback {
    float: left;
}
#anchorlinks p#pagetop2 {
    float: right;
}
#bnlinks{
	float: left;
	display: inline;
	width: 950px;
	margin: 10px 0 0 0;
	padding: 10px 0 0;
	background: #FFFFFF;
	border-top: 1px dashed #CCC;
}

#bnlinks ul{
	float: left;
	width: 950px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#bnlinks ul li{
	float: left;
	display: inline;
	width: 180px;
	margin: 0 5px;
	padding: 0;
	font-size: 10px;
}

#bnlinks ul li dl{
	margin: 0;
	padding: 0;
}

#bnlinks ul li dl dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#bnlinks ul li dl dd{
	margin: 0;
	padding: 5px 0 0 0;
    font-size: 12px;
}
.img100 {
     width:100%!important;   
    }
.banner {
    margin: 0 0 3em;
    text-align: center;
    }
.banner p {
    padding-top:5px;
     font-size: 18px;
    }

.plan_Dspecial {
    width: 950px;
    margin: 0px auto 80px;
}
.plan_Dspecial h3 {
    margin: 0 0 20px;
    padding: 10px 0;
    background: #B69B38;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.plan_Dspecial ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*justify-content: space-between; 3つの時 */
    justify-content: space-around; /*2つの時*/
}
.plan_Dspecial ul li {
    width: 30%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.plan_Dspecial ul li img {
    width: 100%;
}

/* フッターバナーエリア */
.bnrwrap {
    padding: 30px 0 0px;
  }
ul#bannerBox {
	max-width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }	
ul#bannerBox li {
    width: calc(100% / 4 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
.bnrwrap img{
     width: 100%;
     height: auto;
  }
.g_ryokou {
    width:950px;
    margin:0 auto 0px;
    padding-bottom: 30px;
    }
    .g_ryokou img {
        width:100%;
    }
    .g_ryokou ul {
        overflow: hidden;
    }
    .g_ryokou ul li {
        float:left;
        width:24.6%;
        margin-right: 0.5%;
    }
    .g_ryokou ul li img {
        width: 100%;
    }
    .g_ryokou ul li:last-of-type {
        margin-right: 0;
    }
    .g_ryokou p.txt {
        padding: 20px 0 0;
        font-size: 18px;
        text-align: center;
        line-height: 1.8;
    }
    .g_ryokou p.btn01 a{
    margin:0 auto;
    width:400px;
    border-radius: 10px;
    background: #11c0d3;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 20px auto 15px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        line-height: 1.0;
    }
    .g_ryokou p.btn01 i {
    float: right!important;
    position:absolute;
    right: 15px;
    }
    .g_ryokou p.btn01 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
    }
    .g_ryokou p.btn02 a{
    margin:0 auto;
    width:400px;
    border-radius: 10px;
    background: #ff6fba;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 10px auto;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        line-height: 1.0;
    }
    .g_ryokou p.btn02 i {
    float: right!important;
    position:absolute;
    right: 15px;
    }
    .g_ryokou p.btn02 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
    }
    .g_ryokou p.btn03 a{
    margin:0 auto;
    width:400px;
    border-radius: 10px;
    background: #2e9beb;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 10px auto;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
        line-height: 1.0;
    }
    .g_ryokou p.btn03 i {
    float: right!important;
    position:absolute;
    right: 15px;
    }
    .g_ryokou p.btn03 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
    }

    .g_ryokou .center {text-align: center;}
    .g_ryokou div.g_ryokou_img {
        margin: 0 0 20px;
    }
    .g_ryokou_attention01,
    .g_ryokou_attention02 {
        margin: 0 0 5px;
        font-weight: bold;
        font-size: 20px;
        color: #FF4D4D;
        text-align: center;
        line-height: 1.5;
    }
    .g_ryokou_attention02 {
        color: #FF8000;
    }
    .g_ryokou ul.link_green,
    .g_ryokou ul.link_blue {
        margin: 20px 0 80px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .g_ryokou ul.link_blue {
        margin: 20px 0 20px;
    }

    .g_ryokou ul.link_green li,
    .g_ryokou ul.link_blue li {
        width: calc(100% / 2 - 20px);
    }
    .g_ryokou ul.link_green li a,
    .g_ryokou ul.link_blue li a {
        display: block;
        width: 100%;
        padding: 1.5em 0;
        font-size: 15px;
        color: #fff;
        background-color: #92D050;
        font-weight: bold;
        text-align: center;
        border-radius: 8px;
    }
    /*
    .g_ryokou ul.link_green li:nth-of-type(2) a {
        background-color: #74B230;
    }
    .g_ryokou ul.link_green li:nth-of-type(3) a {
        background-color: #5F9127;
    }
    */
    .g_ryokou ul.link_blue li:nth-of-type(1) a {
        background-color: #2E75B6;
    }
    .g_ryokou ul.link_blue li:nth-of-type(2) a {
        background-color: #245D90;
    }
    .g_ryokou ul.link_blue li:nth-of-type(3) a {
        background-color: #1E4D78;
    }
    .g_ryokou h3.pickup_h3 {
        margin-left: -50px;
    }
    .g_ryokou h3 img {
        width: 100px;
        padding-right: 10px;
        vertical-align: sub;
    }
    
    
    .mg_bottom_space {
        margin-bottom: 20px!important;
    }
    
    
    div.main_copy {
        font-family: "Kaisei Opti", serif;
        font-size: 21px;
        width:100%;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 60px;
    }

#M_copyright {
	text-align: right;
}
#M_copyright img {
	padding-top: 1em;
	width: 50%;
}

}


@media screen and (min-width:760px) and ( max-width:970px) {
    #title h2 img {
        width: 100%;
    }
    
    div.event_wrap_large {
        width: 100%;
        padding: 0;
    }
    
    div.event_wrap_large {
        width: 100%;
        padding: 0;
    }
    
        div.event_wrap {
        width: 100%;
        margin: 30px auto 30px;
        padding: 15px 25px 25px 31px;
        background-color: #ffffff;
        /* background-color: #f1fafb; */
        overflow: hidden;
        color: #333333;
        box-sizing: border-box;
    }
    
    div.event_wrap ul {
        width: 48%;
        background: #fcfdfd;
        border: 1px solid #ccc;
        float: left;
        margin-right: 1%;
        margin-bottom: 15px;
    }
    
        .g_ryokou {
        width: 94%;
        margin: 0 3% 0px;
        padding-bottom: 30px;
    }
    
    .plan_Dspecial {
        width: 96%;
        margin: 0px 2% 80px;
    }
    
    div.hotel_wrap {
        width: 96%;
        margin: 0 2% 20px;
        padding: 25px 25px 25px 31px;
        /* background-color: #cee0dd; */
        background-color: #eee6c9;
        overflow: hidden;
        color: #333333;
        box-sizing: border-box;
    }
    
    div.hotel_wrap li {
    }
    
    div.hotel_wrap dl.large {
        width: 100%;
        padding: 15px;
        background: #fdfaf4;
        float: left;
        margin-bottom: 15px;
        box-sizing: border-box;
    }
    
    div.hotel_wrap dl.large {
    width:100%;
    padding: 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:15px;
        box-sizing: border-box;
}
div.hotel_wrap dl.large dt {
    width:100%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-table;
}
div.hotel_wrap dl.large dt img {
     float:left;   
    }
div.hotel_wrap dl.large dt span.wrap {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 15px 10px;
}
div.hotel_wrap dl.large dt span.wrap2 {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 15px 10px;
}
div.hotel_wrap dl.large dt span.blue {
    background: #48aed9;
}
div.hotel_wrap dl.large dt span.tit{
    float:left;
    padding-top: 20px;
    font-size: 20px;
}
div.hotel_wrap dl.large dt span.tit2{
    float:left;
    padding-top: 10px;
    font-size: 20px;
}
div.hotel_wrap dl.large dd.ph {
    width:50%;
    float:left;
    overflow: hidden;
}
div.hotel_wrap dl.large dd.txt {
    width:50%;
    float:left;
    text-align: left;
    padding-left: 2%;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
div.hotel_wrap dl.large dd.txt span {
    height:5.5em;
    display: block;
    font-size: 0.9em;
} 
    
div.hotel_wrap dl.small {
    width:49%;
    padding: 0 15px 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:15px;
    box-sizing: border-box;
}
div.hotel_wrap dl:nth-child(2n) {
        margin-right: 2%;
    }
div.hotel_wrap dl.small dt {
    width:100%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0px;
    display: inline-table;
}
div.hotel_wrap dl.small dt img {
     float:left;   
    }
div.hotel_wrap dl.small dt span.wrap {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 0 0;
}
div.hotel_wrap dl.small dt span.wrap2 {
    width: 48px;
    background: #f06b6b;
    padding: 5px 10px;
    color: #fff;
    float: left;
    line-height: 1;
    margin:15px 0 15px 10px;
}
div.hotel_wrap dl.small dt span.blue {
    background: #48aed9;
}
div.hotel_wrap dl.small dt span.tit{
    float:right;
    padding-top: 10px;
    font-size: 20px;
    width:100%;
}
div.hotel_wrap dl.small dt span.tit2{
    float:left;
    padding-top: 10px;
    font-size: 20px;
}
div.hotel_wrap dl.small dd.ph {
    width:100%;
    float:left;
    overflow: hidden;
    height: auto;
}
div.hotel_wrap dl.small dd.txt {
    width:100%;
    float:left;
    text-align: left;
    padding-left: 0;
    box-sizing: border-box;
    font-size: 14px;
    padding-bottom:0;
}
div.hotel_wrap dl.small dd.txt span {
    display: block;
    padding: 10px 0;
} 
    
.slick-slide-js {
    width:100%;
    margin: 0;
    left:0;
    }
    
.yoyaku_jr{
    width:48%;
    float:left;
    text-align: left;
    padding-top:5px;
    padding-left: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border:1px solid #333;
    background: url(../images/icon_jr.png);
    background-position: 10px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    margin:0px 0 10px 2%;
}
.yoyaku_air{
    width:48%;
    float:right;
    text-align: left;
    padding-top:5px;
    padding-left: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border:1px solid #333;
    background: url(../images/icon_air.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    margin:0px 0 0 2%;
}
.yoyaku_jr p,
.yoyaku_air p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:5px;
}
.yoyaku_jr span,
.yoyaku_air span{
    font-size: 14px;
}
dl.hotel_wrap {
    width:405px;
    padding: 15px;
    background: #fdfaf4;
    float:left;
    margin-bottom:20px;
    margin-left: 5px;
}
    
/* フッターバナーエリア */
.bnrwrap {
    padding: 30px 3% 0px;
    width:94%;
  }
ul#bannerBox {
	max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }	
ul#bannerBox li {
    width: calc(100% / 4 - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
ul#bannerBox li:nth-child(4n) {
    width: calc(100% / 4 - 0px);
    margin-right: 0;
    margin-bottom: 15px;
  }
.bnrwrap img{
     width: 100%;
     height: auto;
  }
    
#bnlinks{
	float: left;
	display: inline;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 0;
	background: #FFFFFF;
	border-top: 1px dashed #CCC;
}

#bnlinks ul{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#bnlinks ul li{
	float: left;
	display: inline;
	width: 24.25%;
	margin: 0 1% 0 0;
	padding: 0;
	font-size: 10px;
}
    
#bnlinks ul li:nth-child(4){
	float: left;
	display: inline;
	width: 24.25%;
	margin: 0 0;
	padding: 0;
	font-size: 10px;
}

#bnlinks ul li dl{
	margin: 0;
	padding: 0;
}

#bnlinks ul li dl dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
    
#bnlinks ul li dl dt img {
    width:100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#bnlinks ul li dl dd{
	margin: 0;
	padding: 5px 0 0 0;
    font-size: 12px;
}
    
div.main_copy {
        font-family: "Kaisei Opti", serif;
        font-size: 1rem;
        width:100%;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 50px;
    }



}
