@charset "utf-8";
@import url('https://www.nta.co.jp/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;
	font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
}
#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;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.attention{
	font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
}
.deco span{
	font-size: 90%;
	font-weight: normal;
	padding: 0 25px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 10px;
  display: inline-block;
}
@media screen and (max-width: 759.9px){
	.deco span{
		padding: 0 20px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
}

a.godetail{
	width: 48%;
	max-width: 400px;
	margin:0 1% 20px;
  height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size:100% ;
	color: #FFFFFF;
	z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100%;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size:100% ;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size:100% ;
	pointer-events: none;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    min-height: 55px;
		padding: 5px 0 10px;
		font-size: 90%;
		margin-bottom: 20px;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  background: url("../images/top_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
  margin-bottom: 20px;
}
.page_roof > .inner {
	width: 100%;
	height: 100%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
}
.page_roof h2{
  width: 100%;
	max-width: 950px;
	height: 100%;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  height: 85%;
}
.page_roof p.credit{
  position: absolute;
	bottom: 10px;
  right: 0;
	text-align: right;
  padding: 2px 15px;
  background:rgba(255,255,255,0.8);
	border-radius: 15px;
  font-size: 12px;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    height:28vh ;
  }
	.page_roof h2 img{
		height: 80%;
	}
	.page_roof p.credit{
		bottom: 5px;
		right: 5px;
		text-align: right;
		padding: 0  10px;
		background:rgba(255,255,255,0.8);
		border-radius: 10px;
		font-size: 10px;
	}
}
/*-------------トップリード   --------------*/
#pageTopLead {
  margin-bottom: 20px;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	line-height: 1.8;
}
#pageTopLead > .inner p span{
	font-size: 110%;
	color: #EC0206;
  font-weight: bold;
}

@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
}
/*-------------ナビ --------------*/
nav#pageNav,
nav#pageNav2{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
nav#pageNav.toppage{
	margin-bottom: 50px;
}
nav#pageNav ul,
nav#pageNav2 ul{
	width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav#pageNav ul li,
nav#pageNav2 ul li{
	width: 31.3%;
  display: flex;
  justify-content:center;
  align-items: center;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
  margin: 0 1%;
}
nav#pageNav ul li{
	border-radius: 20px 20px 0 0;
}
nav#pageNav.toppage ul li{
	border-radius: 20px;
}
nav#pageNav2 ul li{
	border-radius: 0 0 20px 20px;
}
nav#pageNav ul li img,
nav#pageNav2 ul li img{
	width: 75%;
}
nav#pageNav ul li p,
nav#pageNav2 ul li p{
	font-size: 200%;
	font-weight: bold;
}

@media screen and (max-width: 759.9px){
  nav#pageNav.toppage ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
	nav#pageNav ul li{
		padding: 10px 0;
	}
  nav#pageNav.toppage ul li{
    width: 100%;
    margin-bottom:20px;
  }
	nav#pageNav ul li img{
		width: 80%;
	}
	nav#pageNav ul li p,
	nav#pageNav2 ul li p{
		font-size: 160%;
		font-weight: bold;
	}
		nav#pageNav2{
		margin-bottom: 30px;
	}
}
/*-----------色-------------*/
nav#pageNav ul li.kanazawa,
nav#pageNav2 ul li.kanazawa{
  background: #ffffe0;
	color: #f15a24;
}
nav#pageNav ul li.hiroshima,
nav#pageNav2 ul li.hiroshima{
  background: #f0f8ff;
	color: #1e4e66;
}
nav#pageNav ul li.okayama,
nav#pageNav2 ul li.okayama{
	background: #F7E0FC;
	color: #582081;
}
#okayama_panel .color{
  color:#582066;
}
#hiroshima_panel .color{
  color:#1e4e66;
}
#kanazawa_panel .color{
  color:#f15a24;
}
#okayama_panel .ribbon {
  background: #e7b8f2;
  color:#582066;
}
#hiroshima_panel .ribbon {
  background: #7fc8f4;
  color:#1e4e66;
}
#kanazawa_panel .ribbon {
  background: #fcc695;
  color:#f15a24;
}
#okayama_panel.tab_wrap {
	background:#f7e0fc;
}
#hiroshima_panel.tab_wrap {
	background:#f0f8ff;
}
#kanazawa_panel.tab_wrap{
	background:#ffffe0;
}
#okayama_panel .ribbon::before {
  border-color: transparent #f7e0fc transparent transparent;
}
#okayama_panel .ribbon::after {
  border-color: transparent transparent transparent #f7e0fc;
}
#hiroshima_panel .ribbon::before {
  border-color: transparent #f0f8ff transparent transparent;
}
#hiroshima_panel .ribbon::after {
  border-color: transparent transparent transparent #f0f8ff;
}
#kanazawa_panel .ribbon::before {
  border-color: transparent #ffffe0 transparent transparent;
}
#kanazawa_panel .ribbon::after {
  border-color: transparent transparent transparent #ffffe0;
}
#okayama_panel .area dl dd h3{
	background: #582066;
}
#hiroshima_panel .area dl dd h3{
	background: #1e4e66;
}
#kanazawa_panel .area dl dd h3{
	background: #f15a24;
}
#okayama_panel h2.dotline.area{
	border-bottom: 3px dotted #582066;
}
#hiroshima_panel h2.dotline.area{
	border-bottom: 3px dotted #1e4e66;
}
#kanazawa_panel h2.dotline.area{
	border-bottom: 3px dotted #f15a24;
}

/*-----------pageContent--------------*/
.pageContent {
	width: 100%;
}
.pageContent .inner{
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
@media screen and (max-width: 759.9px){
	.pageContent .inner {
		width: 90%;
	}
}
.tab_wrap{
  width:100%;
  margin: 0 auto;
}
.tab_wrap > .inner{
  width:95%;
  max-width: 950px;
  margin: 0 auto;
	padding: 60px 0 30px;
}
.tab_wrap .ribbon {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100px;
	padding: 15px 40px 0;
}
.ribbon h2 {
	font-size: 160%;
  text-align: center;
}
.ribbon::before {
	content: "";
	position: absolute;
	top:0;
  right:0;
  bottom:0;
	width: 0;
	height:0;
  border-style: solid;
  border-width: 50px 25px 50px 0px;
}
.ribbon::after {
	content: "";
	position: absolute;
	top:0;
  left:0;
  bottom:0;
	width: 0;
	height:0;
  border-style: solid;
  border-width: 50px 0 50px 25px;
}
#kanazawa_panel .ribbon {
  margin-top:20px;
}
@media screen and (max-width: 759.9px){
	.tab_wrap .ribbon {
		margin: 0 auto 30px;
		height: 80px;
		padding: 15px 30px 0 30px;
	}
	#okayama_panel .ribbon {
    height: 90px;
  }
  #kanazawa_panel .ribbon {
    margin-top:50px;
  }
	.ribbon h2 {
		font-size: 120%;
	}
	.ribbon::before {
		border-width: 40px 20px 40px 0px;
	}
	.ribbon::after {
		border-width: 40px 0 40px 20px;
	}
}

.ribbon .fukidashi{
	position: absolute;
	top:-80px;
	left:-50px;
	width: 260px;
	height: 130px;
	background: url("../images/fukidashi.png")no-repeat center;
	background-size: contain;
	text-align: center;
	font-size: 90%;
  padding: 30px 0 0 0;
	font-weight: bold;
	color: #EC0206;
	transform: rotate(-5deg);
  line-height: 1.6;
	z-index: 1;
}
@media screen and (max-width: 759.9px){
	.ribbon .fukidashi{
		position: absolute;
		top:-100px;
		left:-10px;
		width: 260px;
		height: 120px;
		font-size: 85%;
    padding-top: 25px;
	}
}

.tab_wrap .photo {
	width: 90%;
	margin: 0 auto 40px;
}
.yoyaku_unit{
  margin: auto 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.yoyaku_unit p{
	width: 100%;
	text-align: center;
	font-size: 110%;
	margin-bottom: 10px;
}
.tab_wrap h2.dotline{
	width: 75%;
	max-width: 400px;
	font-size: 200%;
	margin: 0 auto 30px;
	text-align: center;
	position: relative
}
h2.dotline .fukidashi{
	font-size: 60%;
	padding: 5px 20px;
	background: #FFFFFF;
	border-radius: 20px;
	line-height: 3;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2.dotline .fukidashi::after{
  content: "\A";
  white-space: pre;
}
h2.dotline span.color{
	font-size: 110%;
	margin-right: 5px;
}
@media screen and (max-width: 759.9px){
  .tab_wrap h2.dotline{
    font-size: 150%;
  }
}
.shop_unit{
	width: 100%;
	margin-bottom: 20px;
}
.shop_unit .swiper-slide {
	padding: 20px 35px 40px;
}
@media screen and (max-width: 759.9px){
	.shop_unit .swiper-slide {
		padding:0 15px 20px;
	}
}
.shop_unit dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop_unit dl dt{
	width: 49%;
}
.shop_unit dl dt img{
	width: 100%;
}
.shop_unit dl dd{
	width: 49%;
}
.shop_unit dl dd h3{
	font-size: 160%;
	margin-bottom: 10px;
	display:inline-block;
	line-height: 1.4;
	color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 5px;
	white-space: nowrap;
}

.shop_unit dl dd h4{
	font-size: 130%;
	margin-bottom: 5px;
}
.shop_unit dl dd h4 span{
	font-size: 90%;
	color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 5px;
	margin-right: 10px;
}
.shop_unit dl dd .comment{
	margin-bottom: 5px;
}
.shop_unit dl dd .info{
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
}
.shop_unit dl dd .info li {
	margin-bottom: 5px;
}
.shop_unit dl dd .info li span{
	font-weight: bold;
  font-size: 90%;
}
.shop_unit dl dd .attention{
	margin-left: 20px;
}
@media screen and (max-width: 759.9px){
	.shop_unit dl{
		width: 90%;
		padding-bottom: 20px;
		margin:0 auto;
	}
	.shop_unit dl dt{
		width: 100%;
		margin-bottom: 10px;
	}
	.shop_unit dl dd{
		width: 100%;
		padding: 0 5px;
	}
  .shop_unit dl dd h3{
    font-size: 140%;
  }
}
/*-----hotel_unit--------------------*/
.hotel_unit {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.hotel_unit .hotelbox{
	width: 48%;
	margin: 0 1% 20px;
	background: #FFFFFF;
	padding: 10px 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
}
.hotelbox h3{
  font-size: 140%;
	text-align: center;
}
.hotelbox .lead{
	padding: 0 10px;
	margin-bottom: 5px;
}
.hotelbox .facility{
	width: 100%;
}
.hotelbox .intro{
	/*position: absolute;
	background: rgba(255,255,255,0.2);
	bottom: 0;
	left: 0;
	right:0;*/
	padding: 10px;
	font-size: 90%;
}
.hotelbox .intro h4{
	font-size: 100%;
}
@media screen and (max-width: 759.9px){
	.hotel_unit .hotelbox{
		width: 95%;
		margin: 0 auto 30px;
		background: #FFFFFF;
		padding: 10px 5px;
	}
	.hotelbox .intro{
		padding: 5px 10px;
		font-size: 90%;
		line-height: 1.6;
	}
  .hotelbox h3{
    font-size: 110%;
  }
	.hotelbox .intro h4{
		margin-bottom: 0;
		font-size: 90%;
	}
}
/*-----swiper共通--------------------*/
.swiper-slide,
.swiper-slide img{
	width: 100%;
}
.swiper-button-prev,
.swiper-button-next{
  cursor: pointer;
  z-index: 99;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxSwiper--------------------*/
.swiper-container.inbox{
	width: 100%;
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.4;
}
#okayama_panel .swiper-pagination.inbox .swiper-pagination-bullet-active{
	background: #582066;
	opacity: 1;
}
#hiroshima_panel .swiper-pagination.inbox .swiper-pagination-bullet-active{
	background: #1e4e66;
	opacity: 1;
}
#kanazawa_panel .swiper-pagination.inbox .swiper-pagination-bullet-active{
	background: #f15a24;
	opacity: 1;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #CCCCCC;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.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;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}
/*-----hotelSwiper--------------------*/
.swiper-container.hotel{
	width: 100%;
	margin:0 auto;
	padding-bottom: 20px;
}
.swiper-pagination.hotel {
	bottom: 5px;
}
.swiper-pagination.hotel .swiper-pagination-bullet{
  opacity: 0.4;
}
#okayama_panel .swiper-pagination.hotel .swiper-pagination-bullet-active{
	background: #582066;
	opacity: 1;
}
#hiroshima_panel .swiper-pagination.hotel .swiper-pagination-bullet-active{
	background: #1e4e66;
	opacity: 1;
}
#kanazawa_panel .swiper-pagination.hotel .swiper-pagination-bullet-active{
	background: #f15a24;
	opacity: 1;
}
.swiper-button-prev.hotel::after,
.swiper-button-next.hotel::after{
	font-size:20px;
	color: #CCCCCC;
	font-weight: bold;
}
.swiper-button-prev.hotel{
	left:5px;
	top:48%;
}
.swiper-button-next.hotel{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.hotel::after,
	.swiper-button-next.hotel::after{
		font-size:15px;
	}
	.swiper-button-prev.hotel{
		left:3px;
		top:46%;
	}
	.swiper-button-next.hotel{
		right:3px;
		top:46%;
	}
}

/*------------写真クレジット-------------------*/
.photo{
  position: relative;
}
.swiper-slide p.credit,
.photo p.credit{
  position: absolute;
  top:10px;
  bottom:auto;
	right: 10px;
	text-align: right;
	font-size:12px;
  background: rgba(255,255,255,0.8);
  padding: 1px 10px;
  border-radius: 10px;
}


