@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding-bottom:30px;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
	font-family: 'Noto Serif JP', serif;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #fff100 80%);
	font-weight: bold;
  padding: 0 5px 5px 5px;
}
a.invalid{
	pointer-events: none;
}
a.godetail{
  height: 60px;
  padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
  color: #FFFFFF;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 10px auto;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    height: 50px;
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
}
p.credit {
	position: absolute;
	/*top:10px;*/
	bottom:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
}
.title_centerline{
	font-size: 140%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
  font-weight: bold;
}
.title_centerline:before,
.title_centerline:after {
  content: "";
  height: 1px; /* 線の太さ */
  background: #000; /* 線の色 */
  margin:0 15px;
	width: 250px;
}
@media screen and (max-width: 759.9px){
  .title_centerline{
    font-size: 120%;
    margin-bottom: 30px;
  }
  .title_centerline:before,
  .title_centerline:after {
    width: 70px;
    margin:0 8px;
  }
}
/*--------.page_roof_fade-------------*/
.page_roof_fade {
	width: 100%;
  position: relative;
	margin-bottom: 20px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.page_roof_fade .roof{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.3);/*ロゴ下の暗さ*/
}
.page_roof_fade .roof h2{
	width: 100%;
  height: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof_fade .roof h2 img{
  width:100%;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}
.page_roof_fade .roof .lead{
	position: absolute;
	width: 95%;
	max-width: 950px;
	margin: 0 auto 30px;
	bottom: 0;
	left: 0;
	right: 0;
}
.page_roof_fade .roof .lead p{
	font-size: 130%;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5),2px 2px 4px rgba(0,0,0,0.5),2px 2px 4px rgba(0,0,0,0.5),-2px -2px 4px rgba(0,0,0,0.5),-2px -2px 4px rgba(0,0,0,0.5),-2px -2px 4px rgba(0,0,0,0.5);
}
@keyframes fadeIn { 
  0% { opacity: 0; }
  40% { opacity:0;}
  100% { opacity:1;}
}
@media screen and (max-width: 759.9px){
	.page_roof_fade .roof .lead{
		margin-bottom: 10px;
	}
  .page_roof_fade .roof .lead p{
    font-size: 100%;
		line-height: 1.6;
  }
}

/*-------------トップリード   --------------*/
#pageTopLead {
  margin-bottom: 20px;
}
#pageTopLead .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#pageTopLead .inner p{
	font-size: 140%;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
  #pageTopLead .inner p{
    font-size: 110%;
  }
}
/*------------ページナビ --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
nav#pageNav {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
	background-image: linear-gradient(130deg, rgba(144, 169, 254, 1), rgba(192, 222, 255, 0.8));
}
nav#pageNav ul {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav#pageNav ul a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
	margin: 0;
  border-right:1px solid #FFFFFF;
  flex-grow: 1;
	color:#262CA0;
	font-size: 130%;
	font-weight: bold;
}
nav#pageNav ul a:last-child {
  border-right:none;
}
nav#pageNav a:hover,
nav#pageNav a.selected{
  background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 759.9px) {
	nav#pageNav {
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px;
	}
	nav#pageNav ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	nav#pageNav ul a {
		height: 50px;
		font-size: 90%;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
}
.pageContent .inner > h2{
	color: #986300;
  text-align: center;
  font-size: 200%;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 759.9px){
  .pageContent .inner > h2{
    font-size: 160%;
    margin-bottom: 20px;
  }
}
/*-------------マップ--------------*/
#map{
	padding: 20px 0;
}
#map .inner{
	text-align: center;
}
#map img{
	width: 80%;
  max-width: 700px;
}
@media screen and (max-width: 759.9px){
}
/*-------------三重の味覚--------------*/
#mikaku {
  background: #fffbf2;
	margin-bottom: 30px;
  padding: 80px 0 10px;
}
#mikaku .box {
  width:100%;
	position: relative;
	background: none;
	box-shadow: none;
	text-align: center;
}
#mikaku .box p.deco{
	font-size: 120%;
	margin-bottom: 10px;
}
#mikaku .box p.deco span{
	font-size: 110%;
	font-weight: bold;
	background: linear-gradient(transparent 80%, #fff100 80%);
}
#mikaku .box .photo img{
  width:70%;
}
#mikaku .box .comment{
	padding: 15px 5px 0;
  text-align: center;
}
#mikaku .box .yoyaku{
	width: 60%;
	margin: 10px auto;
}
@media screen and (max-width: 759.9px){
}


/*-------------おすすめスポット--------------*/
#spot {
	margin-bottom: 30px;
}
#spot h3{
  font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#spot h3 span{
  font-size: 110%;
	padding: 2px 7px 4px;
	margin-right: 5px;
}
#ise h3{
	color:#684309;
}
#toba h3{
	color:#13103A;
}
#shima h3{
	color:#333242;
}
#ise .grad{
	background-image: linear-gradient(139deg, rgba(191, 166, 115, 1), rgba(191, 166, 115, 0.25) 100%);
}
#toba .grad{
	background-image: linear-gradient(139deg, rgba(164, 187, 194, 1), rgba(164, 187, 194, 0.25) 100%);
}
#shima .grad{
	background-image: linear-gradient(139deg, rgba(167, 152, 143, 1), rgba(167, 152, 143, 0.25) 100%);
}
@media screen and (max-width: 759.9px){
  #spot h3{
    font-size: 160%;
  }
}
.box {
  width:100%;
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.box .photo{
  width:100%;
  text-align: center;
}
.box h4{
	position: absolute;
	top:10px;
	left:15px;
	font-size: 200%;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2),2px 2px 4px rgba(0,0,0,0.2),2px 2px 4px rgba(0,0,0,0.2),-2px -2px 4px rgba(0,0,0,0.2),-2px -2px 4px rgba(0,0,0,0.2),-2px -2px 4px rgba(0,0,0,0.2);
	color: #FFFFFF;
	z-index: 1;
	letter-spacing: 0.1em;
}
#ise .box{
	background-image: linear-gradient(139deg, rgba(191, 166, 115, 0.7), rgba(191, 166, 115, 0.1) 100%);
}
#toba .box{
	background-image: linear-gradient(139deg, rgba(164, 187, 194, 0.7), rgba(164, 187, 194, 0.1) 100%);
}
#shima .box{
	background-image: linear-gradient(139deg, rgba(167, 152, 143, 0.7), rgba(167, 152, 143, 0.1) 100%);
}

.box .comment{
	padding: 15px 15px;
}
.box .comment p{
	font-size: 100%;
}
@media screen and (max-width: 759.9px){
  .box h4{
    position: absolute;
    top:8px;
    left:15px;
    font-size: 160%;
  }
}
/*-------------土産・グルメ情報--------------*/
#souvenir {
  background: #fffbf2;
	margin-bottom: 30px;
  padding: 30px 0 10px;
}
#souvenir .box {
  width:100%;
	position: relative;
	background: none;
	box-shadow: none;
}
#souvenir .box .photo img{
  width:70%;
}
#souvenir .box h4{
}
#souvenir .box .comment{
	padding: 15px 5px 0;
  text-align: center;
}
#souvenir .box .comment p{
	font-size: 100%;
}
@media screen and (max-width: 759.9px){
}
/*-------------宿泊施設--------------*/
#hotel {
	margin-bottom: 30px;
}
.hotel_unit {
  width:100%;
	display: flex;
	flex-wrap: wrap;
  margin-bottom: 30px;
}
.hotelbox,
a.hotelbox{
  width:44%;
	margin:0 3% 30px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  position: relative;
  padding-bottom: 50px;
}
.hotelbox {
	background-image: linear-gradient(130deg, rgba(144, 169, 254, 1), rgba(192, 222, 255, 0.8));
}
/*.hotelbox.ise {
	background-image: linear-gradient(139deg, rgba(191, 166, 115, 0.7), rgba(191, 166, 115, 0.1) 100%);
}
.hotelbox.toba {
	background-image: linear-gradient(139deg, rgba(164, 187, 194, 0.7), rgba(164, 187, 194, 0.1) 100%);
}
.hotelbox.shima{
	background-image: linear-gradient(139deg, rgba(167, 152, 143, 0.7), rgba(167, 152, 143, 0.1) 100%);
}*/
.hotelbox h4{
	text-align: center;
	font-size: 160%;
  margin-bottom: 20px;
}
.hotelbox,
a.hotelbox{
	color:#262CA0;
}
/*.hotelbox.ise,
a.hotelbox.ise{
	color:#684309;
}
.hotelbox.toba,
a.hotelbox.toba{
	color:#13103A;
}
.hotelbox.shima,
a.hotelbox.shima{
	color:#333242;
}*/
.hotelbox .photo{
  width:100%;
	margin-bottom: 10px;
}
.hotelbox .photo img{
  width:100%;
}
.hotelbox ul.icon {
   display: none;
  /*width:90%;
  display: flex;
  align-items: center;
  margin: 0 auto 20px;*/
}
.hotelbox ul.icon li{
  width: 25%;
  text-align: center;
}
.hotelbox ul.icon li img{
  width: 80%;
  background: #FFFFFF;
}
.hotelbox ul.icon li p{
  font-size: 12px;
  text-align: center;
}
.hotelbox .btn {
  position: absolute;
  bottom: 15px;
  left:0;
  right:0;
  width: 60%;
  height: 30px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
	padding:0 20px 0 10px;
  font-size:100%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotelbox .btn::before{
  content:"詳細を見る";
}
.hotelbox .btn.close::before{
  content:"詳細を閉じる";
}
.hotelbox .btn::after{
  content:"";
  position: absolute;
  top:5px;
  bottom:5px;
  right:20px;
  width: 40px;
  background-image: url("../images/arrow_maru_w.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.btn:hover{
  opacity: 0.7;
  text-decoration: none !important;
}
.btn:hover::after {
  background-position: center right;
}
@media screen and (max-width: 759.9px){
  .hotelbox,
  a.hotelbox{
    width:80%;
    margin:0 auto 20px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    position: relative;
    padding-bottom: 40px;
  }
  .hotelbox h4{
    font-size: 130%;
  }
	.hotelbox .btn{
    position: absolute;
    bottom: 12px;
    left:0;
    right:0;
    height: 25px;
    font-size:80%;
  }
  .hotelbox .btn::after{
    content:"";
    position: absolute;
    top:3px;
    bottom:3px;
    right:20px;
    width: 30px;
    background-image: url("../images/arrow_maru_w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
  }
  .hotelbox .btn.close::after{
    content:"";
    position: absolute;
    top:3px;
    bottom:3px;
    right:20px;
    width: 30px;
    background-image: url("../images/arrow_maru_w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(270deg);
  }
  .hotelbox ul.icon li p{
    white-space: nowrap;
    line-height: 1.2;
    transform: scale(0.5);
  }
}
/*-----プランをまとめてみる-------------------*/
.otherplan {
  text-align: center;
  margin-bottom: 30px;
}
.otherplan > .banner_unit{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.otherplan > .banner_unit a{
  width: 31.3%;
  margin: 0 1% 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
}
.otherplan > .banner_unit a img{
  max-width: 100%;
}
.otherplan > .banner_unit a p{
  font-size: 110%;
  margin-bottom: 10px;
}

@media screen and (max-width: 759.9px){
  .otherplan > .banner_unit a{
    width: 80%;
    margin: 0 auto 20px;
  }
}
/*-----宿泊施設-------------------*/
.hotel_intro{
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 20px;
  padding: 20px;
  font-size: 100%;
}
@media screen and (max-width: 759.9px){
  .hotel_intro{
    width: 100%;
    margin: 0 auto 10px;
    font-size: 90%;
    padding: 10px 10px 5px;
  }
}
.hotel_intro.ise {
	background-image: linear-gradient(139deg, rgba(191, 166, 115, 0.5), rgba(191, 166, 115, 0.1) 100%);
}
.hotel_intro.toba {
	background-image: linear-gradient(139deg, rgba(164, 187, 194, 0.5), rgba(164, 187, 194, 0.1) 100%);
}
.hotel_intro.shima {
	background-image: linear-gradient(139deg, rgba(167, 152, 143, 0.5), rgba(167, 152, 143, 0.1) 100%);
}
.popup_content .hotel_intro.ise {
	background: rgba(191, 166, 115, 1);
}
.popup_content .hotel_intro.toba {
	background:rgba(164, 187, 194, 1);
}
.popup_content .hotel_intro.shima {
	background: rgba(167, 152, 143, 1);
}


.hotel_intro .photo_comment{
  display: flex;
  flex-wrap: wrap;
	align-content: space-between;
  margin-bottom: 20px;
}
.hotel_intro .photo_comment .photo{
  width: 70%;
  position: relative;
}
.hotel_intro .photo_comment .photo h3{
  position: absolute;
  top:1em;
  left: -1em;
  width: 60%;
  color: #FFFFFF;
  font-weight: 140%;
  z-index: 2;
  padding:0.5em 1em;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.hotel_intro.ise .photo h3{
	background:#684309;
}
.hotel_intro.toba .photo h3{
	background:#13103A;
}
.hotel_intro.shima .photo h3{
	background:#333242;
}

.hotel_intro .photo_comment .comment{
  width: 30%;
  padding-top: 10px;
  padding-left: 20px;
	height: 100%;
  text-align: left;
}
@media screen and (max-width: 759.9px){
  .hotel_intro .photo_comment{
    margin-bottom: 10px;
  }
  .hotel_intro .photo_comment .photo{
    width: 100%;
    position: relative;
  }
  .hotel_intro .photo_comment .comment{
    width: 100%;
    padding: 10px;
  }
  .hotel_intro .photo_comment .photo h3{
    width: 75%;
  }
}
.hotel_intro .photo_comment p.lead{
	width: 100%;
  font-size: 140%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.hotel_intro .photo_comment .comment p{
  font-size: 110%;
}
.hotel_intro.ise p.lead{
	color:#684309;
}
.hotel_intro.toba p.lead{
	color:#13103A;
}
.hotel_intro.shima p.lead{
	color:#333242;
}
@media screen and (max-width: 759.9px){
  .hotel_intro .photo_comment p.lead{
    font-size: 120%;
    margin-bottom: 10px;
  }
}
.hotel_intro ul.icon {
  /*display: none;*/
  width:100%;
  display: flex;
  justify-content: flex-start;
	margin-top: 30px;
}
.hotel_intro ul.icon li{
  width: 25%;
  text-align: center;
}
.hotel_intro ul.icon li img{
  width: 80%;
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
}
.hotel_intro ul.icon li p{
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 759.9px){
  .hotel_intro ul.icon {
    justify-content: center;
  }
  .hotel_intro ul.icon li p{
    white-space: nowrap;
    line-height: 1.2;
    transform: scale(0.5);
  }
}
.hotel_intro .plan_info{
  width: 98%;
  background: rgba(255,255,255,0.6);
  padding: 15px 20px;
	position: relative;
	border: 3px solid #333333;
	margin: 0 auto 10px;
}
.hotel_intro .plan_info h4{
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  line-height: 2;
}
/*-----宿泊施設--2023-----------------*/
.hotel_intro2{
  width: 100%;
  margin: 0;
  border-radius: 20px;
  padding: 20px;
  font-size: 100%;
	height: 100%;
}
@media screen and (max-width: 759.9px){
  .hotel_intro2{
    width: 100%;
    font-size: 90%;
    padding: 10px 10px 5px;
  }
}
.hotel_intro2.ise {
	background-image: linear-gradient(139deg, rgba(191, 166, 115, 0.5), rgba(191, 166, 115, 0.1) 100%);
}
.hotel_intro2.toba {
	background-image: linear-gradient(139deg, rgba(164, 187, 194, 0.5), rgba(164, 187, 194, 0.1) 100%);
}
.hotel_intro2.shima {
	background-image: linear-gradient(139deg, rgba(167, 152, 143, 0.5), rgba(167, 152, 143, 0.1) 100%);
}
.hotel_intro2 .photo_comment .photo{
  width: 100%;
  position: relative;
	margin-bottom: 10px;
}
.hotel_intro2 .photo_comment .photo h3{
  position: absolute;
  top:1em;
  left: -1em;
  width: 60%;
  color: #FFFFFF;
  font-weight: 140%;
  z-index: 2;
  padding:0.5em 1em;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.hotel_intro2.ise .photo h3{
	background:#684309;
}
.hotel_intro2.toba .photo h3{
	background:#13103A;
}
.hotel_intro2.shima .photo h3{
	background:#333242;
}
.hotel_intro2 .photo_comment .comment{
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 759.9px){

}
.hotel_intro2 .photo_comment p.lead{
	width: 100%;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
	margin-bottom: 10px;
}
.hotel_intro2 .photo_comment .comment p{
  font-size: 110%;
}
.hotel_intro2.ise p.lead{
	color:#684309;
}
.hotel_intro2.toba p.lead{
	color:#13103A;
}
.hotel_intro2.shima p.lead{
	color:#333242;
}
@media screen and (max-width: 759.9px){
  .hotel_intro2 .photo_comment p.lead{
    font-size: 110%;
    margin-bottom: 10px;
  }
}

.hotel_intro .plan_info{
  width: 98%;
  background: rgba(255,255,255,0.6);
  padding: 15px 20px;
	position: relative;
	border: 3px solid #333333;
	margin: 0 auto 10px;
}
.plan_info h4{
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  line-height: 2;
}
.plan_info .title{
	position: absolute;
	top:-10px;
	left: -10px;
	width: 122px;
	height: 122px;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	background: url("../images/title_corner.png")no-repeat center center;
	background-size: contain;
	font-family: 'Noto Sans JP', sans-serif;
}
.plan_info .title span{
	transform: rotate(-45deg);
	display: block;
	text-align: center;
	margin-top: 15px;
}

.plan_info .recommend{
  display: flex;
  flex-wrap: wrap;
  align-content:space-between;
  justify-content: space-between;
  width: 100%;
  font-size: 100%;
  margin-bottom: 40px;
}
.recommend dt{
  width: 35%;
}
.recommend dt img{
  width: 100%;
}
.recommend dd{
  width: 63%;
}
@media screen and (max-width: 759.9px){
	.hotel_intro .plan_info{
		width: 98%;
		padding: 15px 15px;
		border: 2px solid #333333;
		margin: 0 auto 10px;
	}
	.plan_info h4{
		margin-top: 30px;
		font-size: 130%;
		padding-left: 15px;
	}
  .plan_info .recommend{
    justify-content: center;
    margin-bottom: 30px;
  }
  .recommend dt{
    width: 80%;
    margin-bottom: 10px;
  }
  .recommend dd{
    width: 90%;
  }
}
.recommend .comment{
  margin-bottom: 10px;
}
.recommend .otanoshimi{
  display: flex;
  align-items: center;
}
.otanoshimi .title2 {
  width: 120px;
  height: 120px;
  /*background: #E3F039;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
	background: url("../images/title_fukidashi.png")no-repeat center center;
	background-size: contain;
	font-weight: bold;
}


@media screen and (max-width: 759.9px){
  .recommend .otanoshimi {
		flex-direction: column;
		justify-content: center;
  }
  .otanoshimi .title2 {
    width: 110px;
    height:110px;
		font-size: 10px;
		background: url("../images/title_fukidashi_sp.png")no-repeat center center;
		background-size: contain;
  }
}
.otanoshimi ul {
  margin-left: 1em;
}
.otanoshimi ul li{
  border-left:solid 5px #fff100;
  padding-left: 10px;
  margin-bottom: 10px;
}
.yoyaku {
  margin-bottom: 10px;
}
.yoyaku_unit {
  display: flex;
  justify-content: center;
}
.yoyaku_unit a{
  width: 80%;
  max-width: 400px;
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----トップwiper カスタマイズ---徐々に拡大する-----------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
}
.swiper-container.top .swiper-slide{
  position: relative;
	width: 100%;
	margin:0;
  height: 450px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container.top .swiper-slide p{
	z-index: 10;
  position: absolute;
  width: 95%;
  max-width: 950px;
	margin:0 auto 10px;
	bottom:0;
	right:0;
  left: 0;
	text-align: right;
	font-size: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.swiper-container.top .swiper-slide .slide-img {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right:0 ;
	width: 100%;
  height: 100%;
	margin:0;
  background-size: cover; 
  background-position: center center; /* 背景画像は中央を軸に表示させる */
}
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media screen and (max-width: 759.9px){
  .swiper-container.top .swiper-slide{
    position: relative;
    width: 100%;
    margin:0;
    height: 60vw;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
	.swiper-container.top .swiper-slide p{
		top:5px;
		bottom:auto;
		right:10px;
		left: 0;
		text-align: right;
		font-size: 12px;
		color: #FFFFFF;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-prev.inbox img{
	width: 100%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
		display: none;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}
/*-----スライドswiper 横スワップ--------------------*/
.swiper-container.main{
  width: 100%;
  padding: 0 5%;
  margin-bottom: 50px;
}
.swiper-container.main::before{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  z-index: 2;
}
.swiper-container.main::after{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:1;
}
.swiper-container.main::before,
.swiper-container.main::after{
  background:#FFFFFF;
}
.swiper-container.main > .swiper-wrapper > .swiper-slide {
	height: auto;
	padding-bottom: 5px;
}
.swiper-container.main .swiper-slide .box {	
	height: 100%;
}
.swiper-container.main .swiper-slide a:hover{
  opacity: 0.7;
  color:inherit;
  text-decoration: none !important;
}
.swiper-pagination.main{
  display: none;
}
.swiper-pagination.main .swiper-pagination-bullet {
  margin: 0 5px !important;
  background: #CCCCCC;
  opacity: 0.6;
}
.swiper-pagination.main .swiper-pagination-bullet-active{
  background: #079FE2;
  opacity: 1;
}
.swiper-button-prev.main::after,
.swiper-button-next.main::after{
  display: none;
}
.swiper-button-prev.main{
  position: absolute;
  top:40%;
  left: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}
.swiper-button-next.main{
  position: absolute;
  top:40%;
  right: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}

@media screen and (max-width: 759.9px){
	.swiper-container.main{
		width: 100%;
		padding: 0 5px;
		margin-bottom: 50px;
	}
	.swiper-container.main::before,
	.swiper-container.main::after,
	.swiper-container.main > .swiper-pagination,
  .swiper-button-prev.main,
  .swiper-button-next.main{
    display: none;
  }
}
/*-----スライドswiper お土産　横スワップ--------------------*/
.swiper-container.souvenir{
  width: 100%;
  padding: 0 5%;
  margin-bottom: 50px;
}
.swiper-container.souvenir::before{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  z-index: 2;
}
.swiper-container.souvenir::after{
  content:"";
  width: 4%;
  height: 100%;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  z-index:1;
}
.swiper-container.souvenir::before,
.swiper-container.souvenir::after{
  background:#fffbf2;
}
.swiper-container.souvenir > .swiper-wrapper > .swiper-slide {
	height: auto;
	padding-bottom: 5px;
}
.swiper-container.souvenir .swiper-slide .box {	
	height: 100%;
}
.swiper-container.souvenir .swiper-slide a:hover{
  opacity: 0.7;
  color:inherit;
  text-decoration: none !important;
}
.swiper-pagination.souvenir{
  display: none;
}
.swiper-pagination.souvenir .swiper-pagination-bullet {
  margin: 0 5px !important;
  background: #CCCCCC;
  opacity: 0.6;
}
.swiper-pagination.souvenir .swiper-pagination-bullet-active{
  background: #079FE2;
  opacity: 1;
}
.swiper-button-prev.souvenir::after,
.swiper-button-next.souvenir::after{
  display: none;
}
.swiper-button-prev.souvenir{
  position: absolute;
  top:40%;
  left: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}
.swiper-button-next.souvenir{
  position: absolute;
  top:40%;
  right: 0;
	font-size:50px;
  cursor: pointer;
  color: #333333;
}

@media screen and (max-width: 759.9px){
	.swiper-container.souvenir{
		width: 100%;
		padding: 0 5px;
		margin-bottom: 50px;
	}
	.swiper-container.souvenir::before,
	.swiper-container.souvenir::after,
	.swiper-container.souvenir .swiper-pagination,
  .swiper-button-prev.souvenir,
  .swiper-button-next.souvenir{
    display: none;
  }
}
/*------------ポップアップ-------------------*/
@media screen and (max-width: 759.9px){
  label,
  .btn.pc{
    display: none;
  }
}
.popup_wrap input {
   display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(213,213,213,0.9);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 950px;
  padding: 40px 20px;
  box-sizing: border-box;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 759.9px){
  .popup_content {
    padding: 40px 0 60px;
    background-size: auto 120%;	
  }
}  
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}

.panel {
 display: none;
}
@media screen and (min-width: 760px){
  .btn.sp {
    display: none;
  }
}
@media screen and (max-width: 759.9px){
}
